CustomerSubscription Interface
public interface CustomerSubscription
An immutable client-side representation of CustomerSubscription.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
etag()
Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Customer |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Customer |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Customer |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
tenantId()
Gets the tenant |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
etag
public abstract String etag()
Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CustomerSubscriptionInner innerModel()
Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CustomerSubscriptionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract CustomerSubscription refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CustomerSubscription refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
tenantId
public abstract String tenantId()
Gets the tenantId property: Tenant Id.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: