Class VendorPropertiesFormat

java.lang.Object
com.azure.resourcemanager.hybridnetwork.fluent.models.VendorPropertiesFormat

public final class VendorPropertiesFormat extends Object
Vendor properties.
  • Constructor Details

    • VendorPropertiesFormat

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

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