ProfileResourceState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET