public interface Vendor
An immutable client-side representation of Vendor.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the Vendor definition.
    static interface 
    The Vendor definition stages.
    static interface 
    The template for Vendor update.
    static interface 
    The Vendor update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.VendorInner object.
    Gets the name property: The name of the resource.
    Gets the provisioningState property: The provisioning state of the vendor resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    List<com.azure.core.management.SubResource>
    Gets the skus property: A list of IDs of the vendor skus offered by the vendor.
    com.azure.core.management.SystemData
    Gets the systemData property: The system meta data relating to this resource.
    Gets the type property: The type of the resource.
    Begins update for the Vendor resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

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

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

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

      VendorInner innerModel()
      Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.VendorInner object.
      Returns:
      the inner object.
    • update

      Vendor.Update update()
      Begins update for the Vendor resource.
      Returns:
      the stage of resource update.
    • refresh

      Vendor refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Vendor refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.