Uses of Class
com.azure.resourcemanager.network.models.Container
-
Packages that use Container Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Container in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return Container Modifier and Type Method Description ContainerContainerNetworkInterfacePropertiesFormat. container()Get the container property: Reference to the container to which this container network interface is attached.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type Container Modifier and Type Method Description ContainerNetworkInterfacePropertiesFormatContainerNetworkInterfacePropertiesFormat. withContainer(Container container)Set the container property: Reference to the container to which this container network interface is attached. -
Uses of Container in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return Container Modifier and Type Method Description ContainerContainerNetworkInterface. container()Get the container property: Reference to the container to which this container network interface is attached.ContainerContainer. withId(String id)Methods in com.azure.resourcemanager.network.models with parameters of type Container Modifier and Type Method Description ContainerNetworkInterfaceContainerNetworkInterface. withContainer(Container container)Set the container property: Reference to the container to which this container network interface is attached.
-