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 WithCreate withProperties(PrivateEndpointConnectionProperties properties)

Specifies the properties property: Resource properties..

Method Details

withProperties

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withProperties(PrivateEndpointConnectionProperties properties)

Specifies the properties property: Resource properties..

Parameters:

properties - Resource properties.

Returns:

the next definition stage.

Applies to