ManagedPrivateEndpointModel.DefinitionStages.WithPrivateLinkServiceUrl Interface

public static interface ManagedPrivateEndpointModel.DefinitionStages.WithPrivateLinkServiceUrl

The stage of the ManagedPrivateEndpointModel definition allowing to specify privateLinkServiceUrl.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateLinkServiceUrl(String privateLinkServiceUrl)

Specifies the privateLinkServiceUrl property: The URL of the data store behind the private link service.

Method Details

withPrivateLinkServiceUrl

public abstract ManagedPrivateEndpointModel.DefinitionStages.WithCreate withPrivateLinkServiceUrl(String privateLinkServiceUrl)

Specifies the privateLinkServiceUrl property: The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port..

Parameters:

privateLinkServiceUrl - The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.

Returns:

the next definition stage.

Applies to