AccessPoliciesOperationsExtensions.Update メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のアクセス ポリシー リソースの個々のプロパティを更新します。
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 アクセスを検証するときに使用する認証方法。
戻り値
注釈
指定した名前の既存のアクセス ポリシー リソースの個々のプロパティを更新します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET