Interface PrivateEndpointConnection.DefinitionStages.WithState<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateEndpointConnection.Definition<ParentT>,PrivateEndpointConnection.DefinitionStages.Blank<ParentT>,PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- PrivateEndpointConnection.DefinitionStages
public static interface PrivateEndpointConnection.DefinitionStages.WithState<ParentT>The stage of the private endpoint connection definition allowing to set state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT>withDescription(String description)Specifies description of state property.PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT>withStateProperty(PrivateLinkServiceConnectionStateProperty property)Specifies state property.PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT>withStatus(String status)Specifies status of state property.
-
-
-
Method Detail
-
withStateProperty
PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT> withStateProperty(PrivateLinkServiceConnectionStateProperty property)
Specifies state property.- Parameters:
property- a private link service connection state property- Returns:
- the next stage of definition
-
withStatus
PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT> withStatus(String status)
Specifies status of state property.- Parameters:
status- the status of state property- Returns:
- the next stage of definition
-
withDescription
PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT> withDescription(String description)
Specifies description of state property.- Parameters:
description- the description of state property- Returns:
- the next stage of definition
-
-