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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET