你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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