IPConfiguration Profile Response
data class IPConfigurationProfileResponse(val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val subnet: SubnetResponse? = null, val type: String)
IP configuration profile child resource.
Constructors
Link copied to clipboard
fun IPConfigurationProfileResponse(etag: String, id: String? = null, name: String? = null, provisioningState: String, subnet: SubnetResponse? = null, type: String)