Interface DataExport.UpdateStages.WithResourceId

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

public static interface DataExport.UpdateStages.WithResourceId
The stage of the DataExport update allowing to specify resourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withResourceId(String resourceId)
    Specifies the resourceId property: The destination resource ID.
  • Method Details

    • withResourceId

      DataExport.Update withResourceId(String resourceId)
      Specifies the resourceId property: The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure..
      Parameters:
      resourceId - The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.
      Returns:
      the next definition stage.