CosmosDBAccountKeyKind 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.
The access key to regenerate.
public readonly struct CosmosDBAccountKeyKind : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountKeyKind>
type CosmosDBAccountKeyKind = struct
Public Structure CosmosDBAccountKeyKind
Implements IEquatable(Of CosmosDBAccountKeyKind)
- Inheritance
-
CosmosDBAccountKeyKind
- Implements
Constructors
CosmosDBAccountKeyKind(String) |
Initializes a new instance of CosmosDBAccountKeyKind. |
Properties
Primary |
primary. |
PrimaryReadonly |
primaryReadonly. |
Secondary |
secondary. |
SecondaryReadonly |
secondaryReadonly. |
Methods
Equals(CosmosDBAccountKeyKind) |
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(CosmosDBAccountKeyKind, CosmosDBAccountKeyKind) |
Determines if two CosmosDBAccountKeyKind values are the same. |
Implicit(String to CosmosDBAccountKeyKind) |
Converts a String to a CosmosDBAccountKeyKind. |
Inequality(CosmosDBAccountKeyKind, CosmosDBAccountKeyKind) |
Determines if two CosmosDBAccountKeyKind values are not the same. |
Applies to
Azure SDK for .NET