Interface PrivateEndpointConnection.UpdateDefinitionStages.WithState<ParentT>
- Type Parameters:
ParentT
- the stage of the parent update to return to after attaching this definition
- All Known Subinterfaces:
PrivateEndpointConnection.UpdateDefinition<ParentT>
,PrivateEndpointConnection.UpdateDefinitionStages.Blank<ParentT>
,PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- PrivateEndpointConnection.UpdateDefinitionStages
public static interface PrivateEndpointConnection.UpdateDefinitionStages.WithState<ParentT>
The stage of the private endpoint connection definition allowing to set 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.UpdateDefinitionStages.WithAttach<ParentT> withStateProperty(PrivateLinkServiceConnectionStateProperty property) Specifies state property.- Parameters:
property
- a private link service connection state property- Returns:
- the next stage of definition
-
withStatus
Specifies status of state property.- Parameters:
status
- the status of state property- Returns:
- the next stage of definition
-
withDescription
PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> withDescription(String description) Specifies description of state property.- Parameters:
description
- the description of state property- Returns:
- the next stage of definition
-