Interface PrivateEndpoint.PrivateLinkServiceConnection.UpdateStages.WithApprovalMethod
-
- All Known Subinterfaces:
PrivateEndpoint.PrivateLinkServiceConnection.Update
- Enclosing interface:
- PrivateEndpoint.PrivateLinkServiceConnection.UpdateStages
public static interface PrivateEndpoint.PrivateLinkServiceConnection.UpdateStages.WithApprovalMethodThe 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.UpdatewithRequestMessage(String requestMessage)Specifies the request message.
-
-
-
Method Detail
-
withRequestMessage
PrivateEndpoint.PrivateLinkServiceConnection.Update withRequestMessage(String requestMessage)
Specifies the request message.- Parameters:
requestMessage- the request message- Returns:
- the next stage of the update
-
-