CosmosDBForPostgreSqlServerRole Struct

Definition

The role of a server.

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

Constructors

CosmosDBForPostgreSqlServerRole(String)

Initializes a new instance of CosmosDBForPostgreSqlServerRole.

Properties

Coordinator

Coordinator.

Worker

Worker.

Methods

Equals(CosmosDBForPostgreSqlServerRole)

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

Determines if two CosmosDBForPostgreSqlServerRole values are the same.

Implicit(String to CosmosDBForPostgreSqlServerRole)

Converts a string to a CosmosDBForPostgreSqlServerRole.

Inequality(CosmosDBForPostgreSqlServerRole, CosmosDBForPostgreSqlServerRole)

Determines if two CosmosDBForPostgreSqlServerRole values are not the same.

Applies to