AccessPoliciesOperationsExtensions.UpdateAsync 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.
Updates individual properties of an existing access policy resource.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity> UpdateAsync (this Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations operations, string resourceGroupName, string accountName, string accessPolicyName, Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole? role = default, Microsoft.Azure.Management.VideoAnalyzer.Models.AuthenticationBase authentication = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations * string * string * string * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole> * Microsoft.Azure.Management.VideoAnalyzer.Models.AuthenticationBase * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity>
<Extension()>
Public Function UpdateAsync (operations As IAccessPoliciesOperations, resourceGroupName As String, accountName As String, accessPolicyName As String, Optional role As Nullable(Of AccessPolicyRole) = Nothing, Optional authentication As AuthenticationBase = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AccessPolicyEntity)
Parameters
- operations
- IAccessPoliciesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- accountName
- String
The Azure Video Analyzer account name.
- accessPolicyName
- String
The Access Policy name.
- role
- Nullable<AccessPolicyRole>
Defines the access level granted by this policy. Possible values include: 'Reader'
- authentication
- AuthenticationBase
Authentication method to be used when validating client API access.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Updates individual properties of an existing access policy resource with the given name.
Applies to
Azure SDK for .NET