SharedLimits Interface
public interface SharedLimits
Resource collection API of SharedLimits.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Shared |
| abstract void |
deleteById(String id)
Disables sharing of a compute limit by the host subscription with its guest subscriptions. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Disables sharing of a compute limit by the host subscription with its guest subscriptions. |
| abstract void |
deleteByResourceGroup(String location, String name)
Disables sharing of a compute limit by the host subscription with its guest subscriptions. |
| abstract Response<Void> |
deleteByResourceGroupWithResponse(String location, String name, Context context)
Disables sharing of a compute limit by the host subscription with its guest subscriptions. |
|
abstract
Shared |
get(String location, String name)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions. |
|
abstract
Shared |
getById(String id)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions. |
|
abstract
Response<Shared |
getByIdWithResponse(String id, Context context)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions. |
|
abstract
Response<Shared |
getWithResponse(String location, String name, Context context)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions. |
|
abstract
Paged |
listBySubscriptionLocationResource(String location)
Lists all compute limits shared by the host subscription with its guest subscriptions. |
|
abstract
Paged |
listBySubscriptionLocationResource(String location, Context context)
Lists all compute limits shared by the host subscription with its guest subscriptions. |
Method Details
define
public abstract SharedLimit.DefinitionStages.Blank define(String name)
Begins definition for a new SharedLimit resource.
Parameters:
Returns:
deleteById
public abstract void deleteById(String id)
Disables sharing of a compute limit by the host subscription with its guest subscriptions.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Disables sharing of a compute limit by the host subscription with its guest subscriptions.
Parameters:
Returns:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String location, String name)
Disables sharing of a compute limit by the host subscription with its guest subscriptions.
Parameters:
deleteByResourceGroupWithResponse
public abstract Response<Void> deleteByResourceGroupWithResponse(String location, String name, Context context)
Disables sharing of a compute limit by the host subscription with its guest subscriptions.
Parameters:
Returns:
get
public abstract SharedLimit get(String location, String name)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.
Parameters:
Returns:
getById
public abstract SharedLimit getById(String id)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SharedLimit> getByIdWithResponse(String id, Context context)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.
Parameters:
Returns:
getWithResponse
public abstract Response<SharedLimit> getWithResponse(String location, String name, Context context)
Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.
Parameters:
Returns:
listBySubscriptionLocationResource
public abstract PagedIterable<SharedLimit> listBySubscriptionLocationResource(String location)
Lists all compute limits shared by the host subscription with its guest subscriptions.
Parameters:
Returns:
listBySubscriptionLocationResource
public abstract PagedIterable<SharedLimit> listBySubscriptionLocationResource(String location, Context context)
Lists all compute limits shared by the host subscription with its guest subscriptions.
Parameters:
Returns: