Freigeben über


RoleType Struct

Definition

Role type enum. Serialized Name: RoleType

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

Constructors

Name Description
RoleType(String)

Initializes a new instance of RoleType.

Properties

Name Description
BackupCopy

BackupCopy role Serialized Name: RoleType.BackupCopy

DisabledStandby

DisabledStandby role Serialized Name: RoleType.DisabledStandby

Primary

Primary role Serialized Name: RoleType.Primary

SnapshotStandby

SnapshotStandby role Serialized Name: RoleType.SnapshotStandby

Standby

Standby role Serialized Name: RoleType.Standby

Methods

Name Description
Equals(RoleType)

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

Determines if two RoleType values are the same.

Implicit(String to RoleType)

Converts a string to a RoleType.

Inequality(RoleType, RoleType)

Determines if two RoleType values are not the same.

Applies to