ArmContainerServiceModelFactory.ContainerServiceTrustedAccessRoleRule メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContainerServiceTrustedAccessRoleRule の新しいインスタンスを初期化します。
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceTrustedAccessRoleRule ContainerServiceTrustedAccessRoleRule (System.Collections.Generic.IEnumerable<string> verbs = default, System.Collections.Generic.IEnumerable<string> apiGroups = default, System.Collections.Generic.IEnumerable<string> resources = default, System.Collections.Generic.IEnumerable<string> resourceNames = default, System.Collections.Generic.IEnumerable<string> nonResourceUrls = default);
static member ContainerServiceTrustedAccessRoleRule : seq<string> * seq<string> * seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.ContainerService.Models.ContainerServiceTrustedAccessRoleRule
Public Shared Function ContainerServiceTrustedAccessRoleRule (Optional verbs As IEnumerable(Of String) = Nothing, Optional apiGroups As IEnumerable(Of String) = Nothing, Optional resources As IEnumerable(Of String) = Nothing, Optional resourceNames As IEnumerable(Of String) = Nothing, Optional nonResourceUrls As IEnumerable(Of String) = Nothing) As ContainerServiceTrustedAccessRoleRule
パラメーター
- verbs
- IEnumerable<String>
使用できる動詞の一覧。
- apiGroups
- IEnumerable<String>
許可される apiGroup の一覧。
- resources
- IEnumerable<String>
許可されるリソースの一覧。
- resourceNames
- IEnumerable<String>
許可される名前の一覧。
- nonResourceUrls
- IEnumerable<String>
許可されているリソース以外の URL の一覧。
戻り値
モック作成用の新しい ContainerServiceTrustedAccessRoleRule インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET