Interface DedicatedCapacity.DefinitionStages.WithSystemData

All Known Subinterfaces:
DedicatedCapacity.Definition, DedicatedCapacity.DefinitionStages.WithCreate
Enclosing interface:
DedicatedCapacity.DefinitionStages

public static interface DedicatedCapacity.DefinitionStages.WithSystemData
The stage of the DedicatedCapacity definition allowing to specify systemData.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSystemData(com.azure.core.management.SystemData systemData)
    Specifies the systemData property: Metadata pertaining to creation and last modification of the resource..
  • Method Details

    • withSystemData

      DedicatedCapacity.DefinitionStages.WithCreate withSystemData(com.azure.core.management.SystemData systemData)
      Specifies the systemData property: Metadata pertaining to creation and last modification of the resource..
      Parameters:
      systemData - Metadata pertaining to creation and last modification of the resource.
      Returns:
      the next definition stage.