public class NetworkProfileInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
NetworkProfileInner() |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerNetworkInterfaceConfiguration> |
containerNetworkInterfaceConfigurations()
Get the containerNetworkInterfaceConfigurations property: List of chid container network interface
configurations.
|
List<ContainerNetworkInterface> |
containerNetworkInterfaces()
Get the containerNetworkInterfaces property: List of child container network interfaces.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the network profile resource.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the network profile resource.
|
void |
validate()
Validates the instance.
|
NetworkProfileInner |
withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)
Set the containerNetworkInterfaceConfigurations property: List of chid container network interface
configurations.
|
NetworkProfileInner |
withId(String id)
Set the id property: Resource ID.
|
NetworkProfileInner |
withLocation(String location) |
NetworkProfileInner |
withTags(Map<String,String> tags) |
public String etag()
public List<ContainerNetworkInterface> containerNetworkInterfaces()
public List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations()
public NetworkProfileInner withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)
containerNetworkInterfaceConfigurations - the containerNetworkInterfaceConfigurations value to set.public String resourceGuid()
public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic NetworkProfileInner withId(String id)
id - the id value to set.public NetworkProfileInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic NetworkProfileInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.