ArmKubernetesConfigurationExtensionsModelFactory.KubernetesClusterAccessDetail 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.
Metadata about the access details of the managing entity of the extension.
public static Azure.ResourceManager.KubernetesConfiguration.Extensions.Models.KubernetesClusterAccessDetail KubernetesClusterAccessDetail(string entity = default, System.Collections.Generic.IEnumerable<string> allowedActions = default, string description = default);
static member KubernetesClusterAccessDetail : string * seq<string> * string -> Azure.ResourceManager.KubernetesConfiguration.Extensions.Models.KubernetesClusterAccessDetail
Public Shared Function KubernetesClusterAccessDetail (Optional entity As String = Nothing, Optional allowedActions As IEnumerable(Of String) = Nothing, Optional description As String = Nothing) As KubernetesClusterAccessDetail
Parameters
- entity
- String
The entity to which the access details apply.
- allowedActions
- IEnumerable<String>
The list of allowed actions for the entity.
- description
- String
The description of the entity.
Returns
A new KubernetesClusterAccessDetail instance for mocking.