IResourcesOperations Interface
Definition
ResourcesOperations operations.
public interface IResourcesOperations
type IResourcesOperations = interface
Public Interface IResourcesOperations
Methods
BeginMoveResourcesWithHttpMessagesAsync(String, ResourcesMoveInfoInner, Dictionary<String,List<String>>, CancellationToken)
|
Move resources from one resource group to another. The resources
being moved should all be in the same resource group.
|
CheckExistenceWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Checks whether resource exists.
|
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)
|
Create a resource.
|
DeleteWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Delete resource and all of its resources.
|
GetWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Returns a resource belonging to a resource group.
|
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Get all of the resources under a subscription.
|
ListWithHttpMessagesAsync(ODataQuery<GenericResourceFilterInner>, Dictionary<String,List<String>>, CancellationToken)
|
Get all of the resources under a subscription.
|
MoveResourcesWithHttpMessagesAsync(String, ResourcesMoveInfoInner, Dictionary<String,List<String>>, CancellationToken)
|
Move resources from one resource group to another. The resources
being moved should all be in the same resource group.
|
Extension Methods
BeginMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfoInner, CancellationToken)
|
Move resources from one resource group to another. The resources being
moved should all be in the same resource group.
|
CheckExistenceAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)
|
Checks whether resource exists.
|
CreateOrUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResourceInner, CancellationToken)
|
Create a resource.
|
DeleteAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)
|
Delete resource and all of its resources.
|
GetAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)
|
Returns a resource belonging to a resource group.
|
ListAsync(IResourcesOperations, ODataQuery<GenericResourceFilterInner>, CancellationToken)
|
Get all of the resources under a subscription.
|
ListNextAsync(IResourcesOperations, String, CancellationToken)
|
Get all of the resources under a subscription.
|
MoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfoInner, CancellationToken)
|
Move resources from one resource group to another. The resources being
moved should all be in the same resource group.
|
Applies to