Share via


AzureStorageAuthenticationType Struct

Definition

The type used for authentication. Type: string.

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

Constructors

AzureStorageAuthenticationType(String)

Initializes a new instance of AzureStorageAuthenticationType.

Properties

AccountKey

AccountKey.

Anonymous

Anonymous.

Msi

Msi.

SasUri

SasUri.

ServicePrincipal

ServicePrincipal.

Methods

Equals(AzureStorageAuthenticationType)

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

Determines if two AzureStorageAuthenticationType values are the same.

Implicit(String to AzureStorageAuthenticationType)

Converts a string to a AzureStorageAuthenticationType.

Inequality(AzureStorageAuthenticationType, AzureStorageAuthenticationType)

Determines if two AzureStorageAuthenticationType values are not the same.

Applies to