Interface MetadataModel.UpdateStages.WithParentId

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

public static interface MetadataModel.UpdateStages.WithParentId
The stage of the MetadataModel update allowing to specify parentId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withParentId(String parentId)
    Specifies the parentId property: Full parent resource ID of the content item the metadata is for.
  • Method Details

    • withParentId

      MetadataModel.Update withParentId(String parentId)
      Specifies the parentId property: Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group).
      Parameters:
      parentId - Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group).
      Returns:
      the next definition stage.