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

MigrateRolesEnum(String)

Initializes a new instance of MigrateRolesEnum.

Properties

False

False.

True

True.

Methods

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

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