Class AzureStackEdgeFormat

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.DevicePropertiesFormat
com.azure.resourcemanager.hybridnetwork.models.AzureStackEdgeFormat

public final class AzureStackEdgeFormat extends DevicePropertiesFormat
The reference to the Azure stack edge device.
  • Constructor Details

    • AzureStackEdgeFormat

      public AzureStackEdgeFormat()
      Creates an instance of AzureStackEdgeFormat class.
  • Method Details

    • azureStackEdge

      public com.azure.core.management.SubResource azureStackEdge()
      Get the azureStackEdge property: The reference to the Azure stack edge device.
      Returns:
      the azureStackEdge value.
    • withAzureStackEdge

      public AzureStackEdgeFormat withAzureStackEdge(com.azure.core.management.SubResource azureStackEdge)
      Set the azureStackEdge property: The reference to the Azure stack edge device.
      Parameters:
      azureStackEdge - the azureStackEdge value to set.
      Returns:
      the AzureStackEdgeFormat object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class DevicePropertiesFormat
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.