RemoteSupportProvisioningState 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.
Remote Support Provisioning State.
public readonly struct RemoteSupportProvisioningState : IEquatable<Azure.ResourceManager.Hci.Models.RemoteSupportProvisioningState>
type RemoteSupportProvisioningState = struct
Public Structure RemoteSupportProvisioningState
Implements IEquatable(Of RemoteSupportProvisioningState)
- Inheritance
-
RemoteSupportProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| RemoteSupportProvisioningState(String) |
Initializes a new instance of RemoteSupportProvisioningState. |
Properties
| Name | Description |
|---|---|
| Failed |
The last operation failed. |
| GrantInProgress |
A Grant (Enable) operation is in progress. |
| None |
No operation is in progress. |
| RevokeInProgress |
A Revoke operation is in progress. |
| Succeeded |
The last operation completed successfully. |
Methods
| Name | Description |
|---|---|
| Equals(RemoteSupportProvisioningState) |
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(RemoteSupportProvisioningState, RemoteSupportProvisioningState) |
Determines if two RemoteSupportProvisioningState values are the same. |
| Implicit(String to Nullable<RemoteSupportProvisioningState>) | |
| Implicit(String to RemoteSupportProvisioningState) |
Converts a string to a RemoteSupportProvisioningState. |
| Inequality(RemoteSupportProvisioningState, RemoteSupportProvisioningState) |
Determines if two RemoteSupportProvisioningState values are not the same. |