Interface ManagedPrivateEndpoint.UpdateStages.WithPrivateLinkResourceId

All Known Subinterfaces:
ManagedPrivateEndpoint.Update
Enclosing interface:
ManagedPrivateEndpoint.UpdateStages

public static interface ManagedPrivateEndpoint.UpdateStages.WithPrivateLinkResourceId
The stage of the ManagedPrivateEndpoint update allowing to specify privateLinkResourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPrivateLinkResourceId(String privateLinkResourceId)
    Specifies the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is created..
  • Method Details

    • withPrivateLinkResourceId

      ManagedPrivateEndpoint.Update withPrivateLinkResourceId(String privateLinkResourceId)
      Specifies the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is created..
      Parameters:
      privateLinkResourceId - The ARM resource ID of the resource for which the managed private endpoint is created.
      Returns:
      the next definition stage.