Get Virtual Hub Ip Configuration Result
data class GetVirtualHubIpConfigurationResult(val azureApiVersion: String, val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val publicIPAddress: PublicIPAddressResponse? = null, val subnet: SubnetResponse? = null, val type: String)
IpConfigurations.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, etag: String, id: String? = null, name: String? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, publicIPAddress: PublicIPAddressResponse? = null, subnet: SubnetResponse? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The private IP address of the IP configuration.
Link copied to clipboard
The private IP address allocation method.
Link copied to clipboard
The provisioning state of the IP configuration resource.
Link copied to clipboard
The reference to the public IP resource.
Link copied to clipboard
The reference to the subnet resource.