Megosztás a következőn keresztül:


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

RecoveryServicesAuthType(String)

Initializes a new instance of RecoveryServicesAuthType.

Properties

Aad

AAD.

AccessControlService

AccessControlService.

Acs

ACS.

AzureActiveDirectory

AzureActiveDirectory.

Invalid

Invalid.

Methods

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

Equality(RecoveryServicesAuthType, RecoveryServicesAuthType)

Determines if two RecoveryServicesAuthType values are the same.

Implicit(String to RecoveryServicesAuthType)

Converts a string to a RecoveryServicesAuthType.

Inequality(RecoveryServicesAuthType, RecoveryServicesAuthType)

Determines if two RecoveryServicesAuthType values are not the same.

Applies to