Sdílet prostřednictvím


ProfileResourceState Struct

Definition

Resource status of the profile.

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

Constructors

ProfileResourceState(String)

Initializes a new instance of ProfileResourceState.

Properties

AbortingMigration

AbortingMigration.

Active

Active.

CommittingMigration

CommittingMigration.

Creating

Creating.

Deleting

Deleting.

Disabled

Disabled.

Migrated

Migrated.

Migrating

Migrating.

PendingMigrationCommit

PendingMigrationCommit.

Methods

Equals(ProfileResourceState)

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

Determines if two ProfileResourceState values are the same.

Implicit(String to ProfileResourceState)

Converts a string to a ProfileResourceState.

Inequality(ProfileResourceState, ProfileResourceState)

Determines if two ProfileResourceState values are not the same.

Applies to