Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerGroupSubnetId
-
Packages that use ContainerGroupSubnetId Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerGroupSubnetId in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type ContainerGroupSubnetId Modifier and Type Method Description List<ContainerGroupSubnetId>ContainerGroupInner. subnetIds()Get the subnetIds property: The subnet resource IDs for a container group.List<ContainerGroupSubnetId>ContainerGroupProperties. subnetIds()Get the subnetIds property: The subnet resource IDs for a container group.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type ContainerGroupSubnetId Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withSubnetIds(List<ContainerGroupSubnetId> subnetIds)Set the subnetIds property: The subnet resource IDs for a container group.ContainerGroupPropertiesContainerGroupProperties. withSubnetIds(List<ContainerGroupSubnetId> subnetIds)Set the subnetIds property: The subnet resource IDs for a container group. -
Uses of ContainerGroupSubnetId in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroupSubnetId Modifier and Type Method Description ContainerGroupSubnetIdContainerGroupSubnetId. withId(String id)Set the id property: Resource ID of virtual network and subnet.ContainerGroupSubnetIdContainerGroupSubnetId. withName(String name)Set the name property: Friendly name for the subnet.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type ContainerGroupSubnetId Modifier and Type Method Description List<ContainerGroupSubnetId>ContainerGroup. subnetIds()
-