Sdílet prostřednictvím


ResourceIdentityType Struct

Definition

The type of identity used for the resource mover service.

public readonly struct ResourceIdentityType : IEquatable<Azure.ResourceManager.Migrate.Models.ResourceIdentityType>
type ResourceIdentityType = struct
Public Structure ResourceIdentityType
Implements IEquatable(Of ResourceIdentityType)
Inheritance
ResourceIdentityType
Implements

Constructors

ResourceIdentityType(String)

Initializes a new instance of ResourceIdentityType.

Properties

None

None.

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Equals(ResourceIdentityType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ResourceIdentityType, ResourceIdentityType)

Determines if two ResourceIdentityType values are the same.

Implicit(String to ResourceIdentityType)

Converts a string to a ResourceIdentityType.

Inequality(ResourceIdentityType, ResourceIdentityType)

Determines if two ResourceIdentityType values are not the same.

Applies to