@azure/arm-containerservice 14.1.0
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/LICENSE.txt +21 -0
- package/README.md +106 -0
- package/dist/arm-containerservice.js +6451 -0
- package/dist/arm-containerservice.js.map +1 -0
- package/dist/arm-containerservice.min.js +1 -0
- package/dist/arm-containerservice.min.js.map +1 -0
- package/esm/containerServiceClient.d.ts +32 -0
- package/esm/containerServiceClient.d.ts.map +1 -0
- package/esm/containerServiceClient.js +45 -0
- package/esm/containerServiceClient.js.map +1 -0
- package/esm/containerServiceClientContext.d.ts +23 -0
- package/esm/containerServiceClientContext.d.ts.map +1 -0
- package/esm/containerServiceClientContext.js +61 -0
- package/esm/containerServiceClientContext.js.map +1 -0
- package/esm/models/agentPoolsMappers.d.ts +2 -0
- package/esm/models/agentPoolsMappers.d.ts.map +1 -0
- package/esm/models/agentPoolsMappers.js +9 -0
- package/esm/models/agentPoolsMappers.js.map +1 -0
- package/esm/models/index.d.ts +3479 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +8 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/maintenanceConfigurationsMappers.d.ts +2 -0
- package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -0
- package/esm/models/maintenanceConfigurationsMappers.js +9 -0
- package/esm/models/maintenanceConfigurationsMappers.js.map +1 -0
- package/esm/models/managedClustersMappers.d.ts +2 -0
- package/esm/models/managedClustersMappers.d.ts.map +1 -0
- package/esm/models/managedClustersMappers.js +9 -0
- package/esm/models/managedClustersMappers.js.map +1 -0
- package/esm/models/mappers.d.ts +88 -0
- package/esm/models/mappers.d.ts.map +1 -0
- package/esm/models/mappers.js +3516 -0
- package/esm/models/mappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +2 -0
- package/esm/models/operationsMappers.d.ts.map +1 -0
- package/esm/models/operationsMappers.js +9 -0
- package/esm/models/operationsMappers.js.map +1 -0
- package/esm/models/parameters.d.ts +16 -0
- package/esm/models/parameters.d.ts.map +1 -0
- package/esm/models/parameters.js +162 -0
- package/esm/models/parameters.js.map +1 -0
- package/esm/models/privateEndpointConnectionsMappers.d.ts +2 -0
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -0
- package/esm/models/privateEndpointConnectionsMappers.js +9 -0
- package/esm/models/privateEndpointConnectionsMappers.js.map +1 -0
- package/esm/models/privateLinkResourcesMappers.d.ts +2 -0
- package/esm/models/privateLinkResourcesMappers.d.ts.map +1 -0
- package/esm/models/privateLinkResourcesMappers.js +9 -0
- package/esm/models/privateLinkResourcesMappers.js.map +1 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.d.ts +2 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.d.ts.map +1 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.js +9 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.js.map +1 -0
- package/esm/models/snapshotsMappers.d.ts +2 -0
- package/esm/models/snapshotsMappers.d.ts.map +1 -0
- package/esm/models/snapshotsMappers.js +9 -0
- package/esm/models/snapshotsMappers.js.map +1 -0
- package/esm/operations/agentPools.d.ts +187 -0
- package/esm/operations/agentPools.d.ts.map +1 -0
- package/esm/operations/agentPools.js +359 -0
- package/esm/operations/agentPools.js.map +1 -0
- package/esm/operations/index.d.ts +9 -0
- package/esm/operations/index.d.ts.map +1 -0
- package/esm/operations/index.js +17 -0
- package/esm/operations/index.js.map +1 -0
- package/esm/operations/maintenanceConfigurations.d.ts +127 -0
- package/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/esm/operations/maintenanceConfigurations.js +190 -0
- package/esm/operations/maintenanceConfigurations.js.map +1 -0
- package/esm/operations/managedClusters.d.ts +487 -0
- package/esm/operations/managedClusters.d.ts.map +1 -0
- package/esm/operations/managedClusters.js +956 -0
- package/esm/operations/managedClusters.js.map +1 -0
- package/esm/operations/operations.d.ts +28 -0
- package/esm/operations/operations.d.ts.map +1 -0
- package/esm/operations/operations.js +50 -0
- package/esm/operations/operations.js.map +1 -0
- package/esm/operations/privateEndpointConnections.d.ts +106 -0
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/esm/operations/privateEndpointConnections.js +181 -0
- package/esm/operations/privateEndpointConnections.js.map +1 -0
- package/esm/operations/privateLinkResources.d.ts +35 -0
- package/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/esm/operations/privateLinkResources.js +57 -0
- package/esm/operations/privateLinkResources.js.map +1 -0
- package/esm/operations/resolvePrivateLinkServiceId.d.ts +37 -0
- package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/esm/operations/resolvePrivateLinkServiceId.js +63 -0
- package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -0
- package/esm/operations/snapshots.d.ts +172 -0
- package/esm/operations/snapshots.d.ts.map +1 -0
- package/esm/operations/snapshots.js +277 -0
- package/esm/operations/snapshots.js.map +1 -0
- package/package.json +59 -0
- package/rollup.config.js +37 -0
- package/src/containerServiceClient.ts +62 -0
- package/src/containerServiceClientContext.ts +68 -0
- package/src/models/agentPoolsMappers.ts +72 -0
- package/src/models/index.ts +3679 -0
- package/src/models/maintenanceConfigurationsMappers.ts +68 -0
- package/src/models/managedClustersMappers.ts +82 -0
- package/src/models/mappers.ts +3695 -0
- package/src/models/operationsMappers.ts +13 -0
- package/src/models/parameters.ts +164 -0
- package/src/models/privateEndpointConnectionsMappers.ts +68 -0
- package/src/models/privateLinkResourcesMappers.ts +13 -0
- package/src/models/resolvePrivateLinkServiceIdMappers.ts +12 -0
- package/src/models/snapshotsMappers.ts +69 -0
- package/src/operations/agentPools.ts +519 -0
- package/src/operations/index.ts +17 -0
- package/src/operations/maintenanceConfigurations.ts +334 -0
- package/src/operations/managedClusters.ts +1391 -0
- package/src/operations/operations.ts +73 -0
- package/src/operations/privateEndpointConnections.ts +282 -0
- package/src/operations/privateLinkResources.ts +87 -0
- package/src/operations/resolvePrivateLinkServiceId.ts +97 -0
- package/src/operations/snapshots.ts +484 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { AgentPool, AgentPoolUpgradeSettings, BaseResource, CloudError, ContainerServiceLinuxProfile, ContainerServiceNetworkProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, CreationData, ExtendedLocation, KubeletConfig, LinuxOSConfig, MaintenanceConfiguration, MaintenanceConfigurationListResult, ManagedCluster, ManagedClusterAADProfile, ManagedClusterAccessProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterAgentPoolProfile, ManagedClusterAgentPoolProfileProperties, ManagedClusterAPIServerAccessProfile, ManagedClusterAutoUpgradeProfile, ManagedClusterHTTPProxyConfig, ManagedClusterIdentity, ManagedClusterIdentityUserAssignedIdentitiesValue, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, ManagedClusterManagedOutboundIPProfile, ManagedClusterNATGatewayProfile, ManagedClusterPodIdentity, ManagedClusterPodIdentityException, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPropertiesAutoScalerProfile, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileAzureDefender, ManagedClusterServicePrincipalProfile, ManagedClusterSKU, ManagedClusterWindowsProfile, PowerState, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, Resource, ResourceReference, Snapshot, SubResource, SysctlConfig, SystemData, TimeInWeek, TimeSpan, UserAssignedIdentity } from "../models/mappers";
|
|
2
|
+
//# sourceMappingURL=maintenanceConfigurationsMappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maintenanceConfigurationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/maintenanceConfigurationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,SAAS,EACT,wBAAwB,EACxB,YAAY,EACZ,UAAU,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,gCAAgC,EAChC,4BAA4B,EAC5B,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,wBAAwB,EACxB,kCAAkC,EAClC,cAAc,EACd,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,kCAAkC,EAClC,8BAA8B,EAC9B,wCAAwC,EACxC,oCAAoC,EACpC,gCAAgC,EAChC,6BAA6B,EAC7B,sBAAsB,EACtB,iDAAiD,EACjD,iCAAiC,EACjC,mDAAmD,EACnD,mDAAmD,EACnD,4CAA4C,EAC5C,sCAAsC,EACtC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,gCAAgC,EAChC,0CAA0C,EAC1C,8CAA8C,EAC9C,yCAAyC,EACzC,yCAAyC,EACzC,6BAA6B,EAC7B,0CAA0C,EAC1C,qCAAqC,EACrC,iBAAiB,EACjB,4BAA4B,EAC5B,UAAU,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,QAAQ,EACR,iBAAiB,EACjB,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,UAAU,EACV,UAAU,EACV,QAAQ,EACR,oBAAoB,EACrB,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export { AgentPool, AgentPoolUpgradeSettings, BaseResource, CloudError, ContainerServiceLinuxProfile, ContainerServiceNetworkProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, CreationData, ExtendedLocation, KubeletConfig, LinuxOSConfig, MaintenanceConfiguration, MaintenanceConfigurationListResult, ManagedCluster, ManagedClusterAADProfile, ManagedClusterAccessProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterAgentPoolProfile, ManagedClusterAgentPoolProfileProperties, ManagedClusterAPIServerAccessProfile, ManagedClusterAutoUpgradeProfile, ManagedClusterHTTPProxyConfig, ManagedClusterIdentity, ManagedClusterIdentityUserAssignedIdentitiesValue, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, ManagedClusterManagedOutboundIPProfile, ManagedClusterNATGatewayProfile, ManagedClusterPodIdentity, ManagedClusterPodIdentityException, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPropertiesAutoScalerProfile, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileAzureDefender, ManagedClusterServicePrincipalProfile, ManagedClusterSKU, ManagedClusterWindowsProfile, PowerState, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, Resource, ResourceReference, Snapshot, SubResource, SysctlConfig, SystemData, TimeInWeek, TimeSpan, UserAssignedIdentity } from "../models/mappers";
|
|
9
|
+
//# sourceMappingURL=maintenanceConfigurationsMappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maintenanceConfigurationsMappers.js","sourceRoot":"","sources":["../../src/models/maintenanceConfigurationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,SAAS,EACT,wBAAwB,EACxB,YAAY,EACZ,UAAU,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,gCAAgC,EAChC,4BAA4B,EAC5B,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,wBAAwB,EACxB,kCAAkC,EAClC,cAAc,EACd,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,kCAAkC,EAClC,8BAA8B,EAC9B,wCAAwC,EACxC,oCAAoC,EACpC,gCAAgC,EAChC,6BAA6B,EAC7B,sBAAsB,EACtB,iDAAiD,EACjD,iCAAiC,EACjC,mDAAmD,EACnD,mDAAmD,EACnD,4CAA4C,EAC5C,sCAAsC,EACtC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,gCAAgC,EAChC,0CAA0C,EAC1C,8CAA8C,EAC9C,yCAAyC,EACzC,yCAAyC,EACzC,6BAA6B,EAC7B,0CAA0C,EAC1C,qCAAqC,EACrC,iBAAiB,EACjB,4BAA4B,EAC5B,UAAU,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,QAAQ,EACR,iBAAiB,EACjB,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,UAAU,EACV,UAAU,EACV,QAAQ,EACR,oBAAoB,EACrB,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { AgentPool, AgentPoolUpgradeSettings, BaseResource, CloudError, ContainerServiceLinuxProfile, ContainerServiceNetworkProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, CreationData, CredentialResult, CredentialResults, EndpointDependency, EndpointDetail, ExtendedLocation, KubeletConfig, LinuxOSConfig, MaintenanceConfiguration, ManagedCluster, ManagedClusterAADProfile, ManagedClusterAccessProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterAgentPoolProfile, ManagedClusterAgentPoolProfileProperties, ManagedClusterAPIServerAccessProfile, ManagedClusterAutoUpgradeProfile, ManagedClusterHTTPProxyConfig, ManagedClusterIdentity, ManagedClusterIdentityUserAssignedIdentitiesValue, ManagedClusterListResult, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, ManagedClusterManagedOutboundIPProfile, ManagedClusterNATGatewayProfile, ManagedClusterPodIdentity, ManagedClusterPodIdentityException, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPoolUpgradeProfile, ManagedClusterPoolUpgradeProfileUpgradesItem, ManagedClusterPropertiesAutoScalerProfile, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileAzureDefender, ManagedClusterServicePrincipalProfile, ManagedClusterSKU, ManagedClusterUpgradeProfile, ManagedClusterWindowsProfile, OSOptionProfile, OSOptionProperty, OutboundEnvironmentEndpoint, OutboundEnvironmentEndpointCollection, PowerState, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, Resource, ResourceReference, RunCommandRequest, RunCommandResult, Snapshot, SubResource, SysctlConfig, SystemData, TagsObject, TimeInWeek, TimeSpan, UserAssignedIdentity } from "../models/mappers";
|
|
2
|
+
//# sourceMappingURL=managedClustersMappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedClustersMappers.d.ts","sourceRoot":"","sources":["../../src/models/managedClustersMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,SAAS,EACT,wBAAwB,EACxB,YAAY,EACZ,UAAU,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,gCAAgC,EAChC,4BAA4B,EAC5B,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,wBAAwB,EACxB,cAAc,EACd,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,kCAAkC,EAClC,8BAA8B,EAC9B,wCAAwC,EACxC,oCAAoC,EACpC,gCAAgC,EAChC,6BAA6B,EAC7B,sBAAsB,EACtB,iDAAiD,EACjD,wBAAwB,EACxB,iCAAiC,EACjC,mDAAmD,EACnD,mDAAmD,EACnD,4CAA4C,EAC5C,sCAAsC,EACtC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,gCAAgC,EAChC,0CAA0C,EAC1C,8CAA8C,EAC9C,yCAAyC,EACzC,gCAAgC,EAChC,4CAA4C,EAC5C,yCAAyC,EACzC,6BAA6B,EAC7B,0CAA0C,EAC1C,qCAAqC,EACrC,iBAAiB,EACjB,4BAA4B,EAC5B,4BAA4B,EAC5B,eAAe,EACf,gBAAgB,EAChB,2BAA2B,EAC3B,qCAAqC,EACrC,UAAU,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,QAAQ,EACR,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,UAAU,EACV,UAAU,EACV,UAAU,EACV,QAAQ,EACR,oBAAoB,EACrB,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export { AgentPool, AgentPoolUpgradeSettings, BaseResource, CloudError, ContainerServiceLinuxProfile, ContainerServiceNetworkProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, CreationData, CredentialResult, CredentialResults, EndpointDependency, EndpointDetail, ExtendedLocation, KubeletConfig, LinuxOSConfig, MaintenanceConfiguration, ManagedCluster, ManagedClusterAADProfile, ManagedClusterAccessProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterAgentPoolProfile, ManagedClusterAgentPoolProfileProperties, ManagedClusterAPIServerAccessProfile, ManagedClusterAutoUpgradeProfile, ManagedClusterHTTPProxyConfig, ManagedClusterIdentity, ManagedClusterIdentityUserAssignedIdentitiesValue, ManagedClusterListResult, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, ManagedClusterManagedOutboundIPProfile, ManagedClusterNATGatewayProfile, ManagedClusterPodIdentity, ManagedClusterPodIdentityException, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPoolUpgradeProfile, ManagedClusterPoolUpgradeProfileUpgradesItem, ManagedClusterPropertiesAutoScalerProfile, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileAzureDefender, ManagedClusterServicePrincipalProfile, ManagedClusterSKU, ManagedClusterUpgradeProfile, ManagedClusterWindowsProfile, OSOptionProfile, OSOptionProperty, OutboundEnvironmentEndpoint, OutboundEnvironmentEndpointCollection, PowerState, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, Resource, ResourceReference, RunCommandRequest, RunCommandResult, Snapshot, SubResource, SysctlConfig, SystemData, TagsObject, TimeInWeek, TimeSpan, UserAssignedIdentity } from "../models/mappers";
|
|
9
|
+
//# sourceMappingURL=managedClustersMappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedClustersMappers.js","sourceRoot":"","sources":["../../src/models/managedClustersMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,SAAS,EACT,wBAAwB,EACxB,YAAY,EACZ,UAAU,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,gCAAgC,EAChC,4BAA4B,EAC5B,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,wBAAwB,EACxB,cAAc,EACd,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,kCAAkC,EAClC,8BAA8B,EAC9B,wCAAwC,EACxC,oCAAoC,EACpC,gCAAgC,EAChC,6BAA6B,EAC7B,sBAAsB,EACtB,iDAAiD,EACjD,wBAAwB,EACxB,iCAAiC,EACjC,mDAAmD,EACnD,mDAAmD,EACnD,4CAA4C,EAC5C,sCAAsC,EACtC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,gCAAgC,EAChC,0CAA0C,EAC1C,8CAA8C,EAC9C,yCAAyC,EACzC,gCAAgC,EAChC,4CAA4C,EAC5C,yCAAyC,EACzC,6BAA6B,EAC7B,0CAA0C,EAC1C,qCAAqC,EACrC,iBAAiB,EACjB,4BAA4B,EAC5B,4BAA4B,EAC5B,eAAe,EACf,gBAAgB,EAChB,2BAA2B,EAC3B,qCAAqC,EACrC,UAAU,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,QAAQ,EACR,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,UAAU,EACV,UAAU,EACV,UAAU,EACV,QAAQ,EACR,oBAAoB,EACrB,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
+
export declare const CloudError: msRest.CompositeMapper;
|
|
3
|
+
export declare const BaseResource: msRest.CompositeMapper;
|
|
4
|
+
export declare const OperationValue: msRest.CompositeMapper;
|
|
5
|
+
export declare const Resource: msRest.CompositeMapper;
|
|
6
|
+
export declare const SubResource: msRest.CompositeMapper;
|
|
7
|
+
export declare const TagsObject: msRest.CompositeMapper;
|
|
8
|
+
export declare const ManagedClusterServicePrincipalProfile: msRest.CompositeMapper;
|
|
9
|
+
export declare const ContainerServiceMasterProfile: msRest.CompositeMapper;
|
|
10
|
+
export declare const AgentPoolUpgradeSettings: msRest.CompositeMapper;
|
|
11
|
+
export declare const PowerState: msRest.CompositeMapper;
|
|
12
|
+
export declare const KubeletConfig: msRest.CompositeMapper;
|
|
13
|
+
export declare const SysctlConfig: msRest.CompositeMapper;
|
|
14
|
+
export declare const LinuxOSConfig: msRest.CompositeMapper;
|
|
15
|
+
export declare const CreationData: msRest.CompositeMapper;
|
|
16
|
+
export declare const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper;
|
|
17
|
+
export declare const ManagedClusterAgentPoolProfile: msRest.CompositeMapper;
|
|
18
|
+
export declare const AgentPool: msRest.CompositeMapper;
|
|
19
|
+
export declare const ManagedClusterWindowsProfile: msRest.CompositeMapper;
|
|
20
|
+
export declare const ContainerServiceSshPublicKey: msRest.CompositeMapper;
|
|
21
|
+
export declare const ContainerServiceSshConfiguration: msRest.CompositeMapper;
|
|
22
|
+
export declare const ContainerServiceLinuxProfile: msRest.CompositeMapper;
|
|
23
|
+
export declare const ManagedClusterLoadBalancerProfileManagedOutboundIPs: msRest.CompositeMapper;
|
|
24
|
+
export declare const ResourceReference: msRest.CompositeMapper;
|
|
25
|
+
export declare const ManagedClusterLoadBalancerProfileOutboundIPPrefixes: msRest.CompositeMapper;
|
|
26
|
+
export declare const ManagedClusterLoadBalancerProfileOutboundIPs: msRest.CompositeMapper;
|
|
27
|
+
export declare const ManagedClusterLoadBalancerProfile: msRest.CompositeMapper;
|
|
28
|
+
export declare const ManagedClusterManagedOutboundIPProfile: msRest.CompositeMapper;
|
|
29
|
+
export declare const ManagedClusterNATGatewayProfile: msRest.CompositeMapper;
|
|
30
|
+
export declare const ContainerServiceNetworkProfile: msRest.CompositeMapper;
|
|
31
|
+
export declare const SystemData: msRest.CompositeMapper;
|
|
32
|
+
export declare const TimeInWeek: msRest.CompositeMapper;
|
|
33
|
+
export declare const TimeSpan: msRest.CompositeMapper;
|
|
34
|
+
export declare const MaintenanceConfiguration: msRest.CompositeMapper;
|
|
35
|
+
export declare const RunCommandRequest: msRest.CompositeMapper;
|
|
36
|
+
export declare const RunCommandResult: msRest.CompositeMapper;
|
|
37
|
+
export declare const ContainerServiceVMDiagnostics: msRest.CompositeMapper;
|
|
38
|
+
export declare const ContainerServiceDiagnosticsProfile: msRest.CompositeMapper;
|
|
39
|
+
export declare const ManagedClusterSKU: msRest.CompositeMapper;
|
|
40
|
+
export declare const ExtendedLocation: msRest.CompositeMapper;
|
|
41
|
+
export declare const ManagedClusterIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper;
|
|
42
|
+
export declare const ManagedClusterIdentity: msRest.CompositeMapper;
|
|
43
|
+
export declare const UserAssignedIdentity: msRest.CompositeMapper;
|
|
44
|
+
export declare const ManagedClusterAddonProfileIdentity: msRest.CompositeMapper;
|
|
45
|
+
export declare const ManagedClusterAddonProfile: msRest.CompositeMapper;
|
|
46
|
+
export declare const ManagedClusterPodIdentityProvisioningErrorBody: msRest.CompositeMapper;
|
|
47
|
+
export declare const ManagedClusterPodIdentityProvisioningError: msRest.CompositeMapper;
|
|
48
|
+
export declare const ManagedClusterPodIdentityProvisioningInfo: msRest.CompositeMapper;
|
|
49
|
+
export declare const ManagedClusterPodIdentity: msRest.CompositeMapper;
|
|
50
|
+
export declare const ManagedClusterPodIdentityException: msRest.CompositeMapper;
|
|
51
|
+
export declare const ManagedClusterPodIdentityProfile: msRest.CompositeMapper;
|
|
52
|
+
export declare const ManagedClusterAADProfile: msRest.CompositeMapper;
|
|
53
|
+
export declare const ManagedClusterAutoUpgradeProfile: msRest.CompositeMapper;
|
|
54
|
+
export declare const ManagedClusterPropertiesAutoScalerProfile: msRest.CompositeMapper;
|
|
55
|
+
export declare const ManagedClusterAPIServerAccessProfile: msRest.CompositeMapper;
|
|
56
|
+
export declare const PrivateLinkResource: msRest.CompositeMapper;
|
|
57
|
+
export declare const ManagedClusterHTTPProxyConfig: msRest.CompositeMapper;
|
|
58
|
+
export declare const ManagedClusterSecurityProfileAzureDefender: msRest.CompositeMapper;
|
|
59
|
+
export declare const ManagedClusterSecurityProfile: msRest.CompositeMapper;
|
|
60
|
+
export declare const ManagedCluster: msRest.CompositeMapper;
|
|
61
|
+
export declare const ManagedClusterAccessProfile: msRest.CompositeMapper;
|
|
62
|
+
export declare const ManagedClusterPoolUpgradeProfileUpgradesItem: msRest.CompositeMapper;
|
|
63
|
+
export declare const ManagedClusterPoolUpgradeProfile: msRest.CompositeMapper;
|
|
64
|
+
export declare const ManagedClusterUpgradeProfile: msRest.CompositeMapper;
|
|
65
|
+
export declare const AgentPoolUpgradeProfilePropertiesUpgradesItem: msRest.CompositeMapper;
|
|
66
|
+
export declare const AgentPoolUpgradeProfile: msRest.CompositeMapper;
|
|
67
|
+
export declare const AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: msRest.CompositeMapper;
|
|
68
|
+
export declare const AgentPoolAvailableVersions: msRest.CompositeMapper;
|
|
69
|
+
export declare const CredentialResult: msRest.CompositeMapper;
|
|
70
|
+
export declare const CredentialResults: msRest.CompositeMapper;
|
|
71
|
+
export declare const PrivateEndpoint: msRest.CompositeMapper;
|
|
72
|
+
export declare const PrivateLinkServiceConnectionState: msRest.CompositeMapper;
|
|
73
|
+
export declare const PrivateEndpointConnection: msRest.CompositeMapper;
|
|
74
|
+
export declare const PrivateEndpointConnectionListResult: msRest.CompositeMapper;
|
|
75
|
+
export declare const PrivateLinkResourcesListResult: msRest.CompositeMapper;
|
|
76
|
+
export declare const OSOptionProperty: msRest.CompositeMapper;
|
|
77
|
+
export declare const OSOptionProfile: msRest.CompositeMapper;
|
|
78
|
+
export declare const EndpointDetail: msRest.CompositeMapper;
|
|
79
|
+
export declare const EndpointDependency: msRest.CompositeMapper;
|
|
80
|
+
export declare const OutboundEnvironmentEndpoint: msRest.CompositeMapper;
|
|
81
|
+
export declare const Snapshot: msRest.CompositeMapper;
|
|
82
|
+
export declare const OperationListResult: msRest.CompositeMapper;
|
|
83
|
+
export declare const ManagedClusterListResult: msRest.CompositeMapper;
|
|
84
|
+
export declare const OutboundEnvironmentEndpointCollection: msRest.CompositeMapper;
|
|
85
|
+
export declare const MaintenanceConfigurationListResult: msRest.CompositeMapper;
|
|
86
|
+
export declare const AgentPoolListResult: msRest.CompositeMapper;
|
|
87
|
+
export declare const SnapshotListResult: msRest.CompositeMapper;
|
|
88
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,3516 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __assign } from "tslib";
|
|
9
|
+
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
10
|
+
export var CloudError = CloudErrorMapper;
|
|
11
|
+
export var BaseResource = BaseResourceMapper;
|
|
12
|
+
export var OperationValue = {
|
|
13
|
+
serializedName: "OperationValue",
|
|
14
|
+
type: {
|
|
15
|
+
name: "Composite",
|
|
16
|
+
className: "OperationValue",
|
|
17
|
+
modelProperties: {
|
|
18
|
+
origin: {
|
|
19
|
+
readOnly: true,
|
|
20
|
+
serializedName: "origin",
|
|
21
|
+
type: {
|
|
22
|
+
name: "String"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
name: {
|
|
26
|
+
readOnly: true,
|
|
27
|
+
serializedName: "name",
|
|
28
|
+
type: {
|
|
29
|
+
name: "String"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
operation: {
|
|
33
|
+
readOnly: true,
|
|
34
|
+
serializedName: "display.operation",
|
|
35
|
+
type: {
|
|
36
|
+
name: "String"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
resource: {
|
|
40
|
+
readOnly: true,
|
|
41
|
+
serializedName: "display.resource",
|
|
42
|
+
type: {
|
|
43
|
+
name: "String"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
description: {
|
|
47
|
+
readOnly: true,
|
|
48
|
+
serializedName: "display.description",
|
|
49
|
+
type: {
|
|
50
|
+
name: "String"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
provider: {
|
|
54
|
+
readOnly: true,
|
|
55
|
+
serializedName: "display.provider",
|
|
56
|
+
type: {
|
|
57
|
+
name: "String"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
export var Resource = {
|
|
64
|
+
serializedName: "Resource",
|
|
65
|
+
type: {
|
|
66
|
+
name: "Composite",
|
|
67
|
+
className: "Resource",
|
|
68
|
+
modelProperties: {
|
|
69
|
+
id: {
|
|
70
|
+
readOnly: true,
|
|
71
|
+
serializedName: "id",
|
|
72
|
+
type: {
|
|
73
|
+
name: "String"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
name: {
|
|
77
|
+
readOnly: true,
|
|
78
|
+
serializedName: "name",
|
|
79
|
+
type: {
|
|
80
|
+
name: "String"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
type: {
|
|
84
|
+
readOnly: true,
|
|
85
|
+
serializedName: "type",
|
|
86
|
+
type: {
|
|
87
|
+
name: "String"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
location: {
|
|
91
|
+
required: true,
|
|
92
|
+
serializedName: "location",
|
|
93
|
+
type: {
|
|
94
|
+
name: "String"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
tags: {
|
|
98
|
+
serializedName: "tags",
|
|
99
|
+
type: {
|
|
100
|
+
name: "Dictionary",
|
|
101
|
+
value: {
|
|
102
|
+
type: {
|
|
103
|
+
name: "String"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
export var SubResource = {
|
|
112
|
+
serializedName: "SubResource",
|
|
113
|
+
type: {
|
|
114
|
+
name: "Composite",
|
|
115
|
+
className: "SubResource",
|
|
116
|
+
modelProperties: {
|
|
117
|
+
id: {
|
|
118
|
+
readOnly: true,
|
|
119
|
+
serializedName: "id",
|
|
120
|
+
type: {
|
|
121
|
+
name: "String"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
name: {
|
|
125
|
+
readOnly: true,
|
|
126
|
+
serializedName: "name",
|
|
127
|
+
type: {
|
|
128
|
+
name: "String"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
type: {
|
|
132
|
+
readOnly: true,
|
|
133
|
+
serializedName: "type",
|
|
134
|
+
type: {
|
|
135
|
+
name: "String"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
export var TagsObject = {
|
|
142
|
+
serializedName: "TagsObject",
|
|
143
|
+
type: {
|
|
144
|
+
name: "Composite",
|
|
145
|
+
className: "TagsObject",
|
|
146
|
+
modelProperties: {
|
|
147
|
+
tags: {
|
|
148
|
+
serializedName: "tags",
|
|
149
|
+
type: {
|
|
150
|
+
name: "Dictionary",
|
|
151
|
+
value: {
|
|
152
|
+
type: {
|
|
153
|
+
name: "String"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
};
|
|
161
|
+
export var ManagedClusterServicePrincipalProfile = {
|
|
162
|
+
serializedName: "ManagedClusterServicePrincipalProfile",
|
|
163
|
+
type: {
|
|
164
|
+
name: "Composite",
|
|
165
|
+
className: "ManagedClusterServicePrincipalProfile",
|
|
166
|
+
modelProperties: {
|
|
167
|
+
clientId: {
|
|
168
|
+
required: true,
|
|
169
|
+
serializedName: "clientId",
|
|
170
|
+
type: {
|
|
171
|
+
name: "String"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
secret: {
|
|
175
|
+
serializedName: "secret",
|
|
176
|
+
type: {
|
|
177
|
+
name: "String"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
};
|
|
183
|
+
export var ContainerServiceMasterProfile = {
|
|
184
|
+
serializedName: "ContainerServiceMasterProfile",
|
|
185
|
+
type: {
|
|
186
|
+
name: "Composite",
|
|
187
|
+
className: "ContainerServiceMasterProfile",
|
|
188
|
+
modelProperties: {
|
|
189
|
+
count: {
|
|
190
|
+
serializedName: "count",
|
|
191
|
+
defaultValue: 1,
|
|
192
|
+
type: {
|
|
193
|
+
name: "Number"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
dnsPrefix: {
|
|
197
|
+
required: true,
|
|
198
|
+
serializedName: "dnsPrefix",
|
|
199
|
+
type: {
|
|
200
|
+
name: "String"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
vmSize: {
|
|
204
|
+
required: true,
|
|
205
|
+
serializedName: "vmSize",
|
|
206
|
+
type: {
|
|
207
|
+
name: "String"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
osDiskSizeGB: {
|
|
211
|
+
serializedName: "osDiskSizeGB",
|
|
212
|
+
type: {
|
|
213
|
+
name: "Number"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
vnetSubnetID: {
|
|
217
|
+
serializedName: "vnetSubnetID",
|
|
218
|
+
type: {
|
|
219
|
+
name: "String"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
firstConsecutiveStaticIP: {
|
|
223
|
+
serializedName: "firstConsecutiveStaticIP",
|
|
224
|
+
defaultValue: '10.240.255.5',
|
|
225
|
+
type: {
|
|
226
|
+
name: "String"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
storageProfile: {
|
|
230
|
+
serializedName: "storageProfile",
|
|
231
|
+
type: {
|
|
232
|
+
name: "String"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
fqdn: {
|
|
236
|
+
readOnly: true,
|
|
237
|
+
serializedName: "fqdn",
|
|
238
|
+
type: {
|
|
239
|
+
name: "String"
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
};
|
|
245
|
+
export var AgentPoolUpgradeSettings = {
|
|
246
|
+
serializedName: "AgentPoolUpgradeSettings",
|
|
247
|
+
type: {
|
|
248
|
+
name: "Composite",
|
|
249
|
+
className: "AgentPoolUpgradeSettings",
|
|
250
|
+
modelProperties: {
|
|
251
|
+
maxSurge: {
|
|
252
|
+
serializedName: "maxSurge",
|
|
253
|
+
type: {
|
|
254
|
+
name: "String"
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
};
|
|
260
|
+
export var PowerState = {
|
|
261
|
+
serializedName: "PowerState",
|
|
262
|
+
type: {
|
|
263
|
+
name: "Composite",
|
|
264
|
+
className: "PowerState",
|
|
265
|
+
modelProperties: {
|
|
266
|
+
code: {
|
|
267
|
+
serializedName: "code",
|
|
268
|
+
type: {
|
|
269
|
+
name: "String"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
};
|
|
275
|
+
export var KubeletConfig = {
|
|
276
|
+
serializedName: "KubeletConfig",
|
|
277
|
+
type: {
|
|
278
|
+
name: "Composite",
|
|
279
|
+
className: "KubeletConfig",
|
|
280
|
+
modelProperties: {
|
|
281
|
+
cpuManagerPolicy: {
|
|
282
|
+
serializedName: "cpuManagerPolicy",
|
|
283
|
+
type: {
|
|
284
|
+
name: "String"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
cpuCfsQuota: {
|
|
288
|
+
serializedName: "cpuCfsQuota",
|
|
289
|
+
type: {
|
|
290
|
+
name: "Boolean"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
cpuCfsQuotaPeriod: {
|
|
294
|
+
serializedName: "cpuCfsQuotaPeriod",
|
|
295
|
+
type: {
|
|
296
|
+
name: "String"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
imageGcHighThreshold: {
|
|
300
|
+
serializedName: "imageGcHighThreshold",
|
|
301
|
+
type: {
|
|
302
|
+
name: "Number"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
imageGcLowThreshold: {
|
|
306
|
+
serializedName: "imageGcLowThreshold",
|
|
307
|
+
type: {
|
|
308
|
+
name: "Number"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
topologyManagerPolicy: {
|
|
312
|
+
serializedName: "topologyManagerPolicy",
|
|
313
|
+
type: {
|
|
314
|
+
name: "String"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
allowedUnsafeSysctls: {
|
|
318
|
+
serializedName: "allowedUnsafeSysctls",
|
|
319
|
+
type: {
|
|
320
|
+
name: "Sequence",
|
|
321
|
+
element: {
|
|
322
|
+
type: {
|
|
323
|
+
name: "String"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
failSwapOn: {
|
|
329
|
+
serializedName: "failSwapOn",
|
|
330
|
+
type: {
|
|
331
|
+
name: "Boolean"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
containerLogMaxSizeMB: {
|
|
335
|
+
serializedName: "containerLogMaxSizeMB",
|
|
336
|
+
type: {
|
|
337
|
+
name: "Number"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
containerLogMaxFiles: {
|
|
341
|
+
serializedName: "containerLogMaxFiles",
|
|
342
|
+
constraints: {
|
|
343
|
+
InclusiveMinimum: 2
|
|
344
|
+
},
|
|
345
|
+
type: {
|
|
346
|
+
name: "Number"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
podMaxPids: {
|
|
350
|
+
serializedName: "podMaxPids",
|
|
351
|
+
type: {
|
|
352
|
+
name: "Number"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
export var SysctlConfig = {
|
|
359
|
+
serializedName: "SysctlConfig",
|
|
360
|
+
type: {
|
|
361
|
+
name: "Composite",
|
|
362
|
+
className: "SysctlConfig",
|
|
363
|
+
modelProperties: {
|
|
364
|
+
netCoreSomaxconn: {
|
|
365
|
+
serializedName: "netCoreSomaxconn",
|
|
366
|
+
type: {
|
|
367
|
+
name: "Number"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
netCoreNetdevMaxBacklog: {
|
|
371
|
+
serializedName: "netCoreNetdevMaxBacklog",
|
|
372
|
+
type: {
|
|
373
|
+
name: "Number"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
netCoreRmemDefault: {
|
|
377
|
+
serializedName: "netCoreRmemDefault",
|
|
378
|
+
type: {
|
|
379
|
+
name: "Number"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
netCoreRmemMax: {
|
|
383
|
+
serializedName: "netCoreRmemMax",
|
|
384
|
+
type: {
|
|
385
|
+
name: "Number"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
netCoreWmemDefault: {
|
|
389
|
+
serializedName: "netCoreWmemDefault",
|
|
390
|
+
type: {
|
|
391
|
+
name: "Number"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
netCoreWmemMax: {
|
|
395
|
+
serializedName: "netCoreWmemMax",
|
|
396
|
+
type: {
|
|
397
|
+
name: "Number"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
netCoreOptmemMax: {
|
|
401
|
+
serializedName: "netCoreOptmemMax",
|
|
402
|
+
type: {
|
|
403
|
+
name: "Number"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
netIpv4TcpMaxSynBacklog: {
|
|
407
|
+
serializedName: "netIpv4TcpMaxSynBacklog",
|
|
408
|
+
type: {
|
|
409
|
+
name: "Number"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
netIpv4TcpMaxTwBuckets: {
|
|
413
|
+
serializedName: "netIpv4TcpMaxTwBuckets",
|
|
414
|
+
type: {
|
|
415
|
+
name: "Number"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
netIpv4TcpFinTimeout: {
|
|
419
|
+
serializedName: "netIpv4TcpFinTimeout",
|
|
420
|
+
type: {
|
|
421
|
+
name: "Number"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
netIpv4TcpKeepaliveTime: {
|
|
425
|
+
serializedName: "netIpv4TcpKeepaliveTime",
|
|
426
|
+
type: {
|
|
427
|
+
name: "Number"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
netIpv4TcpKeepaliveProbes: {
|
|
431
|
+
serializedName: "netIpv4TcpKeepaliveProbes",
|
|
432
|
+
type: {
|
|
433
|
+
name: "Number"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
netIpv4TcpkeepaliveIntvl: {
|
|
437
|
+
serializedName: "netIpv4TcpkeepaliveIntvl",
|
|
438
|
+
type: {
|
|
439
|
+
name: "Number"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
netIpv4TcpTwReuse: {
|
|
443
|
+
serializedName: "netIpv4TcpTwReuse",
|
|
444
|
+
type: {
|
|
445
|
+
name: "Boolean"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
netIpv4IpLocalPortRange: {
|
|
449
|
+
serializedName: "netIpv4IpLocalPortRange",
|
|
450
|
+
type: {
|
|
451
|
+
name: "String"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
netIpv4NeighDefaultGcThresh1: {
|
|
455
|
+
serializedName: "netIpv4NeighDefaultGcThresh1",
|
|
456
|
+
type: {
|
|
457
|
+
name: "Number"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
netIpv4NeighDefaultGcThresh2: {
|
|
461
|
+
serializedName: "netIpv4NeighDefaultGcThresh2",
|
|
462
|
+
type: {
|
|
463
|
+
name: "Number"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
netIpv4NeighDefaultGcThresh3: {
|
|
467
|
+
serializedName: "netIpv4NeighDefaultGcThresh3",
|
|
468
|
+
type: {
|
|
469
|
+
name: "Number"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
netNetfilterNfConntrackMax: {
|
|
473
|
+
serializedName: "netNetfilterNfConntrackMax",
|
|
474
|
+
type: {
|
|
475
|
+
name: "Number"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
netNetfilterNfConntrackBuckets: {
|
|
479
|
+
serializedName: "netNetfilterNfConntrackBuckets",
|
|
480
|
+
type: {
|
|
481
|
+
name: "Number"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
fsInotifyMaxUserWatches: {
|
|
485
|
+
serializedName: "fsInotifyMaxUserWatches",
|
|
486
|
+
type: {
|
|
487
|
+
name: "Number"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
fsFileMax: {
|
|
491
|
+
serializedName: "fsFileMax",
|
|
492
|
+
type: {
|
|
493
|
+
name: "Number"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
fsAioMaxNr: {
|
|
497
|
+
serializedName: "fsAioMaxNr",
|
|
498
|
+
type: {
|
|
499
|
+
name: "Number"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
fsNrOpen: {
|
|
503
|
+
serializedName: "fsNrOpen",
|
|
504
|
+
type: {
|
|
505
|
+
name: "Number"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
kernelThreadsMax: {
|
|
509
|
+
serializedName: "kernelThreadsMax",
|
|
510
|
+
type: {
|
|
511
|
+
name: "Number"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
vmMaxMapCount: {
|
|
515
|
+
serializedName: "vmMaxMapCount",
|
|
516
|
+
type: {
|
|
517
|
+
name: "Number"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
vmSwappiness: {
|
|
521
|
+
serializedName: "vmSwappiness",
|
|
522
|
+
type: {
|
|
523
|
+
name: "Number"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
vmVfsCachePressure: {
|
|
527
|
+
serializedName: "vmVfsCachePressure",
|
|
528
|
+
type: {
|
|
529
|
+
name: "Number"
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
};
|
|
535
|
+
export var LinuxOSConfig = {
|
|
536
|
+
serializedName: "LinuxOSConfig",
|
|
537
|
+
type: {
|
|
538
|
+
name: "Composite",
|
|
539
|
+
className: "LinuxOSConfig",
|
|
540
|
+
modelProperties: {
|
|
541
|
+
sysctls: {
|
|
542
|
+
serializedName: "sysctls",
|
|
543
|
+
type: {
|
|
544
|
+
name: "Composite",
|
|
545
|
+
className: "SysctlConfig"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
transparentHugePageEnabled: {
|
|
549
|
+
serializedName: "transparentHugePageEnabled",
|
|
550
|
+
type: {
|
|
551
|
+
name: "String"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
transparentHugePageDefrag: {
|
|
555
|
+
serializedName: "transparentHugePageDefrag",
|
|
556
|
+
type: {
|
|
557
|
+
name: "String"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
swapFileSizeMB: {
|
|
561
|
+
serializedName: "swapFileSizeMB",
|
|
562
|
+
type: {
|
|
563
|
+
name: "Number"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
};
|
|
569
|
+
export var CreationData = {
|
|
570
|
+
serializedName: "CreationData",
|
|
571
|
+
type: {
|
|
572
|
+
name: "Composite",
|
|
573
|
+
className: "CreationData",
|
|
574
|
+
modelProperties: {
|
|
575
|
+
sourceResourceId: {
|
|
576
|
+
serializedName: "sourceResourceId",
|
|
577
|
+
type: {
|
|
578
|
+
name: "String"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
};
|
|
584
|
+
export var ManagedClusterAgentPoolProfileProperties = {
|
|
585
|
+
serializedName: "ManagedClusterAgentPoolProfileProperties",
|
|
586
|
+
type: {
|
|
587
|
+
name: "Composite",
|
|
588
|
+
className: "ManagedClusterAgentPoolProfileProperties",
|
|
589
|
+
modelProperties: {
|
|
590
|
+
count: {
|
|
591
|
+
serializedName: "count",
|
|
592
|
+
type: {
|
|
593
|
+
name: "Number"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
vmSize: {
|
|
597
|
+
serializedName: "vmSize",
|
|
598
|
+
type: {
|
|
599
|
+
name: "String"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
osDiskSizeGB: {
|
|
603
|
+
serializedName: "osDiskSizeGB",
|
|
604
|
+
type: {
|
|
605
|
+
name: "Number"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
osDiskType: {
|
|
609
|
+
serializedName: "osDiskType",
|
|
610
|
+
type: {
|
|
611
|
+
name: "String"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
kubeletDiskType: {
|
|
615
|
+
serializedName: "kubeletDiskType",
|
|
616
|
+
type: {
|
|
617
|
+
name: "String"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
workloadRuntime: {
|
|
621
|
+
serializedName: "workloadRuntime",
|
|
622
|
+
type: {
|
|
623
|
+
name: "String"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
vnetSubnetID: {
|
|
627
|
+
serializedName: "vnetSubnetID",
|
|
628
|
+
type: {
|
|
629
|
+
name: "String"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
podSubnetID: {
|
|
633
|
+
serializedName: "podSubnetID",
|
|
634
|
+
type: {
|
|
635
|
+
name: "String"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
maxPods: {
|
|
639
|
+
serializedName: "maxPods",
|
|
640
|
+
type: {
|
|
641
|
+
name: "Number"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
osType: {
|
|
645
|
+
serializedName: "osType",
|
|
646
|
+
defaultValue: 'Linux',
|
|
647
|
+
type: {
|
|
648
|
+
name: "String"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
osSKU: {
|
|
652
|
+
serializedName: "osSKU",
|
|
653
|
+
type: {
|
|
654
|
+
name: "String"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
maxCount: {
|
|
658
|
+
serializedName: "maxCount",
|
|
659
|
+
type: {
|
|
660
|
+
name: "Number"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
minCount: {
|
|
664
|
+
serializedName: "minCount",
|
|
665
|
+
type: {
|
|
666
|
+
name: "Number"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
enableAutoScaling: {
|
|
670
|
+
serializedName: "enableAutoScaling",
|
|
671
|
+
type: {
|
|
672
|
+
name: "Boolean"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
scaleDownMode: {
|
|
676
|
+
serializedName: "scaleDownMode",
|
|
677
|
+
type: {
|
|
678
|
+
name: "String"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
type: {
|
|
682
|
+
serializedName: "type",
|
|
683
|
+
type: {
|
|
684
|
+
name: "String"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
mode: {
|
|
688
|
+
serializedName: "mode",
|
|
689
|
+
type: {
|
|
690
|
+
name: "String"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
orchestratorVersion: {
|
|
694
|
+
serializedName: "orchestratorVersion",
|
|
695
|
+
type: {
|
|
696
|
+
name: "String"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
nodeImageVersion: {
|
|
700
|
+
readOnly: true,
|
|
701
|
+
serializedName: "nodeImageVersion",
|
|
702
|
+
type: {
|
|
703
|
+
name: "String"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
upgradeSettings: {
|
|
707
|
+
serializedName: "upgradeSettings",
|
|
708
|
+
type: {
|
|
709
|
+
name: "Composite",
|
|
710
|
+
className: "AgentPoolUpgradeSettings"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
provisioningState: {
|
|
714
|
+
readOnly: true,
|
|
715
|
+
serializedName: "provisioningState",
|
|
716
|
+
type: {
|
|
717
|
+
name: "String"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
powerState: {
|
|
721
|
+
readOnly: true,
|
|
722
|
+
serializedName: "powerState",
|
|
723
|
+
type: {
|
|
724
|
+
name: "Composite",
|
|
725
|
+
className: "PowerState"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
availabilityZones: {
|
|
729
|
+
serializedName: "availabilityZones",
|
|
730
|
+
type: {
|
|
731
|
+
name: "Sequence",
|
|
732
|
+
element: {
|
|
733
|
+
type: {
|
|
734
|
+
name: "String"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
enableNodePublicIP: {
|
|
740
|
+
serializedName: "enableNodePublicIP",
|
|
741
|
+
type: {
|
|
742
|
+
name: "Boolean"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
nodePublicIPPrefixID: {
|
|
746
|
+
serializedName: "nodePublicIPPrefixID",
|
|
747
|
+
type: {
|
|
748
|
+
name: "String"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
scaleSetPriority: {
|
|
752
|
+
serializedName: "scaleSetPriority",
|
|
753
|
+
defaultValue: 'Regular',
|
|
754
|
+
type: {
|
|
755
|
+
name: "String"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
scaleSetEvictionPolicy: {
|
|
759
|
+
serializedName: "scaleSetEvictionPolicy",
|
|
760
|
+
defaultValue: 'Delete',
|
|
761
|
+
type: {
|
|
762
|
+
name: "String"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
spotMaxPrice: {
|
|
766
|
+
serializedName: "spotMaxPrice",
|
|
767
|
+
type: {
|
|
768
|
+
name: "Number"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
tags: {
|
|
772
|
+
serializedName: "tags",
|
|
773
|
+
type: {
|
|
774
|
+
name: "Dictionary",
|
|
775
|
+
value: {
|
|
776
|
+
type: {
|
|
777
|
+
name: "String"
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
nodeLabels: {
|
|
783
|
+
serializedName: "nodeLabels",
|
|
784
|
+
type: {
|
|
785
|
+
name: "Dictionary",
|
|
786
|
+
value: {
|
|
787
|
+
type: {
|
|
788
|
+
name: "String"
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
nodeTaints: {
|
|
794
|
+
serializedName: "nodeTaints",
|
|
795
|
+
type: {
|
|
796
|
+
name: "Sequence",
|
|
797
|
+
element: {
|
|
798
|
+
type: {
|
|
799
|
+
name: "String"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
proximityPlacementGroupID: {
|
|
805
|
+
serializedName: "proximityPlacementGroupID",
|
|
806
|
+
type: {
|
|
807
|
+
name: "String"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
kubeletConfig: {
|
|
811
|
+
serializedName: "kubeletConfig",
|
|
812
|
+
type: {
|
|
813
|
+
name: "Composite",
|
|
814
|
+
className: "KubeletConfig"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
linuxOSConfig: {
|
|
818
|
+
serializedName: "linuxOSConfig",
|
|
819
|
+
type: {
|
|
820
|
+
name: "Composite",
|
|
821
|
+
className: "LinuxOSConfig"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
enableEncryptionAtHost: {
|
|
825
|
+
serializedName: "enableEncryptionAtHost",
|
|
826
|
+
type: {
|
|
827
|
+
name: "Boolean"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
enableUltraSSD: {
|
|
831
|
+
serializedName: "enableUltraSSD",
|
|
832
|
+
type: {
|
|
833
|
+
name: "Boolean"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
enableFIPS: {
|
|
837
|
+
serializedName: "enableFIPS",
|
|
838
|
+
type: {
|
|
839
|
+
name: "Boolean"
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
gpuInstanceProfile: {
|
|
843
|
+
serializedName: "gpuInstanceProfile",
|
|
844
|
+
type: {
|
|
845
|
+
name: "String"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
creationData: {
|
|
849
|
+
serializedName: "creationData",
|
|
850
|
+
type: {
|
|
851
|
+
name: "Composite",
|
|
852
|
+
className: "CreationData"
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
};
|
|
858
|
+
export var ManagedClusterAgentPoolProfile = {
|
|
859
|
+
serializedName: "ManagedClusterAgentPoolProfile",
|
|
860
|
+
type: {
|
|
861
|
+
name: "Composite",
|
|
862
|
+
className: "ManagedClusterAgentPoolProfile",
|
|
863
|
+
modelProperties: __assign(__assign({}, ManagedClusterAgentPoolProfileProperties.type.modelProperties), { name: {
|
|
864
|
+
required: true,
|
|
865
|
+
serializedName: "name",
|
|
866
|
+
constraints: {
|
|
867
|
+
Pattern: /^[a-z][a-z0-9]{0,11}$/
|
|
868
|
+
},
|
|
869
|
+
type: {
|
|
870
|
+
name: "String"
|
|
871
|
+
}
|
|
872
|
+
} })
|
|
873
|
+
}
|
|
874
|
+
};
|
|
875
|
+
export var AgentPool = {
|
|
876
|
+
serializedName: "AgentPool",
|
|
877
|
+
type: {
|
|
878
|
+
name: "Composite",
|
|
879
|
+
className: "AgentPool",
|
|
880
|
+
modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { count: {
|
|
881
|
+
serializedName: "properties.count",
|
|
882
|
+
type: {
|
|
883
|
+
name: "Number"
|
|
884
|
+
}
|
|
885
|
+
}, vmSize: {
|
|
886
|
+
serializedName: "properties.vmSize",
|
|
887
|
+
type: {
|
|
888
|
+
name: "String"
|
|
889
|
+
}
|
|
890
|
+
}, osDiskSizeGB: {
|
|
891
|
+
serializedName: "properties.osDiskSizeGB",
|
|
892
|
+
type: {
|
|
893
|
+
name: "Number"
|
|
894
|
+
}
|
|
895
|
+
}, osDiskType: {
|
|
896
|
+
serializedName: "properties.osDiskType",
|
|
897
|
+
type: {
|
|
898
|
+
name: "String"
|
|
899
|
+
}
|
|
900
|
+
}, kubeletDiskType: {
|
|
901
|
+
serializedName: "properties.kubeletDiskType",
|
|
902
|
+
type: {
|
|
903
|
+
name: "String"
|
|
904
|
+
}
|
|
905
|
+
}, workloadRuntime: {
|
|
906
|
+
serializedName: "properties.workloadRuntime",
|
|
907
|
+
type: {
|
|
908
|
+
name: "String"
|
|
909
|
+
}
|
|
910
|
+
}, vnetSubnetID: {
|
|
911
|
+
serializedName: "properties.vnetSubnetID",
|
|
912
|
+
type: {
|
|
913
|
+
name: "String"
|
|
914
|
+
}
|
|
915
|
+
}, podSubnetID: {
|
|
916
|
+
serializedName: "properties.podSubnetID",
|
|
917
|
+
type: {
|
|
918
|
+
name: "String"
|
|
919
|
+
}
|
|
920
|
+
}, maxPods: {
|
|
921
|
+
serializedName: "properties.maxPods",
|
|
922
|
+
type: {
|
|
923
|
+
name: "Number"
|
|
924
|
+
}
|
|
925
|
+
}, osType: {
|
|
926
|
+
serializedName: "properties.osType",
|
|
927
|
+
defaultValue: 'Linux',
|
|
928
|
+
type: {
|
|
929
|
+
name: "String"
|
|
930
|
+
}
|
|
931
|
+
}, osSKU: {
|
|
932
|
+
serializedName: "properties.osSKU",
|
|
933
|
+
type: {
|
|
934
|
+
name: "String"
|
|
935
|
+
}
|
|
936
|
+
}, maxCount: {
|
|
937
|
+
serializedName: "properties.maxCount",
|
|
938
|
+
type: {
|
|
939
|
+
name: "Number"
|
|
940
|
+
}
|
|
941
|
+
}, minCount: {
|
|
942
|
+
serializedName: "properties.minCount",
|
|
943
|
+
type: {
|
|
944
|
+
name: "Number"
|
|
945
|
+
}
|
|
946
|
+
}, enableAutoScaling: {
|
|
947
|
+
serializedName: "properties.enableAutoScaling",
|
|
948
|
+
type: {
|
|
949
|
+
name: "Boolean"
|
|
950
|
+
}
|
|
951
|
+
}, scaleDownMode: {
|
|
952
|
+
serializedName: "properties.scaleDownMode",
|
|
953
|
+
type: {
|
|
954
|
+
name: "String"
|
|
955
|
+
}
|
|
956
|
+
}, agentPoolType: {
|
|
957
|
+
serializedName: "properties.type",
|
|
958
|
+
type: {
|
|
959
|
+
name: "String"
|
|
960
|
+
}
|
|
961
|
+
}, mode: {
|
|
962
|
+
serializedName: "properties.mode",
|
|
963
|
+
type: {
|
|
964
|
+
name: "String"
|
|
965
|
+
}
|
|
966
|
+
}, orchestratorVersion: {
|
|
967
|
+
serializedName: "properties.orchestratorVersion",
|
|
968
|
+
type: {
|
|
969
|
+
name: "String"
|
|
970
|
+
}
|
|
971
|
+
}, nodeImageVersion: {
|
|
972
|
+
readOnly: true,
|
|
973
|
+
serializedName: "properties.nodeImageVersion",
|
|
974
|
+
type: {
|
|
975
|
+
name: "String"
|
|
976
|
+
}
|
|
977
|
+
}, upgradeSettings: {
|
|
978
|
+
serializedName: "properties.upgradeSettings",
|
|
979
|
+
type: {
|
|
980
|
+
name: "Composite",
|
|
981
|
+
className: "AgentPoolUpgradeSettings"
|
|
982
|
+
}
|
|
983
|
+
}, provisioningState: {
|
|
984
|
+
readOnly: true,
|
|
985
|
+
serializedName: "properties.provisioningState",
|
|
986
|
+
type: {
|
|
987
|
+
name: "String"
|
|
988
|
+
}
|
|
989
|
+
}, powerState: {
|
|
990
|
+
readOnly: true,
|
|
991
|
+
serializedName: "properties.powerState",
|
|
992
|
+
type: {
|
|
993
|
+
name: "Composite",
|
|
994
|
+
className: "PowerState"
|
|
995
|
+
}
|
|
996
|
+
}, availabilityZones: {
|
|
997
|
+
serializedName: "properties.availabilityZones",
|
|
998
|
+
type: {
|
|
999
|
+
name: "Sequence",
|
|
1000
|
+
element: {
|
|
1001
|
+
type: {
|
|
1002
|
+
name: "String"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
}, enableNodePublicIP: {
|
|
1007
|
+
serializedName: "properties.enableNodePublicIP",
|
|
1008
|
+
type: {
|
|
1009
|
+
name: "Boolean"
|
|
1010
|
+
}
|
|
1011
|
+
}, nodePublicIPPrefixID: {
|
|
1012
|
+
serializedName: "properties.nodePublicIPPrefixID",
|
|
1013
|
+
type: {
|
|
1014
|
+
name: "String"
|
|
1015
|
+
}
|
|
1016
|
+
}, scaleSetPriority: {
|
|
1017
|
+
serializedName: "properties.scaleSetPriority",
|
|
1018
|
+
defaultValue: 'Regular',
|
|
1019
|
+
type: {
|
|
1020
|
+
name: "String"
|
|
1021
|
+
}
|
|
1022
|
+
}, scaleSetEvictionPolicy: {
|
|
1023
|
+
serializedName: "properties.scaleSetEvictionPolicy",
|
|
1024
|
+
defaultValue: 'Delete',
|
|
1025
|
+
type: {
|
|
1026
|
+
name: "String"
|
|
1027
|
+
}
|
|
1028
|
+
}, spotMaxPrice: {
|
|
1029
|
+
serializedName: "properties.spotMaxPrice",
|
|
1030
|
+
type: {
|
|
1031
|
+
name: "Number"
|
|
1032
|
+
}
|
|
1033
|
+
}, tags: {
|
|
1034
|
+
serializedName: "properties.tags",
|
|
1035
|
+
type: {
|
|
1036
|
+
name: "Dictionary",
|
|
1037
|
+
value: {
|
|
1038
|
+
type: {
|
|
1039
|
+
name: "String"
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
}, nodeLabels: {
|
|
1044
|
+
serializedName: "properties.nodeLabels",
|
|
1045
|
+
type: {
|
|
1046
|
+
name: "Dictionary",
|
|
1047
|
+
value: {
|
|
1048
|
+
type: {
|
|
1049
|
+
name: "String"
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
}, nodeTaints: {
|
|
1054
|
+
serializedName: "properties.nodeTaints",
|
|
1055
|
+
type: {
|
|
1056
|
+
name: "Sequence",
|
|
1057
|
+
element: {
|
|
1058
|
+
type: {
|
|
1059
|
+
name: "String"
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}, proximityPlacementGroupID: {
|
|
1064
|
+
serializedName: "properties.proximityPlacementGroupID",
|
|
1065
|
+
type: {
|
|
1066
|
+
name: "String"
|
|
1067
|
+
}
|
|
1068
|
+
}, kubeletConfig: {
|
|
1069
|
+
serializedName: "properties.kubeletConfig",
|
|
1070
|
+
type: {
|
|
1071
|
+
name: "Composite",
|
|
1072
|
+
className: "KubeletConfig"
|
|
1073
|
+
}
|
|
1074
|
+
}, linuxOSConfig: {
|
|
1075
|
+
serializedName: "properties.linuxOSConfig",
|
|
1076
|
+
type: {
|
|
1077
|
+
name: "Composite",
|
|
1078
|
+
className: "LinuxOSConfig"
|
|
1079
|
+
}
|
|
1080
|
+
}, enableEncryptionAtHost: {
|
|
1081
|
+
serializedName: "properties.enableEncryptionAtHost",
|
|
1082
|
+
type: {
|
|
1083
|
+
name: "Boolean"
|
|
1084
|
+
}
|
|
1085
|
+
}, enableUltraSSD: {
|
|
1086
|
+
serializedName: "properties.enableUltraSSD",
|
|
1087
|
+
type: {
|
|
1088
|
+
name: "Boolean"
|
|
1089
|
+
}
|
|
1090
|
+
}, enableFIPS: {
|
|
1091
|
+
serializedName: "properties.enableFIPS",
|
|
1092
|
+
type: {
|
|
1093
|
+
name: "Boolean"
|
|
1094
|
+
}
|
|
1095
|
+
}, gpuInstanceProfile: {
|
|
1096
|
+
serializedName: "properties.gpuInstanceProfile",
|
|
1097
|
+
type: {
|
|
1098
|
+
name: "String"
|
|
1099
|
+
}
|
|
1100
|
+
}, creationData: {
|
|
1101
|
+
serializedName: "properties.creationData",
|
|
1102
|
+
type: {
|
|
1103
|
+
name: "Composite",
|
|
1104
|
+
className: "CreationData"
|
|
1105
|
+
}
|
|
1106
|
+
} })
|
|
1107
|
+
}
|
|
1108
|
+
};
|
|
1109
|
+
export var ManagedClusterWindowsProfile = {
|
|
1110
|
+
serializedName: "ManagedClusterWindowsProfile",
|
|
1111
|
+
type: {
|
|
1112
|
+
name: "Composite",
|
|
1113
|
+
className: "ManagedClusterWindowsProfile",
|
|
1114
|
+
modelProperties: {
|
|
1115
|
+
adminUsername: {
|
|
1116
|
+
required: true,
|
|
1117
|
+
serializedName: "adminUsername",
|
|
1118
|
+
type: {
|
|
1119
|
+
name: "String"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
adminPassword: {
|
|
1123
|
+
serializedName: "adminPassword",
|
|
1124
|
+
type: {
|
|
1125
|
+
name: "String"
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
licenseType: {
|
|
1129
|
+
serializedName: "licenseType",
|
|
1130
|
+
type: {
|
|
1131
|
+
name: "String"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
enableCSIProxy: {
|
|
1135
|
+
serializedName: "enableCSIProxy",
|
|
1136
|
+
type: {
|
|
1137
|
+
name: "Boolean"
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
};
|
|
1143
|
+
export var ContainerServiceSshPublicKey = {
|
|
1144
|
+
serializedName: "ContainerServiceSshPublicKey",
|
|
1145
|
+
type: {
|
|
1146
|
+
name: "Composite",
|
|
1147
|
+
className: "ContainerServiceSshPublicKey",
|
|
1148
|
+
modelProperties: {
|
|
1149
|
+
keyData: {
|
|
1150
|
+
required: true,
|
|
1151
|
+
serializedName: "keyData",
|
|
1152
|
+
type: {
|
|
1153
|
+
name: "String"
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
};
|
|
1159
|
+
export var ContainerServiceSshConfiguration = {
|
|
1160
|
+
serializedName: "ContainerServiceSshConfiguration",
|
|
1161
|
+
type: {
|
|
1162
|
+
name: "Composite",
|
|
1163
|
+
className: "ContainerServiceSshConfiguration",
|
|
1164
|
+
modelProperties: {
|
|
1165
|
+
publicKeys: {
|
|
1166
|
+
required: true,
|
|
1167
|
+
serializedName: "publicKeys",
|
|
1168
|
+
type: {
|
|
1169
|
+
name: "Sequence",
|
|
1170
|
+
element: {
|
|
1171
|
+
type: {
|
|
1172
|
+
name: "Composite",
|
|
1173
|
+
className: "ContainerServiceSshPublicKey"
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
};
|
|
1181
|
+
export var ContainerServiceLinuxProfile = {
|
|
1182
|
+
serializedName: "ContainerServiceLinuxProfile",
|
|
1183
|
+
type: {
|
|
1184
|
+
name: "Composite",
|
|
1185
|
+
className: "ContainerServiceLinuxProfile",
|
|
1186
|
+
modelProperties: {
|
|
1187
|
+
adminUsername: {
|
|
1188
|
+
required: true,
|
|
1189
|
+
serializedName: "adminUsername",
|
|
1190
|
+
constraints: {
|
|
1191
|
+
Pattern: /^[A-Za-z][-A-Za-z0-9_]*$/
|
|
1192
|
+
},
|
|
1193
|
+
type: {
|
|
1194
|
+
name: "String"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
ssh: {
|
|
1198
|
+
required: true,
|
|
1199
|
+
serializedName: "ssh",
|
|
1200
|
+
type: {
|
|
1201
|
+
name: "Composite",
|
|
1202
|
+
className: "ContainerServiceSshConfiguration"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
};
|
|
1208
|
+
export var ManagedClusterLoadBalancerProfileManagedOutboundIPs = {
|
|
1209
|
+
serializedName: "ManagedClusterLoadBalancerProfile_managedOutboundIPs",
|
|
1210
|
+
type: {
|
|
1211
|
+
name: "Composite",
|
|
1212
|
+
className: "ManagedClusterLoadBalancerProfileManagedOutboundIPs",
|
|
1213
|
+
modelProperties: {
|
|
1214
|
+
count: {
|
|
1215
|
+
serializedName: "count",
|
|
1216
|
+
defaultValue: 1,
|
|
1217
|
+
constraints: {
|
|
1218
|
+
InclusiveMaximum: 100,
|
|
1219
|
+
InclusiveMinimum: 1
|
|
1220
|
+
},
|
|
1221
|
+
type: {
|
|
1222
|
+
name: "Number"
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
};
|
|
1228
|
+
export var ResourceReference = {
|
|
1229
|
+
serializedName: "ResourceReference",
|
|
1230
|
+
type: {
|
|
1231
|
+
name: "Composite",
|
|
1232
|
+
className: "ResourceReference",
|
|
1233
|
+
modelProperties: {
|
|
1234
|
+
id: {
|
|
1235
|
+
serializedName: "id",
|
|
1236
|
+
type: {
|
|
1237
|
+
name: "String"
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
};
|
|
1243
|
+
export var ManagedClusterLoadBalancerProfileOutboundIPPrefixes = {
|
|
1244
|
+
serializedName: "ManagedClusterLoadBalancerProfile_outboundIPPrefixes",
|
|
1245
|
+
type: {
|
|
1246
|
+
name: "Composite",
|
|
1247
|
+
className: "ManagedClusterLoadBalancerProfileOutboundIPPrefixes",
|
|
1248
|
+
modelProperties: {
|
|
1249
|
+
publicIPPrefixes: {
|
|
1250
|
+
serializedName: "publicIPPrefixes",
|
|
1251
|
+
type: {
|
|
1252
|
+
name: "Sequence",
|
|
1253
|
+
element: {
|
|
1254
|
+
type: {
|
|
1255
|
+
name: "Composite",
|
|
1256
|
+
className: "ResourceReference"
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
};
|
|
1264
|
+
export var ManagedClusterLoadBalancerProfileOutboundIPs = {
|
|
1265
|
+
serializedName: "ManagedClusterLoadBalancerProfile_outboundIPs",
|
|
1266
|
+
type: {
|
|
1267
|
+
name: "Composite",
|
|
1268
|
+
className: "ManagedClusterLoadBalancerProfileOutboundIPs",
|
|
1269
|
+
modelProperties: {
|
|
1270
|
+
publicIPs: {
|
|
1271
|
+
serializedName: "publicIPs",
|
|
1272
|
+
type: {
|
|
1273
|
+
name: "Sequence",
|
|
1274
|
+
element: {
|
|
1275
|
+
type: {
|
|
1276
|
+
name: "Composite",
|
|
1277
|
+
className: "ResourceReference"
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
};
|
|
1285
|
+
export var ManagedClusterLoadBalancerProfile = {
|
|
1286
|
+
serializedName: "ManagedClusterLoadBalancerProfile",
|
|
1287
|
+
type: {
|
|
1288
|
+
name: "Composite",
|
|
1289
|
+
className: "ManagedClusterLoadBalancerProfile",
|
|
1290
|
+
modelProperties: {
|
|
1291
|
+
managedOutboundIPs: {
|
|
1292
|
+
serializedName: "managedOutboundIPs",
|
|
1293
|
+
type: {
|
|
1294
|
+
name: "Composite",
|
|
1295
|
+
className: "ManagedClusterLoadBalancerProfileManagedOutboundIPs"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
outboundIPPrefixes: {
|
|
1299
|
+
serializedName: "outboundIPPrefixes",
|
|
1300
|
+
type: {
|
|
1301
|
+
name: "Composite",
|
|
1302
|
+
className: "ManagedClusterLoadBalancerProfileOutboundIPPrefixes"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
outboundIPs: {
|
|
1306
|
+
serializedName: "outboundIPs",
|
|
1307
|
+
type: {
|
|
1308
|
+
name: "Composite",
|
|
1309
|
+
className: "ManagedClusterLoadBalancerProfileOutboundIPs"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
effectiveOutboundIPs: {
|
|
1313
|
+
serializedName: "effectiveOutboundIPs",
|
|
1314
|
+
type: {
|
|
1315
|
+
name: "Sequence",
|
|
1316
|
+
element: {
|
|
1317
|
+
type: {
|
|
1318
|
+
name: "Composite",
|
|
1319
|
+
className: "ResourceReference"
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
allocatedOutboundPorts: {
|
|
1325
|
+
serializedName: "allocatedOutboundPorts",
|
|
1326
|
+
defaultValue: 0,
|
|
1327
|
+
constraints: {
|
|
1328
|
+
InclusiveMaximum: 64000,
|
|
1329
|
+
InclusiveMinimum: 0
|
|
1330
|
+
},
|
|
1331
|
+
type: {
|
|
1332
|
+
name: "Number"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
idleTimeoutInMinutes: {
|
|
1336
|
+
serializedName: "idleTimeoutInMinutes",
|
|
1337
|
+
defaultValue: 30,
|
|
1338
|
+
constraints: {
|
|
1339
|
+
InclusiveMaximum: 120,
|
|
1340
|
+
InclusiveMinimum: 4
|
|
1341
|
+
},
|
|
1342
|
+
type: {
|
|
1343
|
+
name: "Number"
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
enableMultipleStandardLoadBalancers: {
|
|
1347
|
+
serializedName: "enableMultipleStandardLoadBalancers",
|
|
1348
|
+
type: {
|
|
1349
|
+
name: "Boolean"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
};
|
|
1355
|
+
export var ManagedClusterManagedOutboundIPProfile = {
|
|
1356
|
+
serializedName: "ManagedClusterManagedOutboundIPProfile",
|
|
1357
|
+
type: {
|
|
1358
|
+
name: "Composite",
|
|
1359
|
+
className: "ManagedClusterManagedOutboundIPProfile",
|
|
1360
|
+
modelProperties: {
|
|
1361
|
+
count: {
|
|
1362
|
+
serializedName: "count",
|
|
1363
|
+
defaultValue: 1,
|
|
1364
|
+
constraints: {
|
|
1365
|
+
InclusiveMaximum: 16,
|
|
1366
|
+
InclusiveMinimum: 1
|
|
1367
|
+
},
|
|
1368
|
+
type: {
|
|
1369
|
+
name: "Number"
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
};
|
|
1375
|
+
export var ManagedClusterNATGatewayProfile = {
|
|
1376
|
+
serializedName: "ManagedClusterNATGatewayProfile",
|
|
1377
|
+
type: {
|
|
1378
|
+
name: "Composite",
|
|
1379
|
+
className: "ManagedClusterNATGatewayProfile",
|
|
1380
|
+
modelProperties: {
|
|
1381
|
+
managedOutboundIPProfile: {
|
|
1382
|
+
serializedName: "managedOutboundIPProfile",
|
|
1383
|
+
type: {
|
|
1384
|
+
name: "Composite",
|
|
1385
|
+
className: "ManagedClusterManagedOutboundIPProfile"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
effectiveOutboundIPs: {
|
|
1389
|
+
serializedName: "effectiveOutboundIPs",
|
|
1390
|
+
type: {
|
|
1391
|
+
name: "Sequence",
|
|
1392
|
+
element: {
|
|
1393
|
+
type: {
|
|
1394
|
+
name: "Composite",
|
|
1395
|
+
className: "ResourceReference"
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
idleTimeoutInMinutes: {
|
|
1401
|
+
serializedName: "idleTimeoutInMinutes",
|
|
1402
|
+
defaultValue: 4,
|
|
1403
|
+
constraints: {
|
|
1404
|
+
InclusiveMaximum: 120,
|
|
1405
|
+
InclusiveMinimum: 4
|
|
1406
|
+
},
|
|
1407
|
+
type: {
|
|
1408
|
+
name: "Number"
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
};
|
|
1414
|
+
export var ContainerServiceNetworkProfile = {
|
|
1415
|
+
serializedName: "ContainerServiceNetworkProfile",
|
|
1416
|
+
type: {
|
|
1417
|
+
name: "Composite",
|
|
1418
|
+
className: "ContainerServiceNetworkProfile",
|
|
1419
|
+
modelProperties: {
|
|
1420
|
+
networkPlugin: {
|
|
1421
|
+
serializedName: "networkPlugin",
|
|
1422
|
+
defaultValue: 'kubenet',
|
|
1423
|
+
type: {
|
|
1424
|
+
name: "String"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
networkPolicy: {
|
|
1428
|
+
serializedName: "networkPolicy",
|
|
1429
|
+
type: {
|
|
1430
|
+
name: "String"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
networkMode: {
|
|
1434
|
+
serializedName: "networkMode",
|
|
1435
|
+
type: {
|
|
1436
|
+
name: "String"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
podCidr: {
|
|
1440
|
+
serializedName: "podCidr",
|
|
1441
|
+
defaultValue: '10.244.0.0/16',
|
|
1442
|
+
constraints: {
|
|
1443
|
+
Pattern: /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/
|
|
1444
|
+
},
|
|
1445
|
+
type: {
|
|
1446
|
+
name: "String"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
serviceCidr: {
|
|
1450
|
+
serializedName: "serviceCidr",
|
|
1451
|
+
defaultValue: '10.0.0.0/16',
|
|
1452
|
+
constraints: {
|
|
1453
|
+
Pattern: /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/
|
|
1454
|
+
},
|
|
1455
|
+
type: {
|
|
1456
|
+
name: "String"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
dnsServiceIP: {
|
|
1460
|
+
serializedName: "dnsServiceIP",
|
|
1461
|
+
defaultValue: '10.0.0.10',
|
|
1462
|
+
constraints: {
|
|
1463
|
+
Pattern: /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/
|
|
1464
|
+
},
|
|
1465
|
+
type: {
|
|
1466
|
+
name: "String"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
dockerBridgeCidr: {
|
|
1470
|
+
serializedName: "dockerBridgeCidr",
|
|
1471
|
+
defaultValue: '172.17.0.1/16',
|
|
1472
|
+
constraints: {
|
|
1473
|
+
Pattern: /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/
|
|
1474
|
+
},
|
|
1475
|
+
type: {
|
|
1476
|
+
name: "String"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
outboundType: {
|
|
1480
|
+
serializedName: "outboundType",
|
|
1481
|
+
defaultValue: 'loadBalancer',
|
|
1482
|
+
type: {
|
|
1483
|
+
name: "String"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
loadBalancerSku: {
|
|
1487
|
+
serializedName: "loadBalancerSku",
|
|
1488
|
+
type: {
|
|
1489
|
+
name: "String"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
loadBalancerProfile: {
|
|
1493
|
+
serializedName: "loadBalancerProfile",
|
|
1494
|
+
type: {
|
|
1495
|
+
name: "Composite",
|
|
1496
|
+
className: "ManagedClusterLoadBalancerProfile"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
natGatewayProfile: {
|
|
1500
|
+
serializedName: "natGatewayProfile",
|
|
1501
|
+
type: {
|
|
1502
|
+
name: "Composite",
|
|
1503
|
+
className: "ManagedClusterNATGatewayProfile"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
};
|
|
1509
|
+
export var SystemData = {
|
|
1510
|
+
serializedName: "SystemData",
|
|
1511
|
+
type: {
|
|
1512
|
+
name: "Composite",
|
|
1513
|
+
className: "SystemData",
|
|
1514
|
+
modelProperties: {
|
|
1515
|
+
createdBy: {
|
|
1516
|
+
serializedName: "createdBy",
|
|
1517
|
+
type: {
|
|
1518
|
+
name: "String"
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
createdByType: {
|
|
1522
|
+
serializedName: "createdByType",
|
|
1523
|
+
type: {
|
|
1524
|
+
name: "String"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
createdAt: {
|
|
1528
|
+
serializedName: "createdAt",
|
|
1529
|
+
type: {
|
|
1530
|
+
name: "DateTime"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
lastModifiedBy: {
|
|
1534
|
+
serializedName: "lastModifiedBy",
|
|
1535
|
+
type: {
|
|
1536
|
+
name: "String"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
lastModifiedByType: {
|
|
1540
|
+
serializedName: "lastModifiedByType",
|
|
1541
|
+
type: {
|
|
1542
|
+
name: "String"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
lastModifiedAt: {
|
|
1546
|
+
serializedName: "lastModifiedAt",
|
|
1547
|
+
type: {
|
|
1548
|
+
name: "DateTime"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
};
|
|
1554
|
+
export var TimeInWeek = {
|
|
1555
|
+
serializedName: "TimeInWeek",
|
|
1556
|
+
type: {
|
|
1557
|
+
name: "Composite",
|
|
1558
|
+
className: "TimeInWeek",
|
|
1559
|
+
modelProperties: {
|
|
1560
|
+
day: {
|
|
1561
|
+
serializedName: "day",
|
|
1562
|
+
type: {
|
|
1563
|
+
name: "String"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
hourSlots: {
|
|
1567
|
+
serializedName: "hourSlots",
|
|
1568
|
+
type: {
|
|
1569
|
+
name: "Sequence",
|
|
1570
|
+
element: {
|
|
1571
|
+
type: {
|
|
1572
|
+
name: "Number"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
};
|
|
1580
|
+
export var TimeSpan = {
|
|
1581
|
+
serializedName: "TimeSpan",
|
|
1582
|
+
type: {
|
|
1583
|
+
name: "Composite",
|
|
1584
|
+
className: "TimeSpan",
|
|
1585
|
+
modelProperties: {
|
|
1586
|
+
start: {
|
|
1587
|
+
serializedName: "start",
|
|
1588
|
+
type: {
|
|
1589
|
+
name: "DateTime"
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
end: {
|
|
1593
|
+
serializedName: "end",
|
|
1594
|
+
type: {
|
|
1595
|
+
name: "DateTime"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
};
|
|
1601
|
+
export var MaintenanceConfiguration = {
|
|
1602
|
+
serializedName: "MaintenanceConfiguration",
|
|
1603
|
+
type: {
|
|
1604
|
+
name: "Composite",
|
|
1605
|
+
className: "MaintenanceConfiguration",
|
|
1606
|
+
modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { systemData: {
|
|
1607
|
+
readOnly: true,
|
|
1608
|
+
serializedName: "systemData",
|
|
1609
|
+
type: {
|
|
1610
|
+
name: "Composite",
|
|
1611
|
+
className: "SystemData"
|
|
1612
|
+
}
|
|
1613
|
+
}, timeInWeek: {
|
|
1614
|
+
serializedName: "properties.timeInWeek",
|
|
1615
|
+
type: {
|
|
1616
|
+
name: "Sequence",
|
|
1617
|
+
element: {
|
|
1618
|
+
type: {
|
|
1619
|
+
name: "Composite",
|
|
1620
|
+
className: "TimeInWeek"
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
}, notAllowedTime: {
|
|
1625
|
+
serializedName: "properties.notAllowedTime",
|
|
1626
|
+
type: {
|
|
1627
|
+
name: "Sequence",
|
|
1628
|
+
element: {
|
|
1629
|
+
type: {
|
|
1630
|
+
name: "Composite",
|
|
1631
|
+
className: "TimeSpan"
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
} })
|
|
1636
|
+
}
|
|
1637
|
+
};
|
|
1638
|
+
export var RunCommandRequest = {
|
|
1639
|
+
serializedName: "RunCommandRequest",
|
|
1640
|
+
type: {
|
|
1641
|
+
name: "Composite",
|
|
1642
|
+
className: "RunCommandRequest",
|
|
1643
|
+
modelProperties: {
|
|
1644
|
+
command: {
|
|
1645
|
+
required: true,
|
|
1646
|
+
serializedName: "command",
|
|
1647
|
+
type: {
|
|
1648
|
+
name: "String"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
context: {
|
|
1652
|
+
serializedName: "context",
|
|
1653
|
+
type: {
|
|
1654
|
+
name: "String"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
clusterToken: {
|
|
1658
|
+
serializedName: "clusterToken",
|
|
1659
|
+
type: {
|
|
1660
|
+
name: "String"
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
};
|
|
1666
|
+
export var RunCommandResult = {
|
|
1667
|
+
serializedName: "RunCommandResult",
|
|
1668
|
+
type: {
|
|
1669
|
+
name: "Composite",
|
|
1670
|
+
className: "RunCommandResult",
|
|
1671
|
+
modelProperties: {
|
|
1672
|
+
id: {
|
|
1673
|
+
readOnly: true,
|
|
1674
|
+
serializedName: "id",
|
|
1675
|
+
type: {
|
|
1676
|
+
name: "String"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
provisioningState: {
|
|
1680
|
+
readOnly: true,
|
|
1681
|
+
serializedName: "properties.provisioningState",
|
|
1682
|
+
type: {
|
|
1683
|
+
name: "String"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
exitCode: {
|
|
1687
|
+
readOnly: true,
|
|
1688
|
+
serializedName: "properties.exitCode",
|
|
1689
|
+
type: {
|
|
1690
|
+
name: "Number"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
startedAt: {
|
|
1694
|
+
readOnly: true,
|
|
1695
|
+
serializedName: "properties.startedAt",
|
|
1696
|
+
type: {
|
|
1697
|
+
name: "DateTime"
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
finishedAt: {
|
|
1701
|
+
readOnly: true,
|
|
1702
|
+
serializedName: "properties.finishedAt",
|
|
1703
|
+
type: {
|
|
1704
|
+
name: "DateTime"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
logs: {
|
|
1708
|
+
readOnly: true,
|
|
1709
|
+
serializedName: "properties.logs",
|
|
1710
|
+
type: {
|
|
1711
|
+
name: "String"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
reason: {
|
|
1715
|
+
readOnly: true,
|
|
1716
|
+
serializedName: "properties.reason",
|
|
1717
|
+
type: {
|
|
1718
|
+
name: "String"
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
};
|
|
1724
|
+
export var ContainerServiceVMDiagnostics = {
|
|
1725
|
+
serializedName: "ContainerServiceVMDiagnostics",
|
|
1726
|
+
type: {
|
|
1727
|
+
name: "Composite",
|
|
1728
|
+
className: "ContainerServiceVMDiagnostics",
|
|
1729
|
+
modelProperties: {
|
|
1730
|
+
enabled: {
|
|
1731
|
+
required: true,
|
|
1732
|
+
serializedName: "enabled",
|
|
1733
|
+
type: {
|
|
1734
|
+
name: "Boolean"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
storageUri: {
|
|
1738
|
+
readOnly: true,
|
|
1739
|
+
serializedName: "storageUri",
|
|
1740
|
+
type: {
|
|
1741
|
+
name: "String"
|
|
1742
|
+
}
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
};
|
|
1747
|
+
export var ContainerServiceDiagnosticsProfile = {
|
|
1748
|
+
serializedName: "ContainerServiceDiagnosticsProfile",
|
|
1749
|
+
type: {
|
|
1750
|
+
name: "Composite",
|
|
1751
|
+
className: "ContainerServiceDiagnosticsProfile",
|
|
1752
|
+
modelProperties: {
|
|
1753
|
+
vmDiagnostics: {
|
|
1754
|
+
required: true,
|
|
1755
|
+
serializedName: "vmDiagnostics",
|
|
1756
|
+
type: {
|
|
1757
|
+
name: "Composite",
|
|
1758
|
+
className: "ContainerServiceVMDiagnostics"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
};
|
|
1764
|
+
export var ManagedClusterSKU = {
|
|
1765
|
+
serializedName: "ManagedClusterSKU",
|
|
1766
|
+
type: {
|
|
1767
|
+
name: "Composite",
|
|
1768
|
+
className: "ManagedClusterSKU",
|
|
1769
|
+
modelProperties: {
|
|
1770
|
+
name: {
|
|
1771
|
+
serializedName: "name",
|
|
1772
|
+
type: {
|
|
1773
|
+
name: "String"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
tier: {
|
|
1777
|
+
serializedName: "tier",
|
|
1778
|
+
type: {
|
|
1779
|
+
name: "String"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
};
|
|
1785
|
+
export var ExtendedLocation = {
|
|
1786
|
+
serializedName: "ExtendedLocation",
|
|
1787
|
+
type: {
|
|
1788
|
+
name: "Composite",
|
|
1789
|
+
className: "ExtendedLocation",
|
|
1790
|
+
modelProperties: {
|
|
1791
|
+
name: {
|
|
1792
|
+
serializedName: "name",
|
|
1793
|
+
type: {
|
|
1794
|
+
name: "String"
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
type: {
|
|
1798
|
+
serializedName: "type",
|
|
1799
|
+
type: {
|
|
1800
|
+
name: "String"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
};
|
|
1806
|
+
export var ManagedClusterIdentityUserAssignedIdentitiesValue = {
|
|
1807
|
+
serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
|
|
1808
|
+
type: {
|
|
1809
|
+
name: "Composite",
|
|
1810
|
+
className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
|
|
1811
|
+
modelProperties: {
|
|
1812
|
+
principalId: {
|
|
1813
|
+
readOnly: true,
|
|
1814
|
+
serializedName: "principalId",
|
|
1815
|
+
type: {
|
|
1816
|
+
name: "String"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
clientId: {
|
|
1820
|
+
readOnly: true,
|
|
1821
|
+
serializedName: "clientId",
|
|
1822
|
+
type: {
|
|
1823
|
+
name: "String"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
};
|
|
1829
|
+
export var ManagedClusterIdentity = {
|
|
1830
|
+
serializedName: "ManagedClusterIdentity",
|
|
1831
|
+
type: {
|
|
1832
|
+
name: "Composite",
|
|
1833
|
+
className: "ManagedClusterIdentity",
|
|
1834
|
+
modelProperties: {
|
|
1835
|
+
principalId: {
|
|
1836
|
+
readOnly: true,
|
|
1837
|
+
serializedName: "principalId",
|
|
1838
|
+
type: {
|
|
1839
|
+
name: "String"
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
tenantId: {
|
|
1843
|
+
readOnly: true,
|
|
1844
|
+
serializedName: "tenantId",
|
|
1845
|
+
type: {
|
|
1846
|
+
name: "String"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
type: {
|
|
1850
|
+
serializedName: "type",
|
|
1851
|
+
type: {
|
|
1852
|
+
name: "Enum",
|
|
1853
|
+
allowedValues: [
|
|
1854
|
+
"SystemAssigned",
|
|
1855
|
+
"UserAssigned",
|
|
1856
|
+
"None"
|
|
1857
|
+
]
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
userAssignedIdentities: {
|
|
1861
|
+
serializedName: "userAssignedIdentities",
|
|
1862
|
+
type: {
|
|
1863
|
+
name: "Dictionary",
|
|
1864
|
+
value: {
|
|
1865
|
+
type: {
|
|
1866
|
+
name: "Composite",
|
|
1867
|
+
className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
};
|
|
1875
|
+
export var UserAssignedIdentity = {
|
|
1876
|
+
serializedName: "UserAssignedIdentity",
|
|
1877
|
+
type: {
|
|
1878
|
+
name: "Composite",
|
|
1879
|
+
className: "UserAssignedIdentity",
|
|
1880
|
+
modelProperties: {
|
|
1881
|
+
resourceId: {
|
|
1882
|
+
serializedName: "resourceId",
|
|
1883
|
+
type: {
|
|
1884
|
+
name: "String"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
clientId: {
|
|
1888
|
+
serializedName: "clientId",
|
|
1889
|
+
type: {
|
|
1890
|
+
name: "String"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
objectId: {
|
|
1894
|
+
serializedName: "objectId",
|
|
1895
|
+
type: {
|
|
1896
|
+
name: "String"
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
};
|
|
1902
|
+
export var ManagedClusterAddonProfileIdentity = {
|
|
1903
|
+
serializedName: "ManagedClusterAddonProfile_identity",
|
|
1904
|
+
type: {
|
|
1905
|
+
name: "Composite",
|
|
1906
|
+
className: "ManagedClusterAddonProfileIdentity",
|
|
1907
|
+
modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
|
|
1908
|
+
}
|
|
1909
|
+
};
|
|
1910
|
+
export var ManagedClusterAddonProfile = {
|
|
1911
|
+
serializedName: "ManagedClusterAddonProfile",
|
|
1912
|
+
type: {
|
|
1913
|
+
name: "Composite",
|
|
1914
|
+
className: "ManagedClusterAddonProfile",
|
|
1915
|
+
modelProperties: {
|
|
1916
|
+
enabled: {
|
|
1917
|
+
required: true,
|
|
1918
|
+
serializedName: "enabled",
|
|
1919
|
+
type: {
|
|
1920
|
+
name: "Boolean"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
config: {
|
|
1924
|
+
serializedName: "config",
|
|
1925
|
+
type: {
|
|
1926
|
+
name: "Dictionary",
|
|
1927
|
+
value: {
|
|
1928
|
+
type: {
|
|
1929
|
+
name: "String"
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
identity: {
|
|
1935
|
+
readOnly: true,
|
|
1936
|
+
serializedName: "identity",
|
|
1937
|
+
type: {
|
|
1938
|
+
name: "Composite",
|
|
1939
|
+
className: "ManagedClusterAddonProfileIdentity"
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
};
|
|
1945
|
+
export var ManagedClusterPodIdentityProvisioningErrorBody = {
|
|
1946
|
+
serializedName: "ManagedClusterPodIdentityProvisioningErrorBody",
|
|
1947
|
+
type: {
|
|
1948
|
+
name: "Composite",
|
|
1949
|
+
className: "ManagedClusterPodIdentityProvisioningErrorBody",
|
|
1950
|
+
modelProperties: {
|
|
1951
|
+
code: {
|
|
1952
|
+
serializedName: "code",
|
|
1953
|
+
type: {
|
|
1954
|
+
name: "String"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
message: {
|
|
1958
|
+
serializedName: "message",
|
|
1959
|
+
type: {
|
|
1960
|
+
name: "String"
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
target: {
|
|
1964
|
+
serializedName: "target",
|
|
1965
|
+
type: {
|
|
1966
|
+
name: "String"
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
details: {
|
|
1970
|
+
serializedName: "details",
|
|
1971
|
+
type: {
|
|
1972
|
+
name: "Sequence",
|
|
1973
|
+
element: {
|
|
1974
|
+
type: {
|
|
1975
|
+
name: "Composite",
|
|
1976
|
+
className: "ManagedClusterPodIdentityProvisioningErrorBody"
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
};
|
|
1984
|
+
export var ManagedClusterPodIdentityProvisioningError = {
|
|
1985
|
+
serializedName: "ManagedClusterPodIdentityProvisioningError",
|
|
1986
|
+
type: {
|
|
1987
|
+
name: "Composite",
|
|
1988
|
+
className: "ManagedClusterPodIdentityProvisioningError",
|
|
1989
|
+
modelProperties: {
|
|
1990
|
+
error: {
|
|
1991
|
+
serializedName: "error",
|
|
1992
|
+
type: {
|
|
1993
|
+
name: "Composite",
|
|
1994
|
+
className: "ManagedClusterPodIdentityProvisioningErrorBody"
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
};
|
|
2000
|
+
export var ManagedClusterPodIdentityProvisioningInfo = {
|
|
2001
|
+
serializedName: "ManagedClusterPodIdentity_provisioningInfo",
|
|
2002
|
+
type: {
|
|
2003
|
+
name: "Composite",
|
|
2004
|
+
className: "ManagedClusterPodIdentityProvisioningInfo",
|
|
2005
|
+
modelProperties: {
|
|
2006
|
+
error: {
|
|
2007
|
+
serializedName: "error",
|
|
2008
|
+
type: {
|
|
2009
|
+
name: "Composite",
|
|
2010
|
+
className: "ManagedClusterPodIdentityProvisioningError"
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
2015
|
+
};
|
|
2016
|
+
export var ManagedClusterPodIdentity = {
|
|
2017
|
+
serializedName: "ManagedClusterPodIdentity",
|
|
2018
|
+
type: {
|
|
2019
|
+
name: "Composite",
|
|
2020
|
+
className: "ManagedClusterPodIdentity",
|
|
2021
|
+
modelProperties: {
|
|
2022
|
+
name: {
|
|
2023
|
+
required: true,
|
|
2024
|
+
serializedName: "name",
|
|
2025
|
+
type: {
|
|
2026
|
+
name: "String"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
namespace: {
|
|
2030
|
+
required: true,
|
|
2031
|
+
serializedName: "namespace",
|
|
2032
|
+
type: {
|
|
2033
|
+
name: "String"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
bindingSelector: {
|
|
2037
|
+
serializedName: "bindingSelector",
|
|
2038
|
+
type: {
|
|
2039
|
+
name: "String"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
identity: {
|
|
2043
|
+
required: true,
|
|
2044
|
+
serializedName: "identity",
|
|
2045
|
+
type: {
|
|
2046
|
+
name: "Composite",
|
|
2047
|
+
className: "UserAssignedIdentity"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
2050
|
+
provisioningState: {
|
|
2051
|
+
readOnly: true,
|
|
2052
|
+
serializedName: "provisioningState",
|
|
2053
|
+
type: {
|
|
2054
|
+
name: "String"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
provisioningInfo: {
|
|
2058
|
+
readOnly: true,
|
|
2059
|
+
serializedName: "provisioningInfo",
|
|
2060
|
+
type: {
|
|
2061
|
+
name: "Composite",
|
|
2062
|
+
className: "ManagedClusterPodIdentityProvisioningInfo"
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
};
|
|
2068
|
+
export var ManagedClusterPodIdentityException = {
|
|
2069
|
+
serializedName: "ManagedClusterPodIdentityException",
|
|
2070
|
+
type: {
|
|
2071
|
+
name: "Composite",
|
|
2072
|
+
className: "ManagedClusterPodIdentityException",
|
|
2073
|
+
modelProperties: {
|
|
2074
|
+
name: {
|
|
2075
|
+
required: true,
|
|
2076
|
+
serializedName: "name",
|
|
2077
|
+
type: {
|
|
2078
|
+
name: "String"
|
|
2079
|
+
}
|
|
2080
|
+
},
|
|
2081
|
+
namespace: {
|
|
2082
|
+
required: true,
|
|
2083
|
+
serializedName: "namespace",
|
|
2084
|
+
type: {
|
|
2085
|
+
name: "String"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
podLabels: {
|
|
2089
|
+
required: true,
|
|
2090
|
+
serializedName: "podLabels",
|
|
2091
|
+
type: {
|
|
2092
|
+
name: "Dictionary",
|
|
2093
|
+
value: {
|
|
2094
|
+
type: {
|
|
2095
|
+
name: "String"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
};
|
|
2103
|
+
export var ManagedClusterPodIdentityProfile = {
|
|
2104
|
+
serializedName: "ManagedClusterPodIdentityProfile",
|
|
2105
|
+
type: {
|
|
2106
|
+
name: "Composite",
|
|
2107
|
+
className: "ManagedClusterPodIdentityProfile",
|
|
2108
|
+
modelProperties: {
|
|
2109
|
+
enabled: {
|
|
2110
|
+
serializedName: "enabled",
|
|
2111
|
+
type: {
|
|
2112
|
+
name: "Boolean"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
allowNetworkPluginKubenet: {
|
|
2116
|
+
serializedName: "allowNetworkPluginKubenet",
|
|
2117
|
+
type: {
|
|
2118
|
+
name: "Boolean"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
userAssignedIdentities: {
|
|
2122
|
+
serializedName: "userAssignedIdentities",
|
|
2123
|
+
type: {
|
|
2124
|
+
name: "Sequence",
|
|
2125
|
+
element: {
|
|
2126
|
+
type: {
|
|
2127
|
+
name: "Composite",
|
|
2128
|
+
className: "ManagedClusterPodIdentity"
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
userAssignedIdentityExceptions: {
|
|
2134
|
+
serializedName: "userAssignedIdentityExceptions",
|
|
2135
|
+
type: {
|
|
2136
|
+
name: "Sequence",
|
|
2137
|
+
element: {
|
|
2138
|
+
type: {
|
|
2139
|
+
name: "Composite",
|
|
2140
|
+
className: "ManagedClusterPodIdentityException"
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
};
|
|
2148
|
+
export var ManagedClusterAADProfile = {
|
|
2149
|
+
serializedName: "ManagedClusterAADProfile",
|
|
2150
|
+
type: {
|
|
2151
|
+
name: "Composite",
|
|
2152
|
+
className: "ManagedClusterAADProfile",
|
|
2153
|
+
modelProperties: {
|
|
2154
|
+
managed: {
|
|
2155
|
+
serializedName: "managed",
|
|
2156
|
+
type: {
|
|
2157
|
+
name: "Boolean"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
enableAzureRBAC: {
|
|
2161
|
+
serializedName: "enableAzureRBAC",
|
|
2162
|
+
type: {
|
|
2163
|
+
name: "Boolean"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
adminGroupObjectIDs: {
|
|
2167
|
+
serializedName: "adminGroupObjectIDs",
|
|
2168
|
+
type: {
|
|
2169
|
+
name: "Sequence",
|
|
2170
|
+
element: {
|
|
2171
|
+
type: {
|
|
2172
|
+
name: "String"
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
clientAppID: {
|
|
2178
|
+
serializedName: "clientAppID",
|
|
2179
|
+
type: {
|
|
2180
|
+
name: "String"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
serverAppID: {
|
|
2184
|
+
serializedName: "serverAppID",
|
|
2185
|
+
type: {
|
|
2186
|
+
name: "String"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
serverAppSecret: {
|
|
2190
|
+
serializedName: "serverAppSecret",
|
|
2191
|
+
type: {
|
|
2192
|
+
name: "String"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
tenantID: {
|
|
2196
|
+
serializedName: "tenantID",
|
|
2197
|
+
type: {
|
|
2198
|
+
name: "String"
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
};
|
|
2204
|
+
export var ManagedClusterAutoUpgradeProfile = {
|
|
2205
|
+
serializedName: "ManagedClusterAutoUpgradeProfile",
|
|
2206
|
+
type: {
|
|
2207
|
+
name: "Composite",
|
|
2208
|
+
className: "ManagedClusterAutoUpgradeProfile",
|
|
2209
|
+
modelProperties: {
|
|
2210
|
+
upgradeChannel: {
|
|
2211
|
+
serializedName: "upgradeChannel",
|
|
2212
|
+
type: {
|
|
2213
|
+
name: "String"
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
};
|
|
2219
|
+
export var ManagedClusterPropertiesAutoScalerProfile = {
|
|
2220
|
+
serializedName: "ManagedClusterProperties_autoScalerProfile",
|
|
2221
|
+
type: {
|
|
2222
|
+
name: "Composite",
|
|
2223
|
+
className: "ManagedClusterPropertiesAutoScalerProfile",
|
|
2224
|
+
modelProperties: {
|
|
2225
|
+
balanceSimilarNodeGroups: {
|
|
2226
|
+
serializedName: "balance-similar-node-groups",
|
|
2227
|
+
type: {
|
|
2228
|
+
name: "String"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
expander: {
|
|
2232
|
+
serializedName: "expander",
|
|
2233
|
+
type: {
|
|
2234
|
+
name: "String"
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
maxEmptyBulkDelete: {
|
|
2238
|
+
serializedName: "max-empty-bulk-delete",
|
|
2239
|
+
type: {
|
|
2240
|
+
name: "String"
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
maxGracefulTerminationSec: {
|
|
2244
|
+
serializedName: "max-graceful-termination-sec",
|
|
2245
|
+
type: {
|
|
2246
|
+
name: "String"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
maxNodeProvisionTime: {
|
|
2250
|
+
serializedName: "max-node-provision-time",
|
|
2251
|
+
type: {
|
|
2252
|
+
name: "String"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
maxTotalUnreadyPercentage: {
|
|
2256
|
+
serializedName: "max-total-unready-percentage",
|
|
2257
|
+
type: {
|
|
2258
|
+
name: "String"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
newPodScaleUpDelay: {
|
|
2262
|
+
serializedName: "new-pod-scale-up-delay",
|
|
2263
|
+
type: {
|
|
2264
|
+
name: "String"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
okTotalUnreadyCount: {
|
|
2268
|
+
serializedName: "ok-total-unready-count",
|
|
2269
|
+
type: {
|
|
2270
|
+
name: "String"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
scanInterval: {
|
|
2274
|
+
serializedName: "scan-interval",
|
|
2275
|
+
type: {
|
|
2276
|
+
name: "String"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
scaleDownDelayAfterAdd: {
|
|
2280
|
+
serializedName: "scale-down-delay-after-add",
|
|
2281
|
+
type: {
|
|
2282
|
+
name: "String"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
scaleDownDelayAfterDelete: {
|
|
2286
|
+
serializedName: "scale-down-delay-after-delete",
|
|
2287
|
+
type: {
|
|
2288
|
+
name: "String"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
scaleDownDelayAfterFailure: {
|
|
2292
|
+
serializedName: "scale-down-delay-after-failure",
|
|
2293
|
+
type: {
|
|
2294
|
+
name: "String"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
scaleDownUnneededTime: {
|
|
2298
|
+
serializedName: "scale-down-unneeded-time",
|
|
2299
|
+
type: {
|
|
2300
|
+
name: "String"
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
scaleDownUnreadyTime: {
|
|
2304
|
+
serializedName: "scale-down-unready-time",
|
|
2305
|
+
type: {
|
|
2306
|
+
name: "String"
|
|
2307
|
+
}
|
|
2308
|
+
},
|
|
2309
|
+
scaleDownUtilizationThreshold: {
|
|
2310
|
+
serializedName: "scale-down-utilization-threshold",
|
|
2311
|
+
type: {
|
|
2312
|
+
name: "String"
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
skipNodesWithLocalStorage: {
|
|
2316
|
+
serializedName: "skip-nodes-with-local-storage",
|
|
2317
|
+
type: {
|
|
2318
|
+
name: "String"
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2321
|
+
skipNodesWithSystemPods: {
|
|
2322
|
+
serializedName: "skip-nodes-with-system-pods",
|
|
2323
|
+
type: {
|
|
2324
|
+
name: "String"
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
};
|
|
2330
|
+
export var ManagedClusterAPIServerAccessProfile = {
|
|
2331
|
+
serializedName: "ManagedClusterAPIServerAccessProfile",
|
|
2332
|
+
type: {
|
|
2333
|
+
name: "Composite",
|
|
2334
|
+
className: "ManagedClusterAPIServerAccessProfile",
|
|
2335
|
+
modelProperties: {
|
|
2336
|
+
authorizedIPRanges: {
|
|
2337
|
+
serializedName: "authorizedIPRanges",
|
|
2338
|
+
type: {
|
|
2339
|
+
name: "Sequence",
|
|
2340
|
+
element: {
|
|
2341
|
+
type: {
|
|
2342
|
+
name: "String"
|
|
2343
|
+
}
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
enablePrivateCluster: {
|
|
2348
|
+
serializedName: "enablePrivateCluster",
|
|
2349
|
+
type: {
|
|
2350
|
+
name: "Boolean"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
privateDNSZone: {
|
|
2354
|
+
serializedName: "privateDNSZone",
|
|
2355
|
+
type: {
|
|
2356
|
+
name: "String"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
enablePrivateClusterPublicFQDN: {
|
|
2360
|
+
serializedName: "enablePrivateClusterPublicFQDN",
|
|
2361
|
+
type: {
|
|
2362
|
+
name: "Boolean"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
disableRunCommand: {
|
|
2366
|
+
serializedName: "disableRunCommand",
|
|
2367
|
+
type: {
|
|
2368
|
+
name: "Boolean"
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
};
|
|
2374
|
+
export var PrivateLinkResource = {
|
|
2375
|
+
serializedName: "PrivateLinkResource",
|
|
2376
|
+
type: {
|
|
2377
|
+
name: "Composite",
|
|
2378
|
+
className: "PrivateLinkResource",
|
|
2379
|
+
modelProperties: {
|
|
2380
|
+
id: {
|
|
2381
|
+
serializedName: "id",
|
|
2382
|
+
type: {
|
|
2383
|
+
name: "String"
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
name: {
|
|
2387
|
+
serializedName: "name",
|
|
2388
|
+
type: {
|
|
2389
|
+
name: "String"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
type: {
|
|
2393
|
+
serializedName: "type",
|
|
2394
|
+
type: {
|
|
2395
|
+
name: "String"
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
groupId: {
|
|
2399
|
+
serializedName: "groupId",
|
|
2400
|
+
type: {
|
|
2401
|
+
name: "String"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
requiredMembers: {
|
|
2405
|
+
serializedName: "requiredMembers",
|
|
2406
|
+
type: {
|
|
2407
|
+
name: "Sequence",
|
|
2408
|
+
element: {
|
|
2409
|
+
type: {
|
|
2410
|
+
name: "String"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
privateLinkServiceID: {
|
|
2416
|
+
readOnly: true,
|
|
2417
|
+
serializedName: "privateLinkServiceID",
|
|
2418
|
+
type: {
|
|
2419
|
+
name: "String"
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
};
|
|
2425
|
+
export var ManagedClusterHTTPProxyConfig = {
|
|
2426
|
+
serializedName: "ManagedClusterHTTPProxyConfig",
|
|
2427
|
+
type: {
|
|
2428
|
+
name: "Composite",
|
|
2429
|
+
className: "ManagedClusterHTTPProxyConfig",
|
|
2430
|
+
modelProperties: {
|
|
2431
|
+
httpProxy: {
|
|
2432
|
+
serializedName: "httpProxy",
|
|
2433
|
+
type: {
|
|
2434
|
+
name: "String"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
httpsProxy: {
|
|
2438
|
+
serializedName: "httpsProxy",
|
|
2439
|
+
type: {
|
|
2440
|
+
name: "String"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
noProxy: {
|
|
2444
|
+
serializedName: "noProxy",
|
|
2445
|
+
type: {
|
|
2446
|
+
name: "Sequence",
|
|
2447
|
+
element: {
|
|
2448
|
+
type: {
|
|
2449
|
+
name: "String"
|
|
2450
|
+
}
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
trustedCa: {
|
|
2455
|
+
serializedName: "trustedCa",
|
|
2456
|
+
type: {
|
|
2457
|
+
name: "String"
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
}
|
|
2462
|
+
};
|
|
2463
|
+
export var ManagedClusterSecurityProfileAzureDefender = {
|
|
2464
|
+
serializedName: "ManagedClusterSecurityProfileAzureDefender",
|
|
2465
|
+
type: {
|
|
2466
|
+
name: "Composite",
|
|
2467
|
+
className: "ManagedClusterSecurityProfileAzureDefender",
|
|
2468
|
+
modelProperties: {
|
|
2469
|
+
enabled: {
|
|
2470
|
+
serializedName: "enabled",
|
|
2471
|
+
type: {
|
|
2472
|
+
name: "Boolean"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
logAnalyticsWorkspaceResourceId: {
|
|
2476
|
+
serializedName: "logAnalyticsWorkspaceResourceId",
|
|
2477
|
+
type: {
|
|
2478
|
+
name: "String"
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
};
|
|
2484
|
+
export var ManagedClusterSecurityProfile = {
|
|
2485
|
+
serializedName: "ManagedClusterSecurityProfile",
|
|
2486
|
+
type: {
|
|
2487
|
+
name: "Composite",
|
|
2488
|
+
className: "ManagedClusterSecurityProfile",
|
|
2489
|
+
modelProperties: {
|
|
2490
|
+
azureDefender: {
|
|
2491
|
+
serializedName: "azureDefender",
|
|
2492
|
+
type: {
|
|
2493
|
+
name: "Composite",
|
|
2494
|
+
className: "ManagedClusterSecurityProfileAzureDefender"
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
};
|
|
2500
|
+
export var ManagedCluster = {
|
|
2501
|
+
serializedName: "ManagedCluster",
|
|
2502
|
+
type: {
|
|
2503
|
+
name: "Composite",
|
|
2504
|
+
className: "ManagedCluster",
|
|
2505
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { sku: {
|
|
2506
|
+
serializedName: "sku",
|
|
2507
|
+
type: {
|
|
2508
|
+
name: "Composite",
|
|
2509
|
+
className: "ManagedClusterSKU"
|
|
2510
|
+
}
|
|
2511
|
+
}, extendedLocation: {
|
|
2512
|
+
serializedName: "extendedLocation",
|
|
2513
|
+
type: {
|
|
2514
|
+
name: "Composite",
|
|
2515
|
+
className: "ExtendedLocation"
|
|
2516
|
+
}
|
|
2517
|
+
}, identity: {
|
|
2518
|
+
serializedName: "identity",
|
|
2519
|
+
type: {
|
|
2520
|
+
name: "Composite",
|
|
2521
|
+
className: "ManagedClusterIdentity"
|
|
2522
|
+
}
|
|
2523
|
+
}, provisioningState: {
|
|
2524
|
+
readOnly: true,
|
|
2525
|
+
serializedName: "properties.provisioningState",
|
|
2526
|
+
type: {
|
|
2527
|
+
name: "String"
|
|
2528
|
+
}
|
|
2529
|
+
}, powerState: {
|
|
2530
|
+
readOnly: true,
|
|
2531
|
+
serializedName: "properties.powerState",
|
|
2532
|
+
type: {
|
|
2533
|
+
name: "Composite",
|
|
2534
|
+
className: "PowerState"
|
|
2535
|
+
}
|
|
2536
|
+
}, maxAgentPools: {
|
|
2537
|
+
readOnly: true,
|
|
2538
|
+
serializedName: "properties.maxAgentPools",
|
|
2539
|
+
type: {
|
|
2540
|
+
name: "Number"
|
|
2541
|
+
}
|
|
2542
|
+
}, kubernetesVersion: {
|
|
2543
|
+
serializedName: "properties.kubernetesVersion",
|
|
2544
|
+
type: {
|
|
2545
|
+
name: "String"
|
|
2546
|
+
}
|
|
2547
|
+
}, dnsPrefix: {
|
|
2548
|
+
serializedName: "properties.dnsPrefix",
|
|
2549
|
+
type: {
|
|
2550
|
+
name: "String"
|
|
2551
|
+
}
|
|
2552
|
+
}, fqdnSubdomain: {
|
|
2553
|
+
serializedName: "properties.fqdnSubdomain",
|
|
2554
|
+
type: {
|
|
2555
|
+
name: "String"
|
|
2556
|
+
}
|
|
2557
|
+
}, fqdn: {
|
|
2558
|
+
readOnly: true,
|
|
2559
|
+
serializedName: "properties.fqdn",
|
|
2560
|
+
type: {
|
|
2561
|
+
name: "String"
|
|
2562
|
+
}
|
|
2563
|
+
}, privateFQDN: {
|
|
2564
|
+
readOnly: true,
|
|
2565
|
+
serializedName: "properties.privateFQDN",
|
|
2566
|
+
type: {
|
|
2567
|
+
name: "String"
|
|
2568
|
+
}
|
|
2569
|
+
}, azurePortalFQDN: {
|
|
2570
|
+
readOnly: true,
|
|
2571
|
+
serializedName: "properties.azurePortalFQDN",
|
|
2572
|
+
type: {
|
|
2573
|
+
name: "String"
|
|
2574
|
+
}
|
|
2575
|
+
}, agentPoolProfiles: {
|
|
2576
|
+
serializedName: "properties.agentPoolProfiles",
|
|
2577
|
+
type: {
|
|
2578
|
+
name: "Sequence",
|
|
2579
|
+
element: {
|
|
2580
|
+
type: {
|
|
2581
|
+
name: "Composite",
|
|
2582
|
+
className: "ManagedClusterAgentPoolProfile"
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2586
|
+
}, linuxProfile: {
|
|
2587
|
+
serializedName: "properties.linuxProfile",
|
|
2588
|
+
type: {
|
|
2589
|
+
name: "Composite",
|
|
2590
|
+
className: "ContainerServiceLinuxProfile"
|
|
2591
|
+
}
|
|
2592
|
+
}, windowsProfile: {
|
|
2593
|
+
serializedName: "properties.windowsProfile",
|
|
2594
|
+
type: {
|
|
2595
|
+
name: "Composite",
|
|
2596
|
+
className: "ManagedClusterWindowsProfile"
|
|
2597
|
+
}
|
|
2598
|
+
}, servicePrincipalProfile: {
|
|
2599
|
+
serializedName: "properties.servicePrincipalProfile",
|
|
2600
|
+
type: {
|
|
2601
|
+
name: "Composite",
|
|
2602
|
+
className: "ManagedClusterServicePrincipalProfile"
|
|
2603
|
+
}
|
|
2604
|
+
}, addonProfiles: {
|
|
2605
|
+
serializedName: "properties.addonProfiles",
|
|
2606
|
+
type: {
|
|
2607
|
+
name: "Dictionary",
|
|
2608
|
+
value: {
|
|
2609
|
+
type: {
|
|
2610
|
+
name: "Composite",
|
|
2611
|
+
className: "ManagedClusterAddonProfile"
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
}, podIdentityProfile: {
|
|
2616
|
+
serializedName: "properties.podIdentityProfile",
|
|
2617
|
+
type: {
|
|
2618
|
+
name: "Composite",
|
|
2619
|
+
className: "ManagedClusterPodIdentityProfile"
|
|
2620
|
+
}
|
|
2621
|
+
}, nodeResourceGroup: {
|
|
2622
|
+
serializedName: "properties.nodeResourceGroup",
|
|
2623
|
+
type: {
|
|
2624
|
+
name: "String"
|
|
2625
|
+
}
|
|
2626
|
+
}, enableRBAC: {
|
|
2627
|
+
serializedName: "properties.enableRBAC",
|
|
2628
|
+
type: {
|
|
2629
|
+
name: "Boolean"
|
|
2630
|
+
}
|
|
2631
|
+
}, enablePodSecurityPolicy: {
|
|
2632
|
+
serializedName: "properties.enablePodSecurityPolicy",
|
|
2633
|
+
type: {
|
|
2634
|
+
name: "Boolean"
|
|
2635
|
+
}
|
|
2636
|
+
}, networkProfile: {
|
|
2637
|
+
serializedName: "properties.networkProfile",
|
|
2638
|
+
type: {
|
|
2639
|
+
name: "Composite",
|
|
2640
|
+
className: "ContainerServiceNetworkProfile"
|
|
2641
|
+
}
|
|
2642
|
+
}, aadProfile: {
|
|
2643
|
+
serializedName: "properties.aadProfile",
|
|
2644
|
+
type: {
|
|
2645
|
+
name: "Composite",
|
|
2646
|
+
className: "ManagedClusterAADProfile"
|
|
2647
|
+
}
|
|
2648
|
+
}, autoUpgradeProfile: {
|
|
2649
|
+
serializedName: "properties.autoUpgradeProfile",
|
|
2650
|
+
type: {
|
|
2651
|
+
name: "Composite",
|
|
2652
|
+
className: "ManagedClusterAutoUpgradeProfile"
|
|
2653
|
+
}
|
|
2654
|
+
}, autoScalerProfile: {
|
|
2655
|
+
serializedName: "properties.autoScalerProfile",
|
|
2656
|
+
type: {
|
|
2657
|
+
name: "Composite",
|
|
2658
|
+
className: "ManagedClusterPropertiesAutoScalerProfile"
|
|
2659
|
+
}
|
|
2660
|
+
}, apiServerAccessProfile: {
|
|
2661
|
+
serializedName: "properties.apiServerAccessProfile",
|
|
2662
|
+
type: {
|
|
2663
|
+
name: "Composite",
|
|
2664
|
+
className: "ManagedClusterAPIServerAccessProfile"
|
|
2665
|
+
}
|
|
2666
|
+
}, diskEncryptionSetID: {
|
|
2667
|
+
serializedName: "properties.diskEncryptionSetID",
|
|
2668
|
+
type: {
|
|
2669
|
+
name: "String"
|
|
2670
|
+
}
|
|
2671
|
+
}, identityProfile: {
|
|
2672
|
+
serializedName: "properties.identityProfile",
|
|
2673
|
+
type: {
|
|
2674
|
+
name: "Dictionary",
|
|
2675
|
+
value: {
|
|
2676
|
+
type: {
|
|
2677
|
+
name: "Composite",
|
|
2678
|
+
className: "UserAssignedIdentity"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
}
|
|
2682
|
+
}, privateLinkResources: {
|
|
2683
|
+
serializedName: "properties.privateLinkResources",
|
|
2684
|
+
type: {
|
|
2685
|
+
name: "Sequence",
|
|
2686
|
+
element: {
|
|
2687
|
+
type: {
|
|
2688
|
+
name: "Composite",
|
|
2689
|
+
className: "PrivateLinkResource"
|
|
2690
|
+
}
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
}, disableLocalAccounts: {
|
|
2694
|
+
serializedName: "properties.disableLocalAccounts",
|
|
2695
|
+
type: {
|
|
2696
|
+
name: "Boolean"
|
|
2697
|
+
}
|
|
2698
|
+
}, httpProxyConfig: {
|
|
2699
|
+
serializedName: "properties.httpProxyConfig",
|
|
2700
|
+
type: {
|
|
2701
|
+
name: "Composite",
|
|
2702
|
+
className: "ManagedClusterHTTPProxyConfig"
|
|
2703
|
+
}
|
|
2704
|
+
}, securityProfile: {
|
|
2705
|
+
serializedName: "properties.securityProfile",
|
|
2706
|
+
type: {
|
|
2707
|
+
name: "Composite",
|
|
2708
|
+
className: "ManagedClusterSecurityProfile"
|
|
2709
|
+
}
|
|
2710
|
+
}, publicNetworkAccess: {
|
|
2711
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2712
|
+
type: {
|
|
2713
|
+
name: "String"
|
|
2714
|
+
}
|
|
2715
|
+
} })
|
|
2716
|
+
}
|
|
2717
|
+
};
|
|
2718
|
+
export var ManagedClusterAccessProfile = {
|
|
2719
|
+
serializedName: "ManagedClusterAccessProfile",
|
|
2720
|
+
type: {
|
|
2721
|
+
name: "Composite",
|
|
2722
|
+
className: "ManagedClusterAccessProfile",
|
|
2723
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { kubeConfig: {
|
|
2724
|
+
serializedName: "properties.kubeConfig",
|
|
2725
|
+
type: {
|
|
2726
|
+
name: "ByteArray"
|
|
2727
|
+
}
|
|
2728
|
+
} })
|
|
2729
|
+
}
|
|
2730
|
+
};
|
|
2731
|
+
export var ManagedClusterPoolUpgradeProfileUpgradesItem = {
|
|
2732
|
+
serializedName: "ManagedClusterPoolUpgradeProfile_upgradesItem",
|
|
2733
|
+
type: {
|
|
2734
|
+
name: "Composite",
|
|
2735
|
+
className: "ManagedClusterPoolUpgradeProfileUpgradesItem",
|
|
2736
|
+
modelProperties: {
|
|
2737
|
+
kubernetesVersion: {
|
|
2738
|
+
serializedName: "kubernetesVersion",
|
|
2739
|
+
type: {
|
|
2740
|
+
name: "String"
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
isPreview: {
|
|
2744
|
+
serializedName: "isPreview",
|
|
2745
|
+
type: {
|
|
2746
|
+
name: "Boolean"
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
};
|
|
2752
|
+
export var ManagedClusterPoolUpgradeProfile = {
|
|
2753
|
+
serializedName: "ManagedClusterPoolUpgradeProfile",
|
|
2754
|
+
type: {
|
|
2755
|
+
name: "Composite",
|
|
2756
|
+
className: "ManagedClusterPoolUpgradeProfile",
|
|
2757
|
+
modelProperties: {
|
|
2758
|
+
kubernetesVersion: {
|
|
2759
|
+
required: true,
|
|
2760
|
+
serializedName: "kubernetesVersion",
|
|
2761
|
+
type: {
|
|
2762
|
+
name: "String"
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
name: {
|
|
2766
|
+
serializedName: "name",
|
|
2767
|
+
type: {
|
|
2768
|
+
name: "String"
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2771
|
+
osType: {
|
|
2772
|
+
required: true,
|
|
2773
|
+
serializedName: "osType",
|
|
2774
|
+
defaultValue: 'Linux',
|
|
2775
|
+
type: {
|
|
2776
|
+
name: "String"
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
upgrades: {
|
|
2780
|
+
serializedName: "upgrades",
|
|
2781
|
+
type: {
|
|
2782
|
+
name: "Sequence",
|
|
2783
|
+
element: {
|
|
2784
|
+
type: {
|
|
2785
|
+
name: "Composite",
|
|
2786
|
+
className: "ManagedClusterPoolUpgradeProfileUpgradesItem"
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
2793
|
+
};
|
|
2794
|
+
export var ManagedClusterUpgradeProfile = {
|
|
2795
|
+
serializedName: "ManagedClusterUpgradeProfile",
|
|
2796
|
+
type: {
|
|
2797
|
+
name: "Composite",
|
|
2798
|
+
className: "ManagedClusterUpgradeProfile",
|
|
2799
|
+
modelProperties: {
|
|
2800
|
+
id: {
|
|
2801
|
+
readOnly: true,
|
|
2802
|
+
serializedName: "id",
|
|
2803
|
+
type: {
|
|
2804
|
+
name: "String"
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
name: {
|
|
2808
|
+
readOnly: true,
|
|
2809
|
+
serializedName: "name",
|
|
2810
|
+
type: {
|
|
2811
|
+
name: "String"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
type: {
|
|
2815
|
+
readOnly: true,
|
|
2816
|
+
serializedName: "type",
|
|
2817
|
+
type: {
|
|
2818
|
+
name: "String"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
controlPlaneProfile: {
|
|
2822
|
+
required: true,
|
|
2823
|
+
serializedName: "properties.controlPlaneProfile",
|
|
2824
|
+
type: {
|
|
2825
|
+
name: "Composite",
|
|
2826
|
+
className: "ManagedClusterPoolUpgradeProfile"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
agentPoolProfiles: {
|
|
2830
|
+
required: true,
|
|
2831
|
+
serializedName: "properties.agentPoolProfiles",
|
|
2832
|
+
type: {
|
|
2833
|
+
name: "Sequence",
|
|
2834
|
+
element: {
|
|
2835
|
+
type: {
|
|
2836
|
+
name: "Composite",
|
|
2837
|
+
className: "ManagedClusterPoolUpgradeProfile"
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
};
|
|
2845
|
+
export var AgentPoolUpgradeProfilePropertiesUpgradesItem = {
|
|
2846
|
+
serializedName: "AgentPoolUpgradeProfileProperties_upgradesItem",
|
|
2847
|
+
type: {
|
|
2848
|
+
name: "Composite",
|
|
2849
|
+
className: "AgentPoolUpgradeProfilePropertiesUpgradesItem",
|
|
2850
|
+
modelProperties: {
|
|
2851
|
+
kubernetesVersion: {
|
|
2852
|
+
serializedName: "kubernetesVersion",
|
|
2853
|
+
type: {
|
|
2854
|
+
name: "String"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
isPreview: {
|
|
2858
|
+
serializedName: "isPreview",
|
|
2859
|
+
type: {
|
|
2860
|
+
name: "Boolean"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
};
|
|
2866
|
+
export var AgentPoolUpgradeProfile = {
|
|
2867
|
+
serializedName: "AgentPoolUpgradeProfile",
|
|
2868
|
+
type: {
|
|
2869
|
+
name: "Composite",
|
|
2870
|
+
className: "AgentPoolUpgradeProfile",
|
|
2871
|
+
modelProperties: {
|
|
2872
|
+
id: {
|
|
2873
|
+
readOnly: true,
|
|
2874
|
+
serializedName: "id",
|
|
2875
|
+
type: {
|
|
2876
|
+
name: "String"
|
|
2877
|
+
}
|
|
2878
|
+
},
|
|
2879
|
+
name: {
|
|
2880
|
+
readOnly: true,
|
|
2881
|
+
serializedName: "name",
|
|
2882
|
+
type: {
|
|
2883
|
+
name: "String"
|
|
2884
|
+
}
|
|
2885
|
+
},
|
|
2886
|
+
type: {
|
|
2887
|
+
readOnly: true,
|
|
2888
|
+
serializedName: "type",
|
|
2889
|
+
type: {
|
|
2890
|
+
name: "String"
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2893
|
+
kubernetesVersion: {
|
|
2894
|
+
required: true,
|
|
2895
|
+
serializedName: "properties.kubernetesVersion",
|
|
2896
|
+
type: {
|
|
2897
|
+
name: "String"
|
|
2898
|
+
}
|
|
2899
|
+
},
|
|
2900
|
+
osType: {
|
|
2901
|
+
required: true,
|
|
2902
|
+
serializedName: "properties.osType",
|
|
2903
|
+
defaultValue: 'Linux',
|
|
2904
|
+
type: {
|
|
2905
|
+
name: "String"
|
|
2906
|
+
}
|
|
2907
|
+
},
|
|
2908
|
+
upgrades: {
|
|
2909
|
+
serializedName: "properties.upgrades",
|
|
2910
|
+
type: {
|
|
2911
|
+
name: "Sequence",
|
|
2912
|
+
element: {
|
|
2913
|
+
type: {
|
|
2914
|
+
name: "Composite",
|
|
2915
|
+
className: "AgentPoolUpgradeProfilePropertiesUpgradesItem"
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
latestNodeImageVersion: {
|
|
2921
|
+
serializedName: "properties.latestNodeImageVersion",
|
|
2922
|
+
type: {
|
|
2923
|
+
name: "String"
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
}
|
|
2928
|
+
};
|
|
2929
|
+
export var AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = {
|
|
2930
|
+
serializedName: "AgentPoolAvailableVersionsProperties_agentPoolVersionsItem",
|
|
2931
|
+
type: {
|
|
2932
|
+
name: "Composite",
|
|
2933
|
+
className: "AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem",
|
|
2934
|
+
modelProperties: {
|
|
2935
|
+
default: {
|
|
2936
|
+
serializedName: "default",
|
|
2937
|
+
type: {
|
|
2938
|
+
name: "Boolean"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
kubernetesVersion: {
|
|
2942
|
+
serializedName: "kubernetesVersion",
|
|
2943
|
+
type: {
|
|
2944
|
+
name: "String"
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2947
|
+
isPreview: {
|
|
2948
|
+
serializedName: "isPreview",
|
|
2949
|
+
type: {
|
|
2950
|
+
name: "Boolean"
|
|
2951
|
+
}
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
};
|
|
2956
|
+
export var AgentPoolAvailableVersions = {
|
|
2957
|
+
serializedName: "AgentPoolAvailableVersions",
|
|
2958
|
+
type: {
|
|
2959
|
+
name: "Composite",
|
|
2960
|
+
className: "AgentPoolAvailableVersions",
|
|
2961
|
+
modelProperties: {
|
|
2962
|
+
id: {
|
|
2963
|
+
readOnly: true,
|
|
2964
|
+
serializedName: "id",
|
|
2965
|
+
type: {
|
|
2966
|
+
name: "String"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
name: {
|
|
2970
|
+
readOnly: true,
|
|
2971
|
+
serializedName: "name",
|
|
2972
|
+
type: {
|
|
2973
|
+
name: "String"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
type: {
|
|
2977
|
+
readOnly: true,
|
|
2978
|
+
serializedName: "type",
|
|
2979
|
+
type: {
|
|
2980
|
+
name: "String"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
agentPoolVersions: {
|
|
2984
|
+
serializedName: "properties.agentPoolVersions",
|
|
2985
|
+
type: {
|
|
2986
|
+
name: "Sequence",
|
|
2987
|
+
element: {
|
|
2988
|
+
type: {
|
|
2989
|
+
name: "Composite",
|
|
2990
|
+
className: "AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem"
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
};
|
|
2998
|
+
export var CredentialResult = {
|
|
2999
|
+
serializedName: "CredentialResult",
|
|
3000
|
+
type: {
|
|
3001
|
+
name: "Composite",
|
|
3002
|
+
className: "CredentialResult",
|
|
3003
|
+
modelProperties: {
|
|
3004
|
+
name: {
|
|
3005
|
+
readOnly: true,
|
|
3006
|
+
serializedName: "name",
|
|
3007
|
+
type: {
|
|
3008
|
+
name: "String"
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
value: {
|
|
3012
|
+
readOnly: true,
|
|
3013
|
+
serializedName: "value",
|
|
3014
|
+
type: {
|
|
3015
|
+
name: "ByteArray"
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
};
|
|
3021
|
+
export var CredentialResults = {
|
|
3022
|
+
serializedName: "CredentialResults",
|
|
3023
|
+
type: {
|
|
3024
|
+
name: "Composite",
|
|
3025
|
+
className: "CredentialResults",
|
|
3026
|
+
modelProperties: {
|
|
3027
|
+
kubeconfigs: {
|
|
3028
|
+
readOnly: true,
|
|
3029
|
+
serializedName: "kubeconfigs",
|
|
3030
|
+
type: {
|
|
3031
|
+
name: "Sequence",
|
|
3032
|
+
element: {
|
|
3033
|
+
type: {
|
|
3034
|
+
name: "Composite",
|
|
3035
|
+
className: "CredentialResult"
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
};
|
|
3043
|
+
export var PrivateEndpoint = {
|
|
3044
|
+
serializedName: "PrivateEndpoint",
|
|
3045
|
+
type: {
|
|
3046
|
+
name: "Composite",
|
|
3047
|
+
className: "PrivateEndpoint",
|
|
3048
|
+
modelProperties: {
|
|
3049
|
+
id: {
|
|
3050
|
+
serializedName: "id",
|
|
3051
|
+
type: {
|
|
3052
|
+
name: "String"
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
};
|
|
3058
|
+
export var PrivateLinkServiceConnectionState = {
|
|
3059
|
+
serializedName: "PrivateLinkServiceConnectionState",
|
|
3060
|
+
type: {
|
|
3061
|
+
name: "Composite",
|
|
3062
|
+
className: "PrivateLinkServiceConnectionState",
|
|
3063
|
+
modelProperties: {
|
|
3064
|
+
status: {
|
|
3065
|
+
serializedName: "status",
|
|
3066
|
+
type: {
|
|
3067
|
+
name: "String"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
description: {
|
|
3071
|
+
serializedName: "description",
|
|
3072
|
+
type: {
|
|
3073
|
+
name: "String"
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
}
|
|
3078
|
+
};
|
|
3079
|
+
export var PrivateEndpointConnection = {
|
|
3080
|
+
serializedName: "PrivateEndpointConnection",
|
|
3081
|
+
type: {
|
|
3082
|
+
name: "Composite",
|
|
3083
|
+
className: "PrivateEndpointConnection",
|
|
3084
|
+
modelProperties: {
|
|
3085
|
+
id: {
|
|
3086
|
+
readOnly: true,
|
|
3087
|
+
serializedName: "id",
|
|
3088
|
+
type: {
|
|
3089
|
+
name: "String"
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
name: {
|
|
3093
|
+
readOnly: true,
|
|
3094
|
+
serializedName: "name",
|
|
3095
|
+
type: {
|
|
3096
|
+
name: "String"
|
|
3097
|
+
}
|
|
3098
|
+
},
|
|
3099
|
+
type: {
|
|
3100
|
+
readOnly: true,
|
|
3101
|
+
serializedName: "type",
|
|
3102
|
+
type: {
|
|
3103
|
+
name: "String"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
provisioningState: {
|
|
3107
|
+
readOnly: true,
|
|
3108
|
+
serializedName: "properties.provisioningState",
|
|
3109
|
+
type: {
|
|
3110
|
+
name: "String"
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
privateEndpoint: {
|
|
3114
|
+
serializedName: "properties.privateEndpoint",
|
|
3115
|
+
type: {
|
|
3116
|
+
name: "Composite",
|
|
3117
|
+
className: "PrivateEndpoint"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
privateLinkServiceConnectionState: {
|
|
3121
|
+
required: true,
|
|
3122
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3123
|
+
type: {
|
|
3124
|
+
name: "Composite",
|
|
3125
|
+
className: "PrivateLinkServiceConnectionState"
|
|
3126
|
+
}
|
|
3127
|
+
}
|
|
3128
|
+
}
|
|
3129
|
+
}
|
|
3130
|
+
};
|
|
3131
|
+
export var PrivateEndpointConnectionListResult = {
|
|
3132
|
+
serializedName: "PrivateEndpointConnectionListResult",
|
|
3133
|
+
type: {
|
|
3134
|
+
name: "Composite",
|
|
3135
|
+
className: "PrivateEndpointConnectionListResult",
|
|
3136
|
+
modelProperties: {
|
|
3137
|
+
value: {
|
|
3138
|
+
serializedName: "value",
|
|
3139
|
+
type: {
|
|
3140
|
+
name: "Sequence",
|
|
3141
|
+
element: {
|
|
3142
|
+
type: {
|
|
3143
|
+
name: "Composite",
|
|
3144
|
+
className: "PrivateEndpointConnection"
|
|
3145
|
+
}
|
|
3146
|
+
}
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
};
|
|
3152
|
+
export var PrivateLinkResourcesListResult = {
|
|
3153
|
+
serializedName: "PrivateLinkResourcesListResult",
|
|
3154
|
+
type: {
|
|
3155
|
+
name: "Composite",
|
|
3156
|
+
className: "PrivateLinkResourcesListResult",
|
|
3157
|
+
modelProperties: {
|
|
3158
|
+
value: {
|
|
3159
|
+
serializedName: "value",
|
|
3160
|
+
type: {
|
|
3161
|
+
name: "Sequence",
|
|
3162
|
+
element: {
|
|
3163
|
+
type: {
|
|
3164
|
+
name: "Composite",
|
|
3165
|
+
className: "PrivateLinkResource"
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
3172
|
+
};
|
|
3173
|
+
export var OSOptionProperty = {
|
|
3174
|
+
serializedName: "OSOptionProperty",
|
|
3175
|
+
type: {
|
|
3176
|
+
name: "Composite",
|
|
3177
|
+
className: "OSOptionProperty",
|
|
3178
|
+
modelProperties: {
|
|
3179
|
+
osType: {
|
|
3180
|
+
required: true,
|
|
3181
|
+
serializedName: "os-type",
|
|
3182
|
+
type: {
|
|
3183
|
+
name: "String"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
enableFipsImage: {
|
|
3187
|
+
required: true,
|
|
3188
|
+
serializedName: "enable-fips-image",
|
|
3189
|
+
type: {
|
|
3190
|
+
name: "Boolean"
|
|
3191
|
+
}
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
};
|
|
3196
|
+
export var OSOptionProfile = {
|
|
3197
|
+
serializedName: "OSOptionProfile",
|
|
3198
|
+
type: {
|
|
3199
|
+
name: "Composite",
|
|
3200
|
+
className: "OSOptionProfile",
|
|
3201
|
+
modelProperties: {
|
|
3202
|
+
id: {
|
|
3203
|
+
readOnly: true,
|
|
3204
|
+
serializedName: "id",
|
|
3205
|
+
type: {
|
|
3206
|
+
name: "String"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
name: {
|
|
3210
|
+
readOnly: true,
|
|
3211
|
+
serializedName: "name",
|
|
3212
|
+
type: {
|
|
3213
|
+
name: "String"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
type: {
|
|
3217
|
+
readOnly: true,
|
|
3218
|
+
serializedName: "type",
|
|
3219
|
+
type: {
|
|
3220
|
+
name: "String"
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
osOptionPropertyList: {
|
|
3224
|
+
required: true,
|
|
3225
|
+
serializedName: "properties.osOptionPropertyList",
|
|
3226
|
+
type: {
|
|
3227
|
+
name: "Sequence",
|
|
3228
|
+
element: {
|
|
3229
|
+
type: {
|
|
3230
|
+
name: "Composite",
|
|
3231
|
+
className: "OSOptionProperty"
|
|
3232
|
+
}
|
|
3233
|
+
}
|
|
3234
|
+
}
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
};
|
|
3239
|
+
export var EndpointDetail = {
|
|
3240
|
+
serializedName: "EndpointDetail",
|
|
3241
|
+
type: {
|
|
3242
|
+
name: "Composite",
|
|
3243
|
+
className: "EndpointDetail",
|
|
3244
|
+
modelProperties: {
|
|
3245
|
+
ipAddress: {
|
|
3246
|
+
serializedName: "ipAddress",
|
|
3247
|
+
type: {
|
|
3248
|
+
name: "String"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
port: {
|
|
3252
|
+
serializedName: "port",
|
|
3253
|
+
type: {
|
|
3254
|
+
name: "Number"
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
3257
|
+
protocol: {
|
|
3258
|
+
serializedName: "protocol",
|
|
3259
|
+
type: {
|
|
3260
|
+
name: "String"
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
description: {
|
|
3264
|
+
serializedName: "description",
|
|
3265
|
+
type: {
|
|
3266
|
+
name: "String"
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
};
|
|
3272
|
+
export var EndpointDependency = {
|
|
3273
|
+
serializedName: "EndpointDependency",
|
|
3274
|
+
type: {
|
|
3275
|
+
name: "Composite",
|
|
3276
|
+
className: "EndpointDependency",
|
|
3277
|
+
modelProperties: {
|
|
3278
|
+
domainName: {
|
|
3279
|
+
serializedName: "domainName",
|
|
3280
|
+
type: {
|
|
3281
|
+
name: "String"
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
endpointDetails: {
|
|
3285
|
+
serializedName: "endpointDetails",
|
|
3286
|
+
type: {
|
|
3287
|
+
name: "Sequence",
|
|
3288
|
+
element: {
|
|
3289
|
+
type: {
|
|
3290
|
+
name: "Composite",
|
|
3291
|
+
className: "EndpointDetail"
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
}
|
|
3295
|
+
}
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
};
|
|
3299
|
+
export var OutboundEnvironmentEndpoint = {
|
|
3300
|
+
serializedName: "OutboundEnvironmentEndpoint",
|
|
3301
|
+
type: {
|
|
3302
|
+
name: "Composite",
|
|
3303
|
+
className: "OutboundEnvironmentEndpoint",
|
|
3304
|
+
modelProperties: {
|
|
3305
|
+
category: {
|
|
3306
|
+
serializedName: "category",
|
|
3307
|
+
type: {
|
|
3308
|
+
name: "String"
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
endpoints: {
|
|
3312
|
+
serializedName: "endpoints",
|
|
3313
|
+
type: {
|
|
3314
|
+
name: "Sequence",
|
|
3315
|
+
element: {
|
|
3316
|
+
type: {
|
|
3317
|
+
name: "Composite",
|
|
3318
|
+
className: "EndpointDependency"
|
|
3319
|
+
}
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
};
|
|
3326
|
+
export var Snapshot = {
|
|
3327
|
+
serializedName: "Snapshot",
|
|
3328
|
+
type: {
|
|
3329
|
+
name: "Composite",
|
|
3330
|
+
className: "Snapshot",
|
|
3331
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { systemData: {
|
|
3332
|
+
readOnly: true,
|
|
3333
|
+
serializedName: "systemData",
|
|
3334
|
+
type: {
|
|
3335
|
+
name: "Composite",
|
|
3336
|
+
className: "SystemData"
|
|
3337
|
+
}
|
|
3338
|
+
}, creationData: {
|
|
3339
|
+
serializedName: "properties.creationData",
|
|
3340
|
+
type: {
|
|
3341
|
+
name: "Composite",
|
|
3342
|
+
className: "CreationData"
|
|
3343
|
+
}
|
|
3344
|
+
}, snapshotType: {
|
|
3345
|
+
serializedName: "properties.snapshotType",
|
|
3346
|
+
defaultValue: 'NodePool',
|
|
3347
|
+
type: {
|
|
3348
|
+
name: "String"
|
|
3349
|
+
}
|
|
3350
|
+
} })
|
|
3351
|
+
}
|
|
3352
|
+
};
|
|
3353
|
+
export var OperationListResult = {
|
|
3354
|
+
serializedName: "OperationListResult",
|
|
3355
|
+
type: {
|
|
3356
|
+
name: "Composite",
|
|
3357
|
+
className: "OperationListResult",
|
|
3358
|
+
modelProperties: {
|
|
3359
|
+
value: {
|
|
3360
|
+
readOnly: true,
|
|
3361
|
+
serializedName: "",
|
|
3362
|
+
type: {
|
|
3363
|
+
name: "Sequence",
|
|
3364
|
+
element: {
|
|
3365
|
+
type: {
|
|
3366
|
+
name: "Composite",
|
|
3367
|
+
className: "OperationValue"
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
};
|
|
3375
|
+
export var ManagedClusterListResult = {
|
|
3376
|
+
serializedName: "ManagedClusterListResult",
|
|
3377
|
+
type: {
|
|
3378
|
+
name: "Composite",
|
|
3379
|
+
className: "ManagedClusterListResult",
|
|
3380
|
+
modelProperties: {
|
|
3381
|
+
value: {
|
|
3382
|
+
serializedName: "",
|
|
3383
|
+
type: {
|
|
3384
|
+
name: "Sequence",
|
|
3385
|
+
element: {
|
|
3386
|
+
type: {
|
|
3387
|
+
name: "Composite",
|
|
3388
|
+
className: "ManagedCluster"
|
|
3389
|
+
}
|
|
3390
|
+
}
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
nextLink: {
|
|
3394
|
+
readOnly: true,
|
|
3395
|
+
serializedName: "nextLink",
|
|
3396
|
+
type: {
|
|
3397
|
+
name: "String"
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
};
|
|
3403
|
+
export var OutboundEnvironmentEndpointCollection = {
|
|
3404
|
+
serializedName: "OutboundEnvironmentEndpointCollection",
|
|
3405
|
+
type: {
|
|
3406
|
+
name: "Composite",
|
|
3407
|
+
className: "OutboundEnvironmentEndpointCollection",
|
|
3408
|
+
modelProperties: {
|
|
3409
|
+
value: {
|
|
3410
|
+
required: true,
|
|
3411
|
+
serializedName: "",
|
|
3412
|
+
type: {
|
|
3413
|
+
name: "Sequence",
|
|
3414
|
+
element: {
|
|
3415
|
+
type: {
|
|
3416
|
+
name: "Composite",
|
|
3417
|
+
className: "OutboundEnvironmentEndpoint"
|
|
3418
|
+
}
|
|
3419
|
+
}
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
nextLink: {
|
|
3423
|
+
readOnly: true,
|
|
3424
|
+
serializedName: "nextLink",
|
|
3425
|
+
type: {
|
|
3426
|
+
name: "String"
|
|
3427
|
+
}
|
|
3428
|
+
}
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
};
|
|
3432
|
+
export var MaintenanceConfigurationListResult = {
|
|
3433
|
+
serializedName: "MaintenanceConfigurationListResult",
|
|
3434
|
+
type: {
|
|
3435
|
+
name: "Composite",
|
|
3436
|
+
className: "MaintenanceConfigurationListResult",
|
|
3437
|
+
modelProperties: {
|
|
3438
|
+
value: {
|
|
3439
|
+
serializedName: "",
|
|
3440
|
+
type: {
|
|
3441
|
+
name: "Sequence",
|
|
3442
|
+
element: {
|
|
3443
|
+
type: {
|
|
3444
|
+
name: "Composite",
|
|
3445
|
+
className: "MaintenanceConfiguration"
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
nextLink: {
|
|
3451
|
+
readOnly: true,
|
|
3452
|
+
serializedName: "nextLink",
|
|
3453
|
+
type: {
|
|
3454
|
+
name: "String"
|
|
3455
|
+
}
|
|
3456
|
+
}
|
|
3457
|
+
}
|
|
3458
|
+
}
|
|
3459
|
+
};
|
|
3460
|
+
export var AgentPoolListResult = {
|
|
3461
|
+
serializedName: "AgentPoolListResult",
|
|
3462
|
+
type: {
|
|
3463
|
+
name: "Composite",
|
|
3464
|
+
className: "AgentPoolListResult",
|
|
3465
|
+
modelProperties: {
|
|
3466
|
+
value: {
|
|
3467
|
+
serializedName: "",
|
|
3468
|
+
type: {
|
|
3469
|
+
name: "Sequence",
|
|
3470
|
+
element: {
|
|
3471
|
+
type: {
|
|
3472
|
+
name: "Composite",
|
|
3473
|
+
className: "AgentPool"
|
|
3474
|
+
}
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
},
|
|
3478
|
+
nextLink: {
|
|
3479
|
+
readOnly: true,
|
|
3480
|
+
serializedName: "nextLink",
|
|
3481
|
+
type: {
|
|
3482
|
+
name: "String"
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3485
|
+
}
|
|
3486
|
+
}
|
|
3487
|
+
};
|
|
3488
|
+
export var SnapshotListResult = {
|
|
3489
|
+
serializedName: "SnapshotListResult",
|
|
3490
|
+
type: {
|
|
3491
|
+
name: "Composite",
|
|
3492
|
+
className: "SnapshotListResult",
|
|
3493
|
+
modelProperties: {
|
|
3494
|
+
value: {
|
|
3495
|
+
serializedName: "",
|
|
3496
|
+
type: {
|
|
3497
|
+
name: "Sequence",
|
|
3498
|
+
element: {
|
|
3499
|
+
type: {
|
|
3500
|
+
name: "Composite",
|
|
3501
|
+
className: "Snapshot"
|
|
3502
|
+
}
|
|
3503
|
+
}
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
nextLink: {
|
|
3507
|
+
readOnly: true,
|
|
3508
|
+
serializedName: "nextLink",
|
|
3509
|
+
type: {
|
|
3510
|
+
name: "String"
|
|
3511
|
+
}
|
|
3512
|
+
}
|
|
3513
|
+
}
|
|
3514
|
+
}
|
|
3515
|
+
};
|
|
3516
|
+
//# sourceMappingURL=mappers.js.map
|