Share via


EncryptionScopeSource Struct

Definition

The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault.

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

Constructors

Name Description
EncryptionScopeSource(String)

Initializes a new instance of EncryptionScopeSource.

Properties

Name Description
KeyVault

Gets the KeyVault.

Storage

Gets the Storage.

Methods

Name Description
Equals(EncryptionScopeSource)

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

Name Description
Equality(EncryptionScopeSource, EncryptionScopeSource)

Determines if two EncryptionScopeSource values are the same.

Implicit(String to EncryptionScopeSource)

Converts a string to a EncryptionScopeSource.

Implicit(String to Nullable<EncryptionScopeSource>)
Inequality(EncryptionScopeSource, EncryptionScopeSource)

Determines if two EncryptionScopeSource values are not the same.

Applies to