Uses of Enum
com.azure.resourcemanager.network.models.ResourceIdentityType
Packages that use ResourceIdentityType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ResourceIdentityType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ResourceIdentityType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionenumThe type of identity used for the resource.Methods in com.azure.resourcemanager.network.models that return ResourceIdentityTypeModifier and TypeMethodDescriptionstatic ResourceIdentityTypeResourceIdentityType.fromString(String value) Parses a serialized value to a ResourceIdentityType instance.ManagedServiceIdentity.type()Get the type property: The type of identity used for the resource.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.network.models with parameters of type ResourceIdentityTypeModifier and TypeMethodDescriptionManagedServiceIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the resource.