Sdílet prostřednictvím


BatchPrivateEndpointConnectionProvisioningState Struct

Definition

The provisioning state of the private endpoint connection.

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

Constructors

BatchPrivateEndpointConnectionProvisioningState(String)

Initializes a new instance of BatchPrivateEndpointConnectionProvisioningState.

Properties

Cancelled

The user has cancelled the connection creation.

Creating

The connection is creating.

Deleting

The connection is deleting.

Failed

The user requested that the connection be updated and it failed. You may retry the update operation.

Succeeded

The connection status is final and is ready for use if Status is Approved.

Updating

The user has requested that the connection status be updated, but the update operation has not yet completed. You may not reference the connection when connecting the Batch account.

Methods

Equals(BatchPrivateEndpointConnectionProvisioningState)

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

Determines if two BatchPrivateEndpointConnectionProvisioningState values are the same.

Implicit(String to BatchPrivateEndpointConnectionProvisioningState)

Converts a string to a BatchPrivateEndpointConnectionProvisioningState.

Inequality(BatchPrivateEndpointConnectionProvisioningState, BatchPrivateEndpointConnectionProvisioningState)

Determines if two BatchPrivateEndpointConnectionProvisioningState values are not the same.

Applies to