PrivateEndpointConnection.UpdateStages.WithState Interface
public static interface PrivateEndpointConnection.UpdateStages.WithState
The stage of the private endpoint connection update allowing to specify state.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDescription(String description)
Specifies description of state property. |
abstract Update |
withStateProperty(PrivateLinkServiceConnectionStateProperty property)
Specifies state property. |
abstract Update |
withStatus(String status)
Specifies status of state property. |
Method Details
withDescription
public abstract PrivateEndpointConnection.Update withDescription(String description)
Specifies description of state property.
Parameters:
Returns:
withStateProperty
public abstract PrivateEndpointConnection.Update withStateProperty(PrivateLinkServiceConnectionStateProperty property)
Specifies state property.
Parameters:
Returns:
withStatus
public abstract PrivateEndpointConnection.Update withStatus(String status)
Specifies status of state property.
Parameters:
Returns:
Applies to
Azure SDK for Java