IPConfiguration Response
data class IPConfigurationResponse(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)
IP configuration.
Constructors
Link copied to clipboard
fun IPConfigurationResponse(etag: String, id: String? = null, name: String? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, publicIPAddress: PublicIPAddressResponse? = null, subnet: SubnetResponse? = null)