次の方法で共有


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 CustomerSubscriptionInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CustomerSubscriptionInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract CustomerSubscription refresh()

Refreshes the resource to sync with Azure.

abstract CustomerSubscription refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String tenantId()

Gets the tenantId property: Tenant Id.

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:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract CustomerSubscriptionInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CustomerSubscriptionInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract CustomerSubscription refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract CustomerSubscription refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

tenantId

public abstract String tenantId()

Gets the tenantId property: Tenant Id.

Returns:

the tenantId value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to