Uses of Class
com.microsoft.azure.management.resources.ResourceIdentityType
-
Packages that use ResourceIdentityType Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of ResourceIdentityType in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return ResourceIdentityType Modifier and Type Method Description static ResourceIdentityTypeResourceIdentityType. fromString(String value)Parses a serialized value to a ResourceIdentityType instance.ResourceIdentityTypeIdentity. type()Get the type value.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.microsoft.azure.management.resources with parameters of type ResourceIdentityType Modifier and Type Method Description IdentityIdentity. withType(ResourceIdentityType type)Set the type value.
-