Share via


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

Name Description
CosmosDBForPostgreSqlServerRole(String)

Initializes a new instance of CosmosDBForPostgreSqlServerRole.

Properties

Name Description
Coordinator

Coordinator.

Worker

Worker.

Methods

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

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