VmGuestNetworkingGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
Information about the networking configuration in the guest operating system.
JSON Example
{
"value": {
"dns": {
"ip_addresses": [
"string"
],
"search_domains": [
"string"
]
},
"dns_values": {
"domain_name": "string",
"host_name": "string"
}
}
}