Interface CustomerSubscription


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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the CustomerSubscription definition.
    static interface 
    The CustomerSubscription definition stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CustomerSubscriptionInner object.
    Gets the name property: The name of the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the tenantId property: Tenant Id.
    Gets the type property: The type of the 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.
    • etag

      String etag()
      Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource.
      Returns:
      the etag value.
    • tenantId

      String tenantId()
      Gets the tenantId property: Tenant Id.
      Returns:
      the tenantId value.
    • innerModel

      Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CustomerSubscriptionInner object.
      Returns:
      the inner object.
    • refresh

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

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