Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerGroupIdentity
Packages that use ContainerGroupIdentity
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of ContainerGroupIdentity in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerGroupIdentityModifier and TypeMethodDescriptionContainerGroupInner.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 ContainerGroupIdentityModifier and TypeMethodDescriptionContainerGroupInner.withIdentity(ContainerGroupIdentity identity) Set the identity property: The identity of the container group, if configured. -
Uses of ContainerGroupIdentity in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type ContainerGroupIdentityModifier and TypeClassDescriptionfinal classIdentity for the container group.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroupIdentityModifier and TypeMethodDescriptionstatic ContainerGroupIdentityContainerGroupIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerGroupIdentity from the JsonReader.ContainerGroupIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the container group.ContainerGroupIdentity.withUserAssignedIdentities(Map<String, ContainerGroupIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the container group.