Uses of Class
com.azure.resourcemanager.containerinstance.models.ResourceIdentityType
-
Packages that use ResourceIdentityType Package Description com.azure.resourcemanager.containerinstance.models 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 ResourceIdentityType Modifier and Type Method Description static ResourceIdentityTypeResourceIdentityType. fromString(String value)Parses a serialized value to a ResourceIdentityType instance.ResourceIdentityTypeContainerGroup. managedServiceIdentityType()ResourceIdentityTypeContainerGroupIdentity. type()Get the type property: The type of identity used for the container group.static ResourceIdentityTypeResourceIdentityType. valueOf(String name)Returns 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 ResourceIdentityType Modifier and Type Method Description ContainerGroupIdentityContainerGroupIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the container group.
-