Share via


CloudServicesNetworkProvisioningState Struct

Definition

The provisioning state of the cloud services network.

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

Constructors

CloudServicesNetworkProvisioningState(String)

Initializes a new instance of CloudServicesNetworkProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

Equals(CloudServicesNetworkProvisioningState)

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

Determines if two CloudServicesNetworkProvisioningState values are the same.

Implicit(String to CloudServicesNetworkProvisioningState)

Converts a string to a CloudServicesNetworkProvisioningState.

Inequality(CloudServicesNetworkProvisioningState, CloudServicesNetworkProvisioningState)

Determines if two CloudServicesNetworkProvisioningState values are not the same.

Applies to