Interface AutoScaleVCore.DefinitionStages.WithSystemData

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

public static interface AutoScaleVCore.DefinitionStages.WithSystemData
The stage of the AutoScaleVCore 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

      AutoScaleVCore.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.