Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerGroupIdentity
-
Packages that use ContainerGroupIdentity 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 ContainerGroupIdentity in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerGroupIdentity Modifier and Type Method Description ContainerGroupIdentityContainerGroupInner. identity()Get the identity property: The identity of the container group, if configured.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ContainerGroupIdentity Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withIdentity(ContainerGroupIdentity identity)Set the identity property: The identity of the container group, if configured. -
Uses of ContainerGroupIdentity in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroupIdentity Modifier and Type Method Description ContainerGroupIdentityContainerGroupIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the container group.ContainerGroupIdentityContainerGroupIdentity. withUserAssignedIdentities(Map<String,ContainerGroupIdentityUserAssignedIdentities> userAssignedIdentities)Set the userAssignedIdentities property: The list of user identities associated with the container group.
-