PrivateEndpointConnection.DefinitionStages.WithEtag Interface

public static interface PrivateEndpointConnection.DefinitionStages.WithEtag

The stage of the PrivateEndpointConnection definition allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEtag(String etag)

Specifies the etag property: Modified whenever there is a change in the state of private endpoint connection..

Method Details

withEtag

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withEtag(String etag)

Specifies the etag property: Modified whenever there is a change in the state of private endpoint connection..

Parameters:

etag - Modified whenever there is a change in the state of private endpoint connection.

Returns:

the next definition stage.

Applies to