Share via


ProfileResourceState Struct

Definition

Resource status of the profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileResourceStateTypeConverter))]
public struct ProfileResourceState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileResourceState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileResourceStateTypeConverter))>]
type ProfileResourceState = struct
    interface IArgumentCompleter
Public Structure ProfileResourceState
Implements IArgumentCompleter, IEquatable(Of ProfileResourceState)
Inheritance
ProfileResourceState
Attributes
Implements

Fields

AbortingMigration
Active
CommittingMigration
Creating
Deleting
Disabled
Migrated
Migrating
PendingMigrationCommit

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ProfileResourceState (override for Object)

Equals(ProfileResourceState)

Compares values of enum type ProfileResourceState

GetHashCode()

Returns hashCode for enum ProfileResourceState

ToString()

Returns string representation for ProfileResourceState

Operators

Equality(ProfileResourceState, ProfileResourceState)

Overriding == operator for enum ProfileResourceState

Implicit(ProfileResourceState to String)

Implicit operator to convert ProfileResourceState to string

Implicit(String to ProfileResourceState)

Implicit operator to convert string to ProfileResourceState

Inequality(ProfileResourceState, ProfileResourceState)

Overriding != operator for enum ProfileResourceState

Applies to