RecoveryServicesAuthType Struct

Definition

Specifies the authentication type.

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

Constructors

Name Description
RecoveryServicesAuthType(String)

Initializes a new instance of RecoveryServicesAuthType.

Properties

Name Description
Aad

Gets the Aad.

AccessControlService

Gets the AccessControlService.

Acs

Gets the Acs.

AzureActiveDirectory

Gets the AzureActiveDirectory.

Invalid

Gets the Invalid.

Methods

Name Description
Equals(RecoveryServicesAuthType)

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(RecoveryServicesAuthType, RecoveryServicesAuthType)

Determines if two RecoveryServicesAuthType values are the same.

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

Converts a string to a RecoveryServicesAuthType.

Inequality(RecoveryServicesAuthType, RecoveryServicesAuthType)

Determines if two RecoveryServicesAuthType values are not the same.

Applies to