Virtual Network Gateway IPConfiguration Response
data class VirtualNetworkGatewayIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String, val privateIPAllocationMethod: String? = null, val provisioningState: String, val publicIPAddress: SubResourceResponse? = null, val subnet: SubResourceResponse? = null)
IP configuration for virtual network gateway.
Constructors
Link copied to clipboard
fun VirtualNetworkGatewayIPConfigurationResponse(etag: String, id: String? = null, name: String? = null, privateIPAddress: String, privateIPAllocationMethod: String? = null, provisioningState: String, publicIPAddress: SubResourceResponse? = null, subnet: SubResourceResponse? = null)