SharedPrivateLinkResource.DefinitionStages.WithRequestMessage Interface

public static interface SharedPrivateLinkResource.DefinitionStages.WithRequestMessage

The stage of the SharedPrivateLinkResource definition allowing to specify requestMessage.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRequestMessage(String requestMessage)

Specifies the requestMessage property: The request message for requesting approval of the shared private link resource.

Method Details

withRequestMessage

public abstract SharedPrivateLinkResource.DefinitionStages.WithCreate withRequestMessage(String requestMessage)

Specifies the requestMessage property: The request message for requesting approval of the shared private link resource.

Parameters:

requestMessage - The request message for requesting approval of the shared private link resource.

Returns:

the next definition stage.

Applies to