RecoveryServicesAuthType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET