PrivateEndpointConnection.DefinitionStages.WithProperties Interface
public static interface PrivateEndpointConnection.DefinitionStages.WithProperties
The stage of the PrivateEndpointConnection definition allowing to specify properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withProperties(PrivateEndpointConnectionProperties properties)
Specifies the properties property: The properties of a private endpoint connection. |
Method Details
withProperties
public abstract PrivateEndpointConnection.DefinitionStages.WithCreate 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java