ArmContainerServiceModelFactory.ContainerServiceTrustedAccessRoleRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- verbs
- IEnumerable<String>
List of allowed verbs.
- apiGroups
- IEnumerable<String>
List of allowed apiGroups.
- resources
- IEnumerable<String>
List of allowed resources.
- resourceNames
- IEnumerable<String>
List of allowed names.
- nonResourceUrls
- IEnumerable<String>
List of allowed nonResourceURLs.
Returns
A new ContainerServiceTrustedAccessRoleRule instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET