ManagedPrivateEndpointModel.DefinitionStages.WithPrivateLinkResourceId Interface

public static interface ManagedPrivateEndpointModel.DefinitionStages.WithPrivateLinkResourceId

The stage of the ManagedPrivateEndpointModel definition allowing to specify privateLinkResourceId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateLinkResourceId(String privateLinkResourceId)

Specifies the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is pointing to..

Method Details

withPrivateLinkResourceId

public abstract ManagedPrivateEndpointModel.DefinitionStages.WithCreate withPrivateLinkResourceId(String privateLinkResourceId)

Specifies the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is pointing to..

Parameters:

privateLinkResourceId - The ARM resource ID of the resource for which the managed private endpoint is pointing to.

Returns:

the next definition stage.

Applies to