Share via


AccessPoliciesOperationsExtensions.CreateOrUpdate Method

Definition

Creates a new access policy resource or updates an existing one.

public static Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity CreateOrUpdate (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 CreateOrUpdate : 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 CreateOrUpdate (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

Creates a new access policy resource or updates an existing one with the given name.

Applies to