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

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