C# Class Microsoft.Azure.Management.Internal.Resources.ResourceOperationsExtensions

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
BeginMoving ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : LongRunningOperationResponse

Begin moving resources.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

BeginMovingAsync ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : Task

Begin moving resources.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

CheckExistence ( this operations, string resourceGroupName, ResourceIdentity identity ) : ResourceExistsResult

Checks whether resource exists.

CheckExistenceAsync ( this operations, string resourceGroupName, ResourceIdentity identity ) : Task

Checks whether resource exists.

CreateOrUpdate ( this operations, string resourceGroupName, ResourceIdentity identity, GenericResource parameters ) : ResourceCreateOrUpdateResult

Create a resource.

CreateOrUpdateAsync ( this operations, string resourceGroupName, ResourceIdentity identity, GenericResource parameters ) : Task

Create a resource.

Delete ( this operations, string resourceGroupName, ResourceIdentity identity ) : AzureOperationResponse

Delete resource and all of its resources.

DeleteAsync ( this operations, string resourceGroupName, ResourceIdentity identity ) : Task

Delete resource and all of its resources.

Get ( this operations, string resourceGroupName, ResourceIdentity identity ) : ResourceGetResult

Returns a resource belonging to a resource group.

GetAsync ( this operations, string resourceGroupName, ResourceIdentity identity ) : Task

Returns a resource belonging to a resource group.

List ( this operations, ResourceListParameters parameters ) : ResourceListResult

Get all of the resources under a subscription.

ListAsync ( this operations, ResourceListParameters parameters ) : Task

Get all of the resources under a subscription.

ListNext ( this operations, string nextLink ) : ResourceListResult

Get a list of deployments.

ListNextAsync ( this operations, string nextLink ) : Task

Get a list of deployments.

MoveResources ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : AzureOperationResponse

Move resources within or across subscriptions.

MoveResourcesAsync ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : Task

Move resources within or across subscriptions.

Method Details

BeginMoving() public static method

Begin moving resources.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.
public static BeginMoving ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : LongRunningOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
sourceResourceGroupName string /// Required. Source resource group name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ResourcesMoveInfo /// Required. move resources' parameters. ///
return Microsoft.Azure.Management.Internal.Resources.Models.LongRunningOperationResponse

BeginMovingAsync() public static method

Begin moving resources.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.
public static BeginMovingAsync ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
sourceResourceGroupName string /// Required. Source resource group name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ResourcesMoveInfo /// Required. move resources' parameters. ///
return Task

CheckExistence() public static method

Checks whether resource exists.
public static CheckExistence ( this operations, string resourceGroupName, ResourceIdentity identity ) : ResourceExistsResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ResourceExistsResult

CheckExistenceAsync() public static method

Checks whether resource exists.
public static CheckExistenceAsync ( this operations, string resourceGroupName, ResourceIdentity identity ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
return Task

CreateOrUpdate() public static method

Create a resource.
public static CreateOrUpdate ( this operations, string resourceGroupName, ResourceIdentity identity, GenericResource parameters ) : ResourceCreateOrUpdateResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.GenericResource /// Required. Create or update resource parameters. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ResourceCreateOrUpdateResult

CreateOrUpdateAsync() public static method

Create a resource.
public static CreateOrUpdateAsync ( this operations, string resourceGroupName, ResourceIdentity identity, GenericResource parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.GenericResource /// Required. Create or update resource parameters. ///
return Task

Delete() public static method

Delete resource and all of its resources.
public static Delete ( this operations, string resourceGroupName, ResourceIdentity identity ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
return AzureOperationResponse

DeleteAsync() public static method

Delete resource and all of its resources.
public static DeleteAsync ( this operations, string resourceGroupName, ResourceIdentity identity ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
return Task

Get() public static method

Returns a resource belonging to a resource group.
public static Get ( this operations, string resourceGroupName, ResourceIdentity identity ) : ResourceGetResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ResourceGetResult

GetAsync() public static method

Returns a resource belonging to a resource group.
public static GetAsync ( this operations, string resourceGroupName, ResourceIdentity identity ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
identity ResourceIdentity /// Required. Resource identity. ///
return Task

List() public static method

Get all of the resources under a subscription.
public static List ( this operations, ResourceListParameters parameters ) : ResourceListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ResourceListParameters /// Optional. Query parameters. If null is passed returns all resource /// groups. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ResourceListResult

ListAsync() public static method

Get all of the resources under a subscription.
public static ListAsync ( this operations, ResourceListParameters parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ResourceListParameters /// Optional. Query parameters. If null is passed returns all resource /// groups. ///
return Task

ListNext() public static method

Get a list of deployments.
public static ListNext ( this operations, string nextLink ) : ResourceListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ResourceListResult

ListNextAsync() public static method

Get a list of deployments.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task

MoveResources() public static method

Move resources within or across subscriptions.
public static MoveResources ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
sourceResourceGroupName string /// Required. Source resource group name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ResourcesMoveInfo /// Required. move resources' parameters. ///
return AzureOperationResponse

MoveResourcesAsync() public static method

Move resources within or across subscriptions.
public static MoveResourcesAsync ( this operations, string sourceResourceGroupName, ResourcesMoveInfo parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceOperations. ///
sourceResourceGroupName string /// Required. Source resource group name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ResourcesMoveInfo /// Required. move resources' parameters. ///
return Task