ServiceBusEncryptionKeySource Struct

Definition

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

Constructors

Name Description
ServiceBusEncryptionKeySource(String)

Initializes a new instance of ServiceBusEncryptionKeySource.

Properties

Name Description
MicrosoftKeyVault

Gets the MicrosoftKeyVault.

Methods

Name Description
Equals(ServiceBusEncryptionKeySource)

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

Determines if two ServiceBusEncryptionKeySource values are the same.

Implicit(String to Nullable<ServiceBusEncryptionKeySource>)
Implicit(String to ServiceBusEncryptionKeySource)

Converts a string to a ServiceBusEncryptionKeySource.

Inequality(ServiceBusEncryptionKeySource, ServiceBusEncryptionKeySource)

Determines if two ServiceBusEncryptionKeySource values are not the same.

Applies to