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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnection.Update
withProperties(PrivateEndpointConnectionRequestProperties properties)
Specifies the properties property: The connection state of the private endpoint connection..
-
-
-
Method Detail
-
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.
-
-