Interface PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithApprovalMethod<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateEndpoint.PrivateLinkServiceConnection.Definition<ParentT>,PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages
public static interface PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithApprovalMethod<ParentT>The stage of the definition allowing to specify the approval method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>withManualApproval(String requestMessage)Specifies the approval method.
-
-
-
Method Detail
-
withManualApproval
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT> withManualApproval(String requestMessage)
Specifies the approval method.- Parameters:
requestMessage- the request message for manual approval- Returns:
- the next stage of the definition
-
-