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
| Name | Description |
|---|---|
| ProfileResourceState(String) |
Initializes a new instance of ProfileResourceState. |
Properties
| Name | Description |
|---|---|
| AbortingMigration |
Gets the AbortingMigration. |
| Active |
Gets the Active. |
| CommittingMigration |
Gets the CommittingMigration. |
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| Disabled |
Gets the Disabled. |
| Migrated |
Gets the Migrated. |
| Migrating |
Gets the Migrating. |
| PendingMigrationCommit |
Gets the PendingMigrationCommit. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ProfileResourceState, ProfileResourceState) |
Determines if two ProfileResourceState values are the same. |
| Implicit(String to Nullable<ProfileResourceState>) | |
| Implicit(String to ProfileResourceState) |
Converts a string to a ProfileResourceState. |
| Inequality(ProfileResourceState, ProfileResourceState) |
Determines if two ProfileResourceState values are not the same. |