Container Network Interface Configuration Response
data class ContainerNetworkInterfaceConfigurationResponse(val containerNetworkInterfaces: List<SubResourceResponse>? = null, val etag: String, val id: String? = null, val ipConfigurations: List<IPConfigurationProfileResponse>? = null, val name: String? = null, val provisioningState: String, val type: String)
Container network interface configuration child resource.
Constructors
Link copied to clipboard
constructor(containerNetworkInterfaces: List<SubResourceResponse>? = null, etag: String, id: String? = null, ipConfigurations: List<IPConfigurationProfileResponse>? = null, name: String? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
A list of container network interfaces created from this container network interface configuration.
Link copied to clipboard
A list of ip configurations of the container network interface configuration.
Link copied to clipboard
The provisioning state of the container network interface configuration resource.