Uses of Enum
com.azure.resourcemanager.containerinstance.models.ResourceIdentityType
Packages that use ResourceIdentityType
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ResourceIdentityType in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ResourceIdentityTypeModifier and TypeMethodDescriptionstatic ResourceIdentityTypeResourceIdentityType.fromString(String value) Parses a serialized value to a ResourceIdentityType instance.ContainerGroup.managedServiceIdentityType()Checks whether managed service identity is system assigned, user assigned, both, or neither.ContainerGroupIdentity.type()Get the type property: The type of identity used for the container group.static ResourceIdentityTypeReturns the enum constant of this type with the specified name.static ResourceIdentityType[]ResourceIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ResourceIdentityTypeModifier and TypeMethodDescriptionContainerGroupIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the container group.