Share via


CosmosDBAccountKeyKind Struct

Definition

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

Name Description
CosmosDBAccountKeyKind(String)

Initializes a new instance of CosmosDBAccountKeyKind.

Properties

Name Description
Primary

primary.

PrimaryReadonly

primaryReadonly.

Secondary

secondary.

SecondaryReadonly

secondaryReadonly.

Methods

Name Description
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

Name Description
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