Share via


AccessPoliciesOperationsExtensions.Update Method

Definition

Updates individual properties of an existing access policy resource.

public static Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity Update (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);
static member Update : Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations * string * string * string * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole> * Microsoft.Azure.Management.VideoAnalyzer.Models.AuthenticationBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity
<Extension()>
Public Function Update (operations As IAccessPoliciesOperations, resourceGroupName As String, accountName As String, accessPolicyName As String, Optional role As Nullable(Of AccessPolicyRole) = Nothing, Optional authentication As AuthenticationBase = Nothing) As 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.

Returns

Remarks

Updates individual properties of an existing access policy resource with the given name.

Applies to