Uses of Enum
com.azure.resourcemanager.compute.models.ResourceIdentityType
Packages that use ResourceIdentityType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ResourceIdentityType in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ResourceIdentityTypeModifier and TypeMethodDescriptionstatic ResourceIdentityTypeResourceIdentityType.fromString(String value) Parses a serialized value to a ResourceIdentityType instance.VirtualMachine.managedServiceIdentityType()Gets the type of Managed Service Identity used for the virtual machine.VirtualMachineScaleSet.managedServiceIdentityType()Gets the type of Managed Service Identity used for the virtual machine scale set.GalleryIdentity.type()Get the type property: The type of identity used for the gallery.VirtualMachineIdentity.type()Get the type property: The type of identity used for the virtual machine.VirtualMachineScaleSetIdentity.type()Get the type property: The type of identity used for the virtual machine scale set.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.compute.models with parameters of type ResourceIdentityTypeModifier and TypeMethodDescriptionGalleryIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the gallery.VirtualMachineIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the virtual machine.VirtualMachineScaleSetIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the virtual machine scale set.