ManagementLockOperationsExtensions.ListAtSubscriptionLevelAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the management locks of a subscription.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockListResult> ListAtSubscriptionLevelAsync (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter parameters);
static member ListAtSubscriptionLevelAsync : Microsoft.Azure.Management.Resources.IManagementLockOperations * Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockListResult>
<Extension()>
Public Function ListAtSubscriptionLevelAsync (operations As IManagementLockOperations, parameters As ManagementLockGetQueryParameter) As Task(Of ManagementLockListResult)
Parameters
- operations
- IManagementLockOperations
Reference to the Microsoft.Azure.Management.Resources.IManagementLockOperations.
- parameters
- ManagementLockGetQueryParameter
Optional. Query parameters. If empty is passed returns all locks at, above or below the subscription.
Returns
List of management locks.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET