Share via


MigrateRolesEnum Struct

Definition

To migrate roles and permissions we need to send this flag as True.

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

False.

True

True.

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.

Inequality(MigrateRolesEnum, MigrateRolesEnum)

Determines if two MigrateRolesEnum values are not the same.

Applies to