ManagedPrivateEndpointModel.DefinitionStages.WithPrivateLinkResourceRegion Interface

public static interface ManagedPrivateEndpointModel.DefinitionStages.WithPrivateLinkResourceRegion

The stage of the ManagedPrivateEndpointModel definition allowing to specify privateLinkResourceRegion.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateLinkResourceRegion(String privateLinkResourceRegion)

Specifies the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is pointing to..

Method Details

withPrivateLinkResourceRegion

public abstract ManagedPrivateEndpointModel.DefinitionStages.WithCreate withPrivateLinkResourceRegion(String privateLinkResourceRegion)

Specifies the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is pointing to..

Parameters:

privateLinkResourceRegion - The region of the resource to which the managed private endpoint is pointing to.

Returns:

the next definition stage.

Applies to