ServiceBusEncryptionKeySource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible value of keySource for Encryption.
public readonly struct ServiceBusEncryptionKeySource : IEquatable<Azure.ResourceManager.ServiceBus.Models.ServiceBusEncryptionKeySource>
type ServiceBusEncryptionKeySource = struct
Public Structure ServiceBusEncryptionKeySource
Implements IEquatable(Of ServiceBusEncryptionKeySource)
- Inheritance
-
ServiceBusEncryptionKeySource
- Implements
Constructors
ServiceBusEncryptionKeySource(String) |
Initializes a new instance of ServiceBusEncryptionKeySource. |
Properties
MicrosoftKeyVault |
Microsoft.KeyVault. |
Methods
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
Equality(ServiceBusEncryptionKeySource, ServiceBusEncryptionKeySource) |
Determines if two ServiceBusEncryptionKeySource values are the same. |
Implicit(String to ServiceBusEncryptionKeySource) |
Converts a string to a ServiceBusEncryptionKeySource. |
Inequality(ServiceBusEncryptionKeySource, ServiceBusEncryptionKeySource) |
Determines if two ServiceBusEncryptionKeySource values are not the same. |
Applies to
Azure SDK for .NET