@azure/arm-networkcloud 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +176 -0
- package/dist/index.js +6966 -6052
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js +85 -0
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/agentPoolsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/agentPoolsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{hybridAksClustersGetSample.js → agentPoolsGetSample.js} +11 -9
- package/dist-esm/samples-dev/agentPoolsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/agentPoolsListByKubernetesClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/agentPoolsListByKubernetesClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{hybridAksClustersListByResourceGroupSample.js → agentPoolsListByKubernetesClusterSample.js} +10 -8
- package/dist-esm/samples-dev/agentPoolsListByKubernetesClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/agentPoolsUpdateSample.js +46 -0
- package/dist-esm/samples-dev/agentPoolsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/bareMetalMachineKeySetsCreateOrUpdateSample.js +4 -3
- package/dist-esm/samples-dev/bareMetalMachineKeySetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachineKeySetsDeleteSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachineKeySetsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachineKeySetsGetSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachineKeySetsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachineKeySetsListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/bareMetalMachineKeySetsListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{bareMetalMachineKeySetsListByResourceGroupSample.js → bareMetalMachineKeySetsListByClusterSample.js} +9 -8
- package/dist-esm/samples-dev/bareMetalMachineKeySetsListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/bareMetalMachineKeySetsUpdateSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachineKeySetsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesCordonSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesCordonSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesCreateOrUpdateSample.js +5 -4
- package/dist-esm/samples-dev/bareMetalMachinesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesGetSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesPowerOffSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesPowerOffSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesReimageSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesReimageSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesReplaceSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesRestartSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesRunCommandSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesRunCommandSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesRunDataExtractsSample.js +9 -3
- package/dist-esm/samples-dev/bareMetalMachinesRunDataExtractsSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesRunReadCommandsSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesRunReadCommandsSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesStartSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesStartSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesUncordonSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesUncordonSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesUpdateSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bareMetalMachinesValidateHardwareSample.js +3 -2
- package/dist-esm/samples-dev/bareMetalMachinesValidateHardwareSample.js.map +1 -1
- package/dist-esm/samples-dev/bmcKeySetsCreateOrUpdateSample.js +4 -3
- package/dist-esm/samples-dev/bmcKeySetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bmcKeySetsDeleteSample.js +3 -2
- package/dist-esm/samples-dev/bmcKeySetsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/bmcKeySetsGetSample.js +3 -2
- package/dist-esm/samples-dev/bmcKeySetsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/bmcKeySetsListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/bmcKeySetsListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{bmcKeySetsListByResourceGroupSample.js → bmcKeySetsListByClusterSample.js} +9 -8
- package/dist-esm/samples-dev/bmcKeySetsListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/bmcKeySetsUpdateSample.js +3 -2
- package/dist-esm/samples-dev/bmcKeySetsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudServicesNetworksCreateOrUpdateSample.js +4 -3
- package/dist-esm/samples-dev/cloudServicesNetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudServicesNetworksDeleteSample.js +3 -2
- package/dist-esm/samples-dev/cloudServicesNetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudServicesNetworksGetSample.js +3 -2
- package/dist-esm/samples-dev/cloudServicesNetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudServicesNetworksListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/cloudServicesNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudServicesNetworksListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/cloudServicesNetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudServicesNetworksUpdateSample.js +3 -2
- package/dist-esm/samples-dev/cloudServicesNetworksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterManagersCreateOrUpdateSample.js +5 -4
- package/dist-esm/samples-dev/clusterManagersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterManagersDeleteSample.js +3 -2
- package/dist-esm/samples-dev/clusterManagersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterManagersGetSample.js +3 -2
- package/dist-esm/samples-dev/clusterManagersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterManagersListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/clusterManagersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterManagersListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/clusterManagersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterManagersUpdateSample.js +3 -2
- package/dist-esm/samples-dev/clusterManagersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +10 -9
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +3 -2
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersDeploySample.js +6 -4
- package/dist-esm/samples-dev/clustersDeploySample.js.map +1 -1
- package/dist-esm/samples-dev/clustersGetSample.js +3 -2
- package/dist-esm/samples-dev/clustersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +8 -6
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersUpdateVersionSample.js +3 -2
- package/dist-esm/samples-dev/clustersUpdateVersionSample.js.map +1 -1
- package/dist-esm/samples-dev/consolesCreateOrUpdateSample.js +4 -3
- package/dist-esm/samples-dev/consolesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/consolesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/consolesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/consolesGetSample.js +3 -2
- package/dist-esm/samples-dev/consolesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/consolesListByVirtualMachineSample.d.ts +2 -0
- package/dist-esm/samples-dev/consolesListByVirtualMachineSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{consolesListByResourceGroupSample.js → consolesListByVirtualMachineSample.js} +9 -8
- package/dist-esm/samples-dev/consolesListByVirtualMachineSample.js.map +1 -0
- package/dist-esm/samples-dev/consolesUpdateSample.js +3 -2
- package/dist-esm/samples-dev/consolesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.js +178 -0
- package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{defaultCniNetworksDeleteSample.js → kubernetesClustersDeleteSample.js} +10 -9
- package/dist-esm/samples-dev/kubernetesClustersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{defaultCniNetworksGetSample.js → kubernetesClustersGetSample.js} +10 -9
- package/dist-esm/samples-dev/kubernetesClustersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{defaultCniNetworksListByResourceGroupSample.js → kubernetesClustersListByResourceGroupSample.js} +9 -8
- package/dist-esm/samples-dev/kubernetesClustersListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{defaultCniNetworksListBySubscriptionSample.js → kubernetesClustersListBySubscriptionSample.js} +9 -8
- package/dist-esm/samples-dev/kubernetesClustersListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersRestartNodeSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersRestartNodeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{hybridAksClustersRestartNodeSample.js → kubernetesClustersRestartNodeSample.js} +11 -10
- package/dist-esm/samples-dev/kubernetesClustersRestartNodeSample.js.map +1 -0
- package/dist-esm/samples-dev/kubernetesClustersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/kubernetesClustersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{defaultCniNetworksUpdateSample.js → kubernetesClustersUpdateSample.js} +14 -11
- package/dist-esm/samples-dev/kubernetesClustersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/l2NetworksCreateOrUpdateSample.js +5 -4
- package/dist-esm/samples-dev/l2NetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/l2NetworksDeleteSample.js +3 -2
- package/dist-esm/samples-dev/l2NetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/l2NetworksGetSample.js +3 -2
- package/dist-esm/samples-dev/l2NetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/l2NetworksListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/l2NetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/l2NetworksListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/l2NetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/l2NetworksUpdateSample.js +3 -2
- package/dist-esm/samples-dev/l2NetworksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/l3NetworksCreateOrUpdateSample.js +5 -6
- package/dist-esm/samples-dev/l3NetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/l3NetworksDeleteSample.js +3 -2
- package/dist-esm/samples-dev/l3NetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/l3NetworksGetSample.js +3 -2
- package/dist-esm/samples-dev/l3NetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/l3NetworksListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/l3NetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/l3NetworksListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/l3NetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/l3NetworksUpdateSample.js +3 -2
- package/dist-esm/samples-dev/l3NetworksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/metricsConfigurationsCreateOrUpdateSample.js +8 -7
- package/dist-esm/samples-dev/metricsConfigurationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/metricsConfigurationsDeleteSample.js +3 -2
- package/dist-esm/samples-dev/metricsConfigurationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/metricsConfigurationsGetSample.js +3 -2
- package/dist-esm/samples-dev/metricsConfigurationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/metricsConfigurationsListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/metricsConfigurationsListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{metricsConfigurationsListByResourceGroupSample.js → metricsConfigurationsListByClusterSample.js} +9 -8
- package/dist-esm/samples-dev/metricsConfigurationsListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/metricsConfigurationsUpdateSample.js +3 -2
- package/dist-esm/samples-dev/metricsConfigurationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/rackSkusGetSample.js +3 -2
- package/dist-esm/samples-dev/rackSkusGetSample.js.map +1 -1
- package/dist-esm/samples-dev/rackSkusListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/rackSkusListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/racksCreateOrUpdateSample.js +4 -3
- package/dist-esm/samples-dev/racksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/racksDeleteSample.js +3 -2
- package/dist-esm/samples-dev/racksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/racksGetSample.js +3 -2
- package/dist-esm/samples-dev/racksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/racksListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/racksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/racksListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/racksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/racksUpdateSample.js +3 -2
- package/dist-esm/samples-dev/racksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesCreateOrUpdateSample.js +5 -4
- package/dist-esm/samples-dev/storageAppliancesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesDisableRemoteVendorManagementSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesDisableRemoteVendorManagementSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesEnableRemoteVendorManagementSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesEnableRemoteVendorManagementSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesGetSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesRunReadCommandsSample.js +3 -2
- package/dist-esm/samples-dev/storageAppliancesRunReadCommandsSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAppliancesUpdateSample.js +5 -4
- package/dist-esm/samples-dev/storageAppliancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/trunkedNetworksCreateOrUpdateSample.js +6 -6
- package/dist-esm/samples-dev/trunkedNetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/trunkedNetworksDeleteSample.js +3 -2
- package/dist-esm/samples-dev/trunkedNetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/trunkedNetworksGetSample.js +3 -2
- package/dist-esm/samples-dev/trunkedNetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/trunkedNetworksListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/trunkedNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/trunkedNetworksListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/trunkedNetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/trunkedNetworksUpdateSample.js +3 -2
- package/dist-esm/samples-dev/trunkedNetworksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesAttachVolumeSample.js +4 -3
- package/dist-esm/samples-dev/virtualMachinesAttachVolumeSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js +8 -7
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesDetachVolumeSample.js +4 -3
- package/dist-esm/samples-dev/virtualMachinesDetachVolumeSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesPowerOffSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesPowerOffSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesReimageSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesReimageSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +3 -2
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js +4 -3
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +3 -2
- package/dist-esm/samples-dev/volumesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/volumesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesListBySubscriptionSample.js +3 -2
- package/dist-esm/samples-dev/volumesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +3 -2
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +887 -395
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +201 -61
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +36 -20
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1176 -330
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +7 -8
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +37 -44
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/networkCloud.d.ts +4 -4
- package/dist-esm/src/networkCloud.d.ts.map +1 -1
- package/dist-esm/src/networkCloud.js +6 -6
- package/dist-esm/src/networkCloud.js.map +1 -1
- package/dist-esm/src/operations/agentPools.d.ts +100 -0
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -0
- package/dist-esm/src/operations/{defaultCniNetworks.js → agentPools.js} +155 -185
- package/dist-esm/src/operations/agentPools.js.map +1 -0
- package/dist-esm/src/operations/bareMetalMachineKeySets.d.ts +10 -10
- package/dist-esm/src/operations/bareMetalMachineKeySets.d.ts.map +1 -1
- package/dist-esm/src/operations/bareMetalMachineKeySets.js +21 -21
- package/dist-esm/src/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist-esm/src/operations/bareMetalMachines.js +1 -1
- package/dist-esm/src/operations/bareMetalMachines.js.map +1 -1
- package/dist-esm/src/operations/bmcKeySets.d.ts +10 -12
- package/dist-esm/src/operations/bmcKeySets.d.ts.map +1 -1
- package/dist-esm/src/operations/bmcKeySets.js +21 -23
- package/dist-esm/src/operations/bmcKeySets.js.map +1 -1
- package/dist-esm/src/operations/cloudServicesNetworks.js +1 -1
- package/dist-esm/src/operations/cloudServicesNetworks.js.map +1 -1
- package/dist-esm/src/operations/clusters.js +1 -1
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/consoles.d.ts +10 -10
- package/dist-esm/src/operations/consoles.d.ts.map +1 -1
- package/dist-esm/src/operations/consoles.js +21 -21
- package/dist-esm/src/operations/consoles.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/kubernetesClusters.d.ts +123 -0
- package/dist-esm/src/operations/kubernetesClusters.d.ts.map +1 -0
- package/dist-esm/src/operations/{hybridAksClusters.js → kubernetesClusters.js} +133 -87
- package/dist-esm/src/operations/kubernetesClusters.js.map +1 -0
- package/dist-esm/src/operations/metricsConfigurations.d.ts +12 -12
- package/dist-esm/src/operations/metricsConfigurations.d.ts.map +1 -1
- package/dist-esm/src/operations/metricsConfigurations.js +23 -23
- package/dist-esm/src/operations/metricsConfigurations.js.map +1 -1
- package/dist-esm/src/operations/racks.js +1 -1
- package/dist-esm/src/operations/racks.js.map +1 -1
- package/dist-esm/src/operations/storageAppliances.d.ts +5 -21
- package/dist-esm/src/operations/storageAppliances.d.ts.map +1 -1
- package/dist-esm/src/operations/storageAppliances.js +5 -100
- package/dist-esm/src/operations/storageAppliances.js.map +1 -1
- package/dist-esm/src/operations/virtualMachines.js +1 -1
- package/dist-esm/src/operations/virtualMachines.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{hybridAksClusters.js → agentPools.js} +1 -1
- package/dist-esm/src/operationsInterfaces/agentPools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/bmcKeySets.d.ts +3 -4
- package/dist-esm/src/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/consoles.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/consoles.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/kubernetesClusters.d.ts +87 -0
- package/dist-esm/src/operationsInterfaces/kubernetesClusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{defaultCniNetworks.js → kubernetesClusters.js} +1 -1
- package/dist-esm/src/operationsInterfaces/kubernetesClusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/metricsConfigurations.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/storageAppliances.d.ts +5 -21
- package/dist-esm/src/operationsInterfaces/storageAppliances.d.ts.map +1 -1
- package/package.json +2 -2
- package/review/arm-networkcloud.api.md +639 -384
- package/src/models/index.ts +958 -435
- package/src/models/mappers.ts +1218 -346
- package/src/models/parameters.ts +44 -53
- package/src/networkCloud.ts +11 -11
- package/src/operations/{defaultCniNetworks.ts → agentPools.ts} +249 -232
- package/src/operations/bareMetalMachineKeySets.ts +31 -31
- package/src/operations/bareMetalMachines.ts +1 -1
- package/src/operations/bmcKeySets.ts +31 -33
- package/src/operations/cloudServicesNetworks.ts +1 -1
- package/src/operations/clusters.ts +1 -1
- package/src/operations/consoles.ts +31 -31
- package/src/operations/index.ts +2 -2
- package/src/operations/{hybridAksClusters.ts → kubernetesClusters.ts} +232 -159
- package/src/operations/metricsConfigurations.ts +33 -33
- package/src/operations/racks.ts +1 -1
- package/src/operations/storageAppliances.ts +5 -142
- package/src/operations/virtualMachines.ts +1 -1
- package/src/operationsInterfaces/agentPools.ts +144 -0
- package/src/operationsInterfaces/bareMetalMachineKeySets.ts +4 -4
- package/src/operationsInterfaces/bmcKeySets.ts +4 -5
- package/src/operationsInterfaces/consoles.ts +4 -4
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/operationsInterfaces/kubernetesClusters.ts +170 -0
- package/src/operationsInterfaces/metricsConfigurations.ts +6 -6
- package/src/operationsInterfaces/storageAppliances.ts +5 -39
- package/types/arm-networkcloud.d.ts +1441 -925
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/bareMetalMachineKeySetsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/bareMetalMachineKeySetsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/bareMetalMachineKeySetsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/bmcKeySetsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/bmcKeySetsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/bmcKeySetsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/consolesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/consolesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/consolesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultCniNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultCniNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultCniNetworksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultCniNetworksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultCniNetworksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultCniNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.js +0 -54
- package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/hybridAksClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.js +0 -57
- package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersRestartNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersRestartNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersRestartNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridAksClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridAksClustersUpdateSample.js +0 -44
- package/dist-esm/samples-dev/hybridAksClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/metricsConfigurationsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricsConfigurationsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricsConfigurationsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.js +0 -41
- package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.js.map +0 -1
- package/dist-esm/src/operations/defaultCniNetworks.d.ts +0 -98
- package/dist-esm/src/operations/defaultCniNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/defaultCniNetworks.js.map +0 -1
- package/dist-esm/src/operations/hybridAksClusters.d.ts +0 -126
- package/dist-esm/src/operations/hybridAksClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridAksClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/defaultCniNetworks.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/defaultCniNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/defaultCniNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridAksClusters.d.ts +0 -89
- package/dist-esm/src/operationsInterfaces/hybridAksClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridAksClusters.js.map +0 -1
- package/src/operationsInterfaces/defaultCniNetworks.ts +0 -118
- package/src/operationsInterfaces/hybridAksClusters.ts +0 -163
|
@@ -225,7 +225,7 @@ export interface HardwareValidationStatus {
|
|
|
225
225
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
226
226
|
export interface Resource {
|
|
227
227
|
/**
|
|
228
|
-
* Fully qualified resource ID for the resource.
|
|
228
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
229
229
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
230
230
|
*/
|
|
231
231
|
readonly id?: string;
|
|
@@ -317,7 +317,7 @@ export interface ClusterList {
|
|
|
317
317
|
}
|
|
318
318
|
/** RackDefinition represents details regarding the rack. */
|
|
319
319
|
export interface RackDefinition {
|
|
320
|
-
/** The zone name used for this rack when created. */
|
|
320
|
+
/** The zone name used for this rack when created. Availability zones are used for workload placement. */
|
|
321
321
|
availabilityZone?: string;
|
|
322
322
|
/** The unordered list of bare metal machine configuration. */
|
|
323
323
|
bareMetalMachineConfigurationData?: BareMetalMachineConfigurationData[];
|
|
@@ -440,130 +440,318 @@ export interface ValidationThreshold {
|
|
|
440
440
|
/** The numeric threshold value. */
|
|
441
441
|
value: number;
|
|
442
442
|
}
|
|
443
|
-
/**
|
|
444
|
-
export interface
|
|
443
|
+
/** KubernetesClusterList represents a list of Kubernetes clusters. */
|
|
444
|
+
export interface KubernetesClusterList {
|
|
445
445
|
/** The link used to get the next page of operations. */
|
|
446
446
|
nextLink?: string;
|
|
447
|
-
/** The list of
|
|
448
|
-
value?:
|
|
447
|
+
/** The list of additional details related to Kubernetes clusters. */
|
|
448
|
+
value?: KubernetesCluster[];
|
|
449
|
+
}
|
|
450
|
+
/** AadConfiguration represents the Azure Active Directory Integration properties. */
|
|
451
|
+
export interface AadConfiguration {
|
|
452
|
+
/** The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster. */
|
|
453
|
+
adminGroupObjectIds: string[];
|
|
454
|
+
}
|
|
455
|
+
/** AdministratorConfiguration represents the administrative credentials that will be applied to the control plane and agent pool nodes in Kubernetes clusters. */
|
|
456
|
+
export interface AdministratorConfiguration {
|
|
457
|
+
/** The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service. */
|
|
458
|
+
adminUsername?: string;
|
|
459
|
+
/** The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. */
|
|
460
|
+
sshPublicKeys?: SshPublicKey[];
|
|
461
|
+
}
|
|
462
|
+
/** SshPublicKey represents the public key used to authenticate with a resource through SSH. */
|
|
463
|
+
export interface SshPublicKey {
|
|
464
|
+
/** The SSH public key data. */
|
|
465
|
+
keyData: string;
|
|
449
466
|
}
|
|
450
|
-
/**
|
|
451
|
-
export interface
|
|
452
|
-
/**
|
|
453
|
-
|
|
467
|
+
/** AvailableUpgrade represents an upgrade available for a Kubernetes cluster. */
|
|
468
|
+
export interface AvailableUpgrade {
|
|
469
|
+
/**
|
|
470
|
+
* The version lifecycle indicator.
|
|
471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
+
*/
|
|
473
|
+
readonly availabilityLifecycle?: AvailabilityLifecycle;
|
|
474
|
+
/**
|
|
475
|
+
* The version available for upgrading.
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly version?: string;
|
|
479
|
+
}
|
|
480
|
+
/** ControlPlaneNodeConfiguration represents the selection of virtual machines and size of the control plane for a Kubernetes cluster. */
|
|
481
|
+
export interface ControlPlaneNodeConfiguration {
|
|
482
|
+
/** The administrator credentials to be used for the nodes in the control plane. */
|
|
483
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
484
|
+
/** The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used. */
|
|
485
|
+
availabilityZones?: string[];
|
|
486
|
+
/** The number of virtual machines that use this configuration. */
|
|
487
|
+
count: number;
|
|
488
|
+
/** The name of the VM SKU supplied during creation. */
|
|
489
|
+
vmSkuName: string;
|
|
490
|
+
}
|
|
491
|
+
/** FeatureStatus contains information regarding a Kubernetes cluster feature. */
|
|
492
|
+
export interface FeatureStatus {
|
|
493
|
+
/**
|
|
494
|
+
* The status representing the state of this feature.
|
|
495
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
496
|
+
*/
|
|
497
|
+
readonly detailedStatus?: FeatureDetailedStatus;
|
|
454
498
|
/**
|
|
455
|
-
* The
|
|
456
|
-
*
|
|
499
|
+
* The descriptive message about the current detailed status.
|
|
500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
501
|
*/
|
|
458
|
-
|
|
459
|
-
/** The password of the Calico node mesh. It defaults to a randomly-generated string when not provided. */
|
|
460
|
-
nodeMeshPassword?: string;
|
|
461
|
-
/** The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP. */
|
|
462
|
-
serviceExternalPrefixes?: string[];
|
|
502
|
+
readonly detailedStatusMessage?: string;
|
|
463
503
|
/**
|
|
464
|
-
* The
|
|
465
|
-
*
|
|
504
|
+
* The name of the feature.
|
|
505
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
506
|
*/
|
|
467
|
-
|
|
507
|
+
readonly name?: string;
|
|
508
|
+
/**
|
|
509
|
+
* The version of the feature.
|
|
510
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
|
+
*/
|
|
512
|
+
readonly version?: string;
|
|
468
513
|
}
|
|
469
|
-
/**
|
|
470
|
-
export interface
|
|
471
|
-
/** The
|
|
472
|
-
|
|
473
|
-
/** The
|
|
514
|
+
/** InitialAgentPoolConfiguration specifies the configuration of a pool of virtual machines that are initially defined with a Kubernetes cluster. */
|
|
515
|
+
export interface InitialAgentPoolConfiguration {
|
|
516
|
+
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
517
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
518
|
+
/** The configurations that will be applied to each agent in this agent pool. */
|
|
519
|
+
agentOptions?: AgentOptions;
|
|
520
|
+
/** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
|
|
521
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
522
|
+
/** The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. */
|
|
523
|
+
availabilityZones?: string[];
|
|
524
|
+
/** The number of virtual machines that use this configuration. */
|
|
525
|
+
count: number;
|
|
526
|
+
/** The labels applied to the nodes in this agent pool. */
|
|
527
|
+
labels?: KubernetesLabel[];
|
|
528
|
+
/** The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. */
|
|
529
|
+
mode: AgentPoolMode;
|
|
530
|
+
/** The name that will be used for the agent pool resource representing this agent pool. */
|
|
531
|
+
name: string;
|
|
532
|
+
/** The taints applied to the nodes in this agent pool. */
|
|
533
|
+
taints?: KubernetesLabel[];
|
|
534
|
+
/** The configuration of the agent pool. */
|
|
535
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
536
|
+
/** The name of the VM SKU that determines the size of resources allocated for node VMs. */
|
|
537
|
+
vmSkuName: string;
|
|
538
|
+
}
|
|
539
|
+
/** AgentOptions are configurations that will be applied to each agent in an agent pool. */
|
|
540
|
+
export interface AgentOptions {
|
|
541
|
+
/** The number of hugepages to allocate. */
|
|
542
|
+
hugepagesCount: number;
|
|
543
|
+
/** The size of the hugepages to allocate. */
|
|
544
|
+
hugepagesSize?: HugepagesSize;
|
|
545
|
+
}
|
|
546
|
+
/** AttachedNetworkConfiguration represents the set of workload networks to attach to a resource. */
|
|
547
|
+
export interface AttachedNetworkConfiguration {
|
|
548
|
+
/** The list of Layer 2 Networks and related configuration for attachment. */
|
|
549
|
+
l2Networks?: L2NetworkAttachmentConfiguration[];
|
|
550
|
+
/** The list of Layer 3 Networks and related configuration for attachment. */
|
|
551
|
+
l3Networks?: L3NetworkAttachmentConfiguration[];
|
|
552
|
+
/** The list of Trunked Networks and related configuration for attachment. */
|
|
553
|
+
trunkedNetworks?: TrunkedNetworkAttachmentConfiguration[];
|
|
554
|
+
}
|
|
555
|
+
/** L2NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 2 network. */
|
|
556
|
+
export interface L2NetworkAttachmentConfiguration {
|
|
557
|
+
/** The resource ID of the network that is being configured for attachment. */
|
|
558
|
+
networkId: string;
|
|
559
|
+
/** The indicator of how this network will be utilized by the Kubernetes cluster. */
|
|
560
|
+
pluginType?: KubernetesPluginType;
|
|
561
|
+
}
|
|
562
|
+
/** L3NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 3 network. */
|
|
563
|
+
export interface L3NetworkAttachmentConfiguration {
|
|
564
|
+
/** The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached. */
|
|
565
|
+
ipamEnabled?: L3NetworkConfigurationIpamEnabled;
|
|
566
|
+
/** The resource ID of the network that is being configured for attachment. */
|
|
567
|
+
networkId: string;
|
|
568
|
+
/** The indicator of how this network will be utilized by the Kubernetes cluster. */
|
|
569
|
+
pluginType?: KubernetesPluginType;
|
|
570
|
+
}
|
|
571
|
+
/** TrunkedNetworkAttachmentConfiguration represents the configuration of the attachment of a trunked network. */
|
|
572
|
+
export interface TrunkedNetworkAttachmentConfiguration {
|
|
573
|
+
/** The resource ID of the network that is being configured for attachment. */
|
|
574
|
+
networkId: string;
|
|
575
|
+
/** The indicator of how this network will be utilized by the Kubernetes cluster. */
|
|
576
|
+
pluginType?: KubernetesPluginType;
|
|
577
|
+
}
|
|
578
|
+
/** KubernetesLabel represents a single entry for a Kubernetes label or taint such as those used on a node or pod. */
|
|
579
|
+
export interface KubernetesLabel {
|
|
580
|
+
/** The name of the label or taint. */
|
|
581
|
+
key: string;
|
|
582
|
+
/** The value of the label or taint. */
|
|
583
|
+
value: string;
|
|
584
|
+
}
|
|
585
|
+
/** AgentPoolUpgradeSettings specifies the upgrade settings for an agent pool. */
|
|
586
|
+
export interface AgentPoolUpgradeSettings {
|
|
587
|
+
/** The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. */
|
|
588
|
+
maxSurge?: string;
|
|
589
|
+
}
|
|
590
|
+
/** NetworkConfiguration specifies the Kubernetes cluster network related configuration. */
|
|
591
|
+
export interface NetworkConfiguration {
|
|
592
|
+
/** The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster. */
|
|
593
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
594
|
+
/** The configuration of the BGP service load balancer for this Kubernetes cluster. */
|
|
595
|
+
bgpServiceLoadBalancerConfiguration?: BgpServiceLoadBalancerConfiguration;
|
|
596
|
+
/** The resource ID of the associated Cloud Services network. */
|
|
597
|
+
cloudServicesNetworkId: string;
|
|
598
|
+
/** The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network. */
|
|
599
|
+
cniNetworkId: string;
|
|
600
|
+
/** The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR. */
|
|
601
|
+
dnsServiceIp?: string;
|
|
602
|
+
/** The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. */
|
|
603
|
+
podCidrs?: string[];
|
|
604
|
+
/** The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. */
|
|
605
|
+
serviceCidrs?: string[];
|
|
606
|
+
}
|
|
607
|
+
/** BgpServiceLoadBalancerConfiguration represents the configuration of a BGP service load balancer. */
|
|
608
|
+
export interface BgpServiceLoadBalancerConfiguration {
|
|
609
|
+
/** The association of IP address pools to the communities and peers, allowing for announcement of IPs. */
|
|
610
|
+
bgpAdvertisements?: BgpAdvertisement[];
|
|
611
|
+
/** The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. */
|
|
612
|
+
bgpPeers?: ServiceLoadBalancerBgpPeer[];
|
|
613
|
+
/** The indicator to specify if the load balancer peers with the network fabric. */
|
|
614
|
+
fabricPeeringEnabled?: FabricPeeringEnabled;
|
|
615
|
+
/** The list of pools of IP addresses that can be allocated to Load Balancer services. */
|
|
616
|
+
ipAddressPools?: IpAddressPool[];
|
|
617
|
+
}
|
|
618
|
+
/** BgpAdvertisement represents the association of IP address pools to the communities and peers. */
|
|
619
|
+
export interface BgpAdvertisement {
|
|
620
|
+
/** The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False. */
|
|
621
|
+
advertiseToFabric?: AdvertiseToFabric;
|
|
622
|
+
/** The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format. */
|
|
623
|
+
communities?: string[];
|
|
624
|
+
/** The names of the IP address pools associated with this announcement. */
|
|
625
|
+
ipAddressPools: string[];
|
|
626
|
+
/** The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement. */
|
|
627
|
+
peers?: string[];
|
|
628
|
+
}
|
|
629
|
+
/** ServiceLoadBalancerBgpPeer represents the configuration of the BGP service load balancer for the Kubernetes cluster. */
|
|
630
|
+
export interface ServiceLoadBalancerBgpPeer {
|
|
631
|
+
/** The indicator of BFD enablement for this BgpPeer. */
|
|
632
|
+
bfdEnabled?: BfdEnabled;
|
|
633
|
+
/** The indicator to enable multi-hop peering support. */
|
|
634
|
+
bgpMultiHop?: BgpMultiHop;
|
|
635
|
+
/** The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H. */
|
|
636
|
+
holdTime?: string;
|
|
637
|
+
/** The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H. */
|
|
638
|
+
keepAliveTime?: string;
|
|
639
|
+
/** The autonomous system number used for the local end of the BGP session. */
|
|
640
|
+
myAsn?: number;
|
|
641
|
+
/** The name used to identify this BGP peer for association with a BGP advertisement. */
|
|
642
|
+
name: string;
|
|
643
|
+
/** The authentication password for routers enforcing TCP MD5 authenticated sessions. */
|
|
474
644
|
password?: string;
|
|
475
|
-
/** The IPv4 or IPv6 address
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
645
|
+
/** The IPv4 or IPv6 address used to connect this BGP session. */
|
|
646
|
+
peerAddress: string;
|
|
647
|
+
/** The autonomous system number expected from the remote end of the BGP session. */
|
|
648
|
+
peerAsn: number;
|
|
649
|
+
/** The port used to connect this BGP session. */
|
|
650
|
+
peerPort?: number;
|
|
651
|
+
}
|
|
652
|
+
/** IpAddressPool represents a pool of IP addresses that can be allocated to a service. */
|
|
653
|
+
export interface IpAddressPool {
|
|
654
|
+
/** The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. */
|
|
655
|
+
addresses: string[];
|
|
656
|
+
/** The indicator to determine if automatic allocation from the pool should occur. */
|
|
657
|
+
autoAssign?: BfdEnabled;
|
|
658
|
+
/** The name used to identify this IP address pool for association with a BGP advertisement. */
|
|
659
|
+
name: string;
|
|
660
|
+
/** The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive. */
|
|
661
|
+
onlyUseHostIps?: BfdEnabled;
|
|
491
662
|
}
|
|
492
|
-
/**
|
|
493
|
-
export interface
|
|
663
|
+
/** KubernetesClusterNode represents the details of a node in a Kubernetes cluster. */
|
|
664
|
+
export interface KubernetesClusterNode {
|
|
494
665
|
/**
|
|
495
|
-
* The resource ID of the agent pool that
|
|
666
|
+
* The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
|
|
496
667
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
668
|
*/
|
|
498
669
|
readonly agentPoolId?: string;
|
|
499
670
|
/**
|
|
500
|
-
* The
|
|
671
|
+
* The availability zone this node is running within.
|
|
501
672
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
673
|
*/
|
|
503
|
-
readonly
|
|
674
|
+
readonly availabilityZone?: string;
|
|
504
675
|
/**
|
|
505
|
-
* The
|
|
676
|
+
* The resource ID of the bare metal machine that hosts this node.
|
|
677
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
678
|
+
*/
|
|
679
|
+
readonly bareMetalMachineId?: string;
|
|
680
|
+
/**
|
|
681
|
+
* The number of CPU cores configured for this node, derived from the VM SKU specified.
|
|
506
682
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
683
|
*/
|
|
508
684
|
readonly cpuCores?: number;
|
|
509
685
|
/**
|
|
510
|
-
* The
|
|
686
|
+
* The detailed state of this node.
|
|
511
687
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
688
|
*/
|
|
513
|
-
readonly
|
|
689
|
+
readonly detailedStatus?: KubernetesClusterNodeDetailedStatus;
|
|
514
690
|
/**
|
|
515
|
-
* The
|
|
691
|
+
* The descriptive message about the current detailed status.
|
|
516
692
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
517
693
|
*/
|
|
518
|
-
readonly
|
|
694
|
+
readonly detailedStatusMessage?: string;
|
|
519
695
|
/**
|
|
520
|
-
*
|
|
696
|
+
* The size of the disk configured for this node.
|
|
521
697
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
698
|
*/
|
|
523
|
-
readonly
|
|
699
|
+
readonly diskSizeGB?: number;
|
|
524
700
|
/**
|
|
525
|
-
* The
|
|
701
|
+
* The machine image used to deploy this node.
|
|
526
702
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
703
|
*/
|
|
528
|
-
readonly
|
|
704
|
+
readonly image?: string;
|
|
529
705
|
/**
|
|
530
|
-
* The
|
|
706
|
+
* The currently running version of Kubernetes and bundled features running on this node.
|
|
531
707
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
708
|
*/
|
|
533
|
-
readonly
|
|
709
|
+
readonly kubernetesVersion?: string;
|
|
534
710
|
/**
|
|
535
|
-
* The
|
|
711
|
+
* The list of labels on this node that have been assigned to the agent pool containing this node.
|
|
536
712
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
537
713
|
*/
|
|
538
|
-
readonly
|
|
539
|
-
}
|
|
540
|
-
/** Node denotes the list of node that utilizes configuration. */
|
|
541
|
-
export interface Node {
|
|
714
|
+
readonly labels?: KubernetesLabel[];
|
|
542
715
|
/**
|
|
543
|
-
* The
|
|
716
|
+
* The amount of memory configured for this node, derived from the vm SKU specified.
|
|
544
717
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
718
|
*/
|
|
546
|
-
readonly
|
|
719
|
+
readonly memorySizeGB?: number;
|
|
547
720
|
/**
|
|
548
|
-
* The
|
|
721
|
+
* The mode of the agent pool containing this node. Not applicable for control plane nodes.
|
|
549
722
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
723
|
*/
|
|
551
|
-
readonly
|
|
724
|
+
readonly mode?: AgentPoolMode;
|
|
552
725
|
/**
|
|
553
|
-
* The
|
|
726
|
+
* The name of this node, as realized in the Kubernetes cluster.
|
|
727
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
728
|
+
*/
|
|
729
|
+
readonly name?: string;
|
|
730
|
+
/**
|
|
731
|
+
* The NetworkAttachments made to this node.
|
|
554
732
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
733
|
*/
|
|
556
734
|
readonly networkAttachments?: NetworkAttachment[];
|
|
557
735
|
/**
|
|
558
|
-
* The
|
|
736
|
+
* The power state of this node.
|
|
559
737
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
738
|
*/
|
|
561
|
-
readonly
|
|
739
|
+
readonly powerState?: KubernetesNodePowerState;
|
|
562
740
|
/**
|
|
563
|
-
* The
|
|
741
|
+
* The role of this node in the cluster.
|
|
564
742
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
743
|
*/
|
|
566
|
-
readonly
|
|
744
|
+
readonly role?: KubernetesNodeRole;
|
|
745
|
+
/**
|
|
746
|
+
* The list of taints that have been assigned to the agent pool containing this node.
|
|
747
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
748
|
+
*/
|
|
749
|
+
readonly taints?: KubernetesLabel[];
|
|
750
|
+
/**
|
|
751
|
+
* The VM SKU name that was used to create this cluster node.
|
|
752
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
753
|
+
*/
|
|
754
|
+
readonly vmSkuName?: string;
|
|
567
755
|
}
|
|
568
756
|
/** NetworkAttachment represents the single network attachment. */
|
|
569
757
|
export interface NetworkAttachment {
|
|
@@ -815,11 +1003,6 @@ export interface VirtualMachinePlacementHint {
|
|
|
815
1003
|
/** The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity. */
|
|
816
1004
|
scope: VirtualMachinePlacementHintPodAffinityScope;
|
|
817
1005
|
}
|
|
818
|
-
/** SshPublicKey represents the public key used to authenticate with the virtual machine through SSH. */
|
|
819
|
-
export interface SshPublicKey {
|
|
820
|
-
/** The public ssh key of the user. */
|
|
821
|
-
keyData: string;
|
|
822
|
-
}
|
|
823
1006
|
/** StorageProfile represents information about a disk. */
|
|
824
1007
|
export interface StorageProfile {
|
|
825
1008
|
/** The disk to use with this virtual machine. */
|
|
@@ -978,17 +1161,17 @@ export interface BareMetalMachineKeySetList {
|
|
|
978
1161
|
}
|
|
979
1162
|
/** KeySetUser represents the properties of the user in the key set. */
|
|
980
1163
|
export interface KeySetUser {
|
|
981
|
-
/** The
|
|
1164
|
+
/** The user name that will be used for access. */
|
|
982
1165
|
azureUserName: string;
|
|
983
1166
|
/** The free-form description for this user. */
|
|
984
1167
|
description?: string;
|
|
985
|
-
/** The SSH public key for
|
|
1168
|
+
/** The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in. */
|
|
986
1169
|
sshPublicKey: SshPublicKey;
|
|
987
1170
|
}
|
|
988
1171
|
/** KeySetUserStatus represents the status of the key set user. */
|
|
989
1172
|
export interface KeySetUserStatus {
|
|
990
1173
|
/**
|
|
991
|
-
* The
|
|
1174
|
+
* The user name that will be used for access.
|
|
992
1175
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
993
1176
|
*/
|
|
994
1177
|
readonly azureUserName?: string;
|
|
@@ -1062,22 +1245,42 @@ export interface ClusterUpdateVersionParameters {
|
|
|
1062
1245
|
/** The version to be applied to the cluster during update. */
|
|
1063
1246
|
targetClusterVersion: string;
|
|
1064
1247
|
}
|
|
1065
|
-
/**
|
|
1066
|
-
export interface
|
|
1248
|
+
/** KubernetesClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster. */
|
|
1249
|
+
export interface KubernetesClusterPatchParameters {
|
|
1067
1250
|
/** The Azure resource tags that will replace the existing ones. */
|
|
1068
1251
|
tags?: {
|
|
1069
1252
|
[propertyName: string]: string;
|
|
1070
1253
|
};
|
|
1254
|
+
/** The defining characteristics of the control plane that can be patched for this Kubernetes cluster. */
|
|
1255
|
+
controlPlaneNodeConfiguration?: ControlPlaneNodePatchConfiguration;
|
|
1256
|
+
/** The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update. */
|
|
1257
|
+
kubernetesVersion?: string;
|
|
1258
|
+
}
|
|
1259
|
+
/** ControlPlaneNodePatchConfiguration represents the properties of the control plane that can be patched for this Kubernetes cluster. */
|
|
1260
|
+
export interface ControlPlaneNodePatchConfiguration {
|
|
1261
|
+
/** The number of virtual machines that use this configuration. */
|
|
1262
|
+
count?: number;
|
|
1263
|
+
}
|
|
1264
|
+
/** AgentPoolList represents a list of Kubernetes cluster agent pools. */
|
|
1265
|
+
export interface AgentPoolList {
|
|
1266
|
+
/** The link used to get the next page of operations. */
|
|
1267
|
+
nextLink?: string;
|
|
1268
|
+
/** The list of agent pools. */
|
|
1269
|
+
value?: AgentPool[];
|
|
1071
1270
|
}
|
|
1072
|
-
/**
|
|
1073
|
-
export interface
|
|
1271
|
+
/** AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool. */
|
|
1272
|
+
export interface AgentPoolPatchParameters {
|
|
1074
1273
|
/** The Azure resource tags that will replace the existing ones. */
|
|
1075
1274
|
tags?: {
|
|
1076
1275
|
[propertyName: string]: string;
|
|
1077
1276
|
};
|
|
1277
|
+
/** The number of virtual machines that use this configuration. */
|
|
1278
|
+
count?: number;
|
|
1279
|
+
/** The configuration of the agent pool. */
|
|
1280
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
1078
1281
|
}
|
|
1079
|
-
/**
|
|
1080
|
-
export interface
|
|
1282
|
+
/** KubernetesClusterRestartNodeParameters represents the body of the request to restart the node of a Kubernetes cluster. */
|
|
1283
|
+
export interface KubernetesClusterRestartNodeParameters {
|
|
1081
1284
|
/** The name of the node to restart. */
|
|
1082
1285
|
nodeName: string;
|
|
1083
1286
|
}
|
|
@@ -1137,11 +1340,6 @@ export interface StorageApplianceCommandSpecification {
|
|
|
1137
1340
|
/** The read-only command to execute against the storage appliance. */
|
|
1138
1341
|
command: string;
|
|
1139
1342
|
}
|
|
1140
|
-
/** StorageApplianceValidateHardwareParameters represents the body of the request to validate the physical hardware of a storage appliance. */
|
|
1141
|
-
export interface StorageApplianceValidateHardwareParameters {
|
|
1142
|
-
/** The category of hardware validation to perform. */
|
|
1143
|
-
validationCategory: StorageApplianceHardwareValidationCategory;
|
|
1144
|
-
}
|
|
1145
1343
|
/** TrunkedNetworkPatchParameters represents the body of the request to patch the Trunked network. */
|
|
1146
1344
|
export interface TrunkedNetworkPatchParameters {
|
|
1147
1345
|
/** The Azure resource tags that will replace the existing ones. */
|
|
@@ -1195,6 +1393,29 @@ export interface VolumePatchParameters {
|
|
|
1195
1393
|
[propertyName: string]: string;
|
|
1196
1394
|
};
|
|
1197
1395
|
}
|
|
1396
|
+
/** AgentPoolConfiguration specifies the configuration of a pool of nodes. */
|
|
1397
|
+
export interface AgentPoolConfiguration {
|
|
1398
|
+
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
1399
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
1400
|
+
/** The configurations that will be applied to each agent in this agent pool. */
|
|
1401
|
+
agentOptions?: AgentOptions;
|
|
1402
|
+
/** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
|
|
1403
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
1404
|
+
/** The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. */
|
|
1405
|
+
availabilityZones?: string[];
|
|
1406
|
+
/** The number of virtual machines that use this configuration. */
|
|
1407
|
+
count: number;
|
|
1408
|
+
/** The labels applied to the nodes in this agent pool. */
|
|
1409
|
+
labels?: KubernetesLabel[];
|
|
1410
|
+
/** The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. */
|
|
1411
|
+
mode: AgentPoolMode;
|
|
1412
|
+
/** The taints applied to the nodes in this agent pool. */
|
|
1413
|
+
taints?: KubernetesLabel[];
|
|
1414
|
+
/** The configuration of the agent pool. */
|
|
1415
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
1416
|
+
/** The name of the VM SKU that determines the size of resources allocated for node VMs. */
|
|
1417
|
+
vmSkuName: string;
|
|
1418
|
+
}
|
|
1198
1419
|
/** TagsParameter represents the resource tags. */
|
|
1199
1420
|
export interface TagsParameter {
|
|
1200
1421
|
/** The Azure resource tags that will replace the existing ones. */
|
|
@@ -1258,6 +1479,11 @@ export interface RackSku extends Resource {
|
|
|
1258
1479
|
export interface BareMetalMachine extends TrackedResource {
|
|
1259
1480
|
/** The extended location of the cluster associated with the resource. */
|
|
1260
1481
|
extendedLocation: ExtendedLocation;
|
|
1482
|
+
/**
|
|
1483
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
1484
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1485
|
+
*/
|
|
1486
|
+
readonly associatedResourceIds?: string[];
|
|
1261
1487
|
/** The connection string for the baseboard management controller including IP address and protocol. */
|
|
1262
1488
|
bmcConnectionString: string;
|
|
1263
1489
|
/** The credentials of the baseboard management controller on this bare metal machine. */
|
|
@@ -1297,7 +1523,7 @@ export interface BareMetalMachine extends TrackedResource {
|
|
|
1297
1523
|
*/
|
|
1298
1524
|
readonly hardwareValidationStatus?: HardwareValidationStatus;
|
|
1299
1525
|
/**
|
|
1300
|
-
* The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.
|
|
1526
|
+
* Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.
|
|
1301
1527
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1302
1528
|
*/
|
|
1303
1529
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
@@ -1359,7 +1585,7 @@ export interface BareMetalMachine extends TrackedResource {
|
|
|
1359
1585
|
*/
|
|
1360
1586
|
readonly serviceTag?: string;
|
|
1361
1587
|
/**
|
|
1362
|
-
* The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.
|
|
1588
|
+
* Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.
|
|
1363
1589
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1364
1590
|
*/
|
|
1365
1591
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -1375,6 +1601,11 @@ export interface CloudServicesNetwork extends TrackedResource {
|
|
|
1375
1601
|
extendedLocation: ExtendedLocation;
|
|
1376
1602
|
/** The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. */
|
|
1377
1603
|
additionalEgressEndpoints?: EgressEndpoint[];
|
|
1604
|
+
/**
|
|
1605
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
1606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1607
|
+
*/
|
|
1608
|
+
readonly associatedResourceIds?: string[];
|
|
1378
1609
|
/**
|
|
1379
1610
|
* The resource ID of the Network Cloud cluster this cloud services network is associated with.
|
|
1380
1611
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1398,7 +1629,7 @@ export interface CloudServicesNetwork extends TrackedResource {
|
|
|
1398
1629
|
*/
|
|
1399
1630
|
readonly enabledEgressEndpoints?: EgressEndpoint[];
|
|
1400
1631
|
/**
|
|
1401
|
-
* The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
|
|
1632
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
|
|
1402
1633
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1403
1634
|
*/
|
|
1404
1635
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
@@ -1413,7 +1644,7 @@ export interface CloudServicesNetwork extends TrackedResource {
|
|
|
1413
1644
|
*/
|
|
1414
1645
|
readonly provisioningState?: CloudServicesNetworkProvisioningState;
|
|
1415
1646
|
/**
|
|
1416
|
-
* The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
|
|
1647
|
+
* Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
|
|
1417
1648
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1418
1649
|
*/
|
|
1419
1650
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -1463,7 +1694,7 @@ export interface Cluster extends TrackedResource {
|
|
|
1463
1694
|
/** The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. */
|
|
1464
1695
|
aggregatorOrSingleRackDefinition: RackDefinition;
|
|
1465
1696
|
/** The resource ID of the Log Analytics Workspace that will be used for storing relevant logs. */
|
|
1466
|
-
analyticsWorkspaceId
|
|
1697
|
+
analyticsWorkspaceId?: string;
|
|
1467
1698
|
/**
|
|
1468
1699
|
* The list of cluster runtime version upgrades available for this cluster.
|
|
1469
1700
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1520,7 +1751,7 @@ export interface Cluster extends TrackedResource {
|
|
|
1520
1751
|
*/
|
|
1521
1752
|
readonly detailedStatusMessage?: string;
|
|
1522
1753
|
/**
|
|
1523
|
-
* The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).
|
|
1754
|
+
* Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).
|
|
1524
1755
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1525
1756
|
*/
|
|
1526
1757
|
readonly hybridAksExtendedLocation?: ExtendedLocation;
|
|
@@ -1549,131 +1780,84 @@ export interface Cluster extends TrackedResource {
|
|
|
1549
1780
|
*/
|
|
1550
1781
|
readonly workloadResourceIds?: string[];
|
|
1551
1782
|
}
|
|
1552
|
-
/**
|
|
1553
|
-
export interface
|
|
1783
|
+
/** KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud. */
|
|
1784
|
+
export interface KubernetesCluster extends TrackedResource {
|
|
1554
1785
|
/** The extended location of the cluster associated with the resource. */
|
|
1555
1786
|
extendedLocation: ExtendedLocation;
|
|
1787
|
+
/** The Azure Active Directory Integration properties. */
|
|
1788
|
+
aadConfiguration?: AadConfiguration;
|
|
1789
|
+
/** The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values. */
|
|
1790
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
1556
1791
|
/**
|
|
1557
|
-
* The
|
|
1558
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1559
|
-
*/
|
|
1560
|
-
readonly clusterId?: string;
|
|
1561
|
-
/**
|
|
1562
|
-
* The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain.
|
|
1563
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1564
|
-
*/
|
|
1565
|
-
readonly cniAsNumber?: number;
|
|
1566
|
-
/** The Calico BGP configuration. */
|
|
1567
|
-
cniBgpConfiguration?: CniBgpConfiguration;
|
|
1568
|
-
/**
|
|
1569
|
-
* The more detailed status of the default CNI network.
|
|
1792
|
+
* The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.
|
|
1570
1793
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1571
1794
|
*/
|
|
1572
|
-
readonly
|
|
1795
|
+
readonly attachedNetworkIds?: string[];
|
|
1573
1796
|
/**
|
|
1574
|
-
* The
|
|
1797
|
+
* The list of versions that this Kubernetes cluster can be upgraded to.
|
|
1575
1798
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1576
1799
|
*/
|
|
1577
|
-
readonly
|
|
1800
|
+
readonly availableUpgrades?: AvailableUpgrade[];
|
|
1578
1801
|
/**
|
|
1579
|
-
* The
|
|
1580
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1581
|
-
*/
|
|
1582
|
-
readonly fabricBgpPeers?: BgpPeer[];
|
|
1583
|
-
/**
|
|
1584
|
-
* The list of Hybrid AKS cluster resource ID(s) that are associated with this default CNI network.
|
|
1585
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1586
|
-
*/
|
|
1587
|
-
readonly hybridAksClustersAssociatedIds?: string[];
|
|
1588
|
-
/**
|
|
1589
|
-
* The name of the interface that will be present in the virtual machine to represent this network.
|
|
1590
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1591
|
-
*/
|
|
1592
|
-
readonly interfaceName?: string;
|
|
1593
|
-
/** The type of the IP address allocation. */
|
|
1594
|
-
ipAllocationType?: IpAllocationType;
|
|
1595
|
-
/**
|
|
1596
|
-
* The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type
|
|
1597
|
-
* is IPV4 or DualStack.
|
|
1598
|
-
*/
|
|
1599
|
-
ipv4ConnectedPrefix?: string;
|
|
1600
|
-
/**
|
|
1601
|
-
* The IPV6 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type
|
|
1602
|
-
* is IPV6 or DualStack.
|
|
1603
|
-
*/
|
|
1604
|
-
ipv6ConnectedPrefix?: string;
|
|
1605
|
-
/** The resource ID of the Network Fabric l3IsolationDomain. */
|
|
1606
|
-
l3IsolationDomainId: string;
|
|
1607
|
-
/**
|
|
1608
|
-
* The provisioning state of the default CNI network.
|
|
1609
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1610
|
-
*/
|
|
1611
|
-
readonly provisioningState?: DefaultCniNetworkProvisioningState;
|
|
1612
|
-
/** The VLAN from the l3IsolationDomain that is used for this network. */
|
|
1613
|
-
vlan: number;
|
|
1614
|
-
}
|
|
1615
|
-
/** The details are specific to the Network Cloud use of the Hybrid AKS cluster. */
|
|
1616
|
-
export interface HybridAksCluster extends TrackedResource {
|
|
1617
|
-
/** The extended location of the cluster associated with the resource. */
|
|
1618
|
-
extendedLocation: ExtendedLocation;
|
|
1619
|
-
/** The list of resource IDs for the workload networks associated with the Hybrid AKS cluster. It can be any of l2Networks, l3Networks, or trunkedNetworks resources. This field will also contain one cloudServicesNetwork and one defaultCniNetwork. */
|
|
1620
|
-
associatedNetworkIds: string[];
|
|
1621
|
-
/**
|
|
1622
|
-
* The resource ID of the associated cloud services network.
|
|
1623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1624
|
-
*/
|
|
1625
|
-
readonly cloudServicesNetworkId?: string;
|
|
1626
|
-
/**
|
|
1627
|
-
* The resource ID of the Network Cloud cluster hosting the Hybrid AKS cluster.
|
|
1802
|
+
* The resource ID of the Network Cloud cluster.
|
|
1628
1803
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1629
1804
|
*/
|
|
1630
1805
|
readonly clusterId?: string;
|
|
1631
|
-
/** The number of control plane node VMs. */
|
|
1632
|
-
controlPlaneCount: number;
|
|
1633
1806
|
/**
|
|
1634
|
-
* The
|
|
1807
|
+
* The resource ID of the connected cluster set up when this Kubernetes cluster is created.
|
|
1635
1808
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1636
1809
|
*/
|
|
1637
|
-
readonly
|
|
1810
|
+
readonly connectedClusterId?: string;
|
|
1638
1811
|
/**
|
|
1639
|
-
* The
|
|
1812
|
+
* The current running version of Kubernetes on the control plane.
|
|
1640
1813
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1641
1814
|
*/
|
|
1642
|
-
readonly
|
|
1815
|
+
readonly controlPlaneKubernetesVersion?: string;
|
|
1816
|
+
/** The defining characteristics of the control plane for this Kubernetes Cluster. */
|
|
1817
|
+
controlPlaneNodeConfiguration: ControlPlaneNodeConfiguration;
|
|
1643
1818
|
/**
|
|
1644
|
-
* The
|
|
1819
|
+
* The current status of the Kubernetes cluster.
|
|
1645
1820
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1646
1821
|
*/
|
|
1647
|
-
readonly detailedStatus?:
|
|
1822
|
+
readonly detailedStatus?: KubernetesClusterDetailedStatus;
|
|
1648
1823
|
/**
|
|
1649
1824
|
* The descriptive message about the current detailed status.
|
|
1650
1825
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1651
1826
|
*/
|
|
1652
1827
|
readonly detailedStatusMessage?: string;
|
|
1653
|
-
/** The resource ID of the Hybrid AKS cluster that this additional information is for. */
|
|
1654
|
-
hybridAksProvisionedClusterId: string;
|
|
1655
1828
|
/**
|
|
1656
|
-
* The
|
|
1829
|
+
* The current feature settings.
|
|
1657
1830
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1658
1831
|
*/
|
|
1659
|
-
readonly
|
|
1832
|
+
readonly featureStatuses?: FeatureStatus[];
|
|
1833
|
+
/** The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource. */
|
|
1834
|
+
initialAgentPoolConfigurations: InitialAgentPoolConfiguration[];
|
|
1835
|
+
/** The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update. */
|
|
1836
|
+
kubernetesVersion: string;
|
|
1837
|
+
/** The configuration of the managed resource group associated with the resource. */
|
|
1838
|
+
managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration;
|
|
1839
|
+
/** The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster. */
|
|
1840
|
+
networkConfiguration: NetworkConfiguration;
|
|
1660
1841
|
/**
|
|
1661
|
-
* The
|
|
1842
|
+
* The details of the nodes in this cluster.
|
|
1662
1843
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1663
1844
|
*/
|
|
1664
|
-
readonly
|
|
1665
|
-
/** The number of worker node VMs. */
|
|
1666
|
-
workerCount: number;
|
|
1845
|
+
readonly nodes?: KubernetesClusterNode[];
|
|
1667
1846
|
/**
|
|
1668
|
-
* The
|
|
1847
|
+
* The provisioning state of the Kubernetes cluster resource.
|
|
1669
1848
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1670
1849
|
*/
|
|
1671
|
-
readonly
|
|
1850
|
+
readonly provisioningState?: KubernetesClusterProvisioningState;
|
|
1672
1851
|
}
|
|
1673
1852
|
/** L2Network represents a network that utilizes a single isolation domain set up for layer-2 resources. */
|
|
1674
1853
|
export interface L2Network extends TrackedResource {
|
|
1675
1854
|
/** The extended location of the cluster associated with the resource. */
|
|
1676
1855
|
extendedLocation: ExtendedLocation;
|
|
1856
|
+
/**
|
|
1857
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
1858
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1859
|
+
*/
|
|
1860
|
+
readonly associatedResourceIds?: string[];
|
|
1677
1861
|
/**
|
|
1678
1862
|
* The resource ID of the Network Cloud cluster this L2 network is associated with.
|
|
1679
1863
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1690,11 +1874,11 @@ export interface L2Network extends TrackedResource {
|
|
|
1690
1874
|
*/
|
|
1691
1875
|
readonly detailedStatusMessage?: string;
|
|
1692
1876
|
/**
|
|
1693
|
-
* The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
|
|
1877
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
|
|
1694
1878
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1695
1879
|
*/
|
|
1696
1880
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
1697
|
-
/** The network plugin type for Hybrid AKS. */
|
|
1881
|
+
/** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. */
|
|
1698
1882
|
hybridAksPluginType?: HybridAksPluginType;
|
|
1699
1883
|
/** The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. */
|
|
1700
1884
|
interfaceName?: string;
|
|
@@ -1706,7 +1890,7 @@ export interface L2Network extends TrackedResource {
|
|
|
1706
1890
|
*/
|
|
1707
1891
|
readonly provisioningState?: L2NetworkProvisioningState;
|
|
1708
1892
|
/**
|
|
1709
|
-
* The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.
|
|
1893
|
+
* Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.
|
|
1710
1894
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1711
1895
|
*/
|
|
1712
1896
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -1715,6 +1899,11 @@ export interface L2Network extends TrackedResource {
|
|
|
1715
1899
|
export interface L3Network extends TrackedResource {
|
|
1716
1900
|
/** The extended location of the cluster associated with the resource. */
|
|
1717
1901
|
extendedLocation: ExtendedLocation;
|
|
1902
|
+
/**
|
|
1903
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
1904
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1905
|
+
*/
|
|
1906
|
+
readonly associatedResourceIds?: string[];
|
|
1718
1907
|
/**
|
|
1719
1908
|
* The resource ID of the Network Cloud cluster this L3 network is associated with.
|
|
1720
1909
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1731,13 +1920,13 @@ export interface L3Network extends TrackedResource {
|
|
|
1731
1920
|
*/
|
|
1732
1921
|
readonly detailedStatusMessage?: string;
|
|
1733
1922
|
/**
|
|
1734
|
-
* The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
|
|
1923
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
|
|
1735
1924
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1736
1925
|
*/
|
|
1737
1926
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
1738
|
-
/** The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. */
|
|
1927
|
+
/** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. */
|
|
1739
1928
|
hybridAksIpamEnabled?: HybridAksIpamEnabled;
|
|
1740
|
-
/** The network plugin type for Hybrid AKS. */
|
|
1929
|
+
/** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. */
|
|
1741
1930
|
hybridAksPluginType?: HybridAksPluginType;
|
|
1742
1931
|
/** The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. */
|
|
1743
1932
|
interfaceName?: string;
|
|
@@ -1761,7 +1950,7 @@ export interface L3Network extends TrackedResource {
|
|
|
1761
1950
|
*/
|
|
1762
1951
|
readonly provisioningState?: L3NetworkProvisioningState;
|
|
1763
1952
|
/**
|
|
1764
|
-
* The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
|
|
1953
|
+
* Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
|
|
1765
1954
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1766
1955
|
*/
|
|
1767
1956
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -1865,6 +2054,11 @@ export interface StorageAppliance extends TrackedResource {
|
|
|
1865
2054
|
export interface TrunkedNetwork extends TrackedResource {
|
|
1866
2055
|
/** The extended location of the cluster associated with the resource. */
|
|
1867
2056
|
extendedLocation: ExtendedLocation;
|
|
2057
|
+
/**
|
|
2058
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
2059
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2060
|
+
*/
|
|
2061
|
+
readonly associatedResourceIds?: string[];
|
|
1868
2062
|
/**
|
|
1869
2063
|
* The resource ID of the Network Cloud cluster this trunked network is associated with.
|
|
1870
2064
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1881,11 +2075,11 @@ export interface TrunkedNetwork extends TrackedResource {
|
|
|
1881
2075
|
*/
|
|
1882
2076
|
readonly detailedStatusMessage?: string;
|
|
1883
2077
|
/**
|
|
1884
|
-
* The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
|
|
2078
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
|
|
1885
2079
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1886
2080
|
*/
|
|
1887
2081
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
1888
|
-
/** The network plugin type for Hybrid AKS. */
|
|
2082
|
+
/** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. */
|
|
1889
2083
|
hybridAksPluginType?: HybridAksPluginType;
|
|
1890
2084
|
/** The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. */
|
|
1891
2085
|
interfaceName?: string;
|
|
@@ -1897,7 +2091,7 @@ export interface TrunkedNetwork extends TrackedResource {
|
|
|
1897
2091
|
*/
|
|
1898
2092
|
readonly provisioningState?: TrunkedNetworkProvisioningState;
|
|
1899
2093
|
/**
|
|
1900
|
-
* The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.
|
|
2094
|
+
* Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.
|
|
1901
2095
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1902
2096
|
*/
|
|
1903
2097
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -1910,6 +2104,11 @@ export interface VirtualMachine extends TrackedResource {
|
|
|
1910
2104
|
extendedLocation: ExtendedLocation;
|
|
1911
2105
|
/** The name of the administrator to which the ssh public keys will be added into the authorized keys. */
|
|
1912
2106
|
adminUsername: string;
|
|
2107
|
+
/**
|
|
2108
|
+
* The cluster availability zone containing this virtual machine.
|
|
2109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2110
|
+
*/
|
|
2111
|
+
readonly availabilityZone?: string;
|
|
1913
2112
|
/**
|
|
1914
2113
|
* The resource ID of the bare metal machine the virtual machine has landed to.
|
|
1915
2114
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2117,6 +2316,51 @@ export interface ClusterMetricsConfiguration extends TrackedResource {
|
|
|
2117
2316
|
*/
|
|
2118
2317
|
readonly provisioningState?: ClusterMetricsConfigurationProvisioningState;
|
|
2119
2318
|
}
|
|
2319
|
+
/** AgentPool represents the agent pool of Kubernetes cluster. */
|
|
2320
|
+
export interface AgentPool extends TrackedResource {
|
|
2321
|
+
/** The extended location of the cluster associated with the resource. */
|
|
2322
|
+
extendedLocation?: ExtendedLocation;
|
|
2323
|
+
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
2324
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
2325
|
+
/** The configurations that will be applied to each agent in this agent pool. */
|
|
2326
|
+
agentOptions?: AgentOptions;
|
|
2327
|
+
/** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
|
|
2328
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
2329
|
+
/** The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. */
|
|
2330
|
+
availabilityZones?: string[];
|
|
2331
|
+
/** The number of virtual machines that use this configuration. */
|
|
2332
|
+
count: number;
|
|
2333
|
+
/**
|
|
2334
|
+
* The current status of the agent pool.
|
|
2335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2336
|
+
*/
|
|
2337
|
+
readonly detailedStatus?: AgentPoolDetailedStatus;
|
|
2338
|
+
/**
|
|
2339
|
+
* The descriptive message about the current detailed status.
|
|
2340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2341
|
+
*/
|
|
2342
|
+
readonly detailedStatusMessage?: string;
|
|
2343
|
+
/**
|
|
2344
|
+
* The Kubernetes version running in this agent pool.
|
|
2345
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2346
|
+
*/
|
|
2347
|
+
readonly kubernetesVersion?: string;
|
|
2348
|
+
/** The labels applied to the nodes in this agent pool. */
|
|
2349
|
+
labels?: KubernetesLabel[];
|
|
2350
|
+
/** The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. */
|
|
2351
|
+
mode: AgentPoolMode;
|
|
2352
|
+
/**
|
|
2353
|
+
* The provisioning state of the agent pool.
|
|
2354
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2355
|
+
*/
|
|
2356
|
+
readonly provisioningState?: AgentPoolProvisioningState;
|
|
2357
|
+
/** The taints applied to the nodes in this agent pool. */
|
|
2358
|
+
taints?: KubernetesLabel[];
|
|
2359
|
+
/** The configuration of the agent pool. */
|
|
2360
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
2361
|
+
/** The name of the VM SKU that determines the size of resources allocated for node VMs. */
|
|
2362
|
+
vmSkuName: string;
|
|
2363
|
+
}
|
|
2120
2364
|
/** Console represents the console of an on-premises Network Cloud virtual machine. */
|
|
2121
2365
|
export interface Console extends TrackedResource {
|
|
2122
2366
|
/** The extended location of the cluster manager associated with the cluster this virtual machine is created on. */
|
|
@@ -2166,7 +2410,7 @@ export interface BareMetalMachinesDeleteHeaders {
|
|
|
2166
2410
|
/** Defines headers for BareMetalMachines_update operation. */
|
|
2167
2411
|
export interface BareMetalMachinesUpdateHeaders {
|
|
2168
2412
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2169
|
-
|
|
2413
|
+
azureAsyncOperation?: string;
|
|
2170
2414
|
}
|
|
2171
2415
|
/** Defines headers for BareMetalMachines_cordon operation. */
|
|
2172
2416
|
export interface BareMetalMachinesCordonHeaders {
|
|
@@ -2236,7 +2480,7 @@ export interface CloudServicesNetworksDeleteHeaders {
|
|
|
2236
2480
|
/** Defines headers for CloudServicesNetworks_update operation. */
|
|
2237
2481
|
export interface CloudServicesNetworksUpdateHeaders {
|
|
2238
2482
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2239
|
-
|
|
2483
|
+
azureAsyncOperation?: string;
|
|
2240
2484
|
}
|
|
2241
2485
|
/** Defines headers for ClusterManagers_createOrUpdate operation. */
|
|
2242
2486
|
export interface ClusterManagersCreateOrUpdateHeaders {
|
|
@@ -2261,7 +2505,7 @@ export interface ClustersDeleteHeaders {
|
|
|
2261
2505
|
/** Defines headers for Clusters_update operation. */
|
|
2262
2506
|
export interface ClustersUpdateHeaders {
|
|
2263
2507
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2264
|
-
|
|
2508
|
+
azureAsyncOperation?: string;
|
|
2265
2509
|
}
|
|
2266
2510
|
/** Defines headers for Clusters_deploy operation. */
|
|
2267
2511
|
export interface ClustersDeployHeaders {
|
|
@@ -2273,28 +2517,23 @@ export interface ClustersUpdateVersionHeaders {
|
|
|
2273
2517
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2274
2518
|
location?: string;
|
|
2275
2519
|
}
|
|
2276
|
-
/** Defines headers for
|
|
2277
|
-
export interface
|
|
2520
|
+
/** Defines headers for KubernetesClusters_createOrUpdate operation. */
|
|
2521
|
+
export interface KubernetesClustersCreateOrUpdateHeaders {
|
|
2278
2522
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2279
2523
|
azureAsyncOperation?: string;
|
|
2280
2524
|
}
|
|
2281
|
-
/** Defines headers for
|
|
2282
|
-
export interface
|
|
2525
|
+
/** Defines headers for KubernetesClusters_delete operation. */
|
|
2526
|
+
export interface KubernetesClustersDeleteHeaders {
|
|
2283
2527
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2284
2528
|
location?: string;
|
|
2285
2529
|
}
|
|
2286
|
-
/** Defines headers for
|
|
2287
|
-
export interface
|
|
2530
|
+
/** Defines headers for KubernetesClusters_update operation. */
|
|
2531
|
+
export interface KubernetesClustersUpdateHeaders {
|
|
2288
2532
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2289
2533
|
azureAsyncOperation?: string;
|
|
2290
2534
|
}
|
|
2291
|
-
/** Defines headers for
|
|
2292
|
-
export interface
|
|
2293
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2294
|
-
location?: string;
|
|
2295
|
-
}
|
|
2296
|
-
/** Defines headers for HybridAksClusters_restartNode operation. */
|
|
2297
|
-
export interface HybridAksClustersRestartNodeHeaders {
|
|
2535
|
+
/** Defines headers for KubernetesClusters_restartNode operation. */
|
|
2536
|
+
export interface KubernetesClustersRestartNodeHeaders {
|
|
2298
2537
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2299
2538
|
location?: string;
|
|
2300
2539
|
}
|
|
@@ -2331,7 +2570,7 @@ export interface RacksDeleteHeaders {
|
|
|
2331
2570
|
/** Defines headers for Racks_update operation. */
|
|
2332
2571
|
export interface RacksUpdateHeaders {
|
|
2333
2572
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2334
|
-
|
|
2573
|
+
azureAsyncOperation?: string;
|
|
2335
2574
|
}
|
|
2336
2575
|
/** Defines headers for StorageAppliances_createOrUpdate operation. */
|
|
2337
2576
|
export interface StorageAppliancesCreateOrUpdateHeaders {
|
|
@@ -2346,7 +2585,7 @@ export interface StorageAppliancesDeleteHeaders {
|
|
|
2346
2585
|
/** Defines headers for StorageAppliances_update operation. */
|
|
2347
2586
|
export interface StorageAppliancesUpdateHeaders {
|
|
2348
2587
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2349
|
-
|
|
2588
|
+
azureAsyncOperation?: string;
|
|
2350
2589
|
}
|
|
2351
2590
|
/** Defines headers for StorageAppliances_disableRemoteVendorManagement operation. */
|
|
2352
2591
|
export interface StorageAppliancesDisableRemoteVendorManagementHeaders {
|
|
@@ -2363,11 +2602,6 @@ export interface StorageAppliancesRunReadCommandsHeaders {
|
|
|
2363
2602
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2364
2603
|
location?: string;
|
|
2365
2604
|
}
|
|
2366
|
-
/** Defines headers for StorageAppliances_validateHardware operation. */
|
|
2367
|
-
export interface StorageAppliancesValidateHardwareHeaders {
|
|
2368
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2369
|
-
location?: string;
|
|
2370
|
-
}
|
|
2371
2605
|
/** Defines headers for TrunkedNetworks_createOrUpdate operation. */
|
|
2372
2606
|
export interface TrunkedNetworksCreateOrUpdateHeaders {
|
|
2373
2607
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
@@ -2391,7 +2625,7 @@ export interface VirtualMachinesDeleteHeaders {
|
|
|
2391
2625
|
/** Defines headers for VirtualMachines_update operation. */
|
|
2392
2626
|
export interface VirtualMachinesUpdateHeaders {
|
|
2393
2627
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2394
|
-
|
|
2628
|
+
azureAsyncOperation?: string;
|
|
2395
2629
|
}
|
|
2396
2630
|
/** Defines headers for VirtualMachines_attachVolume operation. */
|
|
2397
2631
|
export interface VirtualMachinesAttachVolumeHeaders {
|
|
@@ -2446,7 +2680,7 @@ export interface BareMetalMachineKeySetsDeleteHeaders {
|
|
|
2446
2680
|
/** Defines headers for BareMetalMachineKeySets_update operation. */
|
|
2447
2681
|
export interface BareMetalMachineKeySetsUpdateHeaders {
|
|
2448
2682
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2449
|
-
|
|
2683
|
+
azureAsyncOperation?: string;
|
|
2450
2684
|
}
|
|
2451
2685
|
/** Defines headers for BmcKeySets_createOrUpdate operation. */
|
|
2452
2686
|
export interface BmcKeySetsCreateOrUpdateHeaders {
|
|
@@ -2461,7 +2695,7 @@ export interface BmcKeySetsDeleteHeaders {
|
|
|
2461
2695
|
/** Defines headers for BmcKeySets_update operation. */
|
|
2462
2696
|
export interface BmcKeySetsUpdateHeaders {
|
|
2463
2697
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2464
|
-
|
|
2698
|
+
azureAsyncOperation?: string;
|
|
2465
2699
|
}
|
|
2466
2700
|
/** Defines headers for MetricsConfigurations_createOrUpdate operation. */
|
|
2467
2701
|
export interface MetricsConfigurationsCreateOrUpdateHeaders {
|
|
@@ -2475,9 +2709,24 @@ export interface MetricsConfigurationsDeleteHeaders {
|
|
|
2475
2709
|
}
|
|
2476
2710
|
/** Defines headers for MetricsConfigurations_update operation. */
|
|
2477
2711
|
export interface MetricsConfigurationsUpdateHeaders {
|
|
2712
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2713
|
+
azureAsyncOperation?: string;
|
|
2714
|
+
}
|
|
2715
|
+
/** Defines headers for AgentPools_createOrUpdate operation. */
|
|
2716
|
+
export interface AgentPoolsCreateOrUpdateHeaders {
|
|
2717
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2718
|
+
azureAsyncOperation?: string;
|
|
2719
|
+
}
|
|
2720
|
+
/** Defines headers for AgentPools_delete operation. */
|
|
2721
|
+
export interface AgentPoolsDeleteHeaders {
|
|
2478
2722
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2479
2723
|
location?: string;
|
|
2480
2724
|
}
|
|
2725
|
+
/** Defines headers for AgentPools_update operation. */
|
|
2726
|
+
export interface AgentPoolsUpdateHeaders {
|
|
2727
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2728
|
+
azureAsyncOperation?: string;
|
|
2729
|
+
}
|
|
2481
2730
|
/** Defines headers for Consoles_createOrUpdate operation. */
|
|
2482
2731
|
export interface ConsolesCreateOrUpdateHeaders {
|
|
2483
2732
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
@@ -2491,7 +2740,7 @@ export interface ConsolesDeleteHeaders {
|
|
|
2491
2740
|
/** Defines headers for Consoles_update operation. */
|
|
2492
2741
|
export interface ConsolesUpdateHeaders {
|
|
2493
2742
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2494
|
-
|
|
2743
|
+
azureAsyncOperation?: string;
|
|
2495
2744
|
}
|
|
2496
2745
|
/** Known values of {@link Origin} that the service accepts. */
|
|
2497
2746
|
export declare enum KnownOrigin {
|
|
@@ -2957,69 +3206,234 @@ export declare enum KnownClusterProvisioningState {
|
|
|
2957
3206
|
* **Updating**
|
|
2958
3207
|
*/
|
|
2959
3208
|
export type ClusterProvisioningState = string;
|
|
2960
|
-
/** Known values of {@link
|
|
2961
|
-
export declare enum
|
|
2962
|
-
/**
|
|
2963
|
-
|
|
3209
|
+
/** Known values of {@link AvailabilityLifecycle} that the service accepts. */
|
|
3210
|
+
export declare enum KnownAvailabilityLifecycle {
|
|
3211
|
+
/** Preview */
|
|
3212
|
+
Preview = "Preview",
|
|
3213
|
+
/** GenerallyAvailable */
|
|
3214
|
+
GenerallyAvailable = "GenerallyAvailable"
|
|
3215
|
+
}
|
|
3216
|
+
/**
|
|
3217
|
+
* Defines values for AvailabilityLifecycle. \
|
|
3218
|
+
* {@link KnownAvailabilityLifecycle} can be used interchangeably with AvailabilityLifecycle,
|
|
3219
|
+
* this enum contains the known values that the service supports.
|
|
3220
|
+
* ### Known values supported by the service
|
|
3221
|
+
* **Preview** \
|
|
3222
|
+
* **GenerallyAvailable**
|
|
3223
|
+
*/
|
|
3224
|
+
export type AvailabilityLifecycle = string;
|
|
3225
|
+
/** Known values of {@link KubernetesClusterDetailedStatus} that the service accepts. */
|
|
3226
|
+
export declare enum KnownKubernetesClusterDetailedStatus {
|
|
2964
3227
|
/** Available */
|
|
2965
3228
|
Available = "Available",
|
|
3229
|
+
/** Error */
|
|
3230
|
+
Error = "Error",
|
|
2966
3231
|
/** Provisioning */
|
|
2967
3232
|
Provisioning = "Provisioning"
|
|
2968
3233
|
}
|
|
2969
3234
|
/**
|
|
2970
|
-
* Defines values for
|
|
2971
|
-
* {@link
|
|
3235
|
+
* Defines values for KubernetesClusterDetailedStatus. \
|
|
3236
|
+
* {@link KnownKubernetesClusterDetailedStatus} can be used interchangeably with KubernetesClusterDetailedStatus,
|
|
2972
3237
|
* this enum contains the known values that the service supports.
|
|
2973
3238
|
* ### Known values supported by the service
|
|
2974
|
-
* **Error** \
|
|
2975
3239
|
* **Available** \
|
|
3240
|
+
* **Error** \
|
|
2976
3241
|
* **Provisioning**
|
|
2977
3242
|
*/
|
|
2978
|
-
export type
|
|
2979
|
-
/** Known values of {@link
|
|
2980
|
-
export declare enum
|
|
2981
|
-
/**
|
|
2982
|
-
|
|
2983
|
-
/**
|
|
2984
|
-
|
|
2985
|
-
/**
|
|
2986
|
-
|
|
3243
|
+
export type KubernetesClusterDetailedStatus = string;
|
|
3244
|
+
/** Known values of {@link FeatureDetailedStatus} that the service accepts. */
|
|
3245
|
+
export declare enum KnownFeatureDetailedStatus {
|
|
3246
|
+
/** Running */
|
|
3247
|
+
Running = "Running",
|
|
3248
|
+
/** Failed */
|
|
3249
|
+
Failed = "Failed",
|
|
3250
|
+
/** Unknown */
|
|
3251
|
+
Unknown = "Unknown"
|
|
2987
3252
|
}
|
|
2988
3253
|
/**
|
|
2989
|
-
* Defines values for
|
|
2990
|
-
* {@link
|
|
3254
|
+
* Defines values for FeatureDetailedStatus. \
|
|
3255
|
+
* {@link KnownFeatureDetailedStatus} can be used interchangeably with FeatureDetailedStatus,
|
|
2991
3256
|
* this enum contains the known values that the service supports.
|
|
2992
3257
|
* ### Known values supported by the service
|
|
2993
|
-
* **
|
|
2994
|
-
* **
|
|
2995
|
-
* **
|
|
3258
|
+
* **Running** \
|
|
3259
|
+
* **Failed** \
|
|
3260
|
+
* **Unknown**
|
|
2996
3261
|
*/
|
|
2997
|
-
export type
|
|
2998
|
-
/** Known values of {@link
|
|
2999
|
-
export declare enum
|
|
3000
|
-
/**
|
|
3001
|
-
|
|
3002
|
-
/**
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3262
|
+
export type FeatureDetailedStatus = string;
|
|
3263
|
+
/** Known values of {@link HugepagesSize} that the service accepts. */
|
|
3264
|
+
export declare enum KnownHugepagesSize {
|
|
3265
|
+
/** TwoM */
|
|
3266
|
+
TwoM = "2M",
|
|
3267
|
+
/** OneG */
|
|
3268
|
+
OneG = "1G"
|
|
3269
|
+
}
|
|
3270
|
+
/**
|
|
3271
|
+
* Defines values for HugepagesSize. \
|
|
3272
|
+
* {@link KnownHugepagesSize} can be used interchangeably with HugepagesSize,
|
|
3273
|
+
* this enum contains the known values that the service supports.
|
|
3274
|
+
* ### Known values supported by the service
|
|
3275
|
+
* **2M** \
|
|
3276
|
+
* **1G**
|
|
3277
|
+
*/
|
|
3278
|
+
export type HugepagesSize = string;
|
|
3279
|
+
/** Known values of {@link KubernetesPluginType} that the service accepts. */
|
|
3280
|
+
export declare enum KnownKubernetesPluginType {
|
|
3281
|
+
/** Dpdk */
|
|
3282
|
+
Dpdk = "DPDK",
|
|
3283
|
+
/** Sriov */
|
|
3284
|
+
Sriov = "SRIOV",
|
|
3285
|
+
/** OSDevice */
|
|
3286
|
+
OSDevice = "OSDevice",
|
|
3287
|
+
/** Macvlan */
|
|
3288
|
+
Macvlan = "MACVLAN",
|
|
3289
|
+
/** Ipvlan */
|
|
3290
|
+
Ipvlan = "IPVLAN"
|
|
3291
|
+
}
|
|
3292
|
+
/**
|
|
3293
|
+
* Defines values for KubernetesPluginType. \
|
|
3294
|
+
* {@link KnownKubernetesPluginType} can be used interchangeably with KubernetesPluginType,
|
|
3295
|
+
* this enum contains the known values that the service supports.
|
|
3296
|
+
* ### Known values supported by the service
|
|
3297
|
+
* **DPDK** \
|
|
3298
|
+
* **SRIOV** \
|
|
3299
|
+
* **OSDevice** \
|
|
3300
|
+
* **MACVLAN** \
|
|
3301
|
+
* **IPVLAN**
|
|
3302
|
+
*/
|
|
3303
|
+
export type KubernetesPluginType = string;
|
|
3304
|
+
/** Known values of {@link L3NetworkConfigurationIpamEnabled} that the service accepts. */
|
|
3305
|
+
export declare enum KnownL3NetworkConfigurationIpamEnabled {
|
|
3306
|
+
/** True */
|
|
3307
|
+
True = "True",
|
|
3308
|
+
/** False */
|
|
3309
|
+
False = "False"
|
|
3310
|
+
}
|
|
3311
|
+
/**
|
|
3312
|
+
* Defines values for L3NetworkConfigurationIpamEnabled. \
|
|
3313
|
+
* {@link KnownL3NetworkConfigurationIpamEnabled} can be used interchangeably with L3NetworkConfigurationIpamEnabled,
|
|
3314
|
+
* this enum contains the known values that the service supports.
|
|
3315
|
+
* ### Known values supported by the service
|
|
3316
|
+
* **True** \
|
|
3317
|
+
* **False**
|
|
3318
|
+
*/
|
|
3319
|
+
export type L3NetworkConfigurationIpamEnabled = string;
|
|
3320
|
+
/** Known values of {@link AgentPoolMode} that the service accepts. */
|
|
3321
|
+
export declare enum KnownAgentPoolMode {
|
|
3322
|
+
/** System */
|
|
3323
|
+
System = "System",
|
|
3324
|
+
/** User */
|
|
3325
|
+
User = "User",
|
|
3326
|
+
/** NotApplicable */
|
|
3327
|
+
NotApplicable = "NotApplicable"
|
|
3328
|
+
}
|
|
3329
|
+
/**
|
|
3330
|
+
* Defines values for AgentPoolMode. \
|
|
3331
|
+
* {@link KnownAgentPoolMode} can be used interchangeably with AgentPoolMode,
|
|
3332
|
+
* this enum contains the known values that the service supports.
|
|
3333
|
+
* ### Known values supported by the service
|
|
3334
|
+
* **System** \
|
|
3335
|
+
* **User** \
|
|
3336
|
+
* **NotApplicable**
|
|
3337
|
+
*/
|
|
3338
|
+
export type AgentPoolMode = string;
|
|
3339
|
+
/** Known values of {@link AdvertiseToFabric} that the service accepts. */
|
|
3340
|
+
export declare enum KnownAdvertiseToFabric {
|
|
3341
|
+
/** True */
|
|
3342
|
+
True = "True",
|
|
3343
|
+
/** False */
|
|
3344
|
+
False = "False"
|
|
3345
|
+
}
|
|
3346
|
+
/**
|
|
3347
|
+
* Defines values for AdvertiseToFabric. \
|
|
3348
|
+
* {@link KnownAdvertiseToFabric} can be used interchangeably with AdvertiseToFabric,
|
|
3349
|
+
* this enum contains the known values that the service supports.
|
|
3350
|
+
* ### Known values supported by the service
|
|
3351
|
+
* **True** \
|
|
3352
|
+
* **False**
|
|
3353
|
+
*/
|
|
3354
|
+
export type AdvertiseToFabric = string;
|
|
3355
|
+
/** Known values of {@link BfdEnabled} that the service accepts. */
|
|
3356
|
+
export declare enum KnownBfdEnabled {
|
|
3357
|
+
/** True */
|
|
3358
|
+
True = "True",
|
|
3359
|
+
/** False */
|
|
3360
|
+
False = "False"
|
|
3361
|
+
}
|
|
3362
|
+
/**
|
|
3363
|
+
* Defines values for BfdEnabled. \
|
|
3364
|
+
* {@link KnownBfdEnabled} can be used interchangeably with BfdEnabled,
|
|
3365
|
+
* this enum contains the known values that the service supports.
|
|
3366
|
+
* ### Known values supported by the service
|
|
3367
|
+
* **True** \
|
|
3368
|
+
* **False**
|
|
3369
|
+
*/
|
|
3370
|
+
export type BfdEnabled = string;
|
|
3371
|
+
/** Known values of {@link BgpMultiHop} that the service accepts. */
|
|
3372
|
+
export declare enum KnownBgpMultiHop {
|
|
3373
|
+
/** True */
|
|
3374
|
+
True = "True",
|
|
3375
|
+
/** False */
|
|
3376
|
+
False = "False"
|
|
3377
|
+
}
|
|
3378
|
+
/**
|
|
3379
|
+
* Defines values for BgpMultiHop. \
|
|
3380
|
+
* {@link KnownBgpMultiHop} can be used interchangeably with BgpMultiHop,
|
|
3381
|
+
* this enum contains the known values that the service supports.
|
|
3382
|
+
* ### Known values supported by the service
|
|
3383
|
+
* **True** \
|
|
3384
|
+
* **False**
|
|
3385
|
+
*/
|
|
3386
|
+
export type BgpMultiHop = string;
|
|
3387
|
+
/** Known values of {@link FabricPeeringEnabled} that the service accepts. */
|
|
3388
|
+
export declare enum KnownFabricPeeringEnabled {
|
|
3389
|
+
/** True */
|
|
3390
|
+
True = "True",
|
|
3391
|
+
/** False */
|
|
3392
|
+
False = "False"
|
|
3393
|
+
}
|
|
3394
|
+
/**
|
|
3395
|
+
* Defines values for FabricPeeringEnabled. \
|
|
3396
|
+
* {@link KnownFabricPeeringEnabled} can be used interchangeably with FabricPeeringEnabled,
|
|
3397
|
+
* this enum contains the known values that the service supports.
|
|
3398
|
+
* ### Known values supported by the service
|
|
3399
|
+
* **True** \
|
|
3400
|
+
* **False**
|
|
3401
|
+
*/
|
|
3402
|
+
export type FabricPeeringEnabled = string;
|
|
3403
|
+
/** Known values of {@link KubernetesClusterNodeDetailedStatus} that the service accepts. */
|
|
3404
|
+
export declare enum KnownKubernetesClusterNodeDetailedStatus {
|
|
3405
|
+
/** Available */
|
|
3406
|
+
Available = "Available",
|
|
3407
|
+
/** Error */
|
|
3408
|
+
Error = "Error",
|
|
3006
3409
|
/** Provisioning */
|
|
3007
3410
|
Provisioning = "Provisioning",
|
|
3008
|
-
/**
|
|
3009
|
-
|
|
3411
|
+
/** Running */
|
|
3412
|
+
Running = "Running",
|
|
3413
|
+
/** Scheduling */
|
|
3414
|
+
Scheduling = "Scheduling",
|
|
3415
|
+
/** Stopped */
|
|
3416
|
+
Stopped = "Stopped",
|
|
3417
|
+
/** Terminating */
|
|
3418
|
+
Terminating = "Terminating",
|
|
3419
|
+
/** Unknown */
|
|
3420
|
+
Unknown = "Unknown"
|
|
3010
3421
|
}
|
|
3011
3422
|
/**
|
|
3012
|
-
* Defines values for
|
|
3013
|
-
* {@link
|
|
3423
|
+
* Defines values for KubernetesClusterNodeDetailedStatus. \
|
|
3424
|
+
* {@link KnownKubernetesClusterNodeDetailedStatus} can be used interchangeably with KubernetesClusterNodeDetailedStatus,
|
|
3014
3425
|
* this enum contains the known values that the service supports.
|
|
3015
3426
|
* ### Known values supported by the service
|
|
3016
|
-
* **
|
|
3017
|
-
* **
|
|
3018
|
-
* **Canceled** \
|
|
3427
|
+
* **Available** \
|
|
3428
|
+
* **Error** \
|
|
3019
3429
|
* **Provisioning** \
|
|
3020
|
-
* **
|
|
3430
|
+
* **Running** \
|
|
3431
|
+
* **Scheduling** \
|
|
3432
|
+
* **Stopped** \
|
|
3433
|
+
* **Terminating** \
|
|
3434
|
+
* **Unknown**
|
|
3021
3435
|
*/
|
|
3022
|
-
export type
|
|
3436
|
+
export type KubernetesClusterNodeDetailedStatus = string;
|
|
3023
3437
|
/** Known values of {@link DefaultGateway} that the service accepts. */
|
|
3024
3438
|
export declare enum KnownDefaultGateway {
|
|
3025
3439
|
/** True */
|
|
@@ -3055,60 +3469,75 @@ export declare enum KnownVirtualMachineIPAllocationMethod {
|
|
|
3055
3469
|
* **Disabled**
|
|
3056
3470
|
*/
|
|
3057
3471
|
export type VirtualMachineIPAllocationMethod = string;
|
|
3058
|
-
/** Known values of {@link
|
|
3059
|
-
export declare enum
|
|
3472
|
+
/** Known values of {@link KubernetesNodePowerState} that the service accepts. */
|
|
3473
|
+
export declare enum KnownKubernetesNodePowerState {
|
|
3060
3474
|
/** On */
|
|
3061
3475
|
On = "On",
|
|
3062
3476
|
/** Off */
|
|
3063
|
-
Off = "Off"
|
|
3477
|
+
Off = "Off",
|
|
3478
|
+
/** Unknown */
|
|
3479
|
+
Unknown = "Unknown"
|
|
3064
3480
|
}
|
|
3065
3481
|
/**
|
|
3066
|
-
* Defines values for
|
|
3067
|
-
* {@link
|
|
3482
|
+
* Defines values for KubernetesNodePowerState. \
|
|
3483
|
+
* {@link KnownKubernetesNodePowerState} can be used interchangeably with KubernetesNodePowerState,
|
|
3068
3484
|
* this enum contains the known values that the service supports.
|
|
3069
3485
|
* ### Known values supported by the service
|
|
3070
3486
|
* **On** \
|
|
3071
|
-
* **Off**
|
|
3487
|
+
* **Off** \
|
|
3488
|
+
* **Unknown**
|
|
3072
3489
|
*/
|
|
3073
|
-
export type
|
|
3074
|
-
/** Known values of {@link
|
|
3075
|
-
export declare enum
|
|
3076
|
-
/**
|
|
3077
|
-
|
|
3078
|
-
/**
|
|
3079
|
-
|
|
3080
|
-
/** Provisioning */
|
|
3081
|
-
Provisioning = "Provisioning"
|
|
3490
|
+
export type KubernetesNodePowerState = string;
|
|
3491
|
+
/** Known values of {@link KubernetesNodeRole} that the service accepts. */
|
|
3492
|
+
export declare enum KnownKubernetesNodeRole {
|
|
3493
|
+
/** ControlPlane */
|
|
3494
|
+
ControlPlane = "ControlPlane",
|
|
3495
|
+
/** Worker */
|
|
3496
|
+
Worker = "Worker"
|
|
3082
3497
|
}
|
|
3083
3498
|
/**
|
|
3084
|
-
* Defines values for
|
|
3085
|
-
* {@link
|
|
3499
|
+
* Defines values for KubernetesNodeRole. \
|
|
3500
|
+
* {@link KnownKubernetesNodeRole} can be used interchangeably with KubernetesNodeRole,
|
|
3086
3501
|
* this enum contains the known values that the service supports.
|
|
3087
3502
|
* ### Known values supported by the service
|
|
3088
|
-
* **
|
|
3089
|
-
* **
|
|
3090
|
-
* **Provisioning**
|
|
3503
|
+
* **ControlPlane** \
|
|
3504
|
+
* **Worker**
|
|
3091
3505
|
*/
|
|
3092
|
-
export type
|
|
3093
|
-
/** Known values of {@link
|
|
3094
|
-
export declare enum
|
|
3506
|
+
export type KubernetesNodeRole = string;
|
|
3507
|
+
/** Known values of {@link KubernetesClusterProvisioningState} that the service accepts. */
|
|
3508
|
+
export declare enum KnownKubernetesClusterProvisioningState {
|
|
3095
3509
|
/** Succeeded */
|
|
3096
3510
|
Succeeded = "Succeeded",
|
|
3097
3511
|
/** Failed */
|
|
3098
3512
|
Failed = "Failed",
|
|
3099
3513
|
/** Canceled */
|
|
3100
|
-
Canceled = "Canceled"
|
|
3514
|
+
Canceled = "Canceled",
|
|
3515
|
+
/** Accepted */
|
|
3516
|
+
Accepted = "Accepted",
|
|
3517
|
+
/** InProgress */
|
|
3518
|
+
InProgress = "InProgress",
|
|
3519
|
+
/** Created */
|
|
3520
|
+
Created = "Created",
|
|
3521
|
+
/** Updating */
|
|
3522
|
+
Updating = "Updating",
|
|
3523
|
+
/** Deleting */
|
|
3524
|
+
Deleting = "Deleting"
|
|
3101
3525
|
}
|
|
3102
3526
|
/**
|
|
3103
|
-
* Defines values for
|
|
3104
|
-
* {@link
|
|
3527
|
+
* Defines values for KubernetesClusterProvisioningState. \
|
|
3528
|
+
* {@link KnownKubernetesClusterProvisioningState} can be used interchangeably with KubernetesClusterProvisioningState,
|
|
3105
3529
|
* this enum contains the known values that the service supports.
|
|
3106
3530
|
* ### Known values supported by the service
|
|
3107
3531
|
* **Succeeded** \
|
|
3108
3532
|
* **Failed** \
|
|
3109
|
-
* **Canceled**
|
|
3533
|
+
* **Canceled** \
|
|
3534
|
+
* **Accepted** \
|
|
3535
|
+
* **InProgress** \
|
|
3536
|
+
* **Created** \
|
|
3537
|
+
* **Updating** \
|
|
3538
|
+
* **Deleting**
|
|
3110
3539
|
*/
|
|
3111
|
-
export type
|
|
3540
|
+
export type KubernetesClusterProvisioningState = string;
|
|
3112
3541
|
/** Known values of {@link L2NetworkDetailedStatus} that the service accepts. */
|
|
3113
3542
|
export declare enum KnownL2NetworkDetailedStatus {
|
|
3114
3543
|
/** Error */
|
|
@@ -3207,6 +3636,25 @@ export declare enum KnownHybridAksIpamEnabled {
|
|
|
3207
3636
|
* **False**
|
|
3208
3637
|
*/
|
|
3209
3638
|
export type HybridAksIpamEnabled = string;
|
|
3639
|
+
/** Known values of {@link IpAllocationType} that the service accepts. */
|
|
3640
|
+
export declare enum KnownIpAllocationType {
|
|
3641
|
+
/** IPV4 */
|
|
3642
|
+
IPV4 = "IPV4",
|
|
3643
|
+
/** IPV6 */
|
|
3644
|
+
IPV6 = "IPV6",
|
|
3645
|
+
/** DualStack */
|
|
3646
|
+
DualStack = "DualStack"
|
|
3647
|
+
}
|
|
3648
|
+
/**
|
|
3649
|
+
* Defines values for IpAllocationType. \
|
|
3650
|
+
* {@link KnownIpAllocationType} can be used interchangeably with IpAllocationType,
|
|
3651
|
+
* this enum contains the known values that the service supports.
|
|
3652
|
+
* ### Known values supported by the service
|
|
3653
|
+
* **IPV4** \
|
|
3654
|
+
* **IPV6** \
|
|
3655
|
+
* **DualStack**
|
|
3656
|
+
*/
|
|
3657
|
+
export type IpAllocationType = string;
|
|
3210
3658
|
/** Known values of {@link L3NetworkProvisioningState} that the service accepts. */
|
|
3211
3659
|
export declare enum KnownL3NetworkProvisioningState {
|
|
3212
3660
|
/** Succeeded */
|
|
@@ -3513,21 +3961,36 @@ export declare enum KnownVirtualMachineBootMethod {
|
|
|
3513
3961
|
export type VirtualMachineBootMethod = string;
|
|
3514
3962
|
/** Known values of {@link VirtualMachineDetailedStatus} that the service accepts. */
|
|
3515
3963
|
export declare enum KnownVirtualMachineDetailedStatus {
|
|
3516
|
-
/** Error */
|
|
3517
|
-
Error = "Error",
|
|
3518
3964
|
/** Available */
|
|
3519
3965
|
Available = "Available",
|
|
3966
|
+
/** Error */
|
|
3967
|
+
Error = "Error",
|
|
3520
3968
|
/** Provisioning */
|
|
3521
|
-
Provisioning = "Provisioning"
|
|
3969
|
+
Provisioning = "Provisioning",
|
|
3970
|
+
/** Running */
|
|
3971
|
+
Running = "Running",
|
|
3972
|
+
/** Scheduling */
|
|
3973
|
+
Scheduling = "Scheduling",
|
|
3974
|
+
/** Stopped */
|
|
3975
|
+
Stopped = "Stopped",
|
|
3976
|
+
/** Terminating */
|
|
3977
|
+
Terminating = "Terminating",
|
|
3978
|
+
/** Unknown */
|
|
3979
|
+
Unknown = "Unknown"
|
|
3522
3980
|
}
|
|
3523
3981
|
/**
|
|
3524
3982
|
* Defines values for VirtualMachineDetailedStatus. \
|
|
3525
3983
|
* {@link KnownVirtualMachineDetailedStatus} can be used interchangeably with VirtualMachineDetailedStatus,
|
|
3526
3984
|
* this enum contains the known values that the service supports.
|
|
3527
3985
|
* ### Known values supported by the service
|
|
3528
|
-
* **Error** \
|
|
3529
3986
|
* **Available** \
|
|
3530
|
-
* **
|
|
3987
|
+
* **Error** \
|
|
3988
|
+
* **Provisioning** \
|
|
3989
|
+
* **Running** \
|
|
3990
|
+
* **Scheduling** \
|
|
3991
|
+
* **Stopped** \
|
|
3992
|
+
* **Terminating** \
|
|
3993
|
+
* **Unknown**
|
|
3531
3994
|
*/
|
|
3532
3995
|
export type VirtualMachineDetailedStatus = string;
|
|
3533
3996
|
/** Known values of {@link VirtualMachineIsolateEmulatorThread} that the service accepts. */
|
|
@@ -3599,7 +4062,9 @@ export declare enum KnownVirtualMachinePowerState {
|
|
|
3599
4062
|
/** On */
|
|
3600
4063
|
On = "On",
|
|
3601
4064
|
/** Off */
|
|
3602
|
-
Off = "Off"
|
|
4065
|
+
Off = "Off",
|
|
4066
|
+
/** Unknown */
|
|
4067
|
+
Unknown = "Unknown"
|
|
3603
4068
|
}
|
|
3604
4069
|
/**
|
|
3605
4070
|
* Defines values for VirtualMachinePowerState. \
|
|
@@ -3607,7 +4072,8 @@ export declare enum KnownVirtualMachinePowerState {
|
|
|
3607
4072
|
* this enum contains the known values that the service supports.
|
|
3608
4073
|
* ### Known values supported by the service
|
|
3609
4074
|
* **On** \
|
|
3610
|
-
* **Off**
|
|
4075
|
+
* **Off** \
|
|
4076
|
+
* **Unknown**
|
|
3611
4077
|
*/
|
|
3612
4078
|
export type VirtualMachinePowerState = string;
|
|
3613
4079
|
/** Known values of {@link VirtualMachineProvisioningState} that the service accepts. */
|
|
@@ -3968,19 +4434,56 @@ export declare enum KnownClusterMetricsConfigurationProvisioningState {
|
|
|
3968
4434
|
* **Provisioning**
|
|
3969
4435
|
*/
|
|
3970
4436
|
export type ClusterMetricsConfigurationProvisioningState = string;
|
|
3971
|
-
/** Known values of {@link
|
|
3972
|
-
export declare enum
|
|
3973
|
-
/**
|
|
3974
|
-
|
|
4437
|
+
/** Known values of {@link AgentPoolDetailedStatus} that the service accepts. */
|
|
4438
|
+
export declare enum KnownAgentPoolDetailedStatus {
|
|
4439
|
+
/** Available */
|
|
4440
|
+
Available = "Available",
|
|
4441
|
+
/** Error */
|
|
4442
|
+
Error = "Error",
|
|
4443
|
+
/** Provisioning */
|
|
4444
|
+
Provisioning = "Provisioning"
|
|
3975
4445
|
}
|
|
3976
4446
|
/**
|
|
3977
|
-
* Defines values for
|
|
3978
|
-
* {@link
|
|
4447
|
+
* Defines values for AgentPoolDetailedStatus. \
|
|
4448
|
+
* {@link KnownAgentPoolDetailedStatus} can be used interchangeably with AgentPoolDetailedStatus,
|
|
3979
4449
|
* this enum contains the known values that the service supports.
|
|
3980
4450
|
* ### Known values supported by the service
|
|
3981
|
-
* **
|
|
4451
|
+
* **Available** \
|
|
4452
|
+
* **Error** \
|
|
4453
|
+
* **Provisioning**
|
|
3982
4454
|
*/
|
|
3983
|
-
export type
|
|
4455
|
+
export type AgentPoolDetailedStatus = string;
|
|
4456
|
+
/** Known values of {@link AgentPoolProvisioningState} that the service accepts. */
|
|
4457
|
+
export declare enum KnownAgentPoolProvisioningState {
|
|
4458
|
+
/** Accepted */
|
|
4459
|
+
Accepted = "Accepted",
|
|
4460
|
+
/** Canceled */
|
|
4461
|
+
Canceled = "Canceled",
|
|
4462
|
+
/** Deleting */
|
|
4463
|
+
Deleting = "Deleting",
|
|
4464
|
+
/** Failed */
|
|
4465
|
+
Failed = "Failed",
|
|
4466
|
+
/** InProgress */
|
|
4467
|
+
InProgress = "InProgress",
|
|
4468
|
+
/** Succeeded */
|
|
4469
|
+
Succeeded = "Succeeded",
|
|
4470
|
+
/** Updating */
|
|
4471
|
+
Updating = "Updating"
|
|
4472
|
+
}
|
|
4473
|
+
/**
|
|
4474
|
+
* Defines values for AgentPoolProvisioningState. \
|
|
4475
|
+
* {@link KnownAgentPoolProvisioningState} can be used interchangeably with AgentPoolProvisioningState,
|
|
4476
|
+
* this enum contains the known values that the service supports.
|
|
4477
|
+
* ### Known values supported by the service
|
|
4478
|
+
* **Accepted** \
|
|
4479
|
+
* **Canceled** \
|
|
4480
|
+
* **Deleting** \
|
|
4481
|
+
* **Failed** \
|
|
4482
|
+
* **InProgress** \
|
|
4483
|
+
* **Succeeded** \
|
|
4484
|
+
* **Updating**
|
|
4485
|
+
*/
|
|
4486
|
+
export type AgentPoolProvisioningState = string;
|
|
3984
4487
|
/** Known values of {@link ConsoleDetailedStatus} that the service accepts. */
|
|
3985
4488
|
export declare enum KnownConsoleDetailedStatus {
|
|
3986
4489
|
/** Ready */
|
|
@@ -4394,110 +4897,66 @@ export interface ClustersListByResourceGroupNextOptionalParams extends coreClien
|
|
|
4394
4897
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4395
4898
|
export type ClustersListByResourceGroupNextResponse = ClusterList;
|
|
4396
4899
|
/** Optional parameters. */
|
|
4397
|
-
export interface
|
|
4900
|
+
export interface KubernetesClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4398
4901
|
}
|
|
4399
4902
|
/** Contains response data for the listBySubscription operation. */
|
|
4400
|
-
export type
|
|
4903
|
+
export type KubernetesClustersListBySubscriptionResponse = KubernetesClusterList;
|
|
4401
4904
|
/** Optional parameters. */
|
|
4402
|
-
export interface
|
|
4905
|
+
export interface KubernetesClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4403
4906
|
}
|
|
4404
4907
|
/** Contains response data for the listByResourceGroup operation. */
|
|
4405
|
-
export type
|
|
4908
|
+
export type KubernetesClustersListByResourceGroupResponse = KubernetesClusterList;
|
|
4406
4909
|
/** Optional parameters. */
|
|
4407
|
-
export interface
|
|
4910
|
+
export interface KubernetesClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
4408
4911
|
}
|
|
4409
4912
|
/** Contains response data for the get operation. */
|
|
4410
|
-
export type
|
|
4913
|
+
export type KubernetesClustersGetResponse = KubernetesCluster;
|
|
4411
4914
|
/** Optional parameters. */
|
|
4412
|
-
export interface
|
|
4915
|
+
export interface KubernetesClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4413
4916
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4414
4917
|
updateIntervalInMs?: number;
|
|
4415
4918
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4416
4919
|
resumeFrom?: string;
|
|
4417
4920
|
}
|
|
4418
4921
|
/** Contains response data for the createOrUpdate operation. */
|
|
4419
|
-
export type
|
|
4922
|
+
export type KubernetesClustersCreateOrUpdateResponse = KubernetesCluster;
|
|
4420
4923
|
/** Optional parameters. */
|
|
4421
|
-
export interface
|
|
4924
|
+
export interface KubernetesClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4422
4925
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4423
4926
|
updateIntervalInMs?: number;
|
|
4424
4927
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4425
4928
|
resumeFrom?: string;
|
|
4426
4929
|
}
|
|
4427
4930
|
/** Optional parameters. */
|
|
4428
|
-
export interface
|
|
4931
|
+
export interface KubernetesClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4429
4932
|
/** The request body. */
|
|
4430
|
-
|
|
4431
|
-
}
|
|
4432
|
-
/** Contains response data for the update operation. */
|
|
4433
|
-
export type DefaultCniNetworksUpdateResponse = DefaultCniNetwork;
|
|
4434
|
-
/** Optional parameters. */
|
|
4435
|
-
export interface DefaultCniNetworksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4436
|
-
}
|
|
4437
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4438
|
-
export type DefaultCniNetworksListBySubscriptionNextResponse = DefaultCniNetworkList;
|
|
4439
|
-
/** Optional parameters. */
|
|
4440
|
-
export interface DefaultCniNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4441
|
-
}
|
|
4442
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4443
|
-
export type DefaultCniNetworksListByResourceGroupNextResponse = DefaultCniNetworkList;
|
|
4444
|
-
/** Optional parameters. */
|
|
4445
|
-
export interface HybridAksClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4446
|
-
}
|
|
4447
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4448
|
-
export type HybridAksClustersListBySubscriptionResponse = HybridAksClusterList;
|
|
4449
|
-
/** Optional parameters. */
|
|
4450
|
-
export interface HybridAksClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4451
|
-
}
|
|
4452
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4453
|
-
export type HybridAksClustersListByResourceGroupResponse = HybridAksClusterList;
|
|
4454
|
-
/** Optional parameters. */
|
|
4455
|
-
export interface HybridAksClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
4456
|
-
}
|
|
4457
|
-
/** Contains response data for the get operation. */
|
|
4458
|
-
export type HybridAksClustersGetResponse = HybridAksCluster;
|
|
4459
|
-
/** Optional parameters. */
|
|
4460
|
-
export interface HybridAksClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4933
|
+
kubernetesClusterUpdateParameters?: KubernetesClusterPatchParameters;
|
|
4461
4934
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4462
4935
|
updateIntervalInMs?: number;
|
|
4463
4936
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4464
4937
|
resumeFrom?: string;
|
|
4465
4938
|
}
|
|
4466
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4467
|
-
export type HybridAksClustersCreateOrUpdateResponse = HybridAksCluster;
|
|
4468
|
-
/** Optional parameters. */
|
|
4469
|
-
export interface HybridAksClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4470
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4471
|
-
updateIntervalInMs?: number;
|
|
4472
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4473
|
-
resumeFrom?: string;
|
|
4474
|
-
}
|
|
4475
|
-
/** Optional parameters. */
|
|
4476
|
-
export interface HybridAksClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4477
|
-
/** The request body. */
|
|
4478
|
-
hybridAksClusterUpdateParameters?: HybridAksClusterPatchParameters;
|
|
4479
|
-
}
|
|
4480
4939
|
/** Contains response data for the update operation. */
|
|
4481
|
-
export type
|
|
4940
|
+
export type KubernetesClustersUpdateResponse = KubernetesCluster;
|
|
4482
4941
|
/** Optional parameters. */
|
|
4483
|
-
export interface
|
|
4942
|
+
export interface KubernetesClustersRestartNodeOptionalParams extends coreClient.OperationOptions {
|
|
4484
4943
|
/** Delay to wait until next poll, in milliseconds. */
|
|
4485
4944
|
updateIntervalInMs?: number;
|
|
4486
4945
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4487
4946
|
resumeFrom?: string;
|
|
4488
4947
|
}
|
|
4489
4948
|
/** Contains response data for the restartNode operation. */
|
|
4490
|
-
export type
|
|
4949
|
+
export type KubernetesClustersRestartNodeResponse = KubernetesClustersRestartNodeHeaders;
|
|
4491
4950
|
/** Optional parameters. */
|
|
4492
|
-
export interface
|
|
4951
|
+
export interface KubernetesClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4493
4952
|
}
|
|
4494
4953
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4495
|
-
export type
|
|
4954
|
+
export type KubernetesClustersListBySubscriptionNextResponse = KubernetesClusterList;
|
|
4496
4955
|
/** Optional parameters. */
|
|
4497
|
-
export interface
|
|
4956
|
+
export interface KubernetesClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4498
4957
|
}
|
|
4499
4958
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4500
|
-
export type
|
|
4959
|
+
export type KubernetesClustersListByResourceGroupNextResponse = KubernetesClusterList;
|
|
4501
4960
|
/** Optional parameters. */
|
|
4502
4961
|
export interface L2NetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4503
4962
|
}
|
|
@@ -4733,15 +5192,6 @@ export interface StorageAppliancesRunReadCommandsOptionalParams extends coreClie
|
|
|
4733
5192
|
/** Contains response data for the runReadCommands operation. */
|
|
4734
5193
|
export type StorageAppliancesRunReadCommandsResponse = StorageAppliancesRunReadCommandsHeaders;
|
|
4735
5194
|
/** Optional parameters. */
|
|
4736
|
-
export interface StorageAppliancesValidateHardwareOptionalParams extends coreClient.OperationOptions {
|
|
4737
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4738
|
-
updateIntervalInMs?: number;
|
|
4739
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4740
|
-
resumeFrom?: string;
|
|
4741
|
-
}
|
|
4742
|
-
/** Contains response data for the validateHardware operation. */
|
|
4743
|
-
export type StorageAppliancesValidateHardwareResponse = StorageAppliancesValidateHardwareHeaders;
|
|
4744
|
-
/** Optional parameters. */
|
|
4745
5195
|
export interface StorageAppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4746
5196
|
}
|
|
4747
5197
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
@@ -4956,10 +5406,10 @@ export interface VolumesListByResourceGroupNextOptionalParams extends coreClient
|
|
|
4956
5406
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4957
5407
|
export type VolumesListByResourceGroupNextResponse = VolumeList;
|
|
4958
5408
|
/** Optional parameters. */
|
|
4959
|
-
export interface
|
|
5409
|
+
export interface BareMetalMachineKeySetsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
4960
5410
|
}
|
|
4961
|
-
/** Contains response data for the
|
|
4962
|
-
export type
|
|
5411
|
+
/** Contains response data for the listByCluster operation. */
|
|
5412
|
+
export type BareMetalMachineKeySetsListByClusterResponse = BareMetalMachineKeySetList;
|
|
4963
5413
|
/** Optional parameters. */
|
|
4964
5414
|
export interface BareMetalMachineKeySetsGetOptionalParams extends coreClient.OperationOptions {
|
|
4965
5415
|
}
|
|
@@ -4993,15 +5443,15 @@ export interface BareMetalMachineKeySetsUpdateOptionalParams extends coreClient.
|
|
|
4993
5443
|
/** Contains response data for the update operation. */
|
|
4994
5444
|
export type BareMetalMachineKeySetsUpdateResponse = BareMetalMachineKeySet;
|
|
4995
5445
|
/** Optional parameters. */
|
|
4996
|
-
export interface
|
|
5446
|
+
export interface BareMetalMachineKeySetsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
4997
5447
|
}
|
|
4998
|
-
/** Contains response data for the
|
|
4999
|
-
export type
|
|
5448
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
5449
|
+
export type BareMetalMachineKeySetsListByClusterNextResponse = BareMetalMachineKeySetList;
|
|
5000
5450
|
/** Optional parameters. */
|
|
5001
|
-
export interface
|
|
5451
|
+
export interface BmcKeySetsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
5002
5452
|
}
|
|
5003
|
-
/** Contains response data for the
|
|
5004
|
-
export type
|
|
5453
|
+
/** Contains response data for the listByCluster operation. */
|
|
5454
|
+
export type BmcKeySetsListByClusterResponse = BmcKeySetList;
|
|
5005
5455
|
/** Optional parameters. */
|
|
5006
5456
|
export interface BmcKeySetsGetOptionalParams extends coreClient.OperationOptions {
|
|
5007
5457
|
}
|
|
@@ -5035,15 +5485,15 @@ export interface BmcKeySetsUpdateOptionalParams extends coreClient.OperationOpti
|
|
|
5035
5485
|
/** Contains response data for the update operation. */
|
|
5036
5486
|
export type BmcKeySetsUpdateResponse = BmcKeySet;
|
|
5037
5487
|
/** Optional parameters. */
|
|
5038
|
-
export interface
|
|
5488
|
+
export interface BmcKeySetsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
5039
5489
|
}
|
|
5040
|
-
/** Contains response data for the
|
|
5041
|
-
export type
|
|
5490
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
5491
|
+
export type BmcKeySetsListByClusterNextResponse = BmcKeySetList;
|
|
5042
5492
|
/** Optional parameters. */
|
|
5043
|
-
export interface
|
|
5493
|
+
export interface MetricsConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
5044
5494
|
}
|
|
5045
|
-
/** Contains response data for the
|
|
5046
|
-
export type
|
|
5495
|
+
/** Contains response data for the listByCluster operation. */
|
|
5496
|
+
export type MetricsConfigurationsListByClusterResponse = ClusterMetricsConfigurationList;
|
|
5047
5497
|
/** Optional parameters. */
|
|
5048
5498
|
export interface MetricsConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
5049
5499
|
}
|
|
@@ -5077,15 +5527,57 @@ export interface MetricsConfigurationsUpdateOptionalParams extends coreClient.Op
|
|
|
5077
5527
|
/** Contains response data for the update operation. */
|
|
5078
5528
|
export type MetricsConfigurationsUpdateResponse = ClusterMetricsConfiguration;
|
|
5079
5529
|
/** Optional parameters. */
|
|
5080
|
-
export interface
|
|
5530
|
+
export interface MetricsConfigurationsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
5081
5531
|
}
|
|
5082
|
-
/** Contains response data for the
|
|
5083
|
-
export type
|
|
5532
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
5533
|
+
export type MetricsConfigurationsListByClusterNextResponse = ClusterMetricsConfigurationList;
|
|
5084
5534
|
/** Optional parameters. */
|
|
5085
|
-
export interface
|
|
5535
|
+
export interface AgentPoolsListByKubernetesClusterOptionalParams extends coreClient.OperationOptions {
|
|
5086
5536
|
}
|
|
5087
|
-
/** Contains response data for the
|
|
5088
|
-
export type
|
|
5537
|
+
/** Contains response data for the listByKubernetesCluster operation. */
|
|
5538
|
+
export type AgentPoolsListByKubernetesClusterResponse = AgentPoolList;
|
|
5539
|
+
/** Optional parameters. */
|
|
5540
|
+
export interface AgentPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
5541
|
+
}
|
|
5542
|
+
/** Contains response data for the get operation. */
|
|
5543
|
+
export type AgentPoolsGetResponse = AgentPool;
|
|
5544
|
+
/** Optional parameters. */
|
|
5545
|
+
export interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5546
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5547
|
+
updateIntervalInMs?: number;
|
|
5548
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5549
|
+
resumeFrom?: string;
|
|
5550
|
+
}
|
|
5551
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5552
|
+
export type AgentPoolsCreateOrUpdateResponse = AgentPool;
|
|
5553
|
+
/** Optional parameters. */
|
|
5554
|
+
export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5555
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5556
|
+
updateIntervalInMs?: number;
|
|
5557
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5558
|
+
resumeFrom?: string;
|
|
5559
|
+
}
|
|
5560
|
+
/** Optional parameters. */
|
|
5561
|
+
export interface AgentPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5562
|
+
/** The request body. */
|
|
5563
|
+
agentPoolUpdateParameters?: AgentPoolPatchParameters;
|
|
5564
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5565
|
+
updateIntervalInMs?: number;
|
|
5566
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5567
|
+
resumeFrom?: string;
|
|
5568
|
+
}
|
|
5569
|
+
/** Contains response data for the update operation. */
|
|
5570
|
+
export type AgentPoolsUpdateResponse = AgentPool;
|
|
5571
|
+
/** Optional parameters. */
|
|
5572
|
+
export interface AgentPoolsListByKubernetesClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
5573
|
+
}
|
|
5574
|
+
/** Contains response data for the listByKubernetesClusterNext operation. */
|
|
5575
|
+
export type AgentPoolsListByKubernetesClusterNextResponse = AgentPoolList;
|
|
5576
|
+
/** Optional parameters. */
|
|
5577
|
+
export interface ConsolesListByVirtualMachineOptionalParams extends coreClient.OperationOptions {
|
|
5578
|
+
}
|
|
5579
|
+
/** Contains response data for the listByVirtualMachine operation. */
|
|
5580
|
+
export type ConsolesListByVirtualMachineResponse = ConsoleList;
|
|
5089
5581
|
/** Optional parameters. */
|
|
5090
5582
|
export interface ConsolesGetOptionalParams extends coreClient.OperationOptions {
|
|
5091
5583
|
}
|
|
@@ -5119,10 +5611,10 @@ export interface ConsolesUpdateOptionalParams extends coreClient.OperationOption
|
|
|
5119
5611
|
/** Contains response data for the update operation. */
|
|
5120
5612
|
export type ConsolesUpdateResponse = Console;
|
|
5121
5613
|
/** Optional parameters. */
|
|
5122
|
-
export interface
|
|
5614
|
+
export interface ConsolesListByVirtualMachineNextOptionalParams extends coreClient.OperationOptions {
|
|
5123
5615
|
}
|
|
5124
|
-
/** Contains response data for the
|
|
5125
|
-
export type
|
|
5616
|
+
/** Contains response data for the listByVirtualMachineNext operation. */
|
|
5617
|
+
export type ConsolesListByVirtualMachineNextResponse = ConsoleList;
|
|
5126
5618
|
/** Optional parameters. */
|
|
5127
5619
|
export interface NetworkCloudOptionalParams extends coreClient.ServiceClientOptions {
|
|
5128
5620
|
/** server parameter */
|