次の方法で共有


AccessPoliciesOperationsExtensions.Update メソッド

定義

既存のアクセス ポリシー リソースの個々のプロパティを更新します。

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

パラメーター

operations
IAccessPoliciesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Azure Video Analyzer アカウント名。

accessPolicyName
String

アクセス ポリシー名。

role
Nullable<AccessPolicyRole>

このポリシーによって付与されるアクセス レベルを定義します。 使用可能な値は次のとおりです: 'Reader'

authentication
AuthenticationBase

クライアント API アクセスを検証するときに使用する認証方法。

戻り値

注釈

指定した名前の既存のアクセス ポリシー リソースの個々のプロパティを更新します。

適用対象