@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
|
@@ -4,6 +4,12 @@ import { OperationState } from '@azure/core-lro';
|
|
|
4
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
5
|
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
6
|
|
|
7
|
+
/** AadConfiguration represents the Azure Active Directory Integration properties. */
|
|
8
|
+
export declare interface AadConfiguration {
|
|
9
|
+
/** The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster. */
|
|
10
|
+
adminGroupObjectIds: string[];
|
|
11
|
+
}
|
|
12
|
+
|
|
7
13
|
/**
|
|
8
14
|
* Defines values for ActionType. \
|
|
9
15
|
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
@@ -21,10 +27,350 @@ export declare interface AdministrativeCredentials {
|
|
|
21
27
|
username: string;
|
|
22
28
|
}
|
|
23
29
|
|
|
30
|
+
/** AdministratorConfiguration represents the administrative credentials that will be applied to the control plane and agent pool nodes in Kubernetes clusters. */
|
|
31
|
+
export declare interface AdministratorConfiguration {
|
|
32
|
+
/** 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. */
|
|
33
|
+
adminUsername?: string;
|
|
34
|
+
/** 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. */
|
|
35
|
+
sshPublicKeys?: SshPublicKey[];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Defines values for AdvertiseToFabric. \
|
|
40
|
+
* {@link KnownAdvertiseToFabric} can be used interchangeably with AdvertiseToFabric,
|
|
41
|
+
* this enum contains the known values that the service supports.
|
|
42
|
+
* ### Known values supported by the service
|
|
43
|
+
* **True** \
|
|
44
|
+
* **False**
|
|
45
|
+
*/
|
|
46
|
+
export declare type AdvertiseToFabric = string;
|
|
47
|
+
|
|
48
|
+
/** AgentOptions are configurations that will be applied to each agent in an agent pool. */
|
|
49
|
+
export declare interface AgentOptions {
|
|
50
|
+
/** The number of hugepages to allocate. */
|
|
51
|
+
hugepagesCount: number;
|
|
52
|
+
/** The size of the hugepages to allocate. */
|
|
53
|
+
hugepagesSize?: HugepagesSize;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/** AgentPool represents the agent pool of Kubernetes cluster. */
|
|
57
|
+
export declare interface AgentPool extends TrackedResource {
|
|
58
|
+
/** The extended location of the cluster associated with the resource. */
|
|
59
|
+
extendedLocation?: ExtendedLocation;
|
|
60
|
+
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
61
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
62
|
+
/** The configurations that will be applied to each agent in this agent pool. */
|
|
63
|
+
agentOptions?: AgentOptions;
|
|
64
|
+
/** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
|
|
65
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
66
|
+
/** 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. */
|
|
67
|
+
availabilityZones?: string[];
|
|
68
|
+
/** The number of virtual machines that use this configuration. */
|
|
69
|
+
count: number;
|
|
70
|
+
/**
|
|
71
|
+
* The current status of the agent pool.
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly detailedStatus?: AgentPoolDetailedStatus;
|
|
75
|
+
/**
|
|
76
|
+
* The descriptive message about the current detailed status.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly detailedStatusMessage?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The Kubernetes version running in this agent pool.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly kubernetesVersion?: string;
|
|
85
|
+
/** The labels applied to the nodes in this agent pool. */
|
|
86
|
+
labels?: KubernetesLabel[];
|
|
87
|
+
/** 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. */
|
|
88
|
+
mode: AgentPoolMode;
|
|
89
|
+
/**
|
|
90
|
+
* The provisioning state of the agent pool.
|
|
91
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
+
*/
|
|
93
|
+
readonly provisioningState?: AgentPoolProvisioningState;
|
|
94
|
+
/** The taints applied to the nodes in this agent pool. */
|
|
95
|
+
taints?: KubernetesLabel[];
|
|
96
|
+
/** The configuration of the agent pool. */
|
|
97
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
98
|
+
/** The name of the VM SKU that determines the size of resources allocated for node VMs. */
|
|
99
|
+
vmSkuName: string;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** AgentPoolConfiguration specifies the configuration of a pool of nodes. */
|
|
103
|
+
export declare interface AgentPoolConfiguration {
|
|
104
|
+
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
105
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
106
|
+
/** The configurations that will be applied to each agent in this agent pool. */
|
|
107
|
+
agentOptions?: AgentOptions;
|
|
108
|
+
/** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
|
|
109
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
110
|
+
/** 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. */
|
|
111
|
+
availabilityZones?: string[];
|
|
112
|
+
/** The number of virtual machines that use this configuration. */
|
|
113
|
+
count: number;
|
|
114
|
+
/** The labels applied to the nodes in this agent pool. */
|
|
115
|
+
labels?: KubernetesLabel[];
|
|
116
|
+
/** 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. */
|
|
117
|
+
mode: AgentPoolMode;
|
|
118
|
+
/** The taints applied to the nodes in this agent pool. */
|
|
119
|
+
taints?: KubernetesLabel[];
|
|
120
|
+
/** The configuration of the agent pool. */
|
|
121
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
122
|
+
/** The name of the VM SKU that determines the size of resources allocated for node VMs. */
|
|
123
|
+
vmSkuName: string;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Defines values for AgentPoolDetailedStatus. \
|
|
128
|
+
* {@link KnownAgentPoolDetailedStatus} can be used interchangeably with AgentPoolDetailedStatus,
|
|
129
|
+
* this enum contains the known values that the service supports.
|
|
130
|
+
* ### Known values supported by the service
|
|
131
|
+
* **Available** \
|
|
132
|
+
* **Error** \
|
|
133
|
+
* **Provisioning**
|
|
134
|
+
*/
|
|
135
|
+
export declare type AgentPoolDetailedStatus = string;
|
|
136
|
+
|
|
137
|
+
/** AgentPoolList represents a list of Kubernetes cluster agent pools. */
|
|
138
|
+
export declare interface AgentPoolList {
|
|
139
|
+
/** The link used to get the next page of operations. */
|
|
140
|
+
nextLink?: string;
|
|
141
|
+
/** The list of agent pools. */
|
|
142
|
+
value?: AgentPool[];
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Defines values for AgentPoolMode. \
|
|
147
|
+
* {@link KnownAgentPoolMode} can be used interchangeably with AgentPoolMode,
|
|
148
|
+
* this enum contains the known values that the service supports.
|
|
149
|
+
* ### Known values supported by the service
|
|
150
|
+
* **System** \
|
|
151
|
+
* **User** \
|
|
152
|
+
* **NotApplicable**
|
|
153
|
+
*/
|
|
154
|
+
export declare type AgentPoolMode = string;
|
|
155
|
+
|
|
156
|
+
/** AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool. */
|
|
157
|
+
export declare interface AgentPoolPatchParameters {
|
|
158
|
+
/** The Azure resource tags that will replace the existing ones. */
|
|
159
|
+
tags?: {
|
|
160
|
+
[propertyName: string]: string;
|
|
161
|
+
};
|
|
162
|
+
/** The number of virtual machines that use this configuration. */
|
|
163
|
+
count?: number;
|
|
164
|
+
/** The configuration of the agent pool. */
|
|
165
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Defines values for AgentPoolProvisioningState. \
|
|
170
|
+
* {@link KnownAgentPoolProvisioningState} can be used interchangeably with AgentPoolProvisioningState,
|
|
171
|
+
* this enum contains the known values that the service supports.
|
|
172
|
+
* ### Known values supported by the service
|
|
173
|
+
* **Accepted** \
|
|
174
|
+
* **Canceled** \
|
|
175
|
+
* **Deleting** \
|
|
176
|
+
* **Failed** \
|
|
177
|
+
* **InProgress** \
|
|
178
|
+
* **Succeeded** \
|
|
179
|
+
* **Updating**
|
|
180
|
+
*/
|
|
181
|
+
export declare type AgentPoolProvisioningState = string;
|
|
182
|
+
|
|
183
|
+
/** Interface representing a AgentPools. */
|
|
184
|
+
export declare interface AgentPools {
|
|
185
|
+
/**
|
|
186
|
+
* Get a list of agent pools for the provided Kubernetes cluster.
|
|
187
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
188
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
189
|
+
* @param options The options parameters.
|
|
190
|
+
*/
|
|
191
|
+
listByKubernetesCluster(resourceGroupName: string, kubernetesClusterName: string, options?: AgentPoolsListByKubernetesClusterOptionalParams): PagedAsyncIterableIterator<AgentPool>;
|
|
192
|
+
/**
|
|
193
|
+
* Get properties of the provided Kubernetes cluster agent pool.
|
|
194
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
195
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
196
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
197
|
+
* @param options The options parameters.
|
|
198
|
+
*/
|
|
199
|
+
get(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsGetOptionalParams): Promise<AgentPoolsGetResponse>;
|
|
200
|
+
/**
|
|
201
|
+
* Create a new Kubernetes cluster agent pool or update the properties of the existing one.
|
|
202
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
203
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
204
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
205
|
+
* @param agentPoolParameters The request body.
|
|
206
|
+
* @param options The options parameters.
|
|
207
|
+
*/
|
|
208
|
+
beginCreateOrUpdate(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolsCreateOrUpdateResponse>, AgentPoolsCreateOrUpdateResponse>>;
|
|
209
|
+
/**
|
|
210
|
+
* Create a new Kubernetes cluster agent pool or update the properties of the existing one.
|
|
211
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
212
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
213
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
214
|
+
* @param agentPoolParameters The request body.
|
|
215
|
+
* @param options The options parameters.
|
|
216
|
+
*/
|
|
217
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams): Promise<AgentPoolsCreateOrUpdateResponse>;
|
|
218
|
+
/**
|
|
219
|
+
* Delete the provided Kubernetes cluster agent pool.
|
|
220
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
221
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
222
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
223
|
+
* @param options The options parameters.
|
|
224
|
+
*/
|
|
225
|
+
beginDelete(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
226
|
+
/**
|
|
227
|
+
* Delete the provided Kubernetes cluster agent pool.
|
|
228
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
229
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
230
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
231
|
+
* @param options The options parameters.
|
|
232
|
+
*/
|
|
233
|
+
beginDeleteAndWait(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<void>;
|
|
234
|
+
/**
|
|
235
|
+
* Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated
|
|
236
|
+
* with the Kubernetes cluster agent pool. Properties and tag updates can be done independently.
|
|
237
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
238
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
239
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
240
|
+
* @param options The options parameters.
|
|
241
|
+
*/
|
|
242
|
+
beginUpdate(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolsUpdateResponse>, AgentPoolsUpdateResponse>>;
|
|
243
|
+
/**
|
|
244
|
+
* Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated
|
|
245
|
+
* with the Kubernetes cluster agent pool. Properties and tag updates can be done independently.
|
|
246
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
247
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
248
|
+
* @param agentPoolName The name of the Kubernetes cluster agent pool.
|
|
249
|
+
* @param options The options parameters.
|
|
250
|
+
*/
|
|
251
|
+
beginUpdateAndWait(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams): Promise<AgentPoolsUpdateResponse>;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/** Defines headers for AgentPools_createOrUpdate operation. */
|
|
255
|
+
export declare interface AgentPoolsCreateOrUpdateHeaders {
|
|
256
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
257
|
+
azureAsyncOperation?: string;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/** Optional parameters. */
|
|
261
|
+
export declare interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
262
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
263
|
+
updateIntervalInMs?: number;
|
|
264
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
265
|
+
resumeFrom?: string;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
269
|
+
export declare type AgentPoolsCreateOrUpdateResponse = AgentPool;
|
|
270
|
+
|
|
271
|
+
/** Defines headers for AgentPools_delete operation. */
|
|
272
|
+
export declare interface AgentPoolsDeleteHeaders {
|
|
273
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
274
|
+
location?: string;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/** Optional parameters. */
|
|
278
|
+
export declare interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
279
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
280
|
+
updateIntervalInMs?: number;
|
|
281
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
282
|
+
resumeFrom?: string;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/** Optional parameters. */
|
|
286
|
+
export declare interface AgentPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/** Contains response data for the get operation. */
|
|
290
|
+
export declare type AgentPoolsGetResponse = AgentPool;
|
|
291
|
+
|
|
292
|
+
/** Optional parameters. */
|
|
293
|
+
export declare interface AgentPoolsListByKubernetesClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/** Contains response data for the listByKubernetesClusterNext operation. */
|
|
297
|
+
export declare type AgentPoolsListByKubernetesClusterNextResponse = AgentPoolList;
|
|
298
|
+
|
|
299
|
+
/** Optional parameters. */
|
|
300
|
+
export declare interface AgentPoolsListByKubernetesClusterOptionalParams extends coreClient.OperationOptions {
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/** Contains response data for the listByKubernetesCluster operation. */
|
|
304
|
+
export declare type AgentPoolsListByKubernetesClusterResponse = AgentPoolList;
|
|
305
|
+
|
|
306
|
+
/** Defines headers for AgentPools_update operation. */
|
|
307
|
+
export declare interface AgentPoolsUpdateHeaders {
|
|
308
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
309
|
+
azureAsyncOperation?: string;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/** Optional parameters. */
|
|
313
|
+
export declare interface AgentPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
314
|
+
/** The request body. */
|
|
315
|
+
agentPoolUpdateParameters?: AgentPoolPatchParameters;
|
|
316
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
317
|
+
updateIntervalInMs?: number;
|
|
318
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
319
|
+
resumeFrom?: string;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/** Contains response data for the update operation. */
|
|
323
|
+
export declare type AgentPoolsUpdateResponse = AgentPool;
|
|
324
|
+
|
|
325
|
+
/** AgentPoolUpgradeSettings specifies the upgrade settings for an agent pool. */
|
|
326
|
+
export declare interface AgentPoolUpgradeSettings {
|
|
327
|
+
/** 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. */
|
|
328
|
+
maxSurge?: string;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
/** AttachedNetworkConfiguration represents the set of workload networks to attach to a resource. */
|
|
332
|
+
export declare interface AttachedNetworkConfiguration {
|
|
333
|
+
/** The list of Layer 2 Networks and related configuration for attachment. */
|
|
334
|
+
l2Networks?: L2NetworkAttachmentConfiguration[];
|
|
335
|
+
/** The list of Layer 3 Networks and related configuration for attachment. */
|
|
336
|
+
l3Networks?: L3NetworkAttachmentConfiguration[];
|
|
337
|
+
/** The list of Trunked Networks and related configuration for attachment. */
|
|
338
|
+
trunkedNetworks?: TrunkedNetworkAttachmentConfiguration[];
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Defines values for AvailabilityLifecycle. \
|
|
343
|
+
* {@link KnownAvailabilityLifecycle} can be used interchangeably with AvailabilityLifecycle,
|
|
344
|
+
* this enum contains the known values that the service supports.
|
|
345
|
+
* ### Known values supported by the service
|
|
346
|
+
* **Preview** \
|
|
347
|
+
* **GenerallyAvailable**
|
|
348
|
+
*/
|
|
349
|
+
export declare type AvailabilityLifecycle = string;
|
|
350
|
+
|
|
351
|
+
/** AvailableUpgrade represents an upgrade available for a Kubernetes cluster. */
|
|
352
|
+
export declare interface AvailableUpgrade {
|
|
353
|
+
/**
|
|
354
|
+
* The version lifecycle indicator.
|
|
355
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
356
|
+
*/
|
|
357
|
+
readonly availabilityLifecycle?: AvailabilityLifecycle;
|
|
358
|
+
/**
|
|
359
|
+
* The version available for upgrading.
|
|
360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
361
|
+
*/
|
|
362
|
+
readonly version?: string;
|
|
363
|
+
}
|
|
364
|
+
|
|
24
365
|
/** BareMetalMachine represents the physical machine in the rack. */
|
|
25
366
|
export declare interface BareMetalMachine extends TrackedResource {
|
|
26
367
|
/** The extended location of the cluster associated with the resource. */
|
|
27
368
|
extendedLocation: ExtendedLocation;
|
|
369
|
+
/**
|
|
370
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
371
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
+
*/
|
|
373
|
+
readonly associatedResourceIds?: string[];
|
|
28
374
|
/** The connection string for the baseboard management controller including IP address and protocol. */
|
|
29
375
|
bmcConnectionString: string;
|
|
30
376
|
/** The credentials of the baseboard management controller on this bare metal machine. */
|
|
@@ -64,7 +410,7 @@ export declare interface BareMetalMachine extends TrackedResource {
|
|
|
64
410
|
*/
|
|
65
411
|
readonly hardwareValidationStatus?: HardwareValidationStatus;
|
|
66
412
|
/**
|
|
67
|
-
* The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.
|
|
413
|
+
* 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.
|
|
68
414
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
415
|
*/
|
|
70
416
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
@@ -126,7 +472,7 @@ export declare interface BareMetalMachine extends TrackedResource {
|
|
|
126
472
|
*/
|
|
127
473
|
readonly serviceTag?: string;
|
|
128
474
|
/**
|
|
129
|
-
* The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.
|
|
475
|
+
* 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.
|
|
130
476
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
131
477
|
*/
|
|
132
478
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -328,12 +674,12 @@ export declare type BareMetalMachineKeySetProvisioningState = string;
|
|
|
328
674
|
/** Interface representing a BareMetalMachineKeySets. */
|
|
329
675
|
export declare interface BareMetalMachineKeySets {
|
|
330
676
|
/**
|
|
331
|
-
* Get a list of bare metal machine key sets
|
|
677
|
+
* Get a list of bare metal machine key sets for the provided cluster.
|
|
332
678
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
333
679
|
* @param clusterName The name of the cluster.
|
|
334
680
|
* @param options The options parameters.
|
|
335
681
|
*/
|
|
336
|
-
|
|
682
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: BareMetalMachineKeySetsListByClusterOptionalParams): PagedAsyncIterableIterator<BareMetalMachineKeySet>;
|
|
337
683
|
/**
|
|
338
684
|
* Get bare metal machine key set of the provided cluster.
|
|
339
685
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -435,23 +781,23 @@ export declare interface BareMetalMachineKeySetsGetOptionalParams extends coreCl
|
|
|
435
781
|
export declare type BareMetalMachineKeySetsGetResponse = BareMetalMachineKeySet;
|
|
436
782
|
|
|
437
783
|
/** Optional parameters. */
|
|
438
|
-
export declare interface
|
|
784
|
+
export declare interface BareMetalMachineKeySetsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
439
785
|
}
|
|
440
786
|
|
|
441
|
-
/** Contains response data for the
|
|
442
|
-
export declare type
|
|
787
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
788
|
+
export declare type BareMetalMachineKeySetsListByClusterNextResponse = BareMetalMachineKeySetList;
|
|
443
789
|
|
|
444
790
|
/** Optional parameters. */
|
|
445
|
-
export declare interface
|
|
791
|
+
export declare interface BareMetalMachineKeySetsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
446
792
|
}
|
|
447
793
|
|
|
448
|
-
/** Contains response data for the
|
|
449
|
-
export declare type
|
|
794
|
+
/** Contains response data for the listByCluster operation. */
|
|
795
|
+
export declare type BareMetalMachineKeySetsListByClusterResponse = BareMetalMachineKeySetList;
|
|
450
796
|
|
|
451
797
|
/** Defines headers for BareMetalMachineKeySets_update operation. */
|
|
452
798
|
export declare interface BareMetalMachineKeySetsUpdateHeaders {
|
|
453
799
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
454
|
-
|
|
800
|
+
azureAsyncOperation?: string;
|
|
455
801
|
}
|
|
456
802
|
|
|
457
803
|
/** Optional parameters. */
|
|
@@ -1091,7 +1437,7 @@ export declare type BareMetalMachinesUncordonResponse = BareMetalMachinesUncordo
|
|
|
1091
1437
|
/** Defines headers for BareMetalMachines_update operation. */
|
|
1092
1438
|
export declare interface BareMetalMachinesUpdateHeaders {
|
|
1093
1439
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
1094
|
-
|
|
1440
|
+
azureAsyncOperation?: string;
|
|
1095
1441
|
}
|
|
1096
1442
|
|
|
1097
1443
|
/** Optional parameters. */
|
|
@@ -1130,14 +1476,48 @@ export declare interface BareMetalMachineValidateHardwareParameters {
|
|
|
1130
1476
|
validationCategory: BareMetalMachineHardwareValidationCategory;
|
|
1131
1477
|
}
|
|
1132
1478
|
|
|
1133
|
-
/**
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1479
|
+
/**
|
|
1480
|
+
* Defines values for BfdEnabled. \
|
|
1481
|
+
* {@link KnownBfdEnabled} can be used interchangeably with BfdEnabled,
|
|
1482
|
+
* this enum contains the known values that the service supports.
|
|
1483
|
+
* ### Known values supported by the service
|
|
1484
|
+
* **True** \
|
|
1485
|
+
* **False**
|
|
1486
|
+
*/
|
|
1487
|
+
export declare type BfdEnabled = string;
|
|
1488
|
+
|
|
1489
|
+
/** BgpAdvertisement represents the association of IP address pools to the communities and peers. */
|
|
1490
|
+
export declare interface BgpAdvertisement {
|
|
1491
|
+
/** 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. */
|
|
1492
|
+
advertiseToFabric?: AdvertiseToFabric;
|
|
1493
|
+
/** The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format. */
|
|
1494
|
+
communities?: string[];
|
|
1495
|
+
/** The names of the IP address pools associated with this announcement. */
|
|
1496
|
+
ipAddressPools: string[];
|
|
1497
|
+
/** The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement. */
|
|
1498
|
+
peers?: string[];
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
/**
|
|
1502
|
+
* Defines values for BgpMultiHop. \
|
|
1503
|
+
* {@link KnownBgpMultiHop} can be used interchangeably with BgpMultiHop,
|
|
1504
|
+
* this enum contains the known values that the service supports.
|
|
1505
|
+
* ### Known values supported by the service
|
|
1506
|
+
* **True** \
|
|
1507
|
+
* **False**
|
|
1508
|
+
*/
|
|
1509
|
+
export declare type BgpMultiHop = string;
|
|
1510
|
+
|
|
1511
|
+
/** BgpServiceLoadBalancerConfiguration represents the configuration of a BGP service load balancer. */
|
|
1512
|
+
export declare interface BgpServiceLoadBalancerConfiguration {
|
|
1513
|
+
/** The association of IP address pools to the communities and peers, allowing for announcement of IPs. */
|
|
1514
|
+
bgpAdvertisements?: BgpAdvertisement[];
|
|
1515
|
+
/** The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. */
|
|
1516
|
+
bgpPeers?: ServiceLoadBalancerBgpPeer[];
|
|
1517
|
+
/** The indicator to specify if the load balancer peers with the network fabric. */
|
|
1518
|
+
fabricPeeringEnabled?: FabricPeeringEnabled;
|
|
1519
|
+
/** The list of pools of IP addresses that can be allocated to Load Balancer services. */
|
|
1520
|
+
ipAddressPools?: IpAddressPool[];
|
|
1141
1521
|
}
|
|
1142
1522
|
|
|
1143
1523
|
/** BmcKeySet represents the baseboard management controller key set. */
|
|
@@ -1237,13 +1617,12 @@ export declare type BmcKeySetProvisioningState = string;
|
|
|
1237
1617
|
/** Interface representing a BmcKeySets. */
|
|
1238
1618
|
export declare interface BmcKeySets {
|
|
1239
1619
|
/**
|
|
1240
|
-
* Get a list of baseboard management controller key sets
|
|
1241
|
-
* group.
|
|
1620
|
+
* Get a list of baseboard management controller key sets for the provided cluster.
|
|
1242
1621
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1243
1622
|
* @param clusterName The name of the cluster.
|
|
1244
1623
|
* @param options The options parameters.
|
|
1245
1624
|
*/
|
|
1246
|
-
|
|
1625
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: BmcKeySetsListByClusterOptionalParams): PagedAsyncIterableIterator<BmcKeySet>;
|
|
1247
1626
|
/**
|
|
1248
1627
|
* Get baseboard management controller key set of the provided cluster.
|
|
1249
1628
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1347,23 +1726,23 @@ export declare interface BmcKeySetsGetOptionalParams extends coreClient.Operatio
|
|
|
1347
1726
|
export declare type BmcKeySetsGetResponse = BmcKeySet;
|
|
1348
1727
|
|
|
1349
1728
|
/** Optional parameters. */
|
|
1350
|
-
export declare interface
|
|
1729
|
+
export declare interface BmcKeySetsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1351
1730
|
}
|
|
1352
1731
|
|
|
1353
|
-
/** Contains response data for the
|
|
1354
|
-
export declare type
|
|
1732
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
1733
|
+
export declare type BmcKeySetsListByClusterNextResponse = BmcKeySetList;
|
|
1355
1734
|
|
|
1356
1735
|
/** Optional parameters. */
|
|
1357
|
-
export declare interface
|
|
1736
|
+
export declare interface BmcKeySetsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1358
1737
|
}
|
|
1359
1738
|
|
|
1360
|
-
/** Contains response data for the
|
|
1361
|
-
export declare type
|
|
1739
|
+
/** Contains response data for the listByCluster operation. */
|
|
1740
|
+
export declare type BmcKeySetsListByClusterResponse = BmcKeySetList;
|
|
1362
1741
|
|
|
1363
1742
|
/** Defines headers for BmcKeySets_update operation. */
|
|
1364
1743
|
export declare interface BmcKeySetsUpdateHeaders {
|
|
1365
1744
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
1366
|
-
|
|
1745
|
+
azureAsyncOperation?: string;
|
|
1367
1746
|
}
|
|
1368
1747
|
|
|
1369
1748
|
/** Optional parameters. */
|
|
@@ -1399,6 +1778,11 @@ export declare interface CloudServicesNetwork extends TrackedResource {
|
|
|
1399
1778
|
extendedLocation: ExtendedLocation;
|
|
1400
1779
|
/** The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. */
|
|
1401
1780
|
additionalEgressEndpoints?: EgressEndpoint[];
|
|
1781
|
+
/**
|
|
1782
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
1783
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1784
|
+
*/
|
|
1785
|
+
readonly associatedResourceIds?: string[];
|
|
1402
1786
|
/**
|
|
1403
1787
|
* The resource ID of the Network Cloud cluster this cloud services network is associated with.
|
|
1404
1788
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1422,7 +1806,7 @@ export declare interface CloudServicesNetwork extends TrackedResource {
|
|
|
1422
1806
|
*/
|
|
1423
1807
|
readonly enabledEgressEndpoints?: EgressEndpoint[];
|
|
1424
1808
|
/**
|
|
1425
|
-
* The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
|
|
1809
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
|
|
1426
1810
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1427
1811
|
*/
|
|
1428
1812
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
@@ -1437,7 +1821,7 @@ export declare interface CloudServicesNetwork extends TrackedResource {
|
|
|
1437
1821
|
*/
|
|
1438
1822
|
readonly provisioningState?: CloudServicesNetworkProvisioningState;
|
|
1439
1823
|
/**
|
|
1440
|
-
* The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
|
|
1824
|
+
* 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.
|
|
1441
1825
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1442
1826
|
*/
|
|
1443
1827
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -1634,7 +2018,7 @@ export declare type CloudServicesNetworksListBySubscriptionResponse = CloudServi
|
|
|
1634
2018
|
/** Defines headers for CloudServicesNetworks_update operation. */
|
|
1635
2019
|
export declare interface CloudServicesNetworksUpdateHeaders {
|
|
1636
2020
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
1637
|
-
|
|
2021
|
+
azureAsyncOperation?: string;
|
|
1638
2022
|
}
|
|
1639
2023
|
|
|
1640
2024
|
/** Optional parameters. */
|
|
@@ -1657,7 +2041,7 @@ export declare interface Cluster extends TrackedResource {
|
|
|
1657
2041
|
/** 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. */
|
|
1658
2042
|
aggregatorOrSingleRackDefinition: RackDefinition;
|
|
1659
2043
|
/** The resource ID of the Log Analytics Workspace that will be used for storing relevant logs. */
|
|
1660
|
-
analyticsWorkspaceId
|
|
2044
|
+
analyticsWorkspaceId?: string;
|
|
1661
2045
|
/**
|
|
1662
2046
|
* The list of cluster runtime version upgrades available for this cluster.
|
|
1663
2047
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1714,7 +2098,7 @@ export declare interface Cluster extends TrackedResource {
|
|
|
1714
2098
|
*/
|
|
1715
2099
|
readonly detailedStatusMessage?: string;
|
|
1716
2100
|
/**
|
|
1717
|
-
* 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).
|
|
2101
|
+
* 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).
|
|
1718
2102
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1719
2103
|
*/
|
|
1720
2104
|
readonly hybridAksExtendedLocation?: ExtendedLocation;
|
|
@@ -2376,7 +2760,7 @@ export declare type ClustersListBySubscriptionResponse = ClusterList;
|
|
|
2376
2760
|
/** Defines headers for Clusters_update operation. */
|
|
2377
2761
|
export declare interface ClustersUpdateHeaders {
|
|
2378
2762
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2379
|
-
|
|
2763
|
+
azureAsyncOperation?: string;
|
|
2380
2764
|
}
|
|
2381
2765
|
|
|
2382
2766
|
/** Optional parameters. */
|
|
@@ -2425,34 +2809,6 @@ export declare interface ClusterUpdateVersionParameters {
|
|
|
2425
2809
|
targetClusterVersion: string;
|
|
2426
2810
|
}
|
|
2427
2811
|
|
|
2428
|
-
/** CniBgpConfiguration represents the Calico BGP configuration. */
|
|
2429
|
-
export declare interface CniBgpConfiguration {
|
|
2430
|
-
/** The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric. */
|
|
2431
|
-
bgpPeers?: BgpPeer[];
|
|
2432
|
-
/**
|
|
2433
|
-
* The list of prefix community advertisement properties. Each prefix community specifies a prefix, and the
|
|
2434
|
-
* communities that should be associated with that prefix when it is announced.
|
|
2435
|
-
*/
|
|
2436
|
-
communityAdvertisements?: CommunityAdvertisement[];
|
|
2437
|
-
/** The password of the Calico node mesh. It defaults to a randomly-generated string when not provided. */
|
|
2438
|
-
nodeMeshPassword?: string;
|
|
2439
|
-
/** The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP. */
|
|
2440
|
-
serviceExternalPrefixes?: string[];
|
|
2441
|
-
/**
|
|
2442
|
-
* The subnet blocks in CIDR format for Kubernetes load balancers. Load balancer IPs will only be advertised if they
|
|
2443
|
-
* are within one of these blocks.
|
|
2444
|
-
*/
|
|
2445
|
-
serviceLoadBalancerPrefixes?: string[];
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
/** CommunityAdvertisement represents the prefix and the communities that should be associated with that prefix. */
|
|
2449
|
-
export declare interface CommunityAdvertisement {
|
|
2450
|
-
/** The list of community strings to announce with this prefix. */
|
|
2451
|
-
communities: string[];
|
|
2452
|
-
/** The subnet in CIDR format for which properties should be advertised. */
|
|
2453
|
-
subnetPrefix: string;
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
2812
|
/** Console represents the console of an on-premises Network Cloud virtual machine. */
|
|
2457
2813
|
declare interface Console_2 extends TrackedResource {
|
|
2458
2814
|
/** The extended location of the cluster manager associated with the cluster this virtual machine is created on. */
|
|
@@ -2549,12 +2905,12 @@ export declare type ConsoleProvisioningState = string;
|
|
|
2549
2905
|
/** Interface representing a Consoles. */
|
|
2550
2906
|
export declare interface Consoles {
|
|
2551
2907
|
/**
|
|
2552
|
-
* Get a list of
|
|
2908
|
+
* Get a list of consoles for the provided virtual machine.
|
|
2553
2909
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2554
2910
|
* @param virtualMachineName The name of the virtual machine.
|
|
2555
2911
|
* @param options The options parameters.
|
|
2556
2912
|
*/
|
|
2557
|
-
|
|
2913
|
+
listByVirtualMachine(resourceGroupName: string, virtualMachineName: string, options?: ConsolesListByVirtualMachineOptionalParams): PagedAsyncIterableIterator<Console_2>;
|
|
2558
2914
|
/**
|
|
2559
2915
|
* Get properties of the provided virtual machine console.
|
|
2560
2916
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2658,23 +3014,23 @@ export declare interface ConsolesGetOptionalParams extends coreClient.OperationO
|
|
|
2658
3014
|
export declare type ConsolesGetResponse = Console_2;
|
|
2659
3015
|
|
|
2660
3016
|
/** Optional parameters. */
|
|
2661
|
-
export declare interface
|
|
3017
|
+
export declare interface ConsolesListByVirtualMachineNextOptionalParams extends coreClient.OperationOptions {
|
|
2662
3018
|
}
|
|
2663
3019
|
|
|
2664
|
-
/** Contains response data for the
|
|
2665
|
-
export declare type
|
|
3020
|
+
/** Contains response data for the listByVirtualMachineNext operation. */
|
|
3021
|
+
export declare type ConsolesListByVirtualMachineNextResponse = ConsoleList;
|
|
2666
3022
|
|
|
2667
3023
|
/** Optional parameters. */
|
|
2668
|
-
export declare interface
|
|
3024
|
+
export declare interface ConsolesListByVirtualMachineOptionalParams extends coreClient.OperationOptions {
|
|
2669
3025
|
}
|
|
2670
3026
|
|
|
2671
|
-
/** Contains response data for the
|
|
2672
|
-
export declare type
|
|
3027
|
+
/** Contains response data for the listByVirtualMachine operation. */
|
|
3028
|
+
export declare type ConsolesListByVirtualMachineResponse = ConsoleList;
|
|
2673
3029
|
|
|
2674
3030
|
/** Defines headers for Consoles_update operation. */
|
|
2675
3031
|
export declare interface ConsolesUpdateHeaders {
|
|
2676
3032
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2677
|
-
|
|
3033
|
+
azureAsyncOperation?: string;
|
|
2678
3034
|
}
|
|
2679
3035
|
|
|
2680
3036
|
/** Optional parameters. */
|
|
@@ -2700,6 +3056,24 @@ export declare type ConsolesUpdateResponse = Console_2;
|
|
|
2700
3056
|
*/
|
|
2701
3057
|
export declare type ControlImpact = string;
|
|
2702
3058
|
|
|
3059
|
+
/** ControlPlaneNodeConfiguration represents the selection of virtual machines and size of the control plane for a Kubernetes cluster. */
|
|
3060
|
+
export declare interface ControlPlaneNodeConfiguration {
|
|
3061
|
+
/** The administrator credentials to be used for the nodes in the control plane. */
|
|
3062
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
3063
|
+
/** 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. */
|
|
3064
|
+
availabilityZones?: string[];
|
|
3065
|
+
/** The number of virtual machines that use this configuration. */
|
|
3066
|
+
count: number;
|
|
3067
|
+
/** The name of the VM SKU supplied during creation. */
|
|
3068
|
+
vmSkuName: string;
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
/** ControlPlaneNodePatchConfiguration represents the properties of the control plane that can be patched for this Kubernetes cluster. */
|
|
3072
|
+
export declare interface ControlPlaneNodePatchConfiguration {
|
|
3073
|
+
/** The number of virtual machines that use this configuration. */
|
|
3074
|
+
count?: number;
|
|
3075
|
+
}
|
|
3076
|
+
|
|
2703
3077
|
/**
|
|
2704
3078
|
* Defines values for CreatedByType. \
|
|
2705
3079
|
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
@@ -2712,244 +3086,6 @@ export declare type ControlImpact = string;
|
|
|
2712
3086
|
*/
|
|
2713
3087
|
export declare type CreatedByType = string;
|
|
2714
3088
|
|
|
2715
|
-
/** DefaultCniNetwork represents the user-managed portions of the default CNI (pod) network that is created in support of a Hybrid AKS Cluster. */
|
|
2716
|
-
export declare interface DefaultCniNetwork extends TrackedResource {
|
|
2717
|
-
/** The extended location of the cluster associated with the resource. */
|
|
2718
|
-
extendedLocation: ExtendedLocation;
|
|
2719
|
-
/**
|
|
2720
|
-
* The resource ID of the Network Cloud cluster this default CNI network is associated with.
|
|
2721
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2722
|
-
*/
|
|
2723
|
-
readonly clusterId?: string;
|
|
2724
|
-
/**
|
|
2725
|
-
* The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain.
|
|
2726
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2727
|
-
*/
|
|
2728
|
-
readonly cniAsNumber?: number;
|
|
2729
|
-
/** The Calico BGP configuration. */
|
|
2730
|
-
cniBgpConfiguration?: CniBgpConfiguration;
|
|
2731
|
-
/**
|
|
2732
|
-
* The more detailed status of the default CNI network.
|
|
2733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2734
|
-
*/
|
|
2735
|
-
readonly detailedStatus?: DefaultCniNetworkDetailedStatus;
|
|
2736
|
-
/**
|
|
2737
|
-
* The descriptive message about the current detailed status.
|
|
2738
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2739
|
-
*/
|
|
2740
|
-
readonly detailedStatusMessage?: string;
|
|
2741
|
-
/**
|
|
2742
|
-
* The L3 isolation fabric BGP peering connectivity information necessary for BGP peering the Hybrid AKS Cluster with the switch fabric.
|
|
2743
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2744
|
-
*/
|
|
2745
|
-
readonly fabricBgpPeers?: BgpPeer[];
|
|
2746
|
-
/**
|
|
2747
|
-
* The list of Hybrid AKS cluster resource ID(s) that are associated with this default CNI network.
|
|
2748
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2749
|
-
*/
|
|
2750
|
-
readonly hybridAksClustersAssociatedIds?: string[];
|
|
2751
|
-
/**
|
|
2752
|
-
* The name of the interface that will be present in the virtual machine to represent this network.
|
|
2753
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2754
|
-
*/
|
|
2755
|
-
readonly interfaceName?: string;
|
|
2756
|
-
/** The type of the IP address allocation. */
|
|
2757
|
-
ipAllocationType?: IpAllocationType;
|
|
2758
|
-
/**
|
|
2759
|
-
* The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type
|
|
2760
|
-
* is IPV4 or DualStack.
|
|
2761
|
-
*/
|
|
2762
|
-
ipv4ConnectedPrefix?: string;
|
|
2763
|
-
/**
|
|
2764
|
-
* The IPV6 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type
|
|
2765
|
-
* is IPV6 or DualStack.
|
|
2766
|
-
*/
|
|
2767
|
-
ipv6ConnectedPrefix?: string;
|
|
2768
|
-
/** The resource ID of the Network Fabric l3IsolationDomain. */
|
|
2769
|
-
l3IsolationDomainId: string;
|
|
2770
|
-
/**
|
|
2771
|
-
* The provisioning state of the default CNI network.
|
|
2772
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2773
|
-
*/
|
|
2774
|
-
readonly provisioningState?: DefaultCniNetworkProvisioningState;
|
|
2775
|
-
/** The VLAN from the l3IsolationDomain that is used for this network. */
|
|
2776
|
-
vlan: number;
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
/**
|
|
2780
|
-
* Defines values for DefaultCniNetworkDetailedStatus. \
|
|
2781
|
-
* {@link KnownDefaultCniNetworkDetailedStatus} can be used interchangeably with DefaultCniNetworkDetailedStatus,
|
|
2782
|
-
* this enum contains the known values that the service supports.
|
|
2783
|
-
* ### Known values supported by the service
|
|
2784
|
-
* **Error** \
|
|
2785
|
-
* **Available** \
|
|
2786
|
-
* **Provisioning**
|
|
2787
|
-
*/
|
|
2788
|
-
export declare type DefaultCniNetworkDetailedStatus = string;
|
|
2789
|
-
|
|
2790
|
-
/** DefaultCniNetworkList represents a list of default CNI networks. */
|
|
2791
|
-
export declare interface DefaultCniNetworkList {
|
|
2792
|
-
/** The link used to get the next page of operations. */
|
|
2793
|
-
nextLink?: string;
|
|
2794
|
-
/** The list of default CNI networks. */
|
|
2795
|
-
value?: DefaultCniNetwork[];
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
/** DefaultCniNetworkPatchParameters represents the body of the request to patch the Default CNI network. */
|
|
2799
|
-
export declare interface DefaultCniNetworkPatchParameters {
|
|
2800
|
-
/** The Azure resource tags that will replace the existing ones. */
|
|
2801
|
-
tags?: {
|
|
2802
|
-
[propertyName: string]: string;
|
|
2803
|
-
};
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
/**
|
|
2807
|
-
* Defines values for DefaultCniNetworkProvisioningState. \
|
|
2808
|
-
* {@link KnownDefaultCniNetworkProvisioningState} can be used interchangeably with DefaultCniNetworkProvisioningState,
|
|
2809
|
-
* this enum contains the known values that the service supports.
|
|
2810
|
-
* ### Known values supported by the service
|
|
2811
|
-
* **Succeeded** \
|
|
2812
|
-
* **Failed** \
|
|
2813
|
-
* **Canceled** \
|
|
2814
|
-
* **Provisioning** \
|
|
2815
|
-
* **Accepted**
|
|
2816
|
-
*/
|
|
2817
|
-
export declare type DefaultCniNetworkProvisioningState = string;
|
|
2818
|
-
|
|
2819
|
-
/** Interface representing a DefaultCniNetworks. */
|
|
2820
|
-
export declare interface DefaultCniNetworks {
|
|
2821
|
-
/**
|
|
2822
|
-
* Get a list of default CNI networks in the provided subscription.
|
|
2823
|
-
* @param options The options parameters.
|
|
2824
|
-
*/
|
|
2825
|
-
listBySubscription(options?: DefaultCniNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DefaultCniNetwork>;
|
|
2826
|
-
/**
|
|
2827
|
-
* Get a list of default CNI networks in the provided resource group.
|
|
2828
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2829
|
-
* @param options The options parameters.
|
|
2830
|
-
*/
|
|
2831
|
-
listByResourceGroup(resourceGroupName: string, options?: DefaultCniNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DefaultCniNetwork>;
|
|
2832
|
-
/**
|
|
2833
|
-
* Get properties of the provided default CNI network.
|
|
2834
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2835
|
-
* @param defaultCniNetworkName The name of the default CNI network.
|
|
2836
|
-
* @param options The options parameters.
|
|
2837
|
-
*/
|
|
2838
|
-
get(resourceGroupName: string, defaultCniNetworkName: string, options?: DefaultCniNetworksGetOptionalParams): Promise<DefaultCniNetworksGetResponse>;
|
|
2839
|
-
/**
|
|
2840
|
-
* Create a new default CNI network or update the properties of the existing default CNI network.
|
|
2841
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2842
|
-
* @param defaultCniNetworkName The name of the default CNI network.
|
|
2843
|
-
* @param defaultCniNetworkParameters The request body.
|
|
2844
|
-
* @param options The options parameters.
|
|
2845
|
-
*/
|
|
2846
|
-
beginCreateOrUpdate(resourceGroupName: string, defaultCniNetworkName: string, defaultCniNetworkParameters: DefaultCniNetwork, options?: DefaultCniNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DefaultCniNetworksCreateOrUpdateResponse>, DefaultCniNetworksCreateOrUpdateResponse>>;
|
|
2847
|
-
/**
|
|
2848
|
-
* Create a new default CNI network or update the properties of the existing default CNI network.
|
|
2849
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2850
|
-
* @param defaultCniNetworkName The name of the default CNI network.
|
|
2851
|
-
* @param defaultCniNetworkParameters The request body.
|
|
2852
|
-
* @param options The options parameters.
|
|
2853
|
-
*/
|
|
2854
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, defaultCniNetworkName: string, defaultCniNetworkParameters: DefaultCniNetwork, options?: DefaultCniNetworksCreateOrUpdateOptionalParams): Promise<DefaultCniNetworksCreateOrUpdateResponse>;
|
|
2855
|
-
/**
|
|
2856
|
-
* Delete the provided default CNI network.
|
|
2857
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2858
|
-
* @param defaultCniNetworkName The name of the default CNI network.
|
|
2859
|
-
* @param options The options parameters.
|
|
2860
|
-
*/
|
|
2861
|
-
beginDelete(resourceGroupName: string, defaultCniNetworkName: string, options?: DefaultCniNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2862
|
-
/**
|
|
2863
|
-
* Delete the provided default CNI network.
|
|
2864
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2865
|
-
* @param defaultCniNetworkName The name of the default CNI network.
|
|
2866
|
-
* @param options The options parameters.
|
|
2867
|
-
*/
|
|
2868
|
-
beginDeleteAndWait(resourceGroupName: string, defaultCniNetworkName: string, options?: DefaultCniNetworksDeleteOptionalParams): Promise<void>;
|
|
2869
|
-
/**
|
|
2870
|
-
* Update tags associated with the provided default CNI network.
|
|
2871
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2872
|
-
* @param defaultCniNetworkName The name of the default CNI network.
|
|
2873
|
-
* @param options The options parameters.
|
|
2874
|
-
*/
|
|
2875
|
-
update(resourceGroupName: string, defaultCniNetworkName: string, options?: DefaultCniNetworksUpdateOptionalParams): Promise<DefaultCniNetworksUpdateResponse>;
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
|
-
/** Defines headers for DefaultCniNetworks_createOrUpdate operation. */
|
|
2879
|
-
export declare interface DefaultCniNetworksCreateOrUpdateHeaders {
|
|
2880
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2881
|
-
azureAsyncOperation?: string;
|
|
2882
|
-
}
|
|
2883
|
-
|
|
2884
|
-
/** Optional parameters. */
|
|
2885
|
-
export declare interface DefaultCniNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2886
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2887
|
-
updateIntervalInMs?: number;
|
|
2888
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2889
|
-
resumeFrom?: string;
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2893
|
-
export declare type DefaultCniNetworksCreateOrUpdateResponse = DefaultCniNetwork;
|
|
2894
|
-
|
|
2895
|
-
/** Defines headers for DefaultCniNetworks_delete operation. */
|
|
2896
|
-
export declare interface DefaultCniNetworksDeleteHeaders {
|
|
2897
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
2898
|
-
location?: string;
|
|
2899
|
-
}
|
|
2900
|
-
|
|
2901
|
-
/** Optional parameters. */
|
|
2902
|
-
export declare interface DefaultCniNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2903
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2904
|
-
updateIntervalInMs?: number;
|
|
2905
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2906
|
-
resumeFrom?: string;
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
/** Optional parameters. */
|
|
2910
|
-
export declare interface DefaultCniNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
2911
|
-
}
|
|
2912
|
-
|
|
2913
|
-
/** Contains response data for the get operation. */
|
|
2914
|
-
export declare type DefaultCniNetworksGetResponse = DefaultCniNetwork;
|
|
2915
|
-
|
|
2916
|
-
/** Optional parameters. */
|
|
2917
|
-
export declare interface DefaultCniNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2921
|
-
export declare type DefaultCniNetworksListByResourceGroupNextResponse = DefaultCniNetworkList;
|
|
2922
|
-
|
|
2923
|
-
/** Optional parameters. */
|
|
2924
|
-
export declare interface DefaultCniNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2925
|
-
}
|
|
2926
|
-
|
|
2927
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2928
|
-
export declare type DefaultCniNetworksListByResourceGroupResponse = DefaultCniNetworkList;
|
|
2929
|
-
|
|
2930
|
-
/** Optional parameters. */
|
|
2931
|
-
export declare interface DefaultCniNetworksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2935
|
-
export declare type DefaultCniNetworksListBySubscriptionNextResponse = DefaultCniNetworkList;
|
|
2936
|
-
|
|
2937
|
-
/** Optional parameters. */
|
|
2938
|
-
export declare interface DefaultCniNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2939
|
-
}
|
|
2940
|
-
|
|
2941
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2942
|
-
export declare type DefaultCniNetworksListBySubscriptionResponse = DefaultCniNetworkList;
|
|
2943
|
-
|
|
2944
|
-
/** Optional parameters. */
|
|
2945
|
-
export declare interface DefaultCniNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2946
|
-
/** The request body. */
|
|
2947
|
-
defaultCniNetworkUpdateParameters?: DefaultCniNetworkPatchParameters;
|
|
2948
|
-
}
|
|
2949
|
-
|
|
2950
|
-
/** Contains response data for the update operation. */
|
|
2951
|
-
export declare type DefaultCniNetworksUpdateResponse = DefaultCniNetwork;
|
|
2952
|
-
|
|
2953
3089
|
/**
|
|
2954
3090
|
* Defines values for DefaultGateway. \
|
|
2955
3091
|
* {@link KnownDefaultGateway} can be used interchangeably with DefaultGateway,
|
|
@@ -3052,6 +3188,51 @@ export declare interface ExtendedLocation {
|
|
|
3052
3188
|
type: string;
|
|
3053
3189
|
}
|
|
3054
3190
|
|
|
3191
|
+
/**
|
|
3192
|
+
* Defines values for FabricPeeringEnabled. \
|
|
3193
|
+
* {@link KnownFabricPeeringEnabled} can be used interchangeably with FabricPeeringEnabled,
|
|
3194
|
+
* this enum contains the known values that the service supports.
|
|
3195
|
+
* ### Known values supported by the service
|
|
3196
|
+
* **True** \
|
|
3197
|
+
* **False**
|
|
3198
|
+
*/
|
|
3199
|
+
export declare type FabricPeeringEnabled = string;
|
|
3200
|
+
|
|
3201
|
+
/**
|
|
3202
|
+
* Defines values for FeatureDetailedStatus. \
|
|
3203
|
+
* {@link KnownFeatureDetailedStatus} can be used interchangeably with FeatureDetailedStatus,
|
|
3204
|
+
* this enum contains the known values that the service supports.
|
|
3205
|
+
* ### Known values supported by the service
|
|
3206
|
+
* **Running** \
|
|
3207
|
+
* **Failed** \
|
|
3208
|
+
* **Unknown**
|
|
3209
|
+
*/
|
|
3210
|
+
export declare type FeatureDetailedStatus = string;
|
|
3211
|
+
|
|
3212
|
+
/** FeatureStatus contains information regarding a Kubernetes cluster feature. */
|
|
3213
|
+
export declare interface FeatureStatus {
|
|
3214
|
+
/**
|
|
3215
|
+
* The status representing the state of this feature.
|
|
3216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3217
|
+
*/
|
|
3218
|
+
readonly detailedStatus?: FeatureDetailedStatus;
|
|
3219
|
+
/**
|
|
3220
|
+
* The descriptive message about the current detailed status.
|
|
3221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3222
|
+
*/
|
|
3223
|
+
readonly detailedStatusMessage?: string;
|
|
3224
|
+
/**
|
|
3225
|
+
* The name of the feature.
|
|
3226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3227
|
+
*/
|
|
3228
|
+
readonly name?: string;
|
|
3229
|
+
/**
|
|
3230
|
+
* The version of the feature.
|
|
3231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3232
|
+
*/
|
|
3233
|
+
readonly version?: string;
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3055
3236
|
/**
|
|
3056
3237
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
3057
3238
|
* returns a continuation token that can be used to begin paging from
|
|
@@ -3118,353 +3299,110 @@ export declare interface HardwareValidationStatus {
|
|
|
3118
3299
|
readonly result?: BareMetalMachineHardwareValidationResult;
|
|
3119
3300
|
}
|
|
3120
3301
|
|
|
3121
|
-
/** The details are specific to the Network Cloud use of the Hybrid AKS cluster. */
|
|
3122
|
-
export declare interface HybridAksCluster extends TrackedResource {
|
|
3123
|
-
/** The extended location of the cluster associated with the resource. */
|
|
3124
|
-
extendedLocation: ExtendedLocation;
|
|
3125
|
-
/** 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. */
|
|
3126
|
-
associatedNetworkIds: string[];
|
|
3127
|
-
/**
|
|
3128
|
-
* The resource ID of the associated cloud services network.
|
|
3129
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3130
|
-
*/
|
|
3131
|
-
readonly cloudServicesNetworkId?: string;
|
|
3132
|
-
/**
|
|
3133
|
-
* The resource ID of the Network Cloud cluster hosting the Hybrid AKS cluster.
|
|
3134
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3135
|
-
*/
|
|
3136
|
-
readonly clusterId?: string;
|
|
3137
|
-
/** The number of control plane node VMs. */
|
|
3138
|
-
controlPlaneCount: number;
|
|
3139
|
-
/**
|
|
3140
|
-
* The list of node configurations detailing associated VMs that are part of the control plane nodes of this Hybrid AKS cluster.
|
|
3141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3142
|
-
*/
|
|
3143
|
-
readonly controlPlaneNodes?: NodeConfiguration[];
|
|
3144
|
-
/**
|
|
3145
|
-
* The resource ID of the associated default CNI network.
|
|
3146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3147
|
-
*/
|
|
3148
|
-
readonly defaultCniNetworkId?: string;
|
|
3149
|
-
/**
|
|
3150
|
-
* The more detailed status of this Hybrid AKS cluster.
|
|
3151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3152
|
-
*/
|
|
3153
|
-
readonly detailedStatus?: HybridAksClusterDetailedStatus;
|
|
3154
|
-
/**
|
|
3155
|
-
* The descriptive message about the current detailed status.
|
|
3156
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3157
|
-
*/
|
|
3158
|
-
readonly detailedStatusMessage?: string;
|
|
3159
|
-
/** The resource ID of the Hybrid AKS cluster that this additional information is for. */
|
|
3160
|
-
hybridAksProvisionedClusterId: string;
|
|
3161
|
-
/**
|
|
3162
|
-
* The provisioning state of the Hybrid AKS cluster resource.
|
|
3163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3164
|
-
*/
|
|
3165
|
-
readonly provisioningState?: HybridAksClusterProvisioningState;
|
|
3166
|
-
/**
|
|
3167
|
-
* The resource IDs of volumes that are attached to the Hybrid AKS cluster.
|
|
3168
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3169
|
-
*/
|
|
3170
|
-
readonly volumes?: string[];
|
|
3171
|
-
/** The number of worker node VMs. */
|
|
3172
|
-
workerCount: number;
|
|
3173
|
-
/**
|
|
3174
|
-
* The list of node configurations detailing associated VMs that are part of the worker nodes of this Hybrid AKS cluster.
|
|
3175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3176
|
-
*/
|
|
3177
|
-
readonly workerNodes?: NodeConfiguration[];
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
3302
|
/**
|
|
3181
|
-
* Defines values for
|
|
3182
|
-
* {@link
|
|
3303
|
+
* Defines values for HugepagesSize. \
|
|
3304
|
+
* {@link KnownHugepagesSize} can be used interchangeably with HugepagesSize,
|
|
3183
3305
|
* this enum contains the known values that the service supports.
|
|
3184
3306
|
* ### Known values supported by the service
|
|
3185
|
-
* **
|
|
3186
|
-
* **
|
|
3187
|
-
* **Provisioning**
|
|
3307
|
+
* **2M** \
|
|
3308
|
+
* **1G**
|
|
3188
3309
|
*/
|
|
3189
|
-
export declare type
|
|
3310
|
+
export declare type HugepagesSize = string;
|
|
3190
3311
|
|
|
3191
|
-
/**
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3312
|
+
/**
|
|
3313
|
+
* Defines values for HybridAksIpamEnabled. \
|
|
3314
|
+
* {@link KnownHybridAksIpamEnabled} can be used interchangeably with HybridAksIpamEnabled,
|
|
3315
|
+
* this enum contains the known values that the service supports.
|
|
3316
|
+
* ### Known values supported by the service
|
|
3317
|
+
* **True** \
|
|
3318
|
+
* **False**
|
|
3319
|
+
*/
|
|
3320
|
+
export declare type HybridAksIpamEnabled = string;
|
|
3198
3321
|
|
|
3199
3322
|
/**
|
|
3200
|
-
* Defines values for
|
|
3201
|
-
* {@link
|
|
3323
|
+
* Defines values for HybridAksPluginType. \
|
|
3324
|
+
* {@link KnownHybridAksPluginType} can be used interchangeably with HybridAksPluginType,
|
|
3202
3325
|
* this enum contains the known values that the service supports.
|
|
3203
3326
|
* ### Known values supported by the service
|
|
3204
|
-
* **
|
|
3205
|
-
* **
|
|
3327
|
+
* **DPDK** \
|
|
3328
|
+
* **SRIOV** \
|
|
3329
|
+
* **OSDevice**
|
|
3206
3330
|
*/
|
|
3207
|
-
export declare type
|
|
3331
|
+
export declare type HybridAksPluginType = string;
|
|
3208
3332
|
|
|
3209
|
-
/**
|
|
3210
|
-
export declare interface
|
|
3211
|
-
/** The
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3333
|
+
/** ImageRepositoryCredentials represents the credentials used to login to the image repository. */
|
|
3334
|
+
export declare interface ImageRepositoryCredentials {
|
|
3335
|
+
/** The password or token used to access an image in the target repository. */
|
|
3336
|
+
password: string;
|
|
3337
|
+
/** The URL of the authentication server used to validate the repository credentials. */
|
|
3338
|
+
registryUrl: string;
|
|
3339
|
+
/** The username used to access an image in the target repository. */
|
|
3340
|
+
username: string;
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3343
|
+
/** InitialAgentPoolConfiguration specifies the configuration of a pool of virtual machines that are initially defined with a Kubernetes cluster. */
|
|
3344
|
+
export declare interface InitialAgentPoolConfiguration {
|
|
3345
|
+
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
3346
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
3347
|
+
/** The configurations that will be applied to each agent in this agent pool. */
|
|
3348
|
+
agentOptions?: AgentOptions;
|
|
3349
|
+
/** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
|
|
3350
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
3351
|
+
/** 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. */
|
|
3352
|
+
availabilityZones?: string[];
|
|
3353
|
+
/** The number of virtual machines that use this configuration. */
|
|
3354
|
+
count: number;
|
|
3355
|
+
/** The labels applied to the nodes in this agent pool. */
|
|
3356
|
+
labels?: KubernetesLabel[];
|
|
3357
|
+
/** 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. */
|
|
3358
|
+
mode: AgentPoolMode;
|
|
3359
|
+
/** The name that will be used for the agent pool resource representing this agent pool. */
|
|
3360
|
+
name: string;
|
|
3361
|
+
/** The taints applied to the nodes in this agent pool. */
|
|
3362
|
+
taints?: KubernetesLabel[];
|
|
3363
|
+
/** The configuration of the agent pool. */
|
|
3364
|
+
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
3365
|
+
/** The name of the VM SKU that determines the size of resources allocated for node VMs. */
|
|
3366
|
+
vmSkuName: string;
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
/** IpAddressPool represents a pool of IP addresses that can be allocated to a service. */
|
|
3370
|
+
export declare interface IpAddressPool {
|
|
3371
|
+
/** 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. */
|
|
3372
|
+
addresses: string[];
|
|
3373
|
+
/** The indicator to determine if automatic allocation from the pool should occur. */
|
|
3374
|
+
autoAssign?: BfdEnabled;
|
|
3375
|
+
/** The name used to identify this IP address pool for association with a BGP advertisement. */
|
|
3376
|
+
name: string;
|
|
3377
|
+
/** 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. */
|
|
3378
|
+
onlyUseHostIps?: BfdEnabled;
|
|
3215
3379
|
}
|
|
3216
3380
|
|
|
3217
3381
|
/**
|
|
3218
|
-
* Defines values for
|
|
3219
|
-
* {@link
|
|
3382
|
+
* Defines values for IpAllocationType. \
|
|
3383
|
+
* {@link KnownIpAllocationType} can be used interchangeably with IpAllocationType,
|
|
3220
3384
|
* this enum contains the known values that the service supports.
|
|
3221
3385
|
* ### Known values supported by the service
|
|
3222
|
-
* **
|
|
3223
|
-
* **
|
|
3224
|
-
* **
|
|
3386
|
+
* **IPV4** \
|
|
3387
|
+
* **IPV6** \
|
|
3388
|
+
* **DualStack**
|
|
3225
3389
|
*/
|
|
3226
|
-
export declare type
|
|
3390
|
+
export declare type IpAllocationType = string;
|
|
3227
3391
|
|
|
3228
|
-
/**
|
|
3229
|
-
export declare interface
|
|
3230
|
-
/** The name
|
|
3231
|
-
|
|
3392
|
+
/** KeySetUser represents the properties of the user in the key set. */
|
|
3393
|
+
export declare interface KeySetUser {
|
|
3394
|
+
/** The user name that will be used for access. */
|
|
3395
|
+
azureUserName: string;
|
|
3396
|
+
/** The free-form description for this user. */
|
|
3397
|
+
description?: string;
|
|
3398
|
+
/** 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. */
|
|
3399
|
+
sshPublicKey: SshPublicKey;
|
|
3232
3400
|
}
|
|
3233
3401
|
|
|
3234
|
-
/**
|
|
3235
|
-
export declare interface
|
|
3402
|
+
/** KeySetUserStatus represents the status of the key set user. */
|
|
3403
|
+
export declare interface KeySetUserStatus {
|
|
3236
3404
|
/**
|
|
3237
|
-
*
|
|
3238
|
-
* subscription.
|
|
3239
|
-
* @param options The options parameters.
|
|
3240
|
-
*/
|
|
3241
|
-
listBySubscription(options?: HybridAksClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<HybridAksCluster>;
|
|
3242
|
-
/**
|
|
3243
|
-
* Get a list of additional details for Hybrid AKS provisioned clusters in the provided resource group.
|
|
3244
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3245
|
-
* @param options The options parameters.
|
|
3246
|
-
*/
|
|
3247
|
-
listByResourceGroup(resourceGroupName: string, options?: HybridAksClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridAksCluster>;
|
|
3248
|
-
/**
|
|
3249
|
-
* Get the additional details related to the provided Hybrid AKS provisioned cluster.
|
|
3250
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3251
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3252
|
-
* @param options The options parameters.
|
|
3253
|
-
*/
|
|
3254
|
-
get(resourceGroupName: string, hybridAksClusterName: string, options?: HybridAksClustersGetOptionalParams): Promise<HybridAksClustersGetResponse>;
|
|
3255
|
-
/**
|
|
3256
|
-
* Create new additional details related to the Hybrid AKS provisioned cluster or update the existing
|
|
3257
|
-
* one.
|
|
3258
|
-
* All customer initiated requests will be rejected as the life cycle of this resource is managed by
|
|
3259
|
-
* the system.
|
|
3260
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3261
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3262
|
-
* @param hybridAksClusterParameters The request body.
|
|
3263
|
-
* @param options The options parameters.
|
|
3264
|
-
*/
|
|
3265
|
-
beginCreateOrUpdate(resourceGroupName: string, hybridAksClusterName: string, hybridAksClusterParameters: HybridAksCluster, options?: HybridAksClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<HybridAksClustersCreateOrUpdateResponse>, HybridAksClustersCreateOrUpdateResponse>>;
|
|
3266
|
-
/**
|
|
3267
|
-
* Create new additional details related to the Hybrid AKS provisioned cluster or update the existing
|
|
3268
|
-
* one.
|
|
3269
|
-
* All customer initiated requests will be rejected as the life cycle of this resource is managed by
|
|
3270
|
-
* the system.
|
|
3271
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3272
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3273
|
-
* @param hybridAksClusterParameters The request body.
|
|
3274
|
-
* @param options The options parameters.
|
|
3275
|
-
*/
|
|
3276
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, hybridAksClusterName: string, hybridAksClusterParameters: HybridAksCluster, options?: HybridAksClustersCreateOrUpdateOptionalParams): Promise<HybridAksClustersCreateOrUpdateResponse>;
|
|
3277
|
-
/**
|
|
3278
|
-
* Delete the additional details related to the provided Hybrid AKS provisioned cluster.
|
|
3279
|
-
* All customer initiated requests will be rejected as the life cycle of this resource is managed by
|
|
3280
|
-
* the system.
|
|
3281
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3282
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3283
|
-
* @param options The options parameters.
|
|
3284
|
-
*/
|
|
3285
|
-
beginDelete(resourceGroupName: string, hybridAksClusterName: string, options?: HybridAksClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3286
|
-
/**
|
|
3287
|
-
* Delete the additional details related to the provided Hybrid AKS provisioned cluster.
|
|
3288
|
-
* All customer initiated requests will be rejected as the life cycle of this resource is managed by
|
|
3289
|
-
* the system.
|
|
3290
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3291
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3292
|
-
* @param options The options parameters.
|
|
3293
|
-
*/
|
|
3294
|
-
beginDeleteAndWait(resourceGroupName: string, hybridAksClusterName: string, options?: HybridAksClustersDeleteOptionalParams): Promise<void>;
|
|
3295
|
-
/**
|
|
3296
|
-
* Update tags associated with the additional details related to the Hybrid AKS provisioned cluster.
|
|
3297
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3298
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3299
|
-
* @param options The options parameters.
|
|
3300
|
-
*/
|
|
3301
|
-
update(resourceGroupName: string, hybridAksClusterName: string, options?: HybridAksClustersUpdateOptionalParams): Promise<HybridAksClustersUpdateResponse>;
|
|
3302
|
-
/**
|
|
3303
|
-
* Restart a targeted node of a Hybrid AKS cluster.
|
|
3304
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3305
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3306
|
-
* @param hybridAksClusterRestartNodeParameters The request body.
|
|
3307
|
-
* @param options The options parameters.
|
|
3308
|
-
*/
|
|
3309
|
-
beginRestartNode(resourceGroupName: string, hybridAksClusterName: string, hybridAksClusterRestartNodeParameters: HybridAksClusterRestartNodeParameters, options?: HybridAksClustersRestartNodeOptionalParams): Promise<SimplePollerLike<OperationState<HybridAksClustersRestartNodeResponse>, HybridAksClustersRestartNodeResponse>>;
|
|
3310
|
-
/**
|
|
3311
|
-
* Restart a targeted node of a Hybrid AKS cluster.
|
|
3312
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3313
|
-
* @param hybridAksClusterName The name of the Hybrid AKS cluster.
|
|
3314
|
-
* @param hybridAksClusterRestartNodeParameters The request body.
|
|
3315
|
-
* @param options The options parameters.
|
|
3316
|
-
*/
|
|
3317
|
-
beginRestartNodeAndWait(resourceGroupName: string, hybridAksClusterName: string, hybridAksClusterRestartNodeParameters: HybridAksClusterRestartNodeParameters, options?: HybridAksClustersRestartNodeOptionalParams): Promise<HybridAksClustersRestartNodeResponse>;
|
|
3318
|
-
}
|
|
3319
|
-
|
|
3320
|
-
/** Defines headers for HybridAksClusters_createOrUpdate operation. */
|
|
3321
|
-
export declare interface HybridAksClustersCreateOrUpdateHeaders {
|
|
3322
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
3323
|
-
azureAsyncOperation?: string;
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
/** Optional parameters. */
|
|
3327
|
-
export declare interface HybridAksClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3328
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3329
|
-
updateIntervalInMs?: number;
|
|
3330
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3331
|
-
resumeFrom?: string;
|
|
3332
|
-
}
|
|
3333
|
-
|
|
3334
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3335
|
-
export declare type HybridAksClustersCreateOrUpdateResponse = HybridAksCluster;
|
|
3336
|
-
|
|
3337
|
-
/** Defines headers for HybridAksClusters_delete operation. */
|
|
3338
|
-
export declare interface HybridAksClustersDeleteHeaders {
|
|
3339
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
3340
|
-
location?: string;
|
|
3341
|
-
}
|
|
3342
|
-
|
|
3343
|
-
/** Optional parameters. */
|
|
3344
|
-
export declare interface HybridAksClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3345
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3346
|
-
updateIntervalInMs?: number;
|
|
3347
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3348
|
-
resumeFrom?: string;
|
|
3349
|
-
}
|
|
3350
|
-
|
|
3351
|
-
/** Optional parameters. */
|
|
3352
|
-
export declare interface HybridAksClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
/** Contains response data for the get operation. */
|
|
3356
|
-
export declare type HybridAksClustersGetResponse = HybridAksCluster;
|
|
3357
|
-
|
|
3358
|
-
/** Optional parameters. */
|
|
3359
|
-
export declare interface HybridAksClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3363
|
-
export declare type HybridAksClustersListByResourceGroupNextResponse = HybridAksClusterList;
|
|
3364
|
-
|
|
3365
|
-
/** Optional parameters. */
|
|
3366
|
-
export declare interface HybridAksClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3370
|
-
export declare type HybridAksClustersListByResourceGroupResponse = HybridAksClusterList;
|
|
3371
|
-
|
|
3372
|
-
/** Optional parameters. */
|
|
3373
|
-
export declare interface HybridAksClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3377
|
-
export declare type HybridAksClustersListBySubscriptionNextResponse = HybridAksClusterList;
|
|
3378
|
-
|
|
3379
|
-
/** Optional parameters. */
|
|
3380
|
-
export declare interface HybridAksClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
/** Contains response data for the listBySubscription operation. */
|
|
3384
|
-
export declare type HybridAksClustersListBySubscriptionResponse = HybridAksClusterList;
|
|
3385
|
-
|
|
3386
|
-
/** Defines headers for HybridAksClusters_restartNode operation. */
|
|
3387
|
-
export declare interface HybridAksClustersRestartNodeHeaders {
|
|
3388
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
3389
|
-
location?: string;
|
|
3390
|
-
}
|
|
3391
|
-
|
|
3392
|
-
/** Optional parameters. */
|
|
3393
|
-
export declare interface HybridAksClustersRestartNodeOptionalParams extends coreClient.OperationOptions {
|
|
3394
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3395
|
-
updateIntervalInMs?: number;
|
|
3396
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3397
|
-
resumeFrom?: string;
|
|
3398
|
-
}
|
|
3399
|
-
|
|
3400
|
-
/** Contains response data for the restartNode operation. */
|
|
3401
|
-
export declare type HybridAksClustersRestartNodeResponse = HybridAksClustersRestartNodeHeaders;
|
|
3402
|
-
|
|
3403
|
-
/** Optional parameters. */
|
|
3404
|
-
export declare interface HybridAksClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3405
|
-
/** The request body. */
|
|
3406
|
-
hybridAksClusterUpdateParameters?: HybridAksClusterPatchParameters;
|
|
3407
|
-
}
|
|
3408
|
-
|
|
3409
|
-
/** Contains response data for the update operation. */
|
|
3410
|
-
export declare type HybridAksClustersUpdateResponse = HybridAksCluster;
|
|
3411
|
-
|
|
3412
|
-
/**
|
|
3413
|
-
* Defines values for HybridAksIpamEnabled. \
|
|
3414
|
-
* {@link KnownHybridAksIpamEnabled} can be used interchangeably with HybridAksIpamEnabled,
|
|
3415
|
-
* this enum contains the known values that the service supports.
|
|
3416
|
-
* ### Known values supported by the service
|
|
3417
|
-
* **True** \
|
|
3418
|
-
* **False**
|
|
3419
|
-
*/
|
|
3420
|
-
export declare type HybridAksIpamEnabled = string;
|
|
3421
|
-
|
|
3422
|
-
/**
|
|
3423
|
-
* Defines values for HybridAksPluginType. \
|
|
3424
|
-
* {@link KnownHybridAksPluginType} can be used interchangeably with HybridAksPluginType,
|
|
3425
|
-
* this enum contains the known values that the service supports.
|
|
3426
|
-
* ### Known values supported by the service
|
|
3427
|
-
* **DPDK** \
|
|
3428
|
-
* **SRIOV** \
|
|
3429
|
-
* **OSDevice**
|
|
3430
|
-
*/
|
|
3431
|
-
export declare type HybridAksPluginType = string;
|
|
3432
|
-
|
|
3433
|
-
/** ImageRepositoryCredentials represents the credentials used to login to the image repository. */
|
|
3434
|
-
export declare interface ImageRepositoryCredentials {
|
|
3435
|
-
/** The password or token used to access an image in the target repository. */
|
|
3436
|
-
password: string;
|
|
3437
|
-
/** The URL of the authentication server used to validate the repository credentials. */
|
|
3438
|
-
registryUrl: string;
|
|
3439
|
-
/** The username used to access an image in the target repository. */
|
|
3440
|
-
username: string;
|
|
3441
|
-
}
|
|
3442
|
-
|
|
3443
|
-
/**
|
|
3444
|
-
* Defines values for IpAllocationType. \
|
|
3445
|
-
* {@link KnownIpAllocationType} can be used interchangeably with IpAllocationType,
|
|
3446
|
-
* this enum contains the known values that the service supports.
|
|
3447
|
-
* ### Known values supported by the service
|
|
3448
|
-
* **IPV4** \
|
|
3449
|
-
* **IPV6** \
|
|
3450
|
-
* **DualStack**
|
|
3451
|
-
*/
|
|
3452
|
-
export declare type IpAllocationType = string;
|
|
3453
|
-
|
|
3454
|
-
/** KeySetUser represents the properties of the user in the key set. */
|
|
3455
|
-
export declare interface KeySetUser {
|
|
3456
|
-
/** The Azure Active Directory user name (email name). */
|
|
3457
|
-
azureUserName: string;
|
|
3458
|
-
/** The free-form description for this user. */
|
|
3459
|
-
description?: string;
|
|
3460
|
-
/** The SSH public key for this user. */
|
|
3461
|
-
sshPublicKey: SshPublicKey;
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3464
|
-
/** KeySetUserStatus represents the status of the key set user. */
|
|
3465
|
-
export declare interface KeySetUserStatus {
|
|
3466
|
-
/**
|
|
3467
|
-
* The Azure Active Directory user name (email name).
|
|
3405
|
+
* The user name that will be used for access.
|
|
3468
3406
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3469
3407
|
*/
|
|
3470
3408
|
readonly azureUserName?: string;
|
|
@@ -3486,6 +3424,60 @@ export declare enum KnownActionType {
|
|
|
3486
3424
|
Internal = "Internal"
|
|
3487
3425
|
}
|
|
3488
3426
|
|
|
3427
|
+
/** Known values of {@link AdvertiseToFabric} that the service accepts. */
|
|
3428
|
+
export declare enum KnownAdvertiseToFabric {
|
|
3429
|
+
/** True */
|
|
3430
|
+
True = "True",
|
|
3431
|
+
/** False */
|
|
3432
|
+
False = "False"
|
|
3433
|
+
}
|
|
3434
|
+
|
|
3435
|
+
/** Known values of {@link AgentPoolDetailedStatus} that the service accepts. */
|
|
3436
|
+
export declare enum KnownAgentPoolDetailedStatus {
|
|
3437
|
+
/** Available */
|
|
3438
|
+
Available = "Available",
|
|
3439
|
+
/** Error */
|
|
3440
|
+
Error = "Error",
|
|
3441
|
+
/** Provisioning */
|
|
3442
|
+
Provisioning = "Provisioning"
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
/** Known values of {@link AgentPoolMode} that the service accepts. */
|
|
3446
|
+
export declare enum KnownAgentPoolMode {
|
|
3447
|
+
/** System */
|
|
3448
|
+
System = "System",
|
|
3449
|
+
/** User */
|
|
3450
|
+
User = "User",
|
|
3451
|
+
/** NotApplicable */
|
|
3452
|
+
NotApplicable = "NotApplicable"
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
/** Known values of {@link AgentPoolProvisioningState} that the service accepts. */
|
|
3456
|
+
export declare enum KnownAgentPoolProvisioningState {
|
|
3457
|
+
/** Accepted */
|
|
3458
|
+
Accepted = "Accepted",
|
|
3459
|
+
/** Canceled */
|
|
3460
|
+
Canceled = "Canceled",
|
|
3461
|
+
/** Deleting */
|
|
3462
|
+
Deleting = "Deleting",
|
|
3463
|
+
/** Failed */
|
|
3464
|
+
Failed = "Failed",
|
|
3465
|
+
/** InProgress */
|
|
3466
|
+
InProgress = "InProgress",
|
|
3467
|
+
/** Succeeded */
|
|
3468
|
+
Succeeded = "Succeeded",
|
|
3469
|
+
/** Updating */
|
|
3470
|
+
Updating = "Updating"
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
/** Known values of {@link AvailabilityLifecycle} that the service accepts. */
|
|
3474
|
+
export declare enum KnownAvailabilityLifecycle {
|
|
3475
|
+
/** Preview */
|
|
3476
|
+
Preview = "Preview",
|
|
3477
|
+
/** GenerallyAvailable */
|
|
3478
|
+
GenerallyAvailable = "GenerallyAvailable"
|
|
3479
|
+
}
|
|
3480
|
+
|
|
3489
3481
|
/** Known values of {@link BareMetalMachineCordonStatus} that the service accepts. */
|
|
3490
3482
|
export declare enum KnownBareMetalMachineCordonStatus {
|
|
3491
3483
|
/** Cordoned */
|
|
@@ -3612,6 +3604,22 @@ export declare enum KnownBareMetalMachineSkipShutdown {
|
|
|
3612
3604
|
False = "False"
|
|
3613
3605
|
}
|
|
3614
3606
|
|
|
3607
|
+
/** Known values of {@link BfdEnabled} that the service accepts. */
|
|
3608
|
+
export declare enum KnownBfdEnabled {
|
|
3609
|
+
/** True */
|
|
3610
|
+
True = "True",
|
|
3611
|
+
/** False */
|
|
3612
|
+
False = "False"
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3615
|
+
/** Known values of {@link BgpMultiHop} that the service accepts. */
|
|
3616
|
+
export declare enum KnownBgpMultiHop {
|
|
3617
|
+
/** True */
|
|
3618
|
+
True = "True",
|
|
3619
|
+
/** False */
|
|
3620
|
+
False = "False"
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3615
3623
|
/** Known values of {@link BmcKeySetDetailedStatus} that the service accepts. */
|
|
3616
3624
|
export declare enum KnownBmcKeySetDetailedStatus {
|
|
3617
3625
|
/** AllActive */
|
|
@@ -3852,30 +3860,6 @@ export declare enum KnownCreatedByType {
|
|
|
3852
3860
|
Key = "Key"
|
|
3853
3861
|
}
|
|
3854
3862
|
|
|
3855
|
-
/** Known values of {@link DefaultCniNetworkDetailedStatus} that the service accepts. */
|
|
3856
|
-
export declare enum KnownDefaultCniNetworkDetailedStatus {
|
|
3857
|
-
/** Error */
|
|
3858
|
-
Error = "Error",
|
|
3859
|
-
/** Available */
|
|
3860
|
-
Available = "Available",
|
|
3861
|
-
/** Provisioning */
|
|
3862
|
-
Provisioning = "Provisioning"
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3865
|
-
/** Known values of {@link DefaultCniNetworkProvisioningState} that the service accepts. */
|
|
3866
|
-
export declare enum KnownDefaultCniNetworkProvisioningState {
|
|
3867
|
-
/** Succeeded */
|
|
3868
|
-
Succeeded = "Succeeded",
|
|
3869
|
-
/** Failed */
|
|
3870
|
-
Failed = "Failed",
|
|
3871
|
-
/** Canceled */
|
|
3872
|
-
Canceled = "Canceled",
|
|
3873
|
-
/** Provisioning */
|
|
3874
|
-
Provisioning = "Provisioning",
|
|
3875
|
-
/** Accepted */
|
|
3876
|
-
Accepted = "Accepted"
|
|
3877
|
-
}
|
|
3878
|
-
|
|
3879
3863
|
/** Known values of {@link DefaultGateway} that the service accepts. */
|
|
3880
3864
|
export declare enum KnownDefaultGateway {
|
|
3881
3865
|
/** True */
|
|
@@ -3898,32 +3882,30 @@ export declare enum KnownDiskType {
|
|
|
3898
3882
|
SSD = "SSD"
|
|
3899
3883
|
}
|
|
3900
3884
|
|
|
3901
|
-
/** Known values of {@link
|
|
3902
|
-
export declare enum
|
|
3903
|
-
/**
|
|
3904
|
-
|
|
3905
|
-
/**
|
|
3906
|
-
|
|
3907
|
-
/** Provisioning */
|
|
3908
|
-
Provisioning = "Provisioning"
|
|
3909
|
-
}
|
|
3910
|
-
|
|
3911
|
-
/** Known values of {@link HybridAksClusterMachinePowerState} that the service accepts. */
|
|
3912
|
-
export declare enum KnownHybridAksClusterMachinePowerState {
|
|
3913
|
-
/** On */
|
|
3914
|
-
On = "On",
|
|
3915
|
-
/** Off */
|
|
3916
|
-
Off = "Off"
|
|
3885
|
+
/** Known values of {@link FabricPeeringEnabled} that the service accepts. */
|
|
3886
|
+
export declare enum KnownFabricPeeringEnabled {
|
|
3887
|
+
/** True */
|
|
3888
|
+
True = "True",
|
|
3889
|
+
/** False */
|
|
3890
|
+
False = "False"
|
|
3917
3891
|
}
|
|
3918
3892
|
|
|
3919
|
-
/** Known values of {@link
|
|
3920
|
-
export declare enum
|
|
3921
|
-
/**
|
|
3922
|
-
|
|
3893
|
+
/** Known values of {@link FeatureDetailedStatus} that the service accepts. */
|
|
3894
|
+
export declare enum KnownFeatureDetailedStatus {
|
|
3895
|
+
/** Running */
|
|
3896
|
+
Running = "Running",
|
|
3923
3897
|
/** Failed */
|
|
3924
3898
|
Failed = "Failed",
|
|
3925
|
-
/**
|
|
3926
|
-
|
|
3899
|
+
/** Unknown */
|
|
3900
|
+
Unknown = "Unknown"
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3903
|
+
/** Known values of {@link HugepagesSize} that the service accepts. */
|
|
3904
|
+
export declare enum KnownHugepagesSize {
|
|
3905
|
+
/** TwoM */
|
|
3906
|
+
TwoM = "2M",
|
|
3907
|
+
/** OneG */
|
|
3908
|
+
OneG = "1G"
|
|
3927
3909
|
}
|
|
3928
3910
|
|
|
3929
3911
|
/** Known values of {@link HybridAksIpamEnabled} that the service accepts. */
|
|
@@ -3954,6 +3936,88 @@ export declare enum KnownIpAllocationType {
|
|
|
3954
3936
|
DualStack = "DualStack"
|
|
3955
3937
|
}
|
|
3956
3938
|
|
|
3939
|
+
/** Known values of {@link KubernetesClusterDetailedStatus} that the service accepts. */
|
|
3940
|
+
export declare enum KnownKubernetesClusterDetailedStatus {
|
|
3941
|
+
/** Available */
|
|
3942
|
+
Available = "Available",
|
|
3943
|
+
/** Error */
|
|
3944
|
+
Error = "Error",
|
|
3945
|
+
/** Provisioning */
|
|
3946
|
+
Provisioning = "Provisioning"
|
|
3947
|
+
}
|
|
3948
|
+
|
|
3949
|
+
/** Known values of {@link KubernetesClusterNodeDetailedStatus} that the service accepts. */
|
|
3950
|
+
export declare enum KnownKubernetesClusterNodeDetailedStatus {
|
|
3951
|
+
/** Available */
|
|
3952
|
+
Available = "Available",
|
|
3953
|
+
/** Error */
|
|
3954
|
+
Error = "Error",
|
|
3955
|
+
/** Provisioning */
|
|
3956
|
+
Provisioning = "Provisioning",
|
|
3957
|
+
/** Running */
|
|
3958
|
+
Running = "Running",
|
|
3959
|
+
/** Scheduling */
|
|
3960
|
+
Scheduling = "Scheduling",
|
|
3961
|
+
/** Stopped */
|
|
3962
|
+
Stopped = "Stopped",
|
|
3963
|
+
/** Terminating */
|
|
3964
|
+
Terminating = "Terminating",
|
|
3965
|
+
/** Unknown */
|
|
3966
|
+
Unknown = "Unknown"
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
/** Known values of {@link KubernetesClusterProvisioningState} that the service accepts. */
|
|
3970
|
+
export declare enum KnownKubernetesClusterProvisioningState {
|
|
3971
|
+
/** Succeeded */
|
|
3972
|
+
Succeeded = "Succeeded",
|
|
3973
|
+
/** Failed */
|
|
3974
|
+
Failed = "Failed",
|
|
3975
|
+
/** Canceled */
|
|
3976
|
+
Canceled = "Canceled",
|
|
3977
|
+
/** Accepted */
|
|
3978
|
+
Accepted = "Accepted",
|
|
3979
|
+
/** InProgress */
|
|
3980
|
+
InProgress = "InProgress",
|
|
3981
|
+
/** Created */
|
|
3982
|
+
Created = "Created",
|
|
3983
|
+
/** Updating */
|
|
3984
|
+
Updating = "Updating",
|
|
3985
|
+
/** Deleting */
|
|
3986
|
+
Deleting = "Deleting"
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
/** Known values of {@link KubernetesNodePowerState} that the service accepts. */
|
|
3990
|
+
export declare enum KnownKubernetesNodePowerState {
|
|
3991
|
+
/** On */
|
|
3992
|
+
On = "On",
|
|
3993
|
+
/** Off */
|
|
3994
|
+
Off = "Off",
|
|
3995
|
+
/** Unknown */
|
|
3996
|
+
Unknown = "Unknown"
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
/** Known values of {@link KubernetesNodeRole} that the service accepts. */
|
|
4000
|
+
export declare enum KnownKubernetesNodeRole {
|
|
4001
|
+
/** ControlPlane */
|
|
4002
|
+
ControlPlane = "ControlPlane",
|
|
4003
|
+
/** Worker */
|
|
4004
|
+
Worker = "Worker"
|
|
4005
|
+
}
|
|
4006
|
+
|
|
4007
|
+
/** Known values of {@link KubernetesPluginType} that the service accepts. */
|
|
4008
|
+
export declare enum KnownKubernetesPluginType {
|
|
4009
|
+
/** Dpdk */
|
|
4010
|
+
Dpdk = "DPDK",
|
|
4011
|
+
/** Sriov */
|
|
4012
|
+
Sriov = "SRIOV",
|
|
4013
|
+
/** OSDevice */
|
|
4014
|
+
OSDevice = "OSDevice",
|
|
4015
|
+
/** Macvlan */
|
|
4016
|
+
Macvlan = "MACVLAN",
|
|
4017
|
+
/** Ipvlan */
|
|
4018
|
+
Ipvlan = "IPVLAN"
|
|
4019
|
+
}
|
|
4020
|
+
|
|
3957
4021
|
/** Known values of {@link L2NetworkDetailedStatus} that the service accepts. */
|
|
3958
4022
|
export declare enum KnownL2NetworkDetailedStatus {
|
|
3959
4023
|
/** Error */
|
|
@@ -3978,6 +4042,14 @@ export declare enum KnownL2NetworkProvisioningState {
|
|
|
3978
4042
|
Accepted = "Accepted"
|
|
3979
4043
|
}
|
|
3980
4044
|
|
|
4045
|
+
/** Known values of {@link L3NetworkConfigurationIpamEnabled} that the service accepts. */
|
|
4046
|
+
export declare enum KnownL3NetworkConfigurationIpamEnabled {
|
|
4047
|
+
/** True */
|
|
4048
|
+
True = "True",
|
|
4049
|
+
/** False */
|
|
4050
|
+
False = "False"
|
|
4051
|
+
}
|
|
4052
|
+
|
|
3981
4053
|
/** Known values of {@link L3NetworkDetailedStatus} that the service accepts. */
|
|
3982
4054
|
export declare enum KnownL3NetworkDetailedStatus {
|
|
3983
4055
|
/** Error */
|
|
@@ -4112,12 +4184,6 @@ export declare enum KnownStorageApplianceDetailedStatus {
|
|
|
4112
4184
|
Provisioning = "Provisioning"
|
|
4113
4185
|
}
|
|
4114
4186
|
|
|
4115
|
-
/** Known values of {@link StorageApplianceHardwareValidationCategory} that the service accepts. */
|
|
4116
|
-
export declare enum KnownStorageApplianceHardwareValidationCategory {
|
|
4117
|
-
/** BasicValidation */
|
|
4118
|
-
BasicValidation = "BasicValidation"
|
|
4119
|
-
}
|
|
4120
|
-
|
|
4121
4187
|
/** Known values of {@link StorageApplianceProvisioningState} that the service accepts. */
|
|
4122
4188
|
export declare enum KnownStorageApplianceProvisioningState {
|
|
4123
4189
|
/** Succeeded */
|
|
@@ -4182,12 +4248,22 @@ export declare enum KnownVirtualMachineBootMethod {
|
|
|
4182
4248
|
|
|
4183
4249
|
/** Known values of {@link VirtualMachineDetailedStatus} that the service accepts. */
|
|
4184
4250
|
export declare enum KnownVirtualMachineDetailedStatus {
|
|
4185
|
-
/** Error */
|
|
4186
|
-
Error = "Error",
|
|
4187
4251
|
/** Available */
|
|
4188
4252
|
Available = "Available",
|
|
4253
|
+
/** Error */
|
|
4254
|
+
Error = "Error",
|
|
4189
4255
|
/** Provisioning */
|
|
4190
|
-
Provisioning = "Provisioning"
|
|
4256
|
+
Provisioning = "Provisioning",
|
|
4257
|
+
/** Running */
|
|
4258
|
+
Running = "Running",
|
|
4259
|
+
/** Scheduling */
|
|
4260
|
+
Scheduling = "Scheduling",
|
|
4261
|
+
/** Stopped */
|
|
4262
|
+
Stopped = "Stopped",
|
|
4263
|
+
/** Terminating */
|
|
4264
|
+
Terminating = "Terminating",
|
|
4265
|
+
/** Unknown */
|
|
4266
|
+
Unknown = "Unknown"
|
|
4191
4267
|
}
|
|
4192
4268
|
|
|
4193
4269
|
/** Known values of {@link VirtualMachineDeviceModelType} that the service accepts. */
|
|
@@ -4216,96 +4292,564 @@ export declare enum KnownVirtualMachineIsolateEmulatorThread {
|
|
|
4216
4292
|
False = "False"
|
|
4217
4293
|
}
|
|
4218
4294
|
|
|
4219
|
-
/** Known values of {@link VirtualMachinePlacementHintPodAffinityScope} that the service accepts. */
|
|
4220
|
-
export declare enum KnownVirtualMachinePlacementHintPodAffinityScope {
|
|
4221
|
-
/** Rack */
|
|
4222
|
-
Rack = "Rack",
|
|
4223
|
-
/** Machine */
|
|
4224
|
-
Machine = "Machine"
|
|
4295
|
+
/** Known values of {@link VirtualMachinePlacementHintPodAffinityScope} that the service accepts. */
|
|
4296
|
+
export declare enum KnownVirtualMachinePlacementHintPodAffinityScope {
|
|
4297
|
+
/** Rack */
|
|
4298
|
+
Rack = "Rack",
|
|
4299
|
+
/** Machine */
|
|
4300
|
+
Machine = "Machine"
|
|
4301
|
+
}
|
|
4302
|
+
|
|
4303
|
+
/** Known values of {@link VirtualMachinePlacementHintType} that the service accepts. */
|
|
4304
|
+
export declare enum KnownVirtualMachinePlacementHintType {
|
|
4305
|
+
/** Affinity */
|
|
4306
|
+
Affinity = "Affinity",
|
|
4307
|
+
/** AntiAffinity */
|
|
4308
|
+
AntiAffinity = "AntiAffinity"
|
|
4309
|
+
}
|
|
4310
|
+
|
|
4311
|
+
/** Known values of {@link VirtualMachinePowerState} that the service accepts. */
|
|
4312
|
+
export declare enum KnownVirtualMachinePowerState {
|
|
4313
|
+
/** On */
|
|
4314
|
+
On = "On",
|
|
4315
|
+
/** Off */
|
|
4316
|
+
Off = "Off",
|
|
4317
|
+
/** Unknown */
|
|
4318
|
+
Unknown = "Unknown"
|
|
4319
|
+
}
|
|
4320
|
+
|
|
4321
|
+
/** Known values of {@link VirtualMachineProvisioningState} that the service accepts. */
|
|
4322
|
+
export declare enum KnownVirtualMachineProvisioningState {
|
|
4323
|
+
/** Succeeded */
|
|
4324
|
+
Succeeded = "Succeeded",
|
|
4325
|
+
/** Failed */
|
|
4326
|
+
Failed = "Failed",
|
|
4327
|
+
/** Canceled */
|
|
4328
|
+
Canceled = "Canceled",
|
|
4329
|
+
/** Provisioning */
|
|
4330
|
+
Provisioning = "Provisioning",
|
|
4331
|
+
/** Accepted */
|
|
4332
|
+
Accepted = "Accepted"
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4335
|
+
/** Known values of {@link VirtualMachineSchedulingExecution} that the service accepts. */
|
|
4336
|
+
export declare enum KnownVirtualMachineSchedulingExecution {
|
|
4337
|
+
/** Hard */
|
|
4338
|
+
Hard = "Hard",
|
|
4339
|
+
/** Soft */
|
|
4340
|
+
Soft = "Soft"
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
/** Known values of {@link VirtualMachineVirtioInterfaceType} that the service accepts. */
|
|
4344
|
+
export declare enum KnownVirtualMachineVirtioInterfaceType {
|
|
4345
|
+
/** Modern */
|
|
4346
|
+
Modern = "Modern",
|
|
4347
|
+
/** Transitional */
|
|
4348
|
+
Transitional = "Transitional"
|
|
4349
|
+
}
|
|
4350
|
+
|
|
4351
|
+
/** Known values of {@link VolumeDetailedStatus} that the service accepts. */
|
|
4352
|
+
export declare enum KnownVolumeDetailedStatus {
|
|
4353
|
+
/** Error */
|
|
4354
|
+
Error = "Error",
|
|
4355
|
+
/** Active */
|
|
4356
|
+
Active = "Active",
|
|
4357
|
+
/** Provisioning */
|
|
4358
|
+
Provisioning = "Provisioning"
|
|
4359
|
+
}
|
|
4360
|
+
|
|
4361
|
+
/** Known values of {@link VolumeProvisioningState} that the service accepts. */
|
|
4362
|
+
export declare enum KnownVolumeProvisioningState {
|
|
4363
|
+
/** Succeeded */
|
|
4364
|
+
Succeeded = "Succeeded",
|
|
4365
|
+
/** Failed */
|
|
4366
|
+
Failed = "Failed",
|
|
4367
|
+
/** Canceled */
|
|
4368
|
+
Canceled = "Canceled",
|
|
4369
|
+
/** Provisioning */
|
|
4370
|
+
Provisioning = "Provisioning",
|
|
4371
|
+
/** Accepted */
|
|
4372
|
+
Accepted = "Accepted"
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
/** Known values of {@link WorkloadImpact} that the service accepts. */
|
|
4376
|
+
export declare enum KnownWorkloadImpact {
|
|
4377
|
+
/** True */
|
|
4378
|
+
True = "True",
|
|
4379
|
+
/** False */
|
|
4380
|
+
False = "False"
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
/** KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud. */
|
|
4384
|
+
export declare interface KubernetesCluster extends TrackedResource {
|
|
4385
|
+
/** The extended location of the cluster associated with the resource. */
|
|
4386
|
+
extendedLocation: ExtendedLocation;
|
|
4387
|
+
/** The Azure Active Directory Integration properties. */
|
|
4388
|
+
aadConfiguration?: AadConfiguration;
|
|
4389
|
+
/** The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values. */
|
|
4390
|
+
administratorConfiguration?: AdministratorConfiguration;
|
|
4391
|
+
/**
|
|
4392
|
+
* The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.
|
|
4393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4394
|
+
*/
|
|
4395
|
+
readonly attachedNetworkIds?: string[];
|
|
4396
|
+
/**
|
|
4397
|
+
* The list of versions that this Kubernetes cluster can be upgraded to.
|
|
4398
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4399
|
+
*/
|
|
4400
|
+
readonly availableUpgrades?: AvailableUpgrade[];
|
|
4401
|
+
/**
|
|
4402
|
+
* The resource ID of the Network Cloud cluster.
|
|
4403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4404
|
+
*/
|
|
4405
|
+
readonly clusterId?: string;
|
|
4406
|
+
/**
|
|
4407
|
+
* The resource ID of the connected cluster set up when this Kubernetes cluster is created.
|
|
4408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4409
|
+
*/
|
|
4410
|
+
readonly connectedClusterId?: string;
|
|
4411
|
+
/**
|
|
4412
|
+
* The current running version of Kubernetes on the control plane.
|
|
4413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4414
|
+
*/
|
|
4415
|
+
readonly controlPlaneKubernetesVersion?: string;
|
|
4416
|
+
/** The defining characteristics of the control plane for this Kubernetes Cluster. */
|
|
4417
|
+
controlPlaneNodeConfiguration: ControlPlaneNodeConfiguration;
|
|
4418
|
+
/**
|
|
4419
|
+
* The current status of the Kubernetes cluster.
|
|
4420
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4421
|
+
*/
|
|
4422
|
+
readonly detailedStatus?: KubernetesClusterDetailedStatus;
|
|
4423
|
+
/**
|
|
4424
|
+
* The descriptive message about the current detailed status.
|
|
4425
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4426
|
+
*/
|
|
4427
|
+
readonly detailedStatusMessage?: string;
|
|
4428
|
+
/**
|
|
4429
|
+
* The current feature settings.
|
|
4430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4431
|
+
*/
|
|
4432
|
+
readonly featureStatuses?: FeatureStatus[];
|
|
4433
|
+
/** 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. */
|
|
4434
|
+
initialAgentPoolConfigurations: InitialAgentPoolConfiguration[];
|
|
4435
|
+
/** 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. */
|
|
4436
|
+
kubernetesVersion: string;
|
|
4437
|
+
/** The configuration of the managed resource group associated with the resource. */
|
|
4438
|
+
managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration;
|
|
4439
|
+
/** The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster. */
|
|
4440
|
+
networkConfiguration: NetworkConfiguration;
|
|
4441
|
+
/**
|
|
4442
|
+
* The details of the nodes in this cluster.
|
|
4443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4444
|
+
*/
|
|
4445
|
+
readonly nodes?: KubernetesClusterNode[];
|
|
4446
|
+
/**
|
|
4447
|
+
* The provisioning state of the Kubernetes cluster resource.
|
|
4448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4449
|
+
*/
|
|
4450
|
+
readonly provisioningState?: KubernetesClusterProvisioningState;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4453
|
+
/**
|
|
4454
|
+
* Defines values for KubernetesClusterDetailedStatus. \
|
|
4455
|
+
* {@link KnownKubernetesClusterDetailedStatus} can be used interchangeably with KubernetesClusterDetailedStatus,
|
|
4456
|
+
* this enum contains the known values that the service supports.
|
|
4457
|
+
* ### Known values supported by the service
|
|
4458
|
+
* **Available** \
|
|
4459
|
+
* **Error** \
|
|
4460
|
+
* **Provisioning**
|
|
4461
|
+
*/
|
|
4462
|
+
export declare type KubernetesClusterDetailedStatus = string;
|
|
4463
|
+
|
|
4464
|
+
/** KubernetesClusterList represents a list of Kubernetes clusters. */
|
|
4465
|
+
export declare interface KubernetesClusterList {
|
|
4466
|
+
/** The link used to get the next page of operations. */
|
|
4467
|
+
nextLink?: string;
|
|
4468
|
+
/** The list of additional details related to Kubernetes clusters. */
|
|
4469
|
+
value?: KubernetesCluster[];
|
|
4470
|
+
}
|
|
4471
|
+
|
|
4472
|
+
/** KubernetesClusterNode represents the details of a node in a Kubernetes cluster. */
|
|
4473
|
+
export declare interface KubernetesClusterNode {
|
|
4474
|
+
/**
|
|
4475
|
+
* The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
|
|
4476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4477
|
+
*/
|
|
4478
|
+
readonly agentPoolId?: string;
|
|
4479
|
+
/**
|
|
4480
|
+
* The availability zone this node is running within.
|
|
4481
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4482
|
+
*/
|
|
4483
|
+
readonly availabilityZone?: string;
|
|
4484
|
+
/**
|
|
4485
|
+
* The resource ID of the bare metal machine that hosts this node.
|
|
4486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4487
|
+
*/
|
|
4488
|
+
readonly bareMetalMachineId?: string;
|
|
4489
|
+
/**
|
|
4490
|
+
* The number of CPU cores configured for this node, derived from the VM SKU specified.
|
|
4491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4492
|
+
*/
|
|
4493
|
+
readonly cpuCores?: number;
|
|
4494
|
+
/**
|
|
4495
|
+
* The detailed state of this node.
|
|
4496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4497
|
+
*/
|
|
4498
|
+
readonly detailedStatus?: KubernetesClusterNodeDetailedStatus;
|
|
4499
|
+
/**
|
|
4500
|
+
* The descriptive message about the current detailed status.
|
|
4501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4502
|
+
*/
|
|
4503
|
+
readonly detailedStatusMessage?: string;
|
|
4504
|
+
/**
|
|
4505
|
+
* The size of the disk configured for this node.
|
|
4506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4507
|
+
*/
|
|
4508
|
+
readonly diskSizeGB?: number;
|
|
4509
|
+
/**
|
|
4510
|
+
* The machine image used to deploy this node.
|
|
4511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4512
|
+
*/
|
|
4513
|
+
readonly image?: string;
|
|
4514
|
+
/**
|
|
4515
|
+
* The currently running version of Kubernetes and bundled features running on this node.
|
|
4516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4517
|
+
*/
|
|
4518
|
+
readonly kubernetesVersion?: string;
|
|
4519
|
+
/**
|
|
4520
|
+
* The list of labels on this node that have been assigned to the agent pool containing this node.
|
|
4521
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4522
|
+
*/
|
|
4523
|
+
readonly labels?: KubernetesLabel[];
|
|
4524
|
+
/**
|
|
4525
|
+
* The amount of memory configured for this node, derived from the vm SKU specified.
|
|
4526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4527
|
+
*/
|
|
4528
|
+
readonly memorySizeGB?: number;
|
|
4529
|
+
/**
|
|
4530
|
+
* The mode of the agent pool containing this node. Not applicable for control plane nodes.
|
|
4531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4532
|
+
*/
|
|
4533
|
+
readonly mode?: AgentPoolMode;
|
|
4534
|
+
/**
|
|
4535
|
+
* The name of this node, as realized in the Kubernetes cluster.
|
|
4536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4537
|
+
*/
|
|
4538
|
+
readonly name?: string;
|
|
4539
|
+
/**
|
|
4540
|
+
* The NetworkAttachments made to this node.
|
|
4541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4542
|
+
*/
|
|
4543
|
+
readonly networkAttachments?: NetworkAttachment[];
|
|
4544
|
+
/**
|
|
4545
|
+
* The power state of this node.
|
|
4546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4547
|
+
*/
|
|
4548
|
+
readonly powerState?: KubernetesNodePowerState;
|
|
4549
|
+
/**
|
|
4550
|
+
* The role of this node in the cluster.
|
|
4551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4552
|
+
*/
|
|
4553
|
+
readonly role?: KubernetesNodeRole;
|
|
4554
|
+
/**
|
|
4555
|
+
* The list of taints that have been assigned to the agent pool containing this node.
|
|
4556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4557
|
+
*/
|
|
4558
|
+
readonly taints?: KubernetesLabel[];
|
|
4559
|
+
/**
|
|
4560
|
+
* The VM SKU name that was used to create this cluster node.
|
|
4561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4562
|
+
*/
|
|
4563
|
+
readonly vmSkuName?: string;
|
|
4564
|
+
}
|
|
4565
|
+
|
|
4566
|
+
/**
|
|
4567
|
+
* Defines values for KubernetesClusterNodeDetailedStatus. \
|
|
4568
|
+
* {@link KnownKubernetesClusterNodeDetailedStatus} can be used interchangeably with KubernetesClusterNodeDetailedStatus,
|
|
4569
|
+
* this enum contains the known values that the service supports.
|
|
4570
|
+
* ### Known values supported by the service
|
|
4571
|
+
* **Available** \
|
|
4572
|
+
* **Error** \
|
|
4573
|
+
* **Provisioning** \
|
|
4574
|
+
* **Running** \
|
|
4575
|
+
* **Scheduling** \
|
|
4576
|
+
* **Stopped** \
|
|
4577
|
+
* **Terminating** \
|
|
4578
|
+
* **Unknown**
|
|
4579
|
+
*/
|
|
4580
|
+
export declare type KubernetesClusterNodeDetailedStatus = string;
|
|
4581
|
+
|
|
4582
|
+
/** KubernetesClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster. */
|
|
4583
|
+
export declare interface KubernetesClusterPatchParameters {
|
|
4584
|
+
/** The Azure resource tags that will replace the existing ones. */
|
|
4585
|
+
tags?: {
|
|
4586
|
+
[propertyName: string]: string;
|
|
4587
|
+
};
|
|
4588
|
+
/** The defining characteristics of the control plane that can be patched for this Kubernetes cluster. */
|
|
4589
|
+
controlPlaneNodeConfiguration?: ControlPlaneNodePatchConfiguration;
|
|
4590
|
+
/** 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. */
|
|
4591
|
+
kubernetesVersion?: string;
|
|
4592
|
+
}
|
|
4593
|
+
|
|
4594
|
+
/**
|
|
4595
|
+
* Defines values for KubernetesClusterProvisioningState. \
|
|
4596
|
+
* {@link KnownKubernetesClusterProvisioningState} can be used interchangeably with KubernetesClusterProvisioningState,
|
|
4597
|
+
* this enum contains the known values that the service supports.
|
|
4598
|
+
* ### Known values supported by the service
|
|
4599
|
+
* **Succeeded** \
|
|
4600
|
+
* **Failed** \
|
|
4601
|
+
* **Canceled** \
|
|
4602
|
+
* **Accepted** \
|
|
4603
|
+
* **InProgress** \
|
|
4604
|
+
* **Created** \
|
|
4605
|
+
* **Updating** \
|
|
4606
|
+
* **Deleting**
|
|
4607
|
+
*/
|
|
4608
|
+
export declare type KubernetesClusterProvisioningState = string;
|
|
4609
|
+
|
|
4610
|
+
/** KubernetesClusterRestartNodeParameters represents the body of the request to restart the node of a Kubernetes cluster. */
|
|
4611
|
+
export declare interface KubernetesClusterRestartNodeParameters {
|
|
4612
|
+
/** The name of the node to restart. */
|
|
4613
|
+
nodeName: string;
|
|
4614
|
+
}
|
|
4615
|
+
|
|
4616
|
+
/** Interface representing a KubernetesClusters. */
|
|
4617
|
+
export declare interface KubernetesClusters {
|
|
4618
|
+
/**
|
|
4619
|
+
* Get a list of Kubernetes clusters in the provided subscription.
|
|
4620
|
+
* @param options The options parameters.
|
|
4621
|
+
*/
|
|
4622
|
+
listBySubscription(options?: KubernetesClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<KubernetesCluster>;
|
|
4623
|
+
/**
|
|
4624
|
+
* Get a list of Kubernetes clusters in the provided resource group.
|
|
4625
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4626
|
+
* @param options The options parameters.
|
|
4627
|
+
*/
|
|
4628
|
+
listByResourceGroup(resourceGroupName: string, options?: KubernetesClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<KubernetesCluster>;
|
|
4629
|
+
/**
|
|
4630
|
+
* Get properties of the provided the Kubernetes cluster.
|
|
4631
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4632
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4633
|
+
* @param options The options parameters.
|
|
4634
|
+
*/
|
|
4635
|
+
get(resourceGroupName: string, kubernetesClusterName: string, options?: KubernetesClustersGetOptionalParams): Promise<KubernetesClustersGetResponse>;
|
|
4636
|
+
/**
|
|
4637
|
+
* Create a new Kubernetes cluster or update the properties of the existing one.
|
|
4638
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4639
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4640
|
+
* @param kubernetesClusterParameters The request body.
|
|
4641
|
+
* @param options The options parameters.
|
|
4642
|
+
*/
|
|
4643
|
+
beginCreateOrUpdate(resourceGroupName: string, kubernetesClusterName: string, kubernetesClusterParameters: KubernetesCluster, options?: KubernetesClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<KubernetesClustersCreateOrUpdateResponse>, KubernetesClustersCreateOrUpdateResponse>>;
|
|
4644
|
+
/**
|
|
4645
|
+
* Create a new Kubernetes cluster or update the properties of the existing one.
|
|
4646
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4647
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4648
|
+
* @param kubernetesClusterParameters The request body.
|
|
4649
|
+
* @param options The options parameters.
|
|
4650
|
+
*/
|
|
4651
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, kubernetesClusterName: string, kubernetesClusterParameters: KubernetesCluster, options?: KubernetesClustersCreateOrUpdateOptionalParams): Promise<KubernetesClustersCreateOrUpdateResponse>;
|
|
4652
|
+
/**
|
|
4653
|
+
* Delete the provided Kubernetes cluster.
|
|
4654
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4655
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4656
|
+
* @param options The options parameters.
|
|
4657
|
+
*/
|
|
4658
|
+
beginDelete(resourceGroupName: string, kubernetesClusterName: string, options?: KubernetesClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
4659
|
+
/**
|
|
4660
|
+
* Delete the provided Kubernetes cluster.
|
|
4661
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4662
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4663
|
+
* @param options The options parameters.
|
|
4664
|
+
*/
|
|
4665
|
+
beginDeleteAndWait(resourceGroupName: string, kubernetesClusterName: string, options?: KubernetesClustersDeleteOptionalParams): Promise<void>;
|
|
4666
|
+
/**
|
|
4667
|
+
* Patch the properties of the provided Kubernetes cluster, or update the tags associated with the
|
|
4668
|
+
* Kubernetes cluster. Properties and tag updates can be done independently.
|
|
4669
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4670
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4671
|
+
* @param options The options parameters.
|
|
4672
|
+
*/
|
|
4673
|
+
beginUpdate(resourceGroupName: string, kubernetesClusterName: string, options?: KubernetesClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<KubernetesClustersUpdateResponse>, KubernetesClustersUpdateResponse>>;
|
|
4674
|
+
/**
|
|
4675
|
+
* Patch the properties of the provided Kubernetes cluster, or update the tags associated with the
|
|
4676
|
+
* Kubernetes cluster. Properties and tag updates can be done independently.
|
|
4677
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4678
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4679
|
+
* @param options The options parameters.
|
|
4680
|
+
*/
|
|
4681
|
+
beginUpdateAndWait(resourceGroupName: string, kubernetesClusterName: string, options?: KubernetesClustersUpdateOptionalParams): Promise<KubernetesClustersUpdateResponse>;
|
|
4682
|
+
/**
|
|
4683
|
+
* Restart a targeted node of a Kubernetes cluster.
|
|
4684
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4685
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4686
|
+
* @param kubernetesClusterRestartNodeParameters The request body.
|
|
4687
|
+
* @param options The options parameters.
|
|
4688
|
+
*/
|
|
4689
|
+
beginRestartNode(resourceGroupName: string, kubernetesClusterName: string, kubernetesClusterRestartNodeParameters: KubernetesClusterRestartNodeParameters, options?: KubernetesClustersRestartNodeOptionalParams): Promise<SimplePollerLike<OperationState<KubernetesClustersRestartNodeResponse>, KubernetesClustersRestartNodeResponse>>;
|
|
4690
|
+
/**
|
|
4691
|
+
* Restart a targeted node of a Kubernetes cluster.
|
|
4692
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4693
|
+
* @param kubernetesClusterName The name of the Kubernetes cluster.
|
|
4694
|
+
* @param kubernetesClusterRestartNodeParameters The request body.
|
|
4695
|
+
* @param options The options parameters.
|
|
4696
|
+
*/
|
|
4697
|
+
beginRestartNodeAndWait(resourceGroupName: string, kubernetesClusterName: string, kubernetesClusterRestartNodeParameters: KubernetesClusterRestartNodeParameters, options?: KubernetesClustersRestartNodeOptionalParams): Promise<KubernetesClustersRestartNodeResponse>;
|
|
4698
|
+
}
|
|
4699
|
+
|
|
4700
|
+
/** Defines headers for KubernetesClusters_createOrUpdate operation. */
|
|
4701
|
+
export declare interface KubernetesClustersCreateOrUpdateHeaders {
|
|
4702
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
4703
|
+
azureAsyncOperation?: string;
|
|
4704
|
+
}
|
|
4705
|
+
|
|
4706
|
+
/** Optional parameters. */
|
|
4707
|
+
export declare interface KubernetesClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4708
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4709
|
+
updateIntervalInMs?: number;
|
|
4710
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4711
|
+
resumeFrom?: string;
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4714
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4715
|
+
export declare type KubernetesClustersCreateOrUpdateResponse = KubernetesCluster;
|
|
4716
|
+
|
|
4717
|
+
/** Defines headers for KubernetesClusters_delete operation. */
|
|
4718
|
+
export declare interface KubernetesClustersDeleteHeaders {
|
|
4719
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
4720
|
+
location?: string;
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4723
|
+
/** Optional parameters. */
|
|
4724
|
+
export declare interface KubernetesClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4725
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4726
|
+
updateIntervalInMs?: number;
|
|
4727
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4728
|
+
resumeFrom?: string;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
/** Optional parameters. */
|
|
4732
|
+
export declare interface KubernetesClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
/** Contains response data for the get operation. */
|
|
4736
|
+
export declare type KubernetesClustersGetResponse = KubernetesCluster;
|
|
4737
|
+
|
|
4738
|
+
/** Optional parameters. */
|
|
4739
|
+
export declare interface KubernetesClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4225
4740
|
}
|
|
4226
4741
|
|
|
4227
|
-
/**
|
|
4228
|
-
export declare
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
AntiAffinity = "AntiAffinity"
|
|
4742
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4743
|
+
export declare type KubernetesClustersListByResourceGroupNextResponse = KubernetesClusterList;
|
|
4744
|
+
|
|
4745
|
+
/** Optional parameters. */
|
|
4746
|
+
export declare interface KubernetesClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4233
4747
|
}
|
|
4234
4748
|
|
|
4235
|
-
/**
|
|
4236
|
-
export declare
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
Off = "Off"
|
|
4749
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4750
|
+
export declare type KubernetesClustersListByResourceGroupResponse = KubernetesClusterList;
|
|
4751
|
+
|
|
4752
|
+
/** Optional parameters. */
|
|
4753
|
+
export declare interface KubernetesClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4241
4754
|
}
|
|
4242
4755
|
|
|
4243
|
-
/**
|
|
4244
|
-
export declare
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
Failed = "Failed",
|
|
4249
|
-
/** Canceled */
|
|
4250
|
-
Canceled = "Canceled",
|
|
4251
|
-
/** Provisioning */
|
|
4252
|
-
Provisioning = "Provisioning",
|
|
4253
|
-
/** Accepted */
|
|
4254
|
-
Accepted = "Accepted"
|
|
4756
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4757
|
+
export declare type KubernetesClustersListBySubscriptionNextResponse = KubernetesClusterList;
|
|
4758
|
+
|
|
4759
|
+
/** Optional parameters. */
|
|
4760
|
+
export declare interface KubernetesClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4255
4761
|
}
|
|
4256
4762
|
|
|
4257
|
-
/**
|
|
4258
|
-
export declare
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4763
|
+
/** Contains response data for the listBySubscription operation. */
|
|
4764
|
+
export declare type KubernetesClustersListBySubscriptionResponse = KubernetesClusterList;
|
|
4765
|
+
|
|
4766
|
+
/** Defines headers for KubernetesClusters_restartNode operation. */
|
|
4767
|
+
export declare interface KubernetesClustersRestartNodeHeaders {
|
|
4768
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
4769
|
+
location?: string;
|
|
4263
4770
|
}
|
|
4264
4771
|
|
|
4265
|
-
/**
|
|
4266
|
-
export declare
|
|
4267
|
-
/**
|
|
4268
|
-
|
|
4269
|
-
/**
|
|
4270
|
-
|
|
4772
|
+
/** Optional parameters. */
|
|
4773
|
+
export declare interface KubernetesClustersRestartNodeOptionalParams extends coreClient.OperationOptions {
|
|
4774
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4775
|
+
updateIntervalInMs?: number;
|
|
4776
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4777
|
+
resumeFrom?: string;
|
|
4271
4778
|
}
|
|
4272
4779
|
|
|
4273
|
-
/**
|
|
4274
|
-
export declare
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
Provisioning = "Provisioning"
|
|
4780
|
+
/** Contains response data for the restartNode operation. */
|
|
4781
|
+
export declare type KubernetesClustersRestartNodeResponse = KubernetesClustersRestartNodeHeaders;
|
|
4782
|
+
|
|
4783
|
+
/** Defines headers for KubernetesClusters_update operation. */
|
|
4784
|
+
export declare interface KubernetesClustersUpdateHeaders {
|
|
4785
|
+
/** The URL to retrieve the status of the asynchronous operation. */
|
|
4786
|
+
azureAsyncOperation?: string;
|
|
4281
4787
|
}
|
|
4282
4788
|
|
|
4283
|
-
/**
|
|
4284
|
-
export declare
|
|
4285
|
-
/**
|
|
4286
|
-
|
|
4287
|
-
/**
|
|
4288
|
-
|
|
4289
|
-
/**
|
|
4290
|
-
|
|
4291
|
-
/** Provisioning */
|
|
4292
|
-
Provisioning = "Provisioning",
|
|
4293
|
-
/** Accepted */
|
|
4294
|
-
Accepted = "Accepted"
|
|
4789
|
+
/** Optional parameters. */
|
|
4790
|
+
export declare interface KubernetesClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4791
|
+
/** The request body. */
|
|
4792
|
+
kubernetesClusterUpdateParameters?: KubernetesClusterPatchParameters;
|
|
4793
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4794
|
+
updateIntervalInMs?: number;
|
|
4795
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4796
|
+
resumeFrom?: string;
|
|
4295
4797
|
}
|
|
4296
4798
|
|
|
4297
|
-
/**
|
|
4298
|
-
export declare
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4799
|
+
/** Contains response data for the update operation. */
|
|
4800
|
+
export declare type KubernetesClustersUpdateResponse = KubernetesCluster;
|
|
4801
|
+
|
|
4802
|
+
/** KubernetesLabel represents a single entry for a Kubernetes label or taint such as those used on a node or pod. */
|
|
4803
|
+
export declare interface KubernetesLabel {
|
|
4804
|
+
/** The name of the label or taint. */
|
|
4805
|
+
key: string;
|
|
4806
|
+
/** The value of the label or taint. */
|
|
4807
|
+
value: string;
|
|
4303
4808
|
}
|
|
4304
4809
|
|
|
4810
|
+
/**
|
|
4811
|
+
* Defines values for KubernetesNodePowerState. \
|
|
4812
|
+
* {@link KnownKubernetesNodePowerState} can be used interchangeably with KubernetesNodePowerState,
|
|
4813
|
+
* this enum contains the known values that the service supports.
|
|
4814
|
+
* ### Known values supported by the service
|
|
4815
|
+
* **On** \
|
|
4816
|
+
* **Off** \
|
|
4817
|
+
* **Unknown**
|
|
4818
|
+
*/
|
|
4819
|
+
export declare type KubernetesNodePowerState = string;
|
|
4820
|
+
|
|
4821
|
+
/**
|
|
4822
|
+
* Defines values for KubernetesNodeRole. \
|
|
4823
|
+
* {@link KnownKubernetesNodeRole} can be used interchangeably with KubernetesNodeRole,
|
|
4824
|
+
* this enum contains the known values that the service supports.
|
|
4825
|
+
* ### Known values supported by the service
|
|
4826
|
+
* **ControlPlane** \
|
|
4827
|
+
* **Worker**
|
|
4828
|
+
*/
|
|
4829
|
+
export declare type KubernetesNodeRole = string;
|
|
4830
|
+
|
|
4831
|
+
/**
|
|
4832
|
+
* Defines values for KubernetesPluginType. \
|
|
4833
|
+
* {@link KnownKubernetesPluginType} can be used interchangeably with KubernetesPluginType,
|
|
4834
|
+
* this enum contains the known values that the service supports.
|
|
4835
|
+
* ### Known values supported by the service
|
|
4836
|
+
* **DPDK** \
|
|
4837
|
+
* **SRIOV** \
|
|
4838
|
+
* **OSDevice** \
|
|
4839
|
+
* **MACVLAN** \
|
|
4840
|
+
* **IPVLAN**
|
|
4841
|
+
*/
|
|
4842
|
+
export declare type KubernetesPluginType = string;
|
|
4843
|
+
|
|
4305
4844
|
/** L2Network represents a network that utilizes a single isolation domain set up for layer-2 resources. */
|
|
4306
4845
|
export declare interface L2Network extends TrackedResource {
|
|
4307
4846
|
/** The extended location of the cluster associated with the resource. */
|
|
4308
4847
|
extendedLocation: ExtendedLocation;
|
|
4848
|
+
/**
|
|
4849
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
4850
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4851
|
+
*/
|
|
4852
|
+
readonly associatedResourceIds?: string[];
|
|
4309
4853
|
/**
|
|
4310
4854
|
* The resource ID of the Network Cloud cluster this L2 network is associated with.
|
|
4311
4855
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4322,11 +4866,11 @@ export declare interface L2Network extends TrackedResource {
|
|
|
4322
4866
|
*/
|
|
4323
4867
|
readonly detailedStatusMessage?: string;
|
|
4324
4868
|
/**
|
|
4325
|
-
* The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
|
|
4869
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
|
|
4326
4870
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4327
4871
|
*/
|
|
4328
4872
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
4329
|
-
/** The network plugin type for Hybrid AKS. */
|
|
4873
|
+
/** 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. */
|
|
4330
4874
|
hybridAksPluginType?: HybridAksPluginType;
|
|
4331
4875
|
/** 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. */
|
|
4332
4876
|
interfaceName?: string;
|
|
@@ -4338,12 +4882,20 @@ export declare interface L2Network extends TrackedResource {
|
|
|
4338
4882
|
*/
|
|
4339
4883
|
readonly provisioningState?: L2NetworkProvisioningState;
|
|
4340
4884
|
/**
|
|
4341
|
-
* The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.
|
|
4885
|
+
* 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.
|
|
4342
4886
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4343
4887
|
*/
|
|
4344
4888
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
4345
4889
|
}
|
|
4346
4890
|
|
|
4891
|
+
/** L2NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 2 network. */
|
|
4892
|
+
export declare interface L2NetworkAttachmentConfiguration {
|
|
4893
|
+
/** The resource ID of the network that is being configured for attachment. */
|
|
4894
|
+
networkId: string;
|
|
4895
|
+
/** The indicator of how this network will be utilized by the Kubernetes cluster. */
|
|
4896
|
+
pluginType?: KubernetesPluginType;
|
|
4897
|
+
}
|
|
4898
|
+
|
|
4347
4899
|
/**
|
|
4348
4900
|
* Defines values for L2NetworkDetailedStatus. \
|
|
4349
4901
|
* {@link KnownL2NetworkDetailedStatus} can be used interchangeably with L2NetworkDetailedStatus,
|
|
@@ -4522,6 +5074,11 @@ export declare type L2NetworksUpdateResponse = L2Network;
|
|
|
4522
5074
|
export declare interface L3Network extends TrackedResource {
|
|
4523
5075
|
/** The extended location of the cluster associated with the resource. */
|
|
4524
5076
|
extendedLocation: ExtendedLocation;
|
|
5077
|
+
/**
|
|
5078
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
5079
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5080
|
+
*/
|
|
5081
|
+
readonly associatedResourceIds?: string[];
|
|
4525
5082
|
/**
|
|
4526
5083
|
* The resource ID of the Network Cloud cluster this L3 network is associated with.
|
|
4527
5084
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4538,13 +5095,13 @@ export declare interface L3Network extends TrackedResource {
|
|
|
4538
5095
|
*/
|
|
4539
5096
|
readonly detailedStatusMessage?: string;
|
|
4540
5097
|
/**
|
|
4541
|
-
* The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
|
|
5098
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
|
|
4542
5099
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4543
5100
|
*/
|
|
4544
5101
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
4545
|
-
/** The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. */
|
|
5102
|
+
/** 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. */
|
|
4546
5103
|
hybridAksIpamEnabled?: HybridAksIpamEnabled;
|
|
4547
|
-
/** The network plugin type for Hybrid AKS. */
|
|
5104
|
+
/** 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. */
|
|
4548
5105
|
hybridAksPluginType?: HybridAksPluginType;
|
|
4549
5106
|
/** 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. */
|
|
4550
5107
|
interfaceName?: string;
|
|
@@ -4568,7 +5125,7 @@ export declare interface L3Network extends TrackedResource {
|
|
|
4568
5125
|
*/
|
|
4569
5126
|
readonly provisioningState?: L3NetworkProvisioningState;
|
|
4570
5127
|
/**
|
|
4571
|
-
* The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
|
|
5128
|
+
* 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.
|
|
4572
5129
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4573
5130
|
*/
|
|
4574
5131
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -4576,6 +5133,26 @@ export declare interface L3Network extends TrackedResource {
|
|
|
4576
5133
|
vlan: number;
|
|
4577
5134
|
}
|
|
4578
5135
|
|
|
5136
|
+
/** L3NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 3 network. */
|
|
5137
|
+
export declare interface L3NetworkAttachmentConfiguration {
|
|
5138
|
+
/** The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached. */
|
|
5139
|
+
ipamEnabled?: L3NetworkConfigurationIpamEnabled;
|
|
5140
|
+
/** The resource ID of the network that is being configured for attachment. */
|
|
5141
|
+
networkId: string;
|
|
5142
|
+
/** The indicator of how this network will be utilized by the Kubernetes cluster. */
|
|
5143
|
+
pluginType?: KubernetesPluginType;
|
|
5144
|
+
}
|
|
5145
|
+
|
|
5146
|
+
/**
|
|
5147
|
+
* Defines values for L3NetworkConfigurationIpamEnabled. \
|
|
5148
|
+
* {@link KnownL3NetworkConfigurationIpamEnabled} can be used interchangeably with L3NetworkConfigurationIpamEnabled,
|
|
5149
|
+
* this enum contains the known values that the service supports.
|
|
5150
|
+
* ### Known values supported by the service
|
|
5151
|
+
* **True** \
|
|
5152
|
+
* **False**
|
|
5153
|
+
*/
|
|
5154
|
+
export declare type L3NetworkConfigurationIpamEnabled = string;
|
|
5155
|
+
|
|
4579
5156
|
/**
|
|
4580
5157
|
* Defines values for L3NetworkDetailedStatus. \
|
|
4581
5158
|
* {@link KnownL3NetworkDetailedStatus} can be used interchangeably with L3NetworkDetailedStatus,
|
|
@@ -4880,12 +5457,12 @@ export declare interface ManagedResourceGroupConfiguration {
|
|
|
4880
5457
|
/** Interface representing a MetricsConfigurations. */
|
|
4881
5458
|
export declare interface MetricsConfigurations {
|
|
4882
5459
|
/**
|
|
4883
|
-
* Get a list of metrics configurations
|
|
5460
|
+
* Get a list of metrics configurations for the provided cluster.
|
|
4884
5461
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4885
5462
|
* @param clusterName The name of the cluster.
|
|
4886
5463
|
* @param options The options parameters.
|
|
4887
5464
|
*/
|
|
4888
|
-
|
|
5465
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: MetricsConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<ClusterMetricsConfiguration>;
|
|
4889
5466
|
/**
|
|
4890
5467
|
* Get metrics configuration of the provided cluster.
|
|
4891
5468
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4895,7 +5472,7 @@ export declare interface MetricsConfigurations {
|
|
|
4895
5472
|
*/
|
|
4896
5473
|
get(resourceGroupName: string, clusterName: string, metricsConfigurationName: string, options?: MetricsConfigurationsGetOptionalParams): Promise<MetricsConfigurationsGetResponse>;
|
|
4897
5474
|
/**
|
|
4898
|
-
*
|
|
5475
|
+
* Create new or update the existing metrics configuration of the provided cluster.
|
|
4899
5476
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4900
5477
|
* @param clusterName The name of the cluster.
|
|
4901
5478
|
* @param metricsConfigurationName The name of the metrics configuration for the cluster.
|
|
@@ -4904,7 +5481,7 @@ export declare interface MetricsConfigurations {
|
|
|
4904
5481
|
*/
|
|
4905
5482
|
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, metricsConfigurationName: string, metricsConfigurationParameters: ClusterMetricsConfiguration, options?: MetricsConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MetricsConfigurationsCreateOrUpdateResponse>, MetricsConfigurationsCreateOrUpdateResponse>>;
|
|
4906
5483
|
/**
|
|
4907
|
-
*
|
|
5484
|
+
* Create new or update the existing metrics configuration of the provided cluster.
|
|
4908
5485
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4909
5486
|
* @param clusterName The name of the cluster.
|
|
4910
5487
|
* @param metricsConfigurationName The name of the metrics configuration for the cluster.
|
|
@@ -4987,23 +5564,23 @@ export declare interface MetricsConfigurationsGetOptionalParams extends coreClie
|
|
|
4987
5564
|
export declare type MetricsConfigurationsGetResponse = ClusterMetricsConfiguration;
|
|
4988
5565
|
|
|
4989
5566
|
/** Optional parameters. */
|
|
4990
|
-
export declare interface
|
|
5567
|
+
export declare interface MetricsConfigurationsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
4991
5568
|
}
|
|
4992
5569
|
|
|
4993
|
-
/** Contains response data for the
|
|
4994
|
-
export declare type
|
|
5570
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
5571
|
+
export declare type MetricsConfigurationsListByClusterNextResponse = ClusterMetricsConfigurationList;
|
|
4995
5572
|
|
|
4996
5573
|
/** Optional parameters. */
|
|
4997
|
-
export declare interface
|
|
5574
|
+
export declare interface MetricsConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
4998
5575
|
}
|
|
4999
5576
|
|
|
5000
|
-
/** Contains response data for the
|
|
5001
|
-
export declare type
|
|
5577
|
+
/** Contains response data for the listByCluster operation. */
|
|
5578
|
+
export declare type MetricsConfigurationsListByClusterResponse = ClusterMetricsConfigurationList;
|
|
5002
5579
|
|
|
5003
5580
|
/** Defines headers for MetricsConfigurations_update operation. */
|
|
5004
5581
|
export declare interface MetricsConfigurationsUpdateHeaders {
|
|
5005
5582
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
5006
|
-
|
|
5583
|
+
azureAsyncOperation?: string;
|
|
5007
5584
|
}
|
|
5008
5585
|
|
|
5009
5586
|
/** Optional parameters. */
|
|
@@ -5080,7 +5657,7 @@ export declare class NetworkCloud extends coreClient.ServiceClient {
|
|
|
5080
5657
|
/**
|
|
5081
5658
|
* Initializes a new instance of the NetworkCloud class.
|
|
5082
5659
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
5083
|
-
* @param subscriptionId The ID of the target subscription.
|
|
5660
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
5084
5661
|
* @param options The parameter options
|
|
5085
5662
|
*/
|
|
5086
5663
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: NetworkCloudOptionalParams);
|
|
@@ -5091,8 +5668,7 @@ export declare class NetworkCloud extends coreClient.ServiceClient {
|
|
|
5091
5668
|
cloudServicesNetworks: CloudServicesNetworks;
|
|
5092
5669
|
clusterManagers: ClusterManagers;
|
|
5093
5670
|
clusters: Clusters;
|
|
5094
|
-
|
|
5095
|
-
hybridAksClusters: HybridAksClusters;
|
|
5671
|
+
kubernetesClusters: KubernetesClusters;
|
|
5096
5672
|
l2Networks: L2Networks;
|
|
5097
5673
|
l3Networks: L3Networks;
|
|
5098
5674
|
rackSkus: RackSkus;
|
|
@@ -5104,6 +5680,7 @@ export declare class NetworkCloud extends coreClient.ServiceClient {
|
|
|
5104
5680
|
bareMetalMachineKeySets: BareMetalMachineKeySets;
|
|
5105
5681
|
bmcKeySets: BmcKeySets;
|
|
5106
5682
|
metricsConfigurations: MetricsConfigurations;
|
|
5683
|
+
agentPools: AgentPools;
|
|
5107
5684
|
consoles: Consoles;
|
|
5108
5685
|
}
|
|
5109
5686
|
|
|
@@ -5117,6 +5694,24 @@ export declare interface NetworkCloudOptionalParams extends coreClient.ServiceCl
|
|
|
5117
5694
|
endpoint?: string;
|
|
5118
5695
|
}
|
|
5119
5696
|
|
|
5697
|
+
/** NetworkConfiguration specifies the Kubernetes cluster network related configuration. */
|
|
5698
|
+
export declare interface NetworkConfiguration {
|
|
5699
|
+
/** The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster. */
|
|
5700
|
+
attachedNetworkConfiguration?: AttachedNetworkConfiguration;
|
|
5701
|
+
/** The configuration of the BGP service load balancer for this Kubernetes cluster. */
|
|
5702
|
+
bgpServiceLoadBalancerConfiguration?: BgpServiceLoadBalancerConfiguration;
|
|
5703
|
+
/** The resource ID of the associated Cloud Services network. */
|
|
5704
|
+
cloudServicesNetworkId: string;
|
|
5705
|
+
/** The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network. */
|
|
5706
|
+
cniNetworkId: string;
|
|
5707
|
+
/** The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR. */
|
|
5708
|
+
dnsServiceIp?: string;
|
|
5709
|
+
/** 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. */
|
|
5710
|
+
podCidrs?: string[];
|
|
5711
|
+
/** 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. */
|
|
5712
|
+
serviceCidrs?: string[];
|
|
5713
|
+
}
|
|
5714
|
+
|
|
5120
5715
|
/** NetworkInterface represents properties of the network interface. */
|
|
5121
5716
|
export declare interface NetworkInterface {
|
|
5122
5717
|
/**
|
|
@@ -5175,85 +5770,6 @@ export declare interface Nic {
|
|
|
5175
5770
|
readonly name?: string;
|
|
5176
5771
|
}
|
|
5177
5772
|
|
|
5178
|
-
/** Node denotes the list of node that utilizes configuration. */
|
|
5179
|
-
declare interface Node_2 {
|
|
5180
|
-
/**
|
|
5181
|
-
* The resource ID of the bare metal machine that hosts this node.
|
|
5182
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5183
|
-
*/
|
|
5184
|
-
readonly bareMetalMachineId?: string;
|
|
5185
|
-
/**
|
|
5186
|
-
* The machine image last used to deploy this node.
|
|
5187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5188
|
-
*/
|
|
5189
|
-
readonly imageId?: string;
|
|
5190
|
-
/**
|
|
5191
|
-
* The list of network attachments to the virtual machine.
|
|
5192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5193
|
-
*/
|
|
5194
|
-
readonly networkAttachments?: NetworkAttachment[];
|
|
5195
|
-
/**
|
|
5196
|
-
* The name of this node, as realized in the Hybrid AKS cluster.
|
|
5197
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5198
|
-
*/
|
|
5199
|
-
readonly nodeName?: string;
|
|
5200
|
-
/**
|
|
5201
|
-
* The power state (On | Off) of the node.
|
|
5202
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5203
|
-
*/
|
|
5204
|
-
readonly powerState?: HybridAksClusterMachinePowerState;
|
|
5205
|
-
}
|
|
5206
|
-
export { Node_2 as Node }
|
|
5207
|
-
|
|
5208
|
-
/** NodeConfiguration contains configuration for a VM associated with a node. */
|
|
5209
|
-
export declare interface NodeConfiguration {
|
|
5210
|
-
/**
|
|
5211
|
-
* The resource ID of the agent pool that contains the nodes in this configuration.
|
|
5212
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5213
|
-
*/
|
|
5214
|
-
readonly agentPoolId?: string;
|
|
5215
|
-
/**
|
|
5216
|
-
* The name of the agent pool that contains the nodes in this configuration.
|
|
5217
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5218
|
-
*/
|
|
5219
|
-
readonly agentPoolName?: string;
|
|
5220
|
-
/**
|
|
5221
|
-
* The number of CPU cores in the virtual machine.
|
|
5222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5223
|
-
*/
|
|
5224
|
-
readonly cpuCores?: number;
|
|
5225
|
-
/**
|
|
5226
|
-
* The root disk size of the virtual machine in GB.
|
|
5227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5228
|
-
*/
|
|
5229
|
-
readonly diskSizeGB?: number;
|
|
5230
|
-
/**
|
|
5231
|
-
* The memory size of the virtual machine in GB.
|
|
5232
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5233
|
-
*/
|
|
5234
|
-
readonly memorySizeGB?: number;
|
|
5235
|
-
/**
|
|
5236
|
-
* Field deprecated, use agentPoolName instead. This field will be removed in a future version but will reflect the name of the agent pool that contains the nodes in this configuration.
|
|
5237
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5238
|
-
*/
|
|
5239
|
-
readonly nodePoolName?: string;
|
|
5240
|
-
/**
|
|
5241
|
-
* The list of nodes that utilize this configuration.
|
|
5242
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5243
|
-
*/
|
|
5244
|
-
readonly nodes?: Node_2[];
|
|
5245
|
-
/**
|
|
5246
|
-
* The number of virtual machines that use this configuration.
|
|
5247
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5248
|
-
*/
|
|
5249
|
-
readonly vmCount?: number;
|
|
5250
|
-
/**
|
|
5251
|
-
* The name of the VM size supplied during the creation of the cluster.
|
|
5252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5253
|
-
*/
|
|
5254
|
-
readonly vmSize?: string;
|
|
5255
|
-
}
|
|
5256
|
-
|
|
5257
5773
|
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
5258
5774
|
export declare interface Operation {
|
|
5259
5775
|
/**
|
|
@@ -5417,7 +5933,7 @@ export declare interface Rack extends TrackedResource {
|
|
|
5417
5933
|
|
|
5418
5934
|
/** RackDefinition represents details regarding the rack. */
|
|
5419
5935
|
export declare interface RackDefinition {
|
|
5420
|
-
/** The zone name used for this rack when created. */
|
|
5936
|
+
/** The zone name used for this rack when created. Availability zones are used for workload placement. */
|
|
5421
5937
|
availabilityZone?: string;
|
|
5422
5938
|
/** The unordered list of bare metal machine configuration. */
|
|
5423
5939
|
bareMetalMachineConfigurationData?: BareMetalMachineConfigurationData[];
|
|
@@ -5730,7 +6246,7 @@ export declare type RacksListBySubscriptionResponse = RackList;
|
|
|
5730
6246
|
/** Defines headers for Racks_update operation. */
|
|
5731
6247
|
export declare interface RacksUpdateHeaders {
|
|
5732
6248
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
5733
|
-
|
|
6249
|
+
azureAsyncOperation?: string;
|
|
5734
6250
|
}
|
|
5735
6251
|
|
|
5736
6252
|
/** Optional parameters. */
|
|
@@ -5770,7 +6286,7 @@ export declare type RemoteVendorManagementStatus = string;
|
|
|
5770
6286
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
5771
6287
|
export declare interface Resource {
|
|
5772
6288
|
/**
|
|
5773
|
-
* Fully qualified resource ID for the resource.
|
|
6289
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
5774
6290
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5775
6291
|
*/
|
|
5776
6292
|
readonly id?: string;
|
|
@@ -5791,6 +6307,30 @@ export declare interface Resource {
|
|
|
5791
6307
|
readonly systemData?: SystemData;
|
|
5792
6308
|
}
|
|
5793
6309
|
|
|
6310
|
+
/** ServiceLoadBalancerBgpPeer represents the configuration of the BGP service load balancer for the Kubernetes cluster. */
|
|
6311
|
+
export declare interface ServiceLoadBalancerBgpPeer {
|
|
6312
|
+
/** The indicator of BFD enablement for this BgpPeer. */
|
|
6313
|
+
bfdEnabled?: BfdEnabled;
|
|
6314
|
+
/** The indicator to enable multi-hop peering support. */
|
|
6315
|
+
bgpMultiHop?: BgpMultiHop;
|
|
6316
|
+
/** The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H. */
|
|
6317
|
+
holdTime?: string;
|
|
6318
|
+
/** The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H. */
|
|
6319
|
+
keepAliveTime?: string;
|
|
6320
|
+
/** The autonomous system number used for the local end of the BGP session. */
|
|
6321
|
+
myAsn?: number;
|
|
6322
|
+
/** The name used to identify this BGP peer for association with a BGP advertisement. */
|
|
6323
|
+
name: string;
|
|
6324
|
+
/** The authentication password for routers enforcing TCP MD5 authenticated sessions. */
|
|
6325
|
+
password?: string;
|
|
6326
|
+
/** The IPv4 or IPv6 address used to connect this BGP session. */
|
|
6327
|
+
peerAddress: string;
|
|
6328
|
+
/** The autonomous system number expected from the remote end of the BGP session. */
|
|
6329
|
+
peerAsn: number;
|
|
6330
|
+
/** The port used to connect this BGP session. */
|
|
6331
|
+
peerPort?: number;
|
|
6332
|
+
}
|
|
6333
|
+
|
|
5794
6334
|
/** ServicePrincipalInformation represents the details of the service principal to be used by the cluster during Arc Appliance installation. */
|
|
5795
6335
|
export declare interface ServicePrincipalInformation {
|
|
5796
6336
|
/** The application ID, also known as client ID, of the service principal. */
|
|
@@ -5813,9 +6353,9 @@ export declare interface ServicePrincipalInformation {
|
|
|
5813
6353
|
*/
|
|
5814
6354
|
export declare type SkipShutdown = string;
|
|
5815
6355
|
|
|
5816
|
-
/** SshPublicKey represents the public key used to authenticate with
|
|
6356
|
+
/** SshPublicKey represents the public key used to authenticate with a resource through SSH. */
|
|
5817
6357
|
export declare interface SshPublicKey {
|
|
5818
|
-
/** The public
|
|
6358
|
+
/** The SSH public key data. */
|
|
5819
6359
|
keyData: string;
|
|
5820
6360
|
}
|
|
5821
6361
|
|
|
@@ -5917,15 +6457,6 @@ export declare interface StorageApplianceEnableRemoteVendorManagementParameters
|
|
|
5917
6457
|
supportEndpoints?: string[];
|
|
5918
6458
|
}
|
|
5919
6459
|
|
|
5920
|
-
/**
|
|
5921
|
-
* Defines values for StorageApplianceHardwareValidationCategory. \
|
|
5922
|
-
* {@link KnownStorageApplianceHardwareValidationCategory} can be used interchangeably with StorageApplianceHardwareValidationCategory,
|
|
5923
|
-
* this enum contains the known values that the service supports.
|
|
5924
|
-
* ### Known values supported by the service
|
|
5925
|
-
* **BasicValidation**
|
|
5926
|
-
*/
|
|
5927
|
-
export declare type StorageApplianceHardwareValidationCategory = string;
|
|
5928
|
-
|
|
5929
6460
|
/** StorageApplianceList represents a list of storage appliances. */
|
|
5930
6461
|
export declare interface StorageApplianceList {
|
|
5931
6462
|
/** The link used to get the next page of operations. */
|
|
@@ -6027,16 +6558,16 @@ export declare interface StorageAppliances {
|
|
|
6027
6558
|
*/
|
|
6028
6559
|
beginDeleteAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<void>;
|
|
6029
6560
|
/**
|
|
6030
|
-
*
|
|
6031
|
-
*
|
|
6561
|
+
* Update properties of the provided storage appliance, or update tags associated with the storage
|
|
6562
|
+
* appliance Properties and tag updates can be done independently.
|
|
6032
6563
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6033
6564
|
* @param storageApplianceName The name of the storage appliance.
|
|
6034
6565
|
* @param options The options parameters.
|
|
6035
6566
|
*/
|
|
6036
6567
|
beginUpdate(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliancesUpdateResponse>, StorageAppliancesUpdateResponse>>;
|
|
6037
6568
|
/**
|
|
6038
|
-
*
|
|
6039
|
-
*
|
|
6569
|
+
* Update properties of the provided storage appliance, or update tags associated with the storage
|
|
6570
|
+
* appliance Properties and tag updates can be done independently.
|
|
6040
6571
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6041
6572
|
* @param storageApplianceName The name of the storage appliance.
|
|
6042
6573
|
* @param options The options parameters.
|
|
@@ -6086,22 +6617,6 @@ export declare interface StorageAppliances {
|
|
|
6086
6617
|
* @param options The options parameters.
|
|
6087
6618
|
*/
|
|
6088
6619
|
beginRunReadCommandsAndWait(resourceGroupName: string, storageApplianceName: string, storageApplianceRunReadCommandsParameters: StorageApplianceRunReadCommandsParameters, options?: StorageAppliancesRunReadCommandsOptionalParams): Promise<StorageAppliancesRunReadCommandsResponse>;
|
|
6089
|
-
/**
|
|
6090
|
-
* Validate the hardware of the provided storage appliance.
|
|
6091
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6092
|
-
* @param storageApplianceName The name of the storage appliance.
|
|
6093
|
-
* @param storageApplianceValidateHardwareParameters The request body.
|
|
6094
|
-
* @param options The options parameters.
|
|
6095
|
-
*/
|
|
6096
|
-
beginValidateHardware(resourceGroupName: string, storageApplianceName: string, storageApplianceValidateHardwareParameters: StorageApplianceValidateHardwareParameters, options?: StorageAppliancesValidateHardwareOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliancesValidateHardwareResponse>, StorageAppliancesValidateHardwareResponse>>;
|
|
6097
|
-
/**
|
|
6098
|
-
* Validate the hardware of the provided storage appliance.
|
|
6099
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6100
|
-
* @param storageApplianceName The name of the storage appliance.
|
|
6101
|
-
* @param storageApplianceValidateHardwareParameters The request body.
|
|
6102
|
-
* @param options The options parameters.
|
|
6103
|
-
*/
|
|
6104
|
-
beginValidateHardwareAndWait(resourceGroupName: string, storageApplianceName: string, storageApplianceValidateHardwareParameters: StorageApplianceValidateHardwareParameters, options?: StorageAppliancesValidateHardwareOptionalParams): Promise<StorageAppliancesValidateHardwareResponse>;
|
|
6105
6620
|
}
|
|
6106
6621
|
|
|
6107
6622
|
/** Defines headers for StorageAppliances_createOrUpdate operation. */
|
|
@@ -6245,7 +6760,7 @@ export declare type StorageAppliancesRunReadCommandsResponse = StorageAppliances
|
|
|
6245
6760
|
/** Defines headers for StorageAppliances_update operation. */
|
|
6246
6761
|
export declare interface StorageAppliancesUpdateHeaders {
|
|
6247
6762
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
6248
|
-
|
|
6763
|
+
azureAsyncOperation?: string;
|
|
6249
6764
|
}
|
|
6250
6765
|
|
|
6251
6766
|
/** Optional parameters. */
|
|
@@ -6261,29 +6776,6 @@ export declare interface StorageAppliancesUpdateOptionalParams extends coreClien
|
|
|
6261
6776
|
/** Contains response data for the update operation. */
|
|
6262
6777
|
export declare type StorageAppliancesUpdateResponse = StorageAppliance;
|
|
6263
6778
|
|
|
6264
|
-
/** Defines headers for StorageAppliances_validateHardware operation. */
|
|
6265
|
-
export declare interface StorageAppliancesValidateHardwareHeaders {
|
|
6266
|
-
/** The URL to retrieve the status of the asynchronous operation. */
|
|
6267
|
-
location?: string;
|
|
6268
|
-
}
|
|
6269
|
-
|
|
6270
|
-
/** Optional parameters. */
|
|
6271
|
-
export declare interface StorageAppliancesValidateHardwareOptionalParams extends coreClient.OperationOptions {
|
|
6272
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6273
|
-
updateIntervalInMs?: number;
|
|
6274
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6275
|
-
resumeFrom?: string;
|
|
6276
|
-
}
|
|
6277
|
-
|
|
6278
|
-
/** Contains response data for the validateHardware operation. */
|
|
6279
|
-
export declare type StorageAppliancesValidateHardwareResponse = StorageAppliancesValidateHardwareHeaders;
|
|
6280
|
-
|
|
6281
|
-
/** StorageApplianceValidateHardwareParameters represents the body of the request to validate the physical hardware of a storage appliance. */
|
|
6282
|
-
export declare interface StorageApplianceValidateHardwareParameters {
|
|
6283
|
-
/** The category of hardware validation to perform. */
|
|
6284
|
-
validationCategory: StorageApplianceHardwareValidationCategory;
|
|
6285
|
-
}
|
|
6286
|
-
|
|
6287
6779
|
/** StorageProfile represents information about a disk. */
|
|
6288
6780
|
export declare interface StorageProfile {
|
|
6289
6781
|
/** The disk to use with this virtual machine. */
|
|
@@ -6330,6 +6822,11 @@ export declare interface TrackedResource extends Resource {
|
|
|
6330
6822
|
export declare interface TrunkedNetwork extends TrackedResource {
|
|
6331
6823
|
/** The extended location of the cluster associated with the resource. */
|
|
6332
6824
|
extendedLocation: ExtendedLocation;
|
|
6825
|
+
/**
|
|
6826
|
+
* The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
6827
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
6828
|
+
*/
|
|
6829
|
+
readonly associatedResourceIds?: string[];
|
|
6333
6830
|
/**
|
|
6334
6831
|
* The resource ID of the Network Cloud cluster this trunked network is associated with.
|
|
6335
6832
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6346,11 +6843,11 @@ export declare interface TrunkedNetwork extends TrackedResource {
|
|
|
6346
6843
|
*/
|
|
6347
6844
|
readonly detailedStatusMessage?: string;
|
|
6348
6845
|
/**
|
|
6349
|
-
* The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
|
|
6846
|
+
* Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
|
|
6350
6847
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
6351
6848
|
*/
|
|
6352
6849
|
readonly hybridAksClustersAssociatedIds?: string[];
|
|
6353
|
-
/** The network plugin type for Hybrid AKS. */
|
|
6850
|
+
/** 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. */
|
|
6354
6851
|
hybridAksPluginType?: HybridAksPluginType;
|
|
6355
6852
|
/** 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. */
|
|
6356
6853
|
interfaceName?: string;
|
|
@@ -6362,7 +6859,7 @@ export declare interface TrunkedNetwork extends TrackedResource {
|
|
|
6362
6859
|
*/
|
|
6363
6860
|
readonly provisioningState?: TrunkedNetworkProvisioningState;
|
|
6364
6861
|
/**
|
|
6365
|
-
* The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.
|
|
6862
|
+
* 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.
|
|
6366
6863
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
6367
6864
|
*/
|
|
6368
6865
|
readonly virtualMachinesAssociatedIds?: string[];
|
|
@@ -6370,6 +6867,14 @@ export declare interface TrunkedNetwork extends TrackedResource {
|
|
|
6370
6867
|
vlans: number[];
|
|
6371
6868
|
}
|
|
6372
6869
|
|
|
6870
|
+
/** TrunkedNetworkAttachmentConfiguration represents the configuration of the attachment of a trunked network. */
|
|
6871
|
+
export declare interface TrunkedNetworkAttachmentConfiguration {
|
|
6872
|
+
/** The resource ID of the network that is being configured for attachment. */
|
|
6873
|
+
networkId: string;
|
|
6874
|
+
/** The indicator of how this network will be utilized by the Kubernetes cluster. */
|
|
6875
|
+
pluginType?: KubernetesPluginType;
|
|
6876
|
+
}
|
|
6877
|
+
|
|
6373
6878
|
/**
|
|
6374
6879
|
* Defines values for TrunkedNetworkDetailedStatus. \
|
|
6375
6880
|
* {@link KnownTrunkedNetworkDetailedStatus} can be used interchangeably with TrunkedNetworkDetailedStatus,
|
|
@@ -6580,6 +7085,11 @@ export declare interface VirtualMachine extends TrackedResource {
|
|
|
6580
7085
|
extendedLocation: ExtendedLocation;
|
|
6581
7086
|
/** The name of the administrator to which the ssh public keys will be added into the authorized keys. */
|
|
6582
7087
|
adminUsername: string;
|
|
7088
|
+
/**
|
|
7089
|
+
* The cluster availability zone containing this virtual machine.
|
|
7090
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7091
|
+
*/
|
|
7092
|
+
readonly availabilityZone?: string;
|
|
6583
7093
|
/**
|
|
6584
7094
|
* The resource ID of the bare metal machine the virtual machine has landed to.
|
|
6585
7095
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6662,9 +7172,14 @@ export declare type VirtualMachineBootMethod = string;
|
|
|
6662
7172
|
* {@link KnownVirtualMachineDetailedStatus} can be used interchangeably with VirtualMachineDetailedStatus,
|
|
6663
7173
|
* this enum contains the known values that the service supports.
|
|
6664
7174
|
* ### Known values supported by the service
|
|
6665
|
-
* **Error** \
|
|
6666
7175
|
* **Available** \
|
|
6667
|
-
* **
|
|
7176
|
+
* **Error** \
|
|
7177
|
+
* **Provisioning** \
|
|
7178
|
+
* **Running** \
|
|
7179
|
+
* **Scheduling** \
|
|
7180
|
+
* **Stopped** \
|
|
7181
|
+
* **Terminating** \
|
|
7182
|
+
* **Unknown**
|
|
6668
7183
|
*/
|
|
6669
7184
|
export declare type VirtualMachineDetailedStatus = string;
|
|
6670
7185
|
|
|
@@ -6761,7 +7276,8 @@ export declare interface VirtualMachinePowerOffParameters {
|
|
|
6761
7276
|
* this enum contains the known values that the service supports.
|
|
6762
7277
|
* ### Known values supported by the service
|
|
6763
7278
|
* **On** \
|
|
6764
|
-
* **Off**
|
|
7279
|
+
* **Off** \
|
|
7280
|
+
* **Unknown**
|
|
6765
7281
|
*/
|
|
6766
7282
|
export declare type VirtualMachinePowerState = string;
|
|
6767
7283
|
|
|
@@ -7117,7 +7633,7 @@ export declare type VirtualMachinesStartResponse = VirtualMachinesStartHeaders;
|
|
|
7117
7633
|
/** Defines headers for VirtualMachines_update operation. */
|
|
7118
7634
|
export declare interface VirtualMachinesUpdateHeaders {
|
|
7119
7635
|
/** The URL to retrieve the status of the asynchronous operation. */
|
|
7120
|
-
|
|
7636
|
+
azureAsyncOperation?: string;
|
|
7121
7637
|
}
|
|
7122
7638
|
|
|
7123
7639
|
/** Optional parameters. */
|