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

EncryptionScopeSource(String)

Initializes a new instance of EncryptionScopeSource.

Properties

KeyVault

Microsoft.KeyVault.

Storage

Microsoft.Storage.

Methods

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

Equality(EncryptionScopeSource, EncryptionScopeSource)

Determines if two EncryptionScopeSource values are the same.

Implicit(String to EncryptionScopeSource)

Converts a string to a EncryptionScopeSource.

Inequality(EncryptionScopeSource, EncryptionScopeSource)

Determines if two EncryptionScopeSource values are not the same.

Applies to