Class DevicePropertiesFormat

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.DevicePropertiesFormat
Direct Known Subclasses:
AzureStackEdgeFormat

public class DevicePropertiesFormat extends Object
Device properties.
  • Constructor Details

    • DevicePropertiesFormat

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

    • status

      public Status status()
      Get the status property: The current device status.
      Returns:
      the status value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the device resource.
      Returns:
      the provisioningState value.
    • networkFunctions

      public List<com.azure.core.management.SubResource> networkFunctions()
      Get the networkFunctions property: The list of network functions deployed on the device.
      Returns:
      the networkFunctions value.
    • validate

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