ManagementLockOperationsExtensions.GetAsync 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 the management lock of a scope.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult> GetAsync (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string lockName);
static member GetAsync : Microsoft.Azure.Management.Resources.IManagementLockOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult>
<Extension()>
Public Function GetAsync (operations As IManagementLockOperations, lockName As String) As Task(Of ManagementLockReturnResult)
Parameters
- operations
- IManagementLockOperations
Reference to the Microsoft.Azure.Management.Resources.IManagementLockOperations.
- lockName
- String
Required. Name of the management lock.
Returns
Management lock information.