RecoveryServicesIdentityType Struct

Definition

Identity type that should be used for an operation.

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

Constructors

Name Description
RecoveryServicesIdentityType(String)

Initializes a new instance of RecoveryServicesIdentityType.

Properties

Name Description
SystemAssigned

Gets the SystemAssigned.

UserAssigned

Gets the UserAssigned.

Methods

Name Description
Equals(RecoveryServicesIdentityType)

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

Name Description
Equality(RecoveryServicesIdentityType, RecoveryServicesIdentityType)

Determines if two RecoveryServicesIdentityType values are the same.

Implicit(String to Nullable<RecoveryServicesIdentityType>)
Implicit(String to RecoveryServicesIdentityType)

Converts a string to a RecoveryServicesIdentityType.

Inequality(RecoveryServicesIdentityType, RecoveryServicesIdentityType)

Determines if two RecoveryServicesIdentityType values are not the same.

Applies to