java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.hybridnetwork.fluent.models.VendorInner

public final class VendorInner extends com.azure.core.management.ProxyResource
Vendor resource.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of VendorInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the provisioningState property: The provisioning state of the vendor resource.
    List<com.azure.core.management.SubResource>
    Get the skus property: A list of IDs of the vendor skus offered by the vendor.
    com.azure.core.management.SystemData
    Get the systemData property: The system meta data relating to this resource.
    void
    Validates the instance.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VendorInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system meta data relating to this resource.
      Returns:
      the systemData value.
    • provisioningState

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

      public List<com.azure.core.management.SubResource> skus()
      Get the skus property: A list of IDs of the vendor skus offered by the vendor.
      Returns:
      the skus value.
    • validate

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