Interface PrivateEndpointConnection.UpdateStages.WithState
- All Known Subinterfaces:
PrivateEndpointConnection.Update
- Enclosing interface:
- PrivateEndpointConnection.UpdateStages
public static interface PrivateEndpointConnection.UpdateStages.WithState
The stage of the private endpoint connection update allowing to specify state.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription
(String description) Specifies description of state property.Specifies state property.withStatus
(String status) Specifies status of state property.
-
Method Details
-
withStateProperty
PrivateEndpointConnection.Update withStateProperty(PrivateLinkServiceConnectionStateProperty property) Specifies state property.- Parameters:
property
- a private link service connection state property- Returns:
- the next stage of update
-
withStatus
Specifies status of state property.- Parameters:
status
- the status of state property- Returns:
- the next stage of update
-
withDescription
Specifies description of state property.- Parameters:
description
- the description of state property- Returns:
- the next stage of update
-