PrivateEndpointConnection.UpdateStages.WithProperties Interface
public static interface PrivateEndpointConnection.UpdateStages.WithProperties
The stage of the PrivateEndpointConnection update allowing to specify properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withProperties(PrivateEndpointConnectionProperties properties)
Specifies the properties property: The properties of a private endpoint connection. |
Method Details
withProperties
public abstract PrivateEndpointConnection.Update withProperties(PrivateEndpointConnectionProperties properties)
Specifies the properties property: The properties of a private endpoint connection.
Parameters:
properties
- The properties of a private endpoint connection.
Returns:
the next definition stage.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java