Uses of Enum
com.azure.resourcemanager.labservices.models.ResourceIdentityType
Packages that use ResourceIdentityType
Package
Description
Package containing the data models for LabServicesClient.
-
Uses of ResourceIdentityType in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return ResourceIdentityTypeModifier and TypeMethodDescriptionstatic ResourceIdentityType
ResourceIdentityType.fromString
(String value) Parses a serialized value to a ResourceIdentityType instance.Identity.type()
Get the type property: The identity type.static ResourceIdentityType
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.labservices.models with parameters of type ResourceIdentityTypeModifier and TypeMethodDescriptionIdentity.withType
(ResourceIdentityType type) Set the type property: The identity type.