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

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
CreateOrUpdateAtResourceGroupLevel ( this operations, string resourceGroupName, string lockName, ManagementLockProperties parameters ) : ManagementLockReturnResult

Create or update a management lock at the resource group level.

CreateOrUpdateAtResourceGroupLevelAsync ( this operations, string resourceGroupName, string lockName, ManagementLockProperties parameters ) : Task

Create or update a management lock at the resource group level.

CreateOrUpdateAtResourceLevel ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName, ManagementLockProperties parameters ) : ManagementLockReturnResult

Create or update a management lock at the resource level or any level below resource.

CreateOrUpdateAtResourceLevelAsync ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName, ManagementLockProperties parameters ) : Task

Create or update a management lock at the resource level or any level below resource.

CreateOrUpdateAtSubscriptionLevel ( this operations, string lockName, ManagementLockProperties parameters ) : ManagementLockReturnResult

Create or update a management lock at the subscription level.

CreateOrUpdateAtSubscriptionLevelAsync ( this operations, string lockName, ManagementLockProperties parameters ) : Task

Create or update a management lock at the subscription level.

DeleteAtResourceGroupLevel ( this operations, string resourceGroup, string lockName ) : AzureOperationResponse

Deletes the management lock of a resource group.

DeleteAtResourceGroupLevelAsync ( this operations, string resourceGroup, string lockName ) : Task

Deletes the management lock of a resource group.

DeleteAtResourceLevel ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName ) : AzureOperationResponse

Deletes the management lock of a resource or any level below resource.

DeleteAtResourceLevelAsync ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName ) : Task

Deletes the management lock of a resource or any level below resource.

DeleteAtSubscriptionLevel ( this operations, string lockName ) : AzureOperationResponse

Deletes the management lock of a subscription.

DeleteAtSubscriptionLevelAsync ( this operations, string lockName ) : Task

Deletes the management lock of a subscription.

Get ( this operations, string lockName ) : ManagementLockReturnResult

Gets the management lock of a scope.

GetAsync ( this operations, string lockName ) : Task

Gets the management lock of a scope.

ListAtResourceGroupLevel ( this operations, string resourceGroupName, ManagementLockGetQueryParameter parameters ) : ManagementLockListResult

Gets all the management locks of a resource group.

ListAtResourceGroupLevelAsync ( this operations, string resourceGroupName, ManagementLockGetQueryParameter parameters ) : Task

Gets all the management locks of a resource group.

ListAtResourceLevel ( this operations, string resourceGroupName, ResourceIdentity identity, ManagementLockGetQueryParameter parameters ) : ManagementLockListResult

Gets all the management locks of a resource or any level below resource.

ListAtResourceLevelAsync ( this operations, string resourceGroupName, ResourceIdentity identity, ManagementLockGetQueryParameter parameters ) : Task

Gets all the management locks of a resource or any level below resource.

ListAtSubscriptionLevel ( this operations, ManagementLockGetQueryParameter parameters ) : ManagementLockListResult

Gets all the management locks of a subscription.

ListAtSubscriptionLevelAsync ( this operations, ManagementLockGetQueryParameter parameters ) : Task

Gets all the management locks of a subscription.

ListNext ( this operations, string nextLink ) : ManagementLockListResult

Get a list of management locks at resource level or below.

ListNextAsync ( this operations, string nextLink ) : Task

Get a list of management locks at resource level or below.

Method Details

CreateOrUpdateAtResourceGroupLevel() public static method

Create or update a management lock at the resource group level.
public static CreateOrUpdateAtResourceGroupLevel ( this operations, string resourceGroupName, string lockName, ManagementLockProperties parameters ) : ManagementLockReturnResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. The resource group name. ///
lockName string /// Required. The lock name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockProperties /// Required. The management lock parameters. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockReturnResult

CreateOrUpdateAtResourceGroupLevelAsync() public static method

Create or update a management lock at the resource group level.
public static CreateOrUpdateAtResourceGroupLevelAsync ( this operations, string resourceGroupName, string lockName, ManagementLockProperties parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. The resource group name. ///
lockName string /// Required. The lock name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockProperties /// Required. The management lock parameters. ///
return Task

CreateOrUpdateAtResourceLevel() public static method

Create or update a management lock at the resource level or any level below resource.
public static CreateOrUpdateAtResourceLevel ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName, ManagementLockProperties parameters ) : ManagementLockReturnResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
identity ResourceIdentity /// Required. Resource identity. ///
lockName string /// Required. The name of lock. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockProperties /// Required. Create or update management lock parameters. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockReturnResult

CreateOrUpdateAtResourceLevelAsync() public static method

Create or update a management lock at the resource level or any level below resource.
public static CreateOrUpdateAtResourceLevelAsync ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName, ManagementLockProperties parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
identity ResourceIdentity /// Required. Resource identity. ///
lockName string /// Required. The name of lock. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockProperties /// Required. Create or update management lock parameters. ///
return Task

CreateOrUpdateAtSubscriptionLevel() public static method

Create or update a management lock at the subscription level.
public static CreateOrUpdateAtSubscriptionLevel ( this operations, string lockName, ManagementLockProperties parameters ) : ManagementLockReturnResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
lockName string /// Required. The name of lock. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockProperties /// Required. The management lock parameters. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockReturnResult

CreateOrUpdateAtSubscriptionLevelAsync() public static method

Create or update a management lock at the subscription level.
public static CreateOrUpdateAtSubscriptionLevelAsync ( this operations, string lockName, ManagementLockProperties parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
lockName string /// Required. The name of lock. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockProperties /// Required. The management lock parameters. ///
return Task

DeleteAtResourceGroupLevel() public static method

Deletes the management lock of a resource group.
public static DeleteAtResourceGroupLevel ( this operations, string resourceGroup, string lockName ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroup string /// Required. The resource group names. ///
lockName string /// Required. The name of lock. ///
return AzureOperationResponse

DeleteAtResourceGroupLevelAsync() public static method

Deletes the management lock of a resource group.
public static DeleteAtResourceGroupLevelAsync ( this operations, string resourceGroup, string lockName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroup string /// Required. The resource group names. ///
lockName string /// Required. The name of lock. ///
return Task

DeleteAtResourceLevel() public static method

Deletes the management lock of a resource or any level below resource.
public static DeleteAtResourceLevel ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
identity ResourceIdentity /// Required. Resource identity. ///
lockName string /// Required. The name of lock. ///
return AzureOperationResponse

DeleteAtResourceLevelAsync() public static method

Deletes the management lock of a resource or any level below resource.
public static DeleteAtResourceLevelAsync ( this operations, string resourceGroupName, ResourceIdentity identity, string lockName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
identity ResourceIdentity /// Required. Resource identity. ///
lockName string /// Required. The name of lock. ///
return Task

DeleteAtSubscriptionLevel() public static method

Deletes the management lock of a subscription.
public static DeleteAtSubscriptionLevel ( this operations, string lockName ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
lockName string /// Required. The name of lock. ///
return AzureOperationResponse

DeleteAtSubscriptionLevelAsync() public static method

Deletes the management lock of a subscription.
public static DeleteAtSubscriptionLevelAsync ( this operations, string lockName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
lockName string /// Required. The name of lock. ///
return Task

Get() public static method

Gets the management lock of a scope.
public static Get ( this operations, string lockName ) : ManagementLockReturnResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
lockName string /// Required. Name of the management lock. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockReturnResult

GetAsync() public static method

Gets the management lock of a scope.
public static GetAsync ( this operations, string lockName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
lockName string /// Required. Name of the management lock. ///
return Task

ListAtResourceGroupLevel() public static method

Gets all the management locks of a resource group.
public static ListAtResourceGroupLevel ( this operations, string resourceGroupName, ManagementLockGetQueryParameter parameters ) : ManagementLockListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. Resource group name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockGetQueryParameter /// Optional. Query parameters. If empty is passed returns all locks /// at, above or below the resource group. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockListResult

ListAtResourceGroupLevelAsync() public static method

Gets all the management locks of a resource group.
public static ListAtResourceGroupLevelAsync ( this operations, string resourceGroupName, ManagementLockGetQueryParameter parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
resourceGroupName string /// Required. Resource group name. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockGetQueryParameter /// Optional. Query parameters. If empty is passed returns all locks /// at, above or below the resource group. ///
return Task

ListAtResourceLevel() public static method

Gets all the management locks of a resource or any level below resource.
public static ListAtResourceLevel ( this operations, string resourceGroupName, ResourceIdentity identity, ManagementLockGetQueryParameter parameters ) : ManagementLockListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
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.ManagementLockGetQueryParameter /// Optional. Query parameters. If empty is passed returns all locks at /// or below the resource.If atScope() is passed returns all locks at /// the resource level. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockListResult

ListAtResourceLevelAsync() public static method

Gets all the management locks of a resource or any level below resource.
public static ListAtResourceLevelAsync ( this operations, string resourceGroupName, ResourceIdentity identity, ManagementLockGetQueryParameter parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
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.ManagementLockGetQueryParameter /// Optional. Query parameters. If empty is passed returns all locks at /// or below the resource.If atScope() is passed returns all locks at /// the resource level. ///
return Task

ListAtSubscriptionLevel() public static method

Gets all the management locks of a subscription.
public static ListAtSubscriptionLevel ( this operations, ManagementLockGetQueryParameter parameters ) : ManagementLockListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockGetQueryParameter /// Optional. Query parameters. If empty is passed returns all locks /// at, above or below the subscription. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockListResult

ListAtSubscriptionLevelAsync() public static method

Gets all the management locks of a subscription.
public static ListAtSubscriptionLevelAsync ( this operations, ManagementLockGetQueryParameter parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockGetQueryParameter /// Optional. Query parameters. If empty is passed returns all locks /// at, above or below the subscription. ///
return Task

ListNext() public static method

Get a list of management locks at resource level or below.
public static ListNext ( this operations, string nextLink ) : ManagementLockListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockListResult

ListNextAsync() public static method

Get a list of management locks at resource level or below.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IManagementLockOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task