ManagedPrivateEndpointModel.DefinitionStages.WithRequestMessage Interface

public static interface ManagedPrivateEndpointModel.DefinitionStages.WithRequestMessage

The stage of the ManagedPrivateEndpointModel definition allowing to specify requestMessage.

Method Summary

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

Specifies the requestMessage property: User input request message of the managed private endpoint..

Method Details

withRequestMessage

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

Specifies the requestMessage property: User input request message of the managed private endpoint..

Parameters:

requestMessage - User input request message of the managed private endpoint.

Returns:

the next definition stage.

Applies to