MigrateRolesEnum Struct

Definition

Indicates if roles and permissions must be migrated.

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

Constructors

Name Description
MigrateRolesEnum(String)

Initializes a new instance of MigrateRolesEnum.

Properties

Name Description
False

Roles and permissions will not be migrated.

True

Roles and permissions will be migrated.

Methods

Name Description
Equals(MigrateRolesEnum)

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

Determines if two MigrateRolesEnum values are the same.

Implicit(String to MigrateRolesEnum)

Converts a string to a MigrateRolesEnum.

Implicit(String to Nullable<MigrateRolesEnum>)
Inequality(MigrateRolesEnum, MigrateRolesEnum)

Determines if two MigrateRolesEnum values are not the same.

Applies to