다음을 통해 공유


StorageKeyType Struct

Definition

Storage key type.

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

Constructors

StorageKeyType(String)

Initializes a new instance of StorageKeyType.

Properties

SharedAccessKey

SharedAccessKey.

StorageAccessKey

StorageAccessKey.

Methods

Equals(StorageKeyType)

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

Determines if two StorageKeyType values are the same.

Implicit(String to StorageKeyType)

Converts a string to a StorageKeyType.

Inequality(StorageKeyType, StorageKeyType)

Determines if two StorageKeyType values are not the same.

Applies to