Interface PrivateEndpointConnection.UpdateStages.WithProperties
- All Known Subinterfaces:
PrivateEndpointConnection.Update
- Enclosing interface:
PrivateEndpointConnection.UpdateStages
public static interface PrivateEndpointConnection.UpdateStages.WithProperties
The stage of the PrivateEndpointConnection update allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the properties property: The connection state of the private endpoint connection..
-
Method Details
-
withProperties
PrivateEndpointConnection.Update 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.
-