Interface PrivateEndpointConnection.UpdateStages.WithState
-
- All Known Subinterfaces:
PrivateEndpointConnection.Update
- Enclosing interface:
- PrivateEndpointConnection.UpdateStages
public static interface PrivateEndpointConnection.UpdateStages.WithStateThe stage of the private endpoint connection update allowing to specify state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnection.UpdatewithDescription(String description)Specifies description of state property.PrivateEndpointConnection.UpdatewithStateProperty(PrivateLinkServiceConnectionStateProperty property)Specifies state property.PrivateEndpointConnection.UpdatewithStatus(String status)Specifies status of state property.
-
-
-
Method Detail
-
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
PrivateEndpointConnection.Update withStatus(String status)
Specifies status of state property.- Parameters:
status- the status of state property- Returns:
- the next stage of update
-
withDescription
PrivateEndpointConnection.Update withDescription(String description)
Specifies description of state property.- Parameters:
description- the description of state property- Returns:
- the next stage of update
-
-