Sdílet prostřednictvím


AutomationAccountAuthenticationType Struct

Definition

A value indicating the type authentication to use for automation Account.

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

Constructors

AutomationAccountAuthenticationType(String)

Initializes a new instance of AutomationAccountAuthenticationType.

Properties

RunAsAccount

RunAsAccount.

SystemAssignedIdentity

SystemAssignedIdentity.

Methods

Equals(AutomationAccountAuthenticationType)

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

Determines if two AutomationAccountAuthenticationType values are the same.

Implicit(String to AutomationAccountAuthenticationType)

Converts a string to a AutomationAccountAuthenticationType.

Inequality(AutomationAccountAuthenticationType, AutomationAccountAuthenticationType)

Determines if two AutomationAccountAuthenticationType values are not the same.

Applies to