ResourceIdentityType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.compute.models.ResourceIdentityType

public enum ResourceIdentityType
extends Enum<ResourceIdentityType>

The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine scale set.

Fields

NONE

Enum value None.

SYSTEM_ASSIGNED

Enum value SystemAssigned.

SYSTEM_ASSIGNED_USER_ASSIGNED

Enum value SystemAssigned, UserAssigned.

USER_ASSIGNED

Enum value UserAssigned.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static ResourceIdentityType fromString(String value)

Parses a serialized value to a ResourceIdentityType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ResourceIdentityType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ResourceIdentityType valueOf(String name)

Parameters

name
String

Returns

values()

public static ResourceIdentityType[] values()

Returns

Applies to