private GetManagedClusterResult( Outputs.ManagedClusterAADProfileResponse?aadProfile, ImmutableDictionary <string, Outputs.ManagedClusterAddonProfileResponse>?addonProfiles, ImmutableArray <Outputs.ManagedClusterAgentPoolProfileResponse> agentPoolProfiles, ImmutableArray <string> apiServerAuthorizedIPRanges, string?dnsPrefix, bool?enablePodSecurityPolicy, bool?enableRBAC, string fqdn, string id, string?kubernetesVersion, Outputs.ContainerServiceLinuxProfileResponse?linuxProfile, string location, string name, Outputs.ContainerServiceNetworkProfileResponse?networkProfile, string nodeResourceGroup, string provisioningState, Outputs.ManagedClusterServicePrincipalProfileResponse?servicePrincipalProfile, ImmutableDictionary <string, string>?tags, string type) { AadProfile = aadProfile; AddonProfiles = addonProfiles; AgentPoolProfiles = agentPoolProfiles; ApiServerAuthorizedIPRanges = apiServerAuthorizedIPRanges; DnsPrefix = dnsPrefix; EnablePodSecurityPolicy = enablePodSecurityPolicy; EnableRBAC = enableRBAC; Fqdn = fqdn; Id = id; KubernetesVersion = kubernetesVersion; LinuxProfile = linuxProfile; Location = location; Name = name; NetworkProfile = networkProfile; NodeResourceGroup = nodeResourceGroup; ProvisioningState = provisioningState; ServicePrincipalProfile = servicePrincipalProfile; Tags = tags; Type = type; }
private GetManagedClusterResult( Outputs.ManagedClusterAADProfileResponse?aadProfile, ImmutableDictionary <string, Outputs.ManagedClusterAddonProfileResponse>?addonProfiles, ImmutableArray <Outputs.ManagedClusterAgentPoolProfileResponse> agentPoolProfiles, Outputs.ManagedClusterAPIServerAccessProfileResponse?apiServerAccessProfile, string?dnsPrefix, bool?enablePodSecurityPolicy, bool?enableRBAC, string fqdn, string id, Outputs.ManagedClusterIdentityResponse?identity, string?kubernetesVersion, Outputs.ContainerServiceLinuxProfileResponse?linuxProfile, string location, int maxAgentPools, string name, Outputs.ContainerServiceNetworkProfileResponse?networkProfile, string?nodeResourceGroup, string privateFQDN, string provisioningState, Outputs.ManagedClusterServicePrincipalProfileResponse?servicePrincipalProfile, ImmutableDictionary <string, string>?tags, string type, Outputs.ManagedClusterWindowsProfileResponse?windowsProfile) { AadProfile = aadProfile; AddonProfiles = addonProfiles; AgentPoolProfiles = agentPoolProfiles; ApiServerAccessProfile = apiServerAccessProfile; DnsPrefix = dnsPrefix; EnablePodSecurityPolicy = enablePodSecurityPolicy; EnableRBAC = enableRBAC; Fqdn = fqdn; Id = id; Identity = identity; KubernetesVersion = kubernetesVersion; LinuxProfile = linuxProfile; Location = location; MaxAgentPools = maxAgentPools; Name = name; NetworkProfile = networkProfile; NodeResourceGroup = nodeResourceGroup; PrivateFQDN = privateFQDN; ProvisioningState = provisioningState; ServicePrincipalProfile = servicePrincipalProfile; Tags = tags; Type = type; WindowsProfile = windowsProfile; }