SubscriptionOperationsClient Interface
public interface SubscriptionOperationsClient
An instance of this class provides access to all the operations defined in SubscriptionOperationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Canceled |
cancel(String subscriptionId)
The operation to cancel a subscription. |
abstract
Response<Canceled |
cancelWithResponse(String subscriptionId, Context context)
The operation to cancel a subscription. |
abstract
Enabled |
enable(String subscriptionId)
The operation to enable a subscription. |
abstract
Response<Enabled |
enableWithResponse(String subscriptionId, Context context)
The operation to enable a subscription. |
abstract
Renamed |
rename(String subscriptionId, SubscriptionName body)
The operation to rename a subscription. |
abstract
Response<Renamed |
renameWithResponse(String subscriptionId, SubscriptionName body, Context context)
The operation to rename a subscription. |
Method Details
cancel
public abstract CanceledSubscriptionIdInner cancel(String subscriptionId)
The operation to cancel a subscription.
Parameters:
Returns:
cancelWithResponse
public abstract Response
The operation to cancel a subscription.
Parameters:
Returns:
enable
public abstract EnabledSubscriptionIdInner enable(String subscriptionId)
The operation to enable a subscription.
Parameters:
Returns:
enableWithResponse
public abstract Response
The operation to enable a subscription.
Parameters:
Returns:
rename
public abstract RenamedSubscriptionIdInner rename(String subscriptionId, SubscriptionName body)
The operation to rename a subscription.
Parameters:
Returns:
renameWithResponse
public abstract Response
The operation to rename a subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java