Interface PrivateEndpointConnection.DefinitionStages.WithProperties
- All Known Subinterfaces:
PrivateEndpointConnection.Definition,PrivateEndpointConnection.DefinitionStages.WithCreate
- Enclosing interface:
PrivateEndpointConnection.DefinitionStages
public static interface PrivateEndpointConnection.DefinitionStages.WithProperties
The stage of the PrivateEndpointConnection definition allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the properties property: The connection state of the private endpoint connection..
-
Method Details
-
withProperties
PrivateEndpointConnection.DefinitionStages.WithCreate withProperties(PrivateEndpointConnectionRequestProperties properties) Specifies the properties property: The connection state of the private endpoint connection..- Parameters:
properties- The connection state of the private endpoint connection.- Returns:
- the next definition stage.
-