C# Класс Microsoft.Azure.Management.Internal.Resources.ResourceOperationsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

BeginMoving() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.LongRunningOperationResponse

BeginMovingAsync() публичный статический Метод

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. ///
Результат Task

CheckExistence() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ResourceExistsResult

CheckExistenceAsync() публичный статический Метод

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. ///
Результат Task

CreateOrUpdate() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ResourceCreateOrUpdateResult

CreateOrUpdateAsync() публичный статический Метод

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. ///
Результат Task

Delete() публичный статический Метод

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. ///
Результат AzureOperationResponse

DeleteAsync() публичный статический Метод

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. ///
Результат Task

Get() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ResourceGetResult

GetAsync() публичный статический Метод

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. ///
Результат Task

List() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ResourceListResult

ListAsync() публичный статический Метод

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. ///
Результат Task

ListNext() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ResourceListResult

ListNextAsync() публичный статический Метод

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. ///
Результат Task

MoveResources() публичный статический Метод

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. ///
Результат AzureOperationResponse

MoveResourcesAsync() публичный статический Метод

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. ///
Результат Task