SharedPrivateLinkResource.UpdateStages.WithRequestMessage Interface

public static interface SharedPrivateLinkResource.UpdateStages.WithRequestMessage

The stage of the SharedPrivateLinkResource update allowing to specify requestMessage.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update 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