PrivateEndpointConnection.DefinitionStages.WithState<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface PrivateEndpointConnection.DefinitionStages.WithState
The stage of the private endpoint connection definition allowing to set state.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDescription(String description)
Specifies description of state property. |
abstract
With |
withStateProperty(PrivateLinkServiceConnectionStateProperty property)
Specifies state property. |
abstract
With |
withStatus(String status)
Specifies status of state property. |
Method Details
withDescription
public abstract PrivateEndpointConnection.DefinitionStages.WithAttach
Specifies description of state property.
Parameters:
Returns:
withStateProperty
public abstract PrivateEndpointConnection.DefinitionStages.WithAttach
Specifies state property.
Parameters:
Returns:
withStatus
public abstract PrivateEndpointConnection.DefinitionStages.WithAttach
Specifies status of state property.
Parameters:
Returns:
Applies to
Azure SDK for Java