NapsterProvisioningState Struct

Definition

The provisioning state of a resource type.

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

Constructors

Name Description
NapsterProvisioningState(String)

Initializes a new instance of NapsterProvisioningState.

Properties

Name Description
Canceled

Resource creation was canceled.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Methods

Name Description
Equals(NapsterProvisioningState)

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

Determines if two NapsterProvisioningState values are the same.

Implicit(String to NapsterProvisioningState)

Converts a string to a NapsterProvisioningState.

Implicit(String to Nullable<NapsterProvisioningState>)
Inequality(NapsterProvisioningState, NapsterProvisioningState)

Determines if two NapsterProvisioningState values are not the same.

Applies to