@azure/arm-cognitiveservices 8.1.0 → 9.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/accountCapabilityHosts/index.d.ts +3 -0
- package/dist/browser/api/accountCapabilityHosts/index.js +4 -0
- package/dist/browser/api/accountCapabilityHosts/index.js.map +1 -0
- package/dist/browser/api/accountCapabilityHosts/operations.d.ts +23 -0
- package/dist/browser/api/accountCapabilityHosts/operations.js +135 -0
- package/dist/browser/api/accountCapabilityHosts/operations.js.map +1 -0
- package/dist/browser/api/accountCapabilityHosts/options.d.ts +18 -0
- package/dist/browser/api/accountCapabilityHosts/options.js +4 -0
- package/dist/browser/api/accountCapabilityHosts/options.js.map +1 -0
- package/dist/browser/api/accountConnections/index.d.ts +3 -0
- package/dist/browser/api/accountConnections/index.js +4 -0
- package/dist/browser/api/accountConnections/index.js.map +1 -0
- package/dist/browser/api/accountConnections/operations.d.ts +26 -0
- package/dist/browser/api/accountConnections/operations.js +162 -0
- package/dist/browser/api/accountConnections/operations.js.map +1 -0
- package/dist/browser/api/accountConnections/options.d.ts +28 -0
- package/dist/browser/api/accountConnections/options.js +4 -0
- package/dist/browser/api/accountConnections/options.js.map +1 -0
- package/dist/browser/api/accounts/index.d.ts +3 -0
- package/dist/browser/api/accounts/index.js +4 -0
- package/dist/browser/api/accounts/index.js.map +1 -0
- package/dist/browser/api/accounts/operations.d.ts +55 -0
- package/dist/browser/api/accounts/operations.js +371 -0
- package/dist/browser/api/accounts/operations.js.map +1 -0
- package/dist/browser/api/accounts/options.d.ts +46 -0
- package/dist/browser/api/accounts/options.js +4 -0
- package/dist/browser/api/accounts/options.js.map +1 -0
- package/dist/browser/api/agentApplications/index.d.ts +3 -0
- package/dist/browser/api/agentApplications/index.js +4 -0
- package/dist/browser/api/agentApplications/index.js.map +1 -0
- package/dist/browser/api/agentApplications/operations.d.ts +35 -0
- package/dist/browser/api/agentApplications/operations.js +234 -0
- package/dist/browser/api/agentApplications/operations.js.map +1 -0
- package/dist/browser/api/agentApplications/options.d.ts +41 -0
- package/dist/browser/api/agentApplications/options.js +4 -0
- package/dist/browser/api/agentApplications/options.js.map +1 -0
- package/dist/browser/api/agentDeployments/index.d.ts +3 -0
- package/dist/browser/api/agentDeployments/index.js +4 -0
- package/dist/browser/api/agentDeployments/index.js.map +1 -0
- package/dist/browser/api/agentDeployments/operations.d.ts +31 -0
- package/dist/browser/api/agentDeployments/operations.js +208 -0
- package/dist/browser/api/agentDeployments/operations.js.map +1 -0
- package/dist/browser/api/agentDeployments/options.d.ts +34 -0
- package/dist/browser/api/agentDeployments/options.js +4 -0
- package/dist/browser/api/agentDeployments/options.js.map +1 -0
- package/dist/browser/api/cognitiveServicesManagementContext.d.ts +22 -0
- package/dist/browser/api/cognitiveServicesManagementContext.js +26 -0
- package/dist/browser/api/cognitiveServicesManagementContext.js.map +1 -0
- package/dist/browser/api/commitmentPlans/index.d.ts +3 -0
- package/dist/browser/api/commitmentPlans/index.js +4 -0
- package/dist/browser/api/commitmentPlans/index.js.map +1 -0
- package/dist/browser/api/commitmentPlans/operations.d.ts +63 -0
- package/dist/browser/api/commitmentPlans/operations.js +444 -0
- package/dist/browser/api/commitmentPlans/operations.js.map +1 -0
- package/dist/browser/api/commitmentPlans/options.d.ts +56 -0
- package/dist/browser/api/commitmentPlans/options.js +4 -0
- package/dist/browser/api/commitmentPlans/options.js.map +1 -0
- package/dist/browser/api/commitmentTiers/index.d.ts +3 -0
- package/dist/browser/api/commitmentTiers/index.js +4 -0
- package/dist/browser/api/commitmentTiers/index.js.map +1 -0
- package/dist/browser/api/commitmentTiers/operations.d.ts +10 -0
- package/dist/browser/api/commitmentTiers/operations.js +37 -0
- package/dist/browser/api/commitmentTiers/operations.js.map +1 -0
- package/dist/browser/api/commitmentTiers/options.d.ts +5 -0
- package/dist/browser/api/commitmentTiers/options.js +4 -0
- package/dist/browser/api/commitmentTiers/options.js.map +1 -0
- package/dist/browser/api/computeOperations/index.d.ts +3 -0
- package/dist/browser/api/computeOperations/index.js +4 -0
- package/dist/browser/api/computeOperations/index.js.map +1 -0
- package/dist/browser/api/computeOperations/operations.d.ts +9 -0
- package/dist/browser/api/computeOperations/operations.js +34 -0
- package/dist/browser/api/computeOperations/operations.js.map +1 -0
- package/dist/browser/api/computeOperations/options.d.ts +5 -0
- package/dist/browser/api/computeOperations/options.js +4 -0
- package/dist/browser/api/computeOperations/options.js.map +1 -0
- package/dist/browser/api/computes/index.d.ts +3 -0
- package/dist/browser/api/computes/index.js +4 -0
- package/dist/browser/api/computes/index.js.map +1 -0
- package/dist/browser/api/computes/operations.d.ts +51 -0
- package/dist/browser/api/computes/operations.js +276 -0
- package/dist/browser/api/computes/operations.js.map +1 -0
- package/dist/browser/api/computes/options.d.ts +38 -0
- package/dist/browser/api/computes/options.js +4 -0
- package/dist/browser/api/computes/options.js.map +1 -0
- package/dist/browser/api/defenderForAISettings/index.d.ts +3 -0
- package/dist/browser/api/defenderForAISettings/index.js +4 -0
- package/dist/browser/api/defenderForAISettings/index.js.map +1 -0
- package/dist/browser/api/defenderForAISettings/operations.d.ts +22 -0
- package/dist/browser/api/defenderForAISettings/operations.js +129 -0
- package/dist/browser/api/defenderForAISettings/operations.js.map +1 -0
- package/dist/browser/api/defenderForAISettings/options.d.ts +14 -0
- package/dist/browser/api/defenderForAISettings/options.js +4 -0
- package/dist/browser/api/defenderForAISettings/options.js.map +1 -0
- package/dist/browser/api/deletedAccounts/index.d.ts +3 -0
- package/dist/browser/api/deletedAccounts/index.js +4 -0
- package/dist/browser/api/deletedAccounts/index.js.map +1 -0
- package/dist/browser/api/deletedAccounts/operations.d.ts +19 -0
- package/dist/browser/api/deletedAccounts/operations.js +97 -0
- package/dist/browser/api/deletedAccounts/operations.js.map +1 -0
- package/dist/browser/api/deletedAccounts/options.d.ts +13 -0
- package/dist/browser/api/deletedAccounts/options.js +4 -0
- package/dist/browser/api/deletedAccounts/options.js.map +1 -0
- package/dist/browser/api/deployments/index.d.ts +3 -0
- package/dist/browser/api/deployments/index.js +4 -0
- package/dist/browser/api/deployments/index.js.map +1 -0
- package/dist/browser/api/deployments/operations.d.ts +39 -0
- package/dist/browser/api/deployments/operations.js +261 -0
- package/dist/browser/api/deployments/operations.js.map +1 -0
- package/dist/browser/api/deployments/options.d.ts +32 -0
- package/dist/browser/api/deployments/options.js +4 -0
- package/dist/browser/api/deployments/options.js.map +1 -0
- package/dist/browser/api/encryptionScopes/index.d.ts +3 -0
- package/dist/browser/api/encryptionScopes/index.js +4 -0
- package/dist/browser/api/encryptionScopes/index.js.map +1 -0
- package/dist/browser/api/encryptionScopes/operations.d.ts +23 -0
- package/dist/browser/api/encryptionScopes/operations.js +130 -0
- package/dist/browser/api/encryptionScopes/operations.js.map +1 -0
- package/dist/browser/api/encryptionScopes/options.d.ts +16 -0
- package/dist/browser/api/encryptionScopes/options.js +4 -0
- package/dist/browser/api/encryptionScopes/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/locationBasedModelCapacities/index.d.ts +3 -0
- package/dist/browser/api/locationBasedModelCapacities/index.js +4 -0
- package/dist/browser/api/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/browser/api/locationBasedModelCapacities/operations.d.ts +10 -0
- package/dist/browser/api/locationBasedModelCapacities/operations.js +40 -0
- package/dist/browser/api/locationBasedModelCapacities/operations.js.map +1 -0
- package/dist/browser/api/locationBasedModelCapacities/options.d.ts +5 -0
- package/dist/browser/api/locationBasedModelCapacities/options.js +4 -0
- package/dist/browser/api/locationBasedModelCapacities/options.js.map +1 -0
- package/dist/browser/api/managedComputeCapacities/index.d.ts +3 -0
- package/dist/browser/api/managedComputeCapacities/index.js +4 -0
- package/dist/browser/api/managedComputeCapacities/index.js.map +1 -0
- package/dist/browser/api/managedComputeCapacities/operations.d.ts +13 -0
- package/dist/browser/api/managedComputeCapacities/operations.js +42 -0
- package/dist/browser/api/managedComputeCapacities/operations.js.map +1 -0
- package/dist/browser/api/managedComputeCapacities/options.d.ts +12 -0
- package/dist/browser/api/managedComputeCapacities/options.js +4 -0
- package/dist/browser/api/managedComputeCapacities/options.js.map +1 -0
- package/dist/browser/api/managedComputeDeployments/index.d.ts +3 -0
- package/dist/browser/api/managedComputeDeployments/index.js +4 -0
- package/dist/browser/api/managedComputeDeployments/index.js.map +1 -0
- package/dist/browser/api/managedComputeDeployments/operations.d.ts +27 -0
- package/dist/browser/api/managedComputeDeployments/operations.js +171 -0
- package/dist/browser/api/managedComputeDeployments/operations.js.map +1 -0
- package/dist/browser/api/managedComputeDeployments/options.d.ts +23 -0
- package/dist/browser/api/managedComputeDeployments/options.js +4 -0
- package/dist/browser/api/managedComputeDeployments/options.js.map +1 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/index.d.ts +3 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/index.js +4 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/operations.d.ts +10 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/operations.js +37 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/operations.js.map +1 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/options.d.ts +5 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/options.js +4 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/options.js.map +1 -0
- package/dist/browser/api/managedNetworkProvisions/index.d.ts +3 -0
- package/dist/browser/api/managedNetworkProvisions/index.js +4 -0
- package/dist/browser/api/managedNetworkProvisions/index.js.map +1 -0
- package/dist/browser/api/managedNetworkProvisions/operations.d.ts +10 -0
- package/dist/browser/api/managedNetworkProvisions/operations.js +43 -0
- package/dist/browser/api/managedNetworkProvisions/operations.js.map +1 -0
- package/dist/browser/api/managedNetworkProvisions/options.d.ts +10 -0
- package/dist/browser/api/managedNetworkProvisions/options.js +4 -0
- package/dist/browser/api/managedNetworkProvisions/options.js.map +1 -0
- package/dist/browser/api/managedNetworkSettings/index.d.ts +3 -0
- package/dist/browser/api/managedNetworkSettings/index.js +4 -0
- package/dist/browser/api/managedNetworkSettings/index.js.map +1 -0
- package/dist/browser/api/managedNetworkSettings/operations.d.ts +27 -0
- package/dist/browser/api/managedNetworkSettings/operations.js +173 -0
- package/dist/browser/api/managedNetworkSettings/operations.js.map +1 -0
- package/dist/browser/api/managedNetworkSettings/options.d.ts +26 -0
- package/dist/browser/api/managedNetworkSettings/options.js +4 -0
- package/dist/browser/api/managedNetworkSettings/options.js.map +1 -0
- package/dist/browser/api/modelCapacities/index.d.ts +3 -0
- package/dist/browser/api/modelCapacities/index.js +4 -0
- package/dist/browser/api/modelCapacities/index.js.map +1 -0
- package/dist/browser/api/modelCapacities/operations.d.ts +10 -0
- package/dist/browser/api/modelCapacities/operations.js +39 -0
- package/dist/browser/api/modelCapacities/operations.js.map +1 -0
- package/dist/browser/api/modelCapacities/options.d.ts +5 -0
- package/dist/browser/api/modelCapacities/options.js +4 -0
- package/dist/browser/api/modelCapacities/options.js.map +1 -0
- package/dist/browser/api/models/index.d.ts +3 -0
- package/dist/browser/api/models/index.js +4 -0
- package/dist/browser/api/models/index.js.map +1 -0
- package/dist/browser/api/models/operations.d.ts +10 -0
- package/dist/browser/api/models/operations.js +37 -0
- package/dist/browser/api/models/operations.js.map +1 -0
- package/dist/browser/api/models/options.d.ts +5 -0
- package/dist/browser/api/models/options.js +4 -0
- package/dist/browser/api/models/options.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +102 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +17 -0
- package/dist/browser/api/operations.js +103 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +16 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/outboundRule/index.d.ts +3 -0
- package/dist/browser/api/outboundRule/index.js +4 -0
- package/dist/browser/api/outboundRule/index.js.map +1 -0
- package/dist/browser/api/outboundRule/operations.d.ts +23 -0
- package/dist/browser/api/outboundRule/operations.js +139 -0
- package/dist/browser/api/outboundRule/operations.js.map +1 -0
- package/dist/browser/api/outboundRule/options.d.ts +18 -0
- package/dist/browser/api/outboundRule/options.js +4 -0
- package/dist/browser/api/outboundRule/options.js.map +1 -0
- package/dist/browser/api/outboundRules/index.d.ts +3 -0
- package/dist/browser/api/outboundRules/index.js +4 -0
- package/dist/browser/api/outboundRules/index.js.map +1 -0
- package/dist/browser/api/outboundRules/operations.d.ts +10 -0
- package/dist/browser/api/outboundRules/operations.js +49 -0
- package/dist/browser/api/outboundRules/operations.js.map +1 -0
- package/dist/browser/api/outboundRules/options.d.ts +7 -0
- package/dist/browser/api/outboundRules/options.js +4 -0
- package/dist/browser/api/outboundRules/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +22 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/projectCapabilityHosts/index.d.ts +3 -0
- package/dist/browser/api/projectCapabilityHosts/index.js +4 -0
- package/dist/browser/api/projectCapabilityHosts/index.js.map +1 -0
- package/dist/browser/api/projectCapabilityHosts/operations.d.ts +23 -0
- package/dist/browser/api/projectCapabilityHosts/operations.js +139 -0
- package/dist/browser/api/projectCapabilityHosts/operations.js.map +1 -0
- package/dist/browser/api/projectCapabilityHosts/options.d.ts +18 -0
- package/dist/browser/api/projectCapabilityHosts/options.js +4 -0
- package/dist/browser/api/projectCapabilityHosts/options.js.map +1 -0
- package/dist/browser/api/projectConnections/index.d.ts +3 -0
- package/dist/browser/api/projectConnections/index.js +4 -0
- package/dist/browser/api/projectConnections/index.js.map +1 -0
- package/dist/browser/api/projectConnections/operations.d.ts +26 -0
- package/dist/browser/api/projectConnections/operations.js +167 -0
- package/dist/browser/api/projectConnections/operations.js.map +1 -0
- package/dist/browser/api/projectConnections/options.d.ts +28 -0
- package/dist/browser/api/projectConnections/options.js +4 -0
- package/dist/browser/api/projectConnections/options.js.map +1 -0
- package/dist/browser/api/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +27 -0
- package/dist/browser/api/projects/operations.js +171 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +23 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/quotaTiers/index.d.ts +3 -0
- package/dist/browser/api/quotaTiers/index.js +4 -0
- package/dist/browser/api/quotaTiers/index.js.map +1 -0
- package/dist/browser/api/quotaTiers/operations.d.ts +22 -0
- package/dist/browser/api/quotaTiers/operations.js +121 -0
- package/dist/browser/api/quotaTiers/operations.js.map +1 -0
- package/dist/browser/api/quotaTiers/options.d.ts +14 -0
- package/dist/browser/api/quotaTiers/options.js +4 -0
- package/dist/browser/api/quotaTiers/options.js.map +1 -0
- package/dist/browser/api/raiBlocklistItems/index.d.ts +3 -0
- package/dist/browser/api/raiBlocklistItems/index.js +4 -0
- package/dist/browser/api/raiBlocklistItems/index.js.map +1 -0
- package/dist/browser/api/raiBlocklistItems/operations.d.ts +31 -0
- package/dist/browser/api/raiBlocklistItems/operations.js +197 -0
- package/dist/browser/api/raiBlocklistItems/operations.js.map +1 -0
- package/dist/browser/api/raiBlocklistItems/options.d.ts +22 -0
- package/dist/browser/api/raiBlocklistItems/options.js +4 -0
- package/dist/browser/api/raiBlocklistItems/options.js.map +1 -0
- package/dist/browser/api/raiBlocklists/index.d.ts +3 -0
- package/dist/browser/api/raiBlocklists/index.js +4 -0
- package/dist/browser/api/raiBlocklists/index.js.map +1 -0
- package/dist/browser/api/raiBlocklists/operations.d.ts +23 -0
- package/dist/browser/api/raiBlocklists/operations.js +130 -0
- package/dist/browser/api/raiBlocklists/operations.js.map +1 -0
- package/dist/browser/api/raiBlocklists/options.d.ts +16 -0
- package/dist/browser/api/raiBlocklists/options.js +4 -0
- package/dist/browser/api/raiBlocklists/options.js.map +1 -0
- package/dist/browser/api/raiContentFilters/index.d.ts +3 -0
- package/dist/browser/api/raiContentFilters/index.js +4 -0
- package/dist/browser/api/raiContentFilters/index.js.map +1 -0
- package/dist/browser/api/raiContentFilters/operations.d.ts +14 -0
- package/dist/browser/api/raiContentFilters/operations.js +65 -0
- package/dist/browser/api/raiContentFilters/operations.js.map +1 -0
- package/dist/browser/api/raiContentFilters/options.d.ts +8 -0
- package/dist/browser/api/raiContentFilters/options.js +4 -0
- package/dist/browser/api/raiContentFilters/options.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/browser/api/raiExternalSafetyProvider/index.js +4 -0
- package/dist/browser/api/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProvider/operations.d.ts +18 -0
- package/dist/browser/api/raiExternalSafetyProvider/operations.js +92 -0
- package/dist/browser/api/raiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProvider/options.d.ts +13 -0
- package/dist/browser/api/raiExternalSafetyProvider/options.js +4 -0
- package/dist/browser/api/raiExternalSafetyProvider/options.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProviders/index.d.ts +3 -0
- package/dist/browser/api/raiExternalSafetyProviders/index.js +4 -0
- package/dist/browser/api/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProviders/operations.d.ts +10 -0
- package/dist/browser/api/raiExternalSafetyProviders/operations.js +36 -0
- package/dist/browser/api/raiExternalSafetyProviders/operations.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProviders/options.d.ts +5 -0
- package/dist/browser/api/raiExternalSafetyProviders/options.js +4 -0
- package/dist/browser/api/raiExternalSafetyProviders/options.js.map +1 -0
- package/dist/browser/api/raiPolicies/index.d.ts +3 -0
- package/dist/browser/api/raiPolicies/index.js +4 -0
- package/dist/browser/api/raiPolicies/index.js.map +1 -0
- package/dist/browser/api/raiPolicies/operations.d.ts +23 -0
- package/dist/browser/api/raiPolicies/operations.js +130 -0
- package/dist/browser/api/raiPolicies/operations.js.map +1 -0
- package/dist/browser/api/raiPolicies/options.d.ts +16 -0
- package/dist/browser/api/raiPolicies/options.js +4 -0
- package/dist/browser/api/raiPolicies/options.js.map +1 -0
- package/dist/browser/api/raiToolLabels/index.d.ts +3 -0
- package/dist/browser/api/raiToolLabels/index.js +4 -0
- package/dist/browser/api/raiToolLabels/index.js.map +1 -0
- package/dist/browser/api/raiToolLabels/operations.d.ts +23 -0
- package/dist/browser/api/raiToolLabels/operations.js +130 -0
- package/dist/browser/api/raiToolLabels/operations.js.map +1 -0
- package/dist/browser/api/raiToolLabels/options.d.ts +16 -0
- package/dist/browser/api/raiToolLabels/options.js +4 -0
- package/dist/browser/api/raiToolLabels/options.js.map +1 -0
- package/dist/browser/api/raiTopics/index.d.ts +3 -0
- package/dist/browser/api/raiTopics/index.js +4 -0
- package/dist/browser/api/raiTopics/index.js.map +1 -0
- package/dist/browser/api/raiTopics/operations.d.ts +23 -0
- package/dist/browser/api/raiTopics/operations.js +130 -0
- package/dist/browser/api/raiTopics/operations.js.map +1 -0
- package/dist/browser/api/raiTopics/options.d.ts +16 -0
- package/dist/browser/api/raiTopics/options.js +4 -0
- package/dist/browser/api/raiTopics/options.js.map +1 -0
- package/dist/browser/api/resourceSkus/index.d.ts +3 -0
- package/dist/browser/api/resourceSkus/index.js +4 -0
- package/dist/browser/api/resourceSkus/index.js.map +1 -0
- package/dist/browser/api/resourceSkus/operations.d.ts +10 -0
- package/dist/browser/api/resourceSkus/operations.js +36 -0
- package/dist/browser/api/resourceSkus/operations.js.map +1 -0
- package/dist/browser/api/resourceSkus/options.d.ts +5 -0
- package/dist/browser/api/resourceSkus/options.js +4 -0
- package/dist/browser/api/resourceSkus/options.js.map +1 -0
- package/dist/browser/api/subscriptionRaiPolicy/index.d.ts +3 -0
- package/dist/browser/api/subscriptionRaiPolicy/index.js +4 -0
- package/dist/browser/api/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/browser/api/subscriptionRaiPolicy/operations.d.ts +18 -0
- package/dist/browser/api/subscriptionRaiPolicy/operations.js +92 -0
- package/dist/browser/api/subscriptionRaiPolicy/operations.js.map +1 -0
- package/dist/browser/api/subscriptionRaiPolicy/options.d.ts +13 -0
- package/dist/browser/api/subscriptionRaiPolicy/options.js +4 -0
- package/dist/browser/api/subscriptionRaiPolicy/options.js.map +1 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/index.js +4 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/operations.d.ts +9 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/operations.js +37 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/options.d.ts +5 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/options.js +4 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +38 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +7 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/api/workbenches/index.d.ts +3 -0
- package/dist/browser/api/workbenches/index.js +4 -0
- package/dist/browser/api/workbenches/index.js.map +1 -0
- package/dist/browser/api/workbenches/operations.d.ts +51 -0
- package/dist/browser/api/workbenches/operations.js +284 -0
- package/dist/browser/api/workbenches/operations.js.map +1 -0
- package/dist/browser/api/workbenches/options.d.ts +38 -0
- package/dist/browser/api/workbenches/options.js +4 -0
- package/dist/browser/api/workbenches/options.js.map +1 -0
- package/dist/browser/classic/accountCapabilityHosts/index.d.ts +27 -0
- package/dist/browser/classic/accountCapabilityHosts/index.js +34 -0
- package/dist/browser/classic/accountCapabilityHosts/index.js.map +1 -0
- package/dist/browser/classic/accountConnections/index.d.ts +19 -0
- package/dist/browser/classic/accountConnections/index.js +18 -0
- package/dist/browser/classic/accountConnections/index.js.map +1 -0
- package/dist/browser/classic/accounts/index.d.ts +47 -0
- package/dist/browser/classic/accounts/index.js +50 -0
- package/dist/browser/classic/accounts/index.js.map +1 -0
- package/dist/browser/classic/agentApplications/index.d.ts +33 -0
- package/dist/browser/classic/agentApplications/index.js +37 -0
- package/dist/browser/classic/agentApplications/index.js.map +1 -0
- package/dist/browser/classic/agentDeployments/index.d.ts +31 -0
- package/dist/browser/classic/agentDeployments/index.js +36 -0
- package/dist/browser/classic/agentDeployments/index.js.map +1 -0
- package/dist/browser/classic/commitmentPlans/index.d.ts +63 -0
- package/dist/browser/classic/commitmentPlans/index.js +76 -0
- package/dist/browser/classic/commitmentPlans/index.js.map +1 -0
- package/dist/browser/classic/commitmentTiers/index.d.ts +11 -0
- package/dist/browser/classic/commitmentTiers/index.js +14 -0
- package/dist/browser/classic/commitmentTiers/index.js.map +1 -0
- package/dist/browser/classic/computeOperations/index.d.ts +10 -0
- package/dist/browser/classic/computeOperations/index.js +14 -0
- package/dist/browser/classic/computeOperations/index.js.map +1 -0
- package/dist/browser/classic/computes/index.d.ts +63 -0
- package/dist/browser/classic/computes/index.js +70 -0
- package/dist/browser/classic/computes/index.js.map +1 -0
- package/dist/browser/classic/defenderForAISettings/index.d.ts +17 -0
- package/dist/browser/classic/defenderForAISettings/index.js +17 -0
- package/dist/browser/classic/defenderForAISettings/index.js.map +1 -0
- package/dist/browser/classic/deletedAccounts/index.d.ts +21 -0
- package/dist/browser/classic/deletedAccounts/index.js +25 -0
- package/dist/browser/classic/deletedAccounts/index.js.map +1 -0
- package/dist/browser/classic/deployments/index.d.ts +39 -0
- package/dist/browser/classic/deployments/index.js +46 -0
- package/dist/browser/classic/deployments/index.js.map +1 -0
- package/dist/browser/classic/encryptionScopes/index.d.ts +23 -0
- package/dist/browser/classic/encryptionScopes/index.js +26 -0
- package/dist/browser/classic/encryptionScopes/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +45 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/locationBasedModelCapacities/index.d.ts +11 -0
- package/dist/browser/classic/locationBasedModelCapacities/index.js +14 -0
- package/dist/browser/classic/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/browser/classic/managedComputeCapacities/index.d.ts +14 -0
- package/dist/browser/classic/managedComputeCapacities/index.js +14 -0
- package/dist/browser/classic/managedComputeCapacities/index.js.map +1 -0
- package/dist/browser/classic/managedComputeDeployments/index.d.ts +33 -0
- package/dist/browser/classic/managedComputeDeployments/index.js +43 -0
- package/dist/browser/classic/managedComputeDeployments/index.js.map +1 -0
- package/dist/browser/classic/managedComputeUsagesOperationGroup/index.d.ts +11 -0
- package/dist/browser/classic/managedComputeUsagesOperationGroup/index.js +14 -0
- package/dist/browser/classic/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/browser/classic/managedNetworkProvisions/index.d.ts +16 -0
- package/dist/browser/classic/managedNetworkProvisions/index.js +23 -0
- package/dist/browser/classic/managedNetworkProvisions/index.js.map +1 -0
- package/dist/browser/classic/managedNetworkSettings/index.d.ts +33 -0
- package/dist/browser/classic/managedNetworkSettings/index.js +43 -0
- package/dist/browser/classic/managedNetworkSettings/index.js.map +1 -0
- package/dist/browser/classic/modelCapacities/index.d.ts +11 -0
- package/dist/browser/classic/modelCapacities/index.js +14 -0
- package/dist/browser/classic/modelCapacities/index.js.map +1 -0
- package/dist/browser/classic/models/index.d.ts +11 -0
- package/dist/browser/classic/models/index.js +14 -0
- package/dist/browser/classic/models/index.js.map +1 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/outboundRule/index.d.ts +27 -0
- package/dist/browser/classic/outboundRule/index.js +34 -0
- package/dist/browser/classic/outboundRule/index.js.map +1 -0
- package/dist/browser/classic/outboundRules/index.d.ts +13 -0
- package/dist/browser/classic/outboundRules/index.js +17 -0
- package/dist/browser/classic/outboundRules/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/projectCapabilityHosts/index.d.ts +27 -0
- package/dist/browser/classic/projectCapabilityHosts/index.js +34 -0
- package/dist/browser/classic/projectCapabilityHosts/index.js.map +1 -0
- package/dist/browser/classic/projectConnections/index.d.ts +19 -0
- package/dist/browser/classic/projectConnections/index.js +18 -0
- package/dist/browser/classic/projectConnections/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +33 -0
- package/dist/browser/classic/projects/index.js +43 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/quotaTiers/index.d.ts +17 -0
- package/dist/browser/classic/quotaTiers/index.js +17 -0
- package/dist/browser/classic/quotaTiers/index.js.map +1 -0
- package/dist/browser/classic/raiBlocklistItems/index.d.ts +27 -0
- package/dist/browser/classic/raiBlocklistItems/index.js +28 -0
- package/dist/browser/classic/raiBlocklistItems/index.js.map +1 -0
- package/dist/browser/classic/raiBlocklists/index.d.ts +23 -0
- package/dist/browser/classic/raiBlocklists/index.js +26 -0
- package/dist/browser/classic/raiBlocklists/index.js.map +1 -0
- package/dist/browser/classic/raiContentFilters/index.d.ts +13 -0
- package/dist/browser/classic/raiContentFilters/index.js +15 -0
- package/dist/browser/classic/raiContentFilters/index.js.map +1 -0
- package/dist/browser/classic/raiExternalSafetyProvider/index.d.ts +20 -0
- package/dist/browser/classic/raiExternalSafetyProvider/index.js +25 -0
- package/dist/browser/classic/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/classic/raiExternalSafetyProviders/index.d.ts +11 -0
- package/dist/browser/classic/raiExternalSafetyProviders/index.js +14 -0
- package/dist/browser/classic/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/browser/classic/raiPolicies/index.d.ts +23 -0
- package/dist/browser/classic/raiPolicies/index.js +26 -0
- package/dist/browser/classic/raiPolicies/index.js.map +1 -0
- package/dist/browser/classic/raiToolLabels/index.d.ts +23 -0
- package/dist/browser/classic/raiToolLabels/index.js +26 -0
- package/dist/browser/classic/raiToolLabels/index.js.map +1 -0
- package/dist/browser/classic/raiTopics/index.d.ts +23 -0
- package/dist/browser/classic/raiTopics/index.js +26 -0
- package/dist/browser/classic/raiTopics/index.js.map +1 -0
- package/dist/browser/classic/resourceSkus/index.d.ts +11 -0
- package/dist/browser/classic/resourceSkus/index.js +14 -0
- package/dist/browser/classic/resourceSkus/index.js.map +1 -0
- package/dist/browser/classic/subscriptionRaiPolicy/index.d.ts +20 -0
- package/dist/browser/classic/subscriptionRaiPolicy/index.js +25 -0
- package/dist/browser/classic/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/browser/classic/testRaiExternalSafetyProvider/index.d.ts +10 -0
- package/dist/browser/classic/testRaiExternalSafetyProvider/index.js +14 -0
- package/dist/browser/classic/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/classic/workbenches/index.d.ts +63 -0
- package/dist/browser/classic/workbenches/index.js +70 -0
- package/dist/browser/classic/workbenches/index.js.map +1 -0
- package/dist/browser/cognitiveServicesManagementClient.d.ts +150 -65
- package/dist/browser/cognitiveServicesManagementClient.js +198 -242
- package/dist/browser/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +58 -3
- package/dist/browser/index.js +5 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -3970
- package/dist/browser/models/index.js +1 -672
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +4803 -0
- package/dist/browser/models/models.js +5807 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +224 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/accountCapabilityHosts/index.d.ts +3 -0
- package/dist/commonjs/api/accountCapabilityHosts/index.js +34 -0
- package/dist/commonjs/api/accountCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/api/accountCapabilityHosts/operations.d.ts +23 -0
- package/dist/commonjs/api/accountCapabilityHosts/operations.js +212 -0
- package/dist/commonjs/api/accountCapabilityHosts/operations.js.map +7 -0
- package/dist/commonjs/api/accountCapabilityHosts/options.d.ts +18 -0
- package/dist/commonjs/api/accountCapabilityHosts/options.js +16 -0
- package/dist/commonjs/api/accountCapabilityHosts/options.js.map +7 -0
- package/dist/commonjs/api/accountConnections/index.d.ts +3 -0
- package/dist/commonjs/api/accountConnections/index.js +36 -0
- package/dist/commonjs/api/accountConnections/index.js.map +7 -0
- package/dist/commonjs/api/accountConnections/operations.d.ts +26 -0
- package/dist/commonjs/api/accountConnections/operations.js +249 -0
- package/dist/commonjs/api/accountConnections/operations.js.map +7 -0
- package/dist/commonjs/api/accountConnections/options.d.ts +28 -0
- package/dist/commonjs/api/accountConnections/options.js +16 -0
- package/dist/commonjs/api/accountConnections/options.js.map +7 -0
- package/dist/commonjs/api/accounts/index.d.ts +3 -0
- package/dist/commonjs/api/accounts/index.js +50 -0
- package/dist/commonjs/api/accounts/index.js.map +7 -0
- package/dist/commonjs/api/accounts/operations.d.ts +55 -0
- package/dist/commonjs/api/accounts/operations.js +531 -0
- package/dist/commonjs/api/accounts/operations.js.map +7 -0
- package/dist/commonjs/api/accounts/options.d.ts +46 -0
- package/dist/commonjs/api/accounts/options.js +16 -0
- package/dist/commonjs/api/accounts/options.js.map +7 -0
- package/dist/commonjs/api/agentApplications/index.d.ts +3 -0
- package/dist/commonjs/api/agentApplications/index.js +40 -0
- package/dist/commonjs/api/agentApplications/index.js.map +7 -0
- package/dist/commonjs/api/agentApplications/operations.d.ts +35 -0
- package/dist/commonjs/api/agentApplications/operations.js +359 -0
- package/dist/commonjs/api/agentApplications/operations.js.map +7 -0
- package/dist/commonjs/api/agentApplications/options.d.ts +41 -0
- package/dist/commonjs/api/agentApplications/options.js +16 -0
- package/dist/commonjs/api/agentApplications/options.js.map +7 -0
- package/dist/commonjs/api/agentDeployments/index.d.ts +3 -0
- package/dist/commonjs/api/agentDeployments/index.js +38 -0
- package/dist/commonjs/api/agentDeployments/index.js.map +7 -0
- package/dist/commonjs/api/agentDeployments/operations.d.ts +31 -0
- package/dist/commonjs/api/agentDeployments/operations.js +329 -0
- package/dist/commonjs/api/agentDeployments/operations.js.map +7 -0
- package/dist/commonjs/api/agentDeployments/options.d.ts +34 -0
- package/dist/commonjs/api/agentDeployments/options.js +16 -0
- package/dist/commonjs/api/agentDeployments/options.js.map +7 -0
- package/dist/commonjs/api/cognitiveServicesManagementContext.d.ts +22 -0
- package/dist/commonjs/api/cognitiveServicesManagementContext.js +47 -0
- package/dist/commonjs/api/cognitiveServicesManagementContext.js.map +7 -0
- package/dist/commonjs/api/commitmentPlans/index.d.ts +3 -0
- package/dist/commonjs/api/commitmentPlans/index.js +54 -0
- package/dist/commonjs/api/commitmentPlans/index.js.map +7 -0
- package/dist/commonjs/api/commitmentPlans/operations.d.ts +63 -0
- package/dist/commonjs/api/commitmentPlans/operations.js +659 -0
- package/dist/commonjs/api/commitmentPlans/operations.js.map +7 -0
- package/dist/commonjs/api/commitmentPlans/options.d.ts +56 -0
- package/dist/commonjs/api/commitmentPlans/options.js +16 -0
- package/dist/commonjs/api/commitmentPlans/options.js.map +7 -0
- package/dist/commonjs/api/commitmentTiers/index.d.ts +3 -0
- package/dist/commonjs/api/commitmentTiers/index.js +28 -0
- package/dist/commonjs/api/commitmentTiers/index.js.map +7 -0
- package/dist/commonjs/api/commitmentTiers/operations.d.ts +10 -0
- package/dist/commonjs/api/commitmentTiers/operations.js +74 -0
- package/dist/commonjs/api/commitmentTiers/operations.js.map +7 -0
- package/dist/commonjs/api/commitmentTiers/options.d.ts +5 -0
- package/dist/commonjs/api/commitmentTiers/options.js +16 -0
- package/dist/commonjs/api/commitmentTiers/options.js.map +7 -0
- package/dist/commonjs/api/computeOperations/index.d.ts +3 -0
- package/dist/commonjs/api/computeOperations/index.js +28 -0
- package/dist/commonjs/api/computeOperations/index.js.map +7 -0
- package/dist/commonjs/api/computeOperations/operations.d.ts +9 -0
- package/dist/commonjs/api/computeOperations/operations.js +65 -0
- package/dist/commonjs/api/computeOperations/operations.js.map +7 -0
- package/dist/commonjs/api/computeOperations/options.d.ts +5 -0
- package/dist/commonjs/api/computeOperations/options.js +16 -0
- package/dist/commonjs/api/computeOperations/options.js.map +7 -0
- package/dist/commonjs/api/computes/index.d.ts +3 -0
- package/dist/commonjs/api/computes/index.js +42 -0
- package/dist/commonjs/api/computes/index.js.map +7 -0
- package/dist/commonjs/api/computes/operations.d.ts +51 -0
- package/dist/commonjs/api/computes/operations.js +364 -0
- package/dist/commonjs/api/computes/operations.js.map +7 -0
- package/dist/commonjs/api/computes/options.d.ts +38 -0
- package/dist/commonjs/api/computes/options.js +16 -0
- package/dist/commonjs/api/computes/options.js.map +7 -0
- package/dist/commonjs/api/defenderForAISettings/index.d.ts +3 -0
- package/dist/commonjs/api/defenderForAISettings/index.js +34 -0
- package/dist/commonjs/api/defenderForAISettings/index.js.map +7 -0
- package/dist/commonjs/api/defenderForAISettings/operations.d.ts +22 -0
- package/dist/commonjs/api/defenderForAISettings/operations.js +213 -0
- package/dist/commonjs/api/defenderForAISettings/operations.js.map +7 -0
- package/dist/commonjs/api/defenderForAISettings/options.d.ts +14 -0
- package/dist/commonjs/api/defenderForAISettings/options.js +16 -0
- package/dist/commonjs/api/defenderForAISettings/options.js.map +7 -0
- package/dist/commonjs/api/deletedAccounts/index.d.ts +3 -0
- package/dist/commonjs/api/deletedAccounts/index.js +32 -0
- package/dist/commonjs/api/deletedAccounts/index.js.map +7 -0
- package/dist/commonjs/api/deletedAccounts/operations.d.ts +19 -0
- package/dist/commonjs/api/deletedAccounts/operations.js +152 -0
- package/dist/commonjs/api/deletedAccounts/operations.js.map +7 -0
- package/dist/commonjs/api/deletedAccounts/options.d.ts +13 -0
- package/dist/commonjs/api/deletedAccounts/options.js +16 -0
- package/dist/commonjs/api/deletedAccounts/options.js.map +7 -0
- package/dist/commonjs/api/deployments/index.d.ts +3 -0
- package/dist/commonjs/api/deployments/index.js +42 -0
- package/dist/commonjs/api/deployments/index.js.map +7 -0
- package/dist/commonjs/api/deployments/operations.d.ts +39 -0
- package/dist/commonjs/api/deployments/operations.js +380 -0
- package/dist/commonjs/api/deployments/operations.js.map +7 -0
- package/dist/commonjs/api/deployments/options.d.ts +32 -0
- package/dist/commonjs/api/deployments/options.js +16 -0
- package/dist/commonjs/api/deployments/options.js.map +7 -0
- package/dist/commonjs/api/encryptionScopes/index.d.ts +3 -0
- package/dist/commonjs/api/encryptionScopes/index.js +34 -0
- package/dist/commonjs/api/encryptionScopes/index.js.map +7 -0
- package/dist/commonjs/api/encryptionScopes/operations.d.ts +23 -0
- package/dist/commonjs/api/encryptionScopes/operations.js +207 -0
- package/dist/commonjs/api/encryptionScopes/operations.js.map +7 -0
- package/dist/commonjs/api/encryptionScopes/options.d.ts +16 -0
- package/dist/commonjs/api/encryptionScopes/options.js +16 -0
- package/dist/commonjs/api/encryptionScopes/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +35 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/locationBasedModelCapacities/index.d.ts +3 -0
- package/dist/commonjs/api/locationBasedModelCapacities/index.js +28 -0
- package/dist/commonjs/api/locationBasedModelCapacities/index.js.map +7 -0
- package/dist/commonjs/api/locationBasedModelCapacities/operations.d.ts +10 -0
- package/dist/commonjs/api/locationBasedModelCapacities/operations.js +77 -0
- package/dist/commonjs/api/locationBasedModelCapacities/operations.js.map +7 -0
- package/dist/commonjs/api/locationBasedModelCapacities/options.d.ts +5 -0
- package/dist/commonjs/api/locationBasedModelCapacities/options.js +16 -0
- package/dist/commonjs/api/locationBasedModelCapacities/options.js.map +7 -0
- package/dist/commonjs/api/managedComputeCapacities/index.d.ts +3 -0
- package/dist/commonjs/api/managedComputeCapacities/index.js +28 -0
- package/dist/commonjs/api/managedComputeCapacities/index.js.map +7 -0
- package/dist/commonjs/api/managedComputeCapacities/operations.d.ts +13 -0
- package/dist/commonjs/api/managedComputeCapacities/operations.js +76 -0
- package/dist/commonjs/api/managedComputeCapacities/operations.js.map +7 -0
- package/dist/commonjs/api/managedComputeCapacities/options.d.ts +12 -0
- package/dist/commonjs/api/managedComputeCapacities/options.js +16 -0
- package/dist/commonjs/api/managedComputeCapacities/options.js.map +7 -0
- package/dist/commonjs/api/managedComputeDeployments/index.d.ts +3 -0
- package/dist/commonjs/api/managedComputeDeployments/index.js +36 -0
- package/dist/commonjs/api/managedComputeDeployments/index.js.map +7 -0
- package/dist/commonjs/api/managedComputeDeployments/operations.d.ts +27 -0
- package/dist/commonjs/api/managedComputeDeployments/operations.js +251 -0
- package/dist/commonjs/api/managedComputeDeployments/operations.js.map +7 -0
- package/dist/commonjs/api/managedComputeDeployments/options.d.ts +23 -0
- package/dist/commonjs/api/managedComputeDeployments/options.js +16 -0
- package/dist/commonjs/api/managedComputeDeployments/options.js.map +7 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/index.d.ts +3 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/index.js +28 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/index.js.map +7 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/operations.d.ts +10 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/operations.js +74 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/operations.js.map +7 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/options.d.ts +5 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/options.js +16 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/options.js.map +7 -0
- package/dist/commonjs/api/managedNetworkProvisions/index.d.ts +3 -0
- package/dist/commonjs/api/managedNetworkProvisions/index.js +28 -0
- package/dist/commonjs/api/managedNetworkProvisions/index.js.map +7 -0
- package/dist/commonjs/api/managedNetworkProvisions/operations.d.ts +10 -0
- package/dist/commonjs/api/managedNetworkProvisions/operations.js +80 -0
- package/dist/commonjs/api/managedNetworkProvisions/operations.js.map +7 -0
- package/dist/commonjs/api/managedNetworkProvisions/options.d.ts +10 -0
- package/dist/commonjs/api/managedNetworkProvisions/options.js +16 -0
- package/dist/commonjs/api/managedNetworkProvisions/options.js.map +7 -0
- package/dist/commonjs/api/managedNetworkSettings/index.d.ts +3 -0
- package/dist/commonjs/api/managedNetworkSettings/index.js +36 -0
- package/dist/commonjs/api/managedNetworkSettings/index.js.map +7 -0
- package/dist/commonjs/api/managedNetworkSettings/operations.d.ts +27 -0
- package/dist/commonjs/api/managedNetworkSettings/operations.js +250 -0
- package/dist/commonjs/api/managedNetworkSettings/operations.js.map +7 -0
- package/dist/commonjs/api/managedNetworkSettings/options.d.ts +26 -0
- package/dist/commonjs/api/managedNetworkSettings/options.js +16 -0
- package/dist/commonjs/api/managedNetworkSettings/options.js.map +7 -0
- package/dist/commonjs/api/modelCapacities/index.d.ts +3 -0
- package/dist/commonjs/api/modelCapacities/index.js +28 -0
- package/dist/commonjs/api/modelCapacities/index.js.map +7 -0
- package/dist/commonjs/api/modelCapacities/operations.d.ts +10 -0
- package/dist/commonjs/api/modelCapacities/operations.js +76 -0
- package/dist/commonjs/api/modelCapacities/operations.js.map +7 -0
- package/dist/commonjs/api/modelCapacities/options.d.ts +5 -0
- package/dist/commonjs/api/modelCapacities/options.js +16 -0
- package/dist/commonjs/api/modelCapacities/options.js.map +7 -0
- package/dist/commonjs/api/models/index.d.ts +3 -0
- package/dist/commonjs/api/models/index.js +28 -0
- package/dist/commonjs/api/models/index.js.map +7 -0
- package/dist/commonjs/api/models/operations.d.ts +10 -0
- package/dist/commonjs/api/models/operations.js +74 -0
- package/dist/commonjs/api/models/operations.js.map +7 -0
- package/dist/commonjs/api/models/options.d.ts +5 -0
- package/dist/commonjs/api/models/options.js +16 -0
- package/dist/commonjs/api/models/options.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +32 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +163 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +17 -0
- package/dist/commonjs/api/operations.js +150 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +16 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/outboundRule/index.d.ts +3 -0
- package/dist/commonjs/api/outboundRule/index.js +34 -0
- package/dist/commonjs/api/outboundRule/index.js.map +7 -0
- package/dist/commonjs/api/outboundRule/operations.d.ts +23 -0
- package/dist/commonjs/api/outboundRule/operations.js +218 -0
- package/dist/commonjs/api/outboundRule/operations.js.map +7 -0
- package/dist/commonjs/api/outboundRule/options.d.ts +18 -0
- package/dist/commonjs/api/outboundRule/options.js +16 -0
- package/dist/commonjs/api/outboundRule/options.js.map +7 -0
- package/dist/commonjs/api/outboundRules/index.d.ts +3 -0
- package/dist/commonjs/api/outboundRules/index.js +28 -0
- package/dist/commonjs/api/outboundRules/index.js.map +7 -0
- package/dist/commonjs/api/outboundRules/operations.d.ts +10 -0
- package/dist/commonjs/api/outboundRules/operations.js +91 -0
- package/dist/commonjs/api/outboundRules/operations.js.map +7 -0
- package/dist/commonjs/api/outboundRules/options.d.ts +7 -0
- package/dist/commonjs/api/outboundRules/options.js +16 -0
- package/dist/commonjs/api/outboundRules/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +22 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +28 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +65 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/projectCapabilityHosts/index.d.ts +3 -0
- package/dist/commonjs/api/projectCapabilityHosts/index.js +34 -0
- package/dist/commonjs/api/projectCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/api/projectCapabilityHosts/operations.d.ts +23 -0
- package/dist/commonjs/api/projectCapabilityHosts/operations.js +225 -0
- package/dist/commonjs/api/projectCapabilityHosts/operations.js.map +7 -0
- package/dist/commonjs/api/projectCapabilityHosts/options.d.ts +18 -0
- package/dist/commonjs/api/projectCapabilityHosts/options.js +16 -0
- package/dist/commonjs/api/projectCapabilityHosts/options.js.map +7 -0
- package/dist/commonjs/api/projectConnections/index.d.ts +3 -0
- package/dist/commonjs/api/projectConnections/index.js +36 -0
- package/dist/commonjs/api/projectConnections/index.js.map +7 -0
- package/dist/commonjs/api/projectConnections/operations.d.ts +26 -0
- package/dist/commonjs/api/projectConnections/operations.js +264 -0
- package/dist/commonjs/api/projectConnections/operations.js.map +7 -0
- package/dist/commonjs/api/projectConnections/options.d.ts +28 -0
- package/dist/commonjs/api/projectConnections/options.js +16 -0
- package/dist/commonjs/api/projectConnections/options.js.map +7 -0
- package/dist/commonjs/api/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +36 -0
- package/dist/commonjs/api/projects/index.js.map +7 -0
- package/dist/commonjs/api/projects/operations.d.ts +27 -0
- package/dist/commonjs/api/projects/operations.js +244 -0
- package/dist/commonjs/api/projects/operations.js.map +7 -0
- package/dist/commonjs/api/projects/options.d.ts +23 -0
- package/dist/commonjs/api/projects/options.js +16 -0
- package/dist/commonjs/api/projects/options.js.map +7 -0
- package/dist/commonjs/api/quotaTiers/index.d.ts +3 -0
- package/dist/commonjs/api/quotaTiers/index.js +34 -0
- package/dist/commonjs/api/quotaTiers/index.js.map +7 -0
- package/dist/commonjs/api/quotaTiers/operations.d.ts +22 -0
- package/dist/commonjs/api/quotaTiers/operations.js +185 -0
- package/dist/commonjs/api/quotaTiers/operations.js.map +7 -0
- package/dist/commonjs/api/quotaTiers/options.d.ts +14 -0
- package/dist/commonjs/api/quotaTiers/options.js +16 -0
- package/dist/commonjs/api/quotaTiers/options.js.map +7 -0
- package/dist/commonjs/api/raiBlocklistItems/index.d.ts +3 -0
- package/dist/commonjs/api/raiBlocklistItems/index.js +38 -0
- package/dist/commonjs/api/raiBlocklistItems/index.js.map +7 -0
- package/dist/commonjs/api/raiBlocklistItems/operations.d.ts +31 -0
- package/dist/commonjs/api/raiBlocklistItems/operations.js +315 -0
- package/dist/commonjs/api/raiBlocklistItems/operations.js.map +7 -0
- package/dist/commonjs/api/raiBlocklistItems/options.d.ts +22 -0
- package/dist/commonjs/api/raiBlocklistItems/options.js +16 -0
- package/dist/commonjs/api/raiBlocklistItems/options.js.map +7 -0
- package/dist/commonjs/api/raiBlocklists/index.d.ts +3 -0
- package/dist/commonjs/api/raiBlocklists/index.js +34 -0
- package/dist/commonjs/api/raiBlocklists/index.js.map +7 -0
- package/dist/commonjs/api/raiBlocklists/operations.d.ts +23 -0
- package/dist/commonjs/api/raiBlocklists/operations.js +201 -0
- package/dist/commonjs/api/raiBlocklists/operations.js.map +7 -0
- package/dist/commonjs/api/raiBlocklists/options.d.ts +16 -0
- package/dist/commonjs/api/raiBlocklists/options.js +16 -0
- package/dist/commonjs/api/raiBlocklists/options.js.map +7 -0
- package/dist/commonjs/api/raiContentFilters/index.d.ts +3 -0
- package/dist/commonjs/api/raiContentFilters/index.js +30 -0
- package/dist/commonjs/api/raiContentFilters/index.js.map +7 -0
- package/dist/commonjs/api/raiContentFilters/operations.d.ts +14 -0
- package/dist/commonjs/api/raiContentFilters/operations.js +111 -0
- package/dist/commonjs/api/raiContentFilters/operations.js.map +7 -0
- package/dist/commonjs/api/raiContentFilters/options.d.ts +8 -0
- package/dist/commonjs/api/raiContentFilters/options.js +16 -0
- package/dist/commonjs/api/raiContentFilters/options.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/index.js +32 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/operations.d.ts +18 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/operations.js +141 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/operations.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/options.d.ts +13 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/options.js +16 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/options.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/index.d.ts +3 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/index.js +28 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/index.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/operations.d.ts +10 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/operations.js +73 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/operations.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/options.d.ts +5 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/options.js +16 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/options.js.map +7 -0
- package/dist/commonjs/api/raiPolicies/index.d.ts +3 -0
- package/dist/commonjs/api/raiPolicies/index.js +34 -0
- package/dist/commonjs/api/raiPolicies/index.js.map +7 -0
- package/dist/commonjs/api/raiPolicies/operations.d.ts +23 -0
- package/dist/commonjs/api/raiPolicies/operations.js +201 -0
- package/dist/commonjs/api/raiPolicies/operations.js.map +7 -0
- package/dist/commonjs/api/raiPolicies/options.d.ts +16 -0
- package/dist/commonjs/api/raiPolicies/options.js +16 -0
- package/dist/commonjs/api/raiPolicies/options.js.map +7 -0
- package/dist/commonjs/api/raiToolLabels/index.d.ts +3 -0
- package/dist/commonjs/api/raiToolLabels/index.js +34 -0
- package/dist/commonjs/api/raiToolLabels/index.js.map +7 -0
- package/dist/commonjs/api/raiToolLabels/operations.d.ts +23 -0
- package/dist/commonjs/api/raiToolLabels/operations.js +207 -0
- package/dist/commonjs/api/raiToolLabels/operations.js.map +7 -0
- package/dist/commonjs/api/raiToolLabels/options.d.ts +16 -0
- package/dist/commonjs/api/raiToolLabels/options.js +16 -0
- package/dist/commonjs/api/raiToolLabels/options.js.map +7 -0
- package/dist/commonjs/api/raiTopics/index.d.ts +3 -0
- package/dist/commonjs/api/raiTopics/index.js +34 -0
- package/dist/commonjs/api/raiTopics/index.js.map +7 -0
- package/dist/commonjs/api/raiTopics/operations.d.ts +23 -0
- package/dist/commonjs/api/raiTopics/operations.js +201 -0
- package/dist/commonjs/api/raiTopics/operations.js.map +7 -0
- package/dist/commonjs/api/raiTopics/options.d.ts +16 -0
- package/dist/commonjs/api/raiTopics/options.js +16 -0
- package/dist/commonjs/api/raiTopics/options.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/index.d.ts +3 -0
- package/dist/commonjs/api/resourceSkus/index.js +28 -0
- package/dist/commonjs/api/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/resourceSkus/operations.js +73 -0
- package/dist/commonjs/api/resourceSkus/operations.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/options.d.ts +5 -0
- package/dist/commonjs/api/resourceSkus/options.js +16 -0
- package/dist/commonjs/api/resourceSkus/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/index.js +32 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/index.js.map +7 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/operations.d.ts +18 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/operations.js +141 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/options.d.ts +13 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/options.js +16 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/options.js.map +7 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/index.js +28 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/operations.d.ts +9 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/operations.js +75 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/operations.js.map +7 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/options.d.ts +5 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/options.js +16 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +28 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +75 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +7 -0
- package/dist/commonjs/api/usages/options.js +16 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/api/workbenches/index.d.ts +3 -0
- package/dist/commonjs/api/workbenches/index.js +42 -0
- package/dist/commonjs/api/workbenches/index.js.map +7 -0
- package/dist/commonjs/api/workbenches/operations.d.ts +51 -0
- package/dist/commonjs/api/workbenches/operations.js +395 -0
- package/dist/commonjs/api/workbenches/operations.js.map +7 -0
- package/dist/commonjs/api/workbenches/options.d.ts +38 -0
- package/dist/commonjs/api/workbenches/options.js +16 -0
- package/dist/commonjs/api/workbenches/options.js.map +7 -0
- package/dist/commonjs/classic/accountCapabilityHosts/index.d.ts +27 -0
- package/dist/commonjs/classic/accountCapabilityHosts/index.js +79 -0
- package/dist/commonjs/classic/accountCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/classic/accountConnections/index.d.ts +19 -0
- package/dist/commonjs/classic/accountConnections/index.js +42 -0
- package/dist/commonjs/classic/accountConnections/index.js.map +7 -0
- package/dist/commonjs/classic/accounts/index.d.ts +47 -0
- package/dist/commonjs/classic/accounts/index.js +74 -0
- package/dist/commonjs/classic/accounts/index.js.map +7 -0
- package/dist/commonjs/classic/agentApplications/index.d.ts +33 -0
- package/dist/commonjs/classic/agentApplications/index.js +77 -0
- package/dist/commonjs/classic/agentApplications/index.js.map +7 -0
- package/dist/commonjs/classic/agentDeployments/index.d.ts +31 -0
- package/dist/commonjs/classic/agentDeployments/index.js +111 -0
- package/dist/commonjs/classic/agentDeployments/index.js.map +7 -0
- package/dist/commonjs/classic/commitmentPlans/index.d.ts +63 -0
- package/dist/commonjs/classic/commitmentPlans/index.js +176 -0
- package/dist/commonjs/classic/commitmentPlans/index.js.map +7 -0
- package/dist/commonjs/classic/commitmentTiers/index.d.ts +11 -0
- package/dist/commonjs/classic/commitmentTiers/index.js +38 -0
- package/dist/commonjs/classic/commitmentTiers/index.js.map +7 -0
- package/dist/commonjs/classic/computeOperations/index.d.ts +10 -0
- package/dist/commonjs/classic/computeOperations/index.js +38 -0
- package/dist/commonjs/classic/computeOperations/index.js.map +7 -0
- package/dist/commonjs/classic/computes/index.d.ts +63 -0
- package/dist/commonjs/classic/computes/index.js +122 -0
- package/dist/commonjs/classic/computes/index.js.map +7 -0
- package/dist/commonjs/classic/defenderForAISettings/index.d.ts +17 -0
- package/dist/commonjs/classic/defenderForAISettings/index.js +55 -0
- package/dist/commonjs/classic/defenderForAISettings/index.js.map +7 -0
- package/dist/commonjs/classic/deletedAccounts/index.d.ts +21 -0
- package/dist/commonjs/classic/deletedAccounts/index.js +49 -0
- package/dist/commonjs/classic/deletedAccounts/index.js.map +7 -0
- package/dist/commonjs/classic/deployments/index.d.ts +39 -0
- package/dist/commonjs/classic/deployments/index.js +98 -0
- package/dist/commonjs/classic/deployments/index.js.map +7 -0
- package/dist/commonjs/classic/encryptionScopes/index.d.ts +23 -0
- package/dist/commonjs/classic/encryptionScopes/index.js +57 -0
- package/dist/commonjs/classic/encryptionScopes/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +45 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/locationBasedModelCapacities/index.d.ts +11 -0
- package/dist/commonjs/classic/locationBasedModelCapacities/index.js +38 -0
- package/dist/commonjs/classic/locationBasedModelCapacities/index.js.map +7 -0
- package/dist/commonjs/classic/managedComputeCapacities/index.d.ts +14 -0
- package/dist/commonjs/classic/managedComputeCapacities/index.js +38 -0
- package/dist/commonjs/classic/managedComputeCapacities/index.js.map +7 -0
- package/dist/commonjs/classic/managedComputeDeployments/index.d.ts +33 -0
- package/dist/commonjs/classic/managedComputeDeployments/index.js +95 -0
- package/dist/commonjs/classic/managedComputeDeployments/index.js.map +7 -0
- package/dist/commonjs/classic/managedComputeUsagesOperationGroup/index.d.ts +11 -0
- package/dist/commonjs/classic/managedComputeUsagesOperationGroup/index.js +38 -0
- package/dist/commonjs/classic/managedComputeUsagesOperationGroup/index.js.map +7 -0
- package/dist/commonjs/classic/managedNetworkProvisions/index.d.ts +16 -0
- package/dist/commonjs/classic/managedNetworkProvisions/index.js +59 -0
- package/dist/commonjs/classic/managedNetworkProvisions/index.js.map +7 -0
- package/dist/commonjs/classic/managedNetworkSettings/index.d.ts +33 -0
- package/dist/commonjs/classic/managedNetworkSettings/index.js +74 -0
- package/dist/commonjs/classic/managedNetworkSettings/index.js.map +7 -0
- package/dist/commonjs/classic/modelCapacities/index.d.ts +11 -0
- package/dist/commonjs/classic/modelCapacities/index.js +38 -0
- package/dist/commonjs/classic/modelCapacities/index.js.map +7 -0
- package/dist/commonjs/classic/models/index.d.ts +11 -0
- package/dist/commonjs/classic/models/index.js +38 -0
- package/dist/commonjs/classic/models/index.js.map +7 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +61 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/outboundRule/index.d.ts +27 -0
- package/dist/commonjs/classic/outboundRule/index.js +96 -0
- package/dist/commonjs/classic/outboundRule/index.js.map +7 -0
- package/dist/commonjs/classic/outboundRules/index.d.ts +13 -0
- package/dist/commonjs/classic/outboundRules/index.js +41 -0
- package/dist/commonjs/classic/outboundRules/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/projectCapabilityHosts/index.d.ts +27 -0
- package/dist/commonjs/classic/projectCapabilityHosts/index.js +96 -0
- package/dist/commonjs/classic/projectCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/classic/projectConnections/index.d.ts +19 -0
- package/dist/commonjs/classic/projectConnections/index.js +42 -0
- package/dist/commonjs/classic/projectConnections/index.js.map +7 -0
- package/dist/commonjs/classic/projects/index.d.ts +33 -0
- package/dist/commonjs/classic/projects/index.js +67 -0
- package/dist/commonjs/classic/projects/index.js.map +7 -0
- package/dist/commonjs/classic/quotaTiers/index.d.ts +17 -0
- package/dist/commonjs/classic/quotaTiers/index.js +41 -0
- package/dist/commonjs/classic/quotaTiers/index.js.map +7 -0
- package/dist/commonjs/classic/raiBlocklistItems/index.d.ts +27 -0
- package/dist/commonjs/classic/raiBlocklistItems/index.js +95 -0
- package/dist/commonjs/classic/raiBlocklistItems/index.js.map +7 -0
- package/dist/commonjs/classic/raiBlocklists/index.d.ts +23 -0
- package/dist/commonjs/classic/raiBlocklists/index.js +57 -0
- package/dist/commonjs/classic/raiBlocklists/index.js.map +7 -0
- package/dist/commonjs/classic/raiContentFilters/index.d.ts +13 -0
- package/dist/commonjs/classic/raiContentFilters/index.js +39 -0
- package/dist/commonjs/classic/raiContentFilters/index.js.map +7 -0
- package/dist/commonjs/classic/raiExternalSafetyProvider/index.d.ts +20 -0
- package/dist/commonjs/classic/raiExternalSafetyProvider/index.js +49 -0
- package/dist/commonjs/classic/raiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/classic/raiExternalSafetyProviders/index.d.ts +11 -0
- package/dist/commonjs/classic/raiExternalSafetyProviders/index.js +38 -0
- package/dist/commonjs/classic/raiExternalSafetyProviders/index.js.map +7 -0
- package/dist/commonjs/classic/raiPolicies/index.d.ts +23 -0
- package/dist/commonjs/classic/raiPolicies/index.js +50 -0
- package/dist/commonjs/classic/raiPolicies/index.js.map +7 -0
- package/dist/commonjs/classic/raiToolLabels/index.d.ts +23 -0
- package/dist/commonjs/classic/raiToolLabels/index.js +63 -0
- package/dist/commonjs/classic/raiToolLabels/index.js.map +7 -0
- package/dist/commonjs/classic/raiTopics/index.d.ts +23 -0
- package/dist/commonjs/classic/raiTopics/index.js +50 -0
- package/dist/commonjs/classic/raiTopics/index.js.map +7 -0
- package/dist/commonjs/classic/resourceSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/resourceSkus/index.js +38 -0
- package/dist/commonjs/classic/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptionRaiPolicy/index.d.ts +20 -0
- package/dist/commonjs/classic/subscriptionRaiPolicy/index.js +49 -0
- package/dist/commonjs/classic/subscriptionRaiPolicy/index.js.map +7 -0
- package/dist/commonjs/classic/testRaiExternalSafetyProvider/index.d.ts +10 -0
- package/dist/commonjs/classic/testRaiExternalSafetyProvider/index.js +45 -0
- package/dist/commonjs/classic/testRaiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +38 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/classic/workbenches/index.d.ts +63 -0
- package/dist/commonjs/classic/workbenches/index.js +198 -0
- package/dist/commonjs/classic/workbenches/index.js.map +7 -0
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts +150 -65
- package/dist/commonjs/cognitiveServicesManagementClient.js +232 -258
- package/dist/commonjs/cognitiveServicesManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +58 -3
- package/dist/commonjs/index.js +184 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -3970
- package/dist/commonjs/models/index.js +170 -678
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +4803 -0
- package/dist/commonjs/models/models.js +5905 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +237 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/accountCapabilityHosts/index.d.ts +3 -0
- package/dist/esm/api/accountCapabilityHosts/index.js +4 -0
- package/dist/esm/api/accountCapabilityHosts/index.js.map +1 -0
- package/dist/esm/api/accountCapabilityHosts/operations.d.ts +23 -0
- package/dist/esm/api/accountCapabilityHosts/operations.js +135 -0
- package/dist/esm/api/accountCapabilityHosts/operations.js.map +1 -0
- package/dist/esm/api/accountCapabilityHosts/options.d.ts +18 -0
- package/dist/esm/api/accountCapabilityHosts/options.js +4 -0
- package/dist/esm/api/accountCapabilityHosts/options.js.map +1 -0
- package/dist/esm/api/accountConnections/index.d.ts +3 -0
- package/dist/esm/api/accountConnections/index.js +4 -0
- package/dist/esm/api/accountConnections/index.js.map +1 -0
- package/dist/esm/api/accountConnections/operations.d.ts +26 -0
- package/dist/esm/api/accountConnections/operations.js +162 -0
- package/dist/esm/api/accountConnections/operations.js.map +1 -0
- package/dist/esm/api/accountConnections/options.d.ts +28 -0
- package/dist/esm/api/accountConnections/options.js +4 -0
- package/dist/esm/api/accountConnections/options.js.map +1 -0
- package/dist/esm/api/accounts/index.d.ts +3 -0
- package/dist/esm/api/accounts/index.js +4 -0
- package/dist/esm/api/accounts/index.js.map +1 -0
- package/dist/esm/api/accounts/operations.d.ts +55 -0
- package/dist/esm/api/accounts/operations.js +371 -0
- package/dist/esm/api/accounts/operations.js.map +1 -0
- package/dist/esm/api/accounts/options.d.ts +46 -0
- package/dist/esm/api/accounts/options.js +4 -0
- package/dist/esm/api/accounts/options.js.map +1 -0
- package/dist/esm/api/agentApplications/index.d.ts +3 -0
- package/dist/esm/api/agentApplications/index.js +4 -0
- package/dist/esm/api/agentApplications/index.js.map +1 -0
- package/dist/esm/api/agentApplications/operations.d.ts +35 -0
- package/dist/esm/api/agentApplications/operations.js +234 -0
- package/dist/esm/api/agentApplications/operations.js.map +1 -0
- package/dist/esm/api/agentApplications/options.d.ts +41 -0
- package/dist/esm/api/agentApplications/options.js +4 -0
- package/dist/esm/api/agentApplications/options.js.map +1 -0
- package/dist/esm/api/agentDeployments/index.d.ts +3 -0
- package/dist/esm/api/agentDeployments/index.js +4 -0
- package/dist/esm/api/agentDeployments/index.js.map +1 -0
- package/dist/esm/api/agentDeployments/operations.d.ts +31 -0
- package/dist/esm/api/agentDeployments/operations.js +208 -0
- package/dist/esm/api/agentDeployments/operations.js.map +1 -0
- package/dist/esm/api/agentDeployments/options.d.ts +34 -0
- package/dist/esm/api/agentDeployments/options.js +4 -0
- package/dist/esm/api/agentDeployments/options.js.map +1 -0
- package/dist/esm/api/cognitiveServicesManagementContext.d.ts +22 -0
- package/dist/esm/api/cognitiveServicesManagementContext.js +26 -0
- package/dist/esm/api/cognitiveServicesManagementContext.js.map +1 -0
- package/dist/esm/api/commitmentPlans/index.d.ts +3 -0
- package/dist/esm/api/commitmentPlans/index.js +4 -0
- package/dist/esm/api/commitmentPlans/index.js.map +1 -0
- package/dist/esm/api/commitmentPlans/operations.d.ts +63 -0
- package/dist/esm/api/commitmentPlans/operations.js +444 -0
- package/dist/esm/api/commitmentPlans/operations.js.map +1 -0
- package/dist/esm/api/commitmentPlans/options.d.ts +56 -0
- package/dist/esm/api/commitmentPlans/options.js +4 -0
- package/dist/esm/api/commitmentPlans/options.js.map +1 -0
- package/dist/esm/api/commitmentTiers/index.d.ts +3 -0
- package/dist/esm/api/commitmentTiers/index.js +4 -0
- package/dist/esm/api/commitmentTiers/index.js.map +1 -0
- package/dist/esm/api/commitmentTiers/operations.d.ts +10 -0
- package/dist/esm/api/commitmentTiers/operations.js +37 -0
- package/dist/esm/api/commitmentTiers/operations.js.map +1 -0
- package/dist/esm/api/commitmentTiers/options.d.ts +5 -0
- package/dist/esm/api/commitmentTiers/options.js +4 -0
- package/dist/esm/api/commitmentTiers/options.js.map +1 -0
- package/dist/esm/api/computeOperations/index.d.ts +3 -0
- package/dist/esm/api/computeOperations/index.js +4 -0
- package/dist/esm/api/computeOperations/index.js.map +1 -0
- package/dist/esm/api/computeOperations/operations.d.ts +9 -0
- package/dist/esm/api/computeOperations/operations.js +34 -0
- package/dist/esm/api/computeOperations/operations.js.map +1 -0
- package/dist/esm/api/computeOperations/options.d.ts +5 -0
- package/dist/esm/api/computeOperations/options.js +4 -0
- package/dist/esm/api/computeOperations/options.js.map +1 -0
- package/dist/esm/api/computes/index.d.ts +3 -0
- package/dist/esm/api/computes/index.js +4 -0
- package/dist/esm/api/computes/index.js.map +1 -0
- package/dist/esm/api/computes/operations.d.ts +51 -0
- package/dist/esm/api/computes/operations.js +276 -0
- package/dist/esm/api/computes/operations.js.map +1 -0
- package/dist/esm/api/computes/options.d.ts +38 -0
- package/dist/esm/api/computes/options.js +4 -0
- package/dist/esm/api/computes/options.js.map +1 -0
- package/dist/esm/api/defenderForAISettings/index.d.ts +3 -0
- package/dist/esm/api/defenderForAISettings/index.js +4 -0
- package/dist/esm/api/defenderForAISettings/index.js.map +1 -0
- package/dist/esm/api/defenderForAISettings/operations.d.ts +22 -0
- package/dist/esm/api/defenderForAISettings/operations.js +129 -0
- package/dist/esm/api/defenderForAISettings/operations.js.map +1 -0
- package/dist/esm/api/defenderForAISettings/options.d.ts +14 -0
- package/dist/esm/api/defenderForAISettings/options.js +4 -0
- package/dist/esm/api/defenderForAISettings/options.js.map +1 -0
- package/dist/esm/api/deletedAccounts/index.d.ts +3 -0
- package/dist/esm/api/deletedAccounts/index.js +4 -0
- package/dist/esm/api/deletedAccounts/index.js.map +1 -0
- package/dist/esm/api/deletedAccounts/operations.d.ts +19 -0
- package/dist/esm/api/deletedAccounts/operations.js +97 -0
- package/dist/esm/api/deletedAccounts/operations.js.map +1 -0
- package/dist/esm/api/deletedAccounts/options.d.ts +13 -0
- package/dist/esm/api/deletedAccounts/options.js +4 -0
- package/dist/esm/api/deletedAccounts/options.js.map +1 -0
- package/dist/esm/api/deployments/index.d.ts +3 -0
- package/dist/esm/api/deployments/index.js +4 -0
- package/dist/esm/api/deployments/index.js.map +1 -0
- package/dist/esm/api/deployments/operations.d.ts +39 -0
- package/dist/esm/api/deployments/operations.js +261 -0
- package/dist/esm/api/deployments/operations.js.map +1 -0
- package/dist/esm/api/deployments/options.d.ts +32 -0
- package/dist/esm/api/deployments/options.js +4 -0
- package/dist/esm/api/deployments/options.js.map +1 -0
- package/dist/esm/api/encryptionScopes/index.d.ts +3 -0
- package/dist/esm/api/encryptionScopes/index.js +4 -0
- package/dist/esm/api/encryptionScopes/index.js.map +1 -0
- package/dist/esm/api/encryptionScopes/operations.d.ts +23 -0
- package/dist/esm/api/encryptionScopes/operations.js +130 -0
- package/dist/esm/api/encryptionScopes/operations.js.map +1 -0
- package/dist/esm/api/encryptionScopes/options.d.ts +16 -0
- package/dist/esm/api/encryptionScopes/options.js +4 -0
- package/dist/esm/api/encryptionScopes/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/locationBasedModelCapacities/index.d.ts +3 -0
- package/dist/esm/api/locationBasedModelCapacities/index.js +4 -0
- package/dist/esm/api/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/esm/api/locationBasedModelCapacities/operations.d.ts +10 -0
- package/dist/esm/api/locationBasedModelCapacities/operations.js +40 -0
- package/dist/esm/api/locationBasedModelCapacities/operations.js.map +1 -0
- package/dist/esm/api/locationBasedModelCapacities/options.d.ts +5 -0
- package/dist/esm/api/locationBasedModelCapacities/options.js +4 -0
- package/dist/esm/api/locationBasedModelCapacities/options.js.map +1 -0
- package/dist/esm/api/managedComputeCapacities/index.d.ts +3 -0
- package/dist/esm/api/managedComputeCapacities/index.js +4 -0
- package/dist/esm/api/managedComputeCapacities/index.js.map +1 -0
- package/dist/esm/api/managedComputeCapacities/operations.d.ts +13 -0
- package/dist/esm/api/managedComputeCapacities/operations.js +42 -0
- package/dist/esm/api/managedComputeCapacities/operations.js.map +1 -0
- package/dist/esm/api/managedComputeCapacities/options.d.ts +12 -0
- package/dist/esm/api/managedComputeCapacities/options.js +4 -0
- package/dist/esm/api/managedComputeCapacities/options.js.map +1 -0
- package/dist/esm/api/managedComputeDeployments/index.d.ts +3 -0
- package/dist/esm/api/managedComputeDeployments/index.js +4 -0
- package/dist/esm/api/managedComputeDeployments/index.js.map +1 -0
- package/dist/esm/api/managedComputeDeployments/operations.d.ts +27 -0
- package/dist/esm/api/managedComputeDeployments/operations.js +171 -0
- package/dist/esm/api/managedComputeDeployments/operations.js.map +1 -0
- package/dist/esm/api/managedComputeDeployments/options.d.ts +23 -0
- package/dist/esm/api/managedComputeDeployments/options.js +4 -0
- package/dist/esm/api/managedComputeDeployments/options.js.map +1 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/index.d.ts +3 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/index.js +4 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/operations.d.ts +10 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/operations.js +37 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/operations.js.map +1 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/options.d.ts +5 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/options.js +4 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/options.js.map +1 -0
- package/dist/esm/api/managedNetworkProvisions/index.d.ts +3 -0
- package/dist/esm/api/managedNetworkProvisions/index.js +4 -0
- package/dist/esm/api/managedNetworkProvisions/index.js.map +1 -0
- package/dist/esm/api/managedNetworkProvisions/operations.d.ts +10 -0
- package/dist/esm/api/managedNetworkProvisions/operations.js +43 -0
- package/dist/esm/api/managedNetworkProvisions/operations.js.map +1 -0
- package/dist/esm/api/managedNetworkProvisions/options.d.ts +10 -0
- package/dist/esm/api/managedNetworkProvisions/options.js +4 -0
- package/dist/esm/api/managedNetworkProvisions/options.js.map +1 -0
- package/dist/esm/api/managedNetworkSettings/index.d.ts +3 -0
- package/dist/esm/api/managedNetworkSettings/index.js +4 -0
- package/dist/esm/api/managedNetworkSettings/index.js.map +1 -0
- package/dist/esm/api/managedNetworkSettings/operations.d.ts +27 -0
- package/dist/esm/api/managedNetworkSettings/operations.js +173 -0
- package/dist/esm/api/managedNetworkSettings/operations.js.map +1 -0
- package/dist/esm/api/managedNetworkSettings/options.d.ts +26 -0
- package/dist/esm/api/managedNetworkSettings/options.js +4 -0
- package/dist/esm/api/managedNetworkSettings/options.js.map +1 -0
- package/dist/esm/api/modelCapacities/index.d.ts +3 -0
- package/dist/esm/api/modelCapacities/index.js +4 -0
- package/dist/esm/api/modelCapacities/index.js.map +1 -0
- package/dist/esm/api/modelCapacities/operations.d.ts +10 -0
- package/dist/esm/api/modelCapacities/operations.js +39 -0
- package/dist/esm/api/modelCapacities/operations.js.map +1 -0
- package/dist/esm/api/modelCapacities/options.d.ts +5 -0
- package/dist/esm/api/modelCapacities/options.js +4 -0
- package/dist/esm/api/modelCapacities/options.js.map +1 -0
- package/dist/esm/api/models/index.d.ts +3 -0
- package/dist/esm/api/models/index.js +4 -0
- package/dist/esm/api/models/index.js.map +1 -0
- package/dist/esm/api/models/operations.d.ts +10 -0
- package/dist/esm/api/models/operations.js +37 -0
- package/dist/esm/api/models/operations.js.map +1 -0
- package/dist/esm/api/models/options.d.ts +5 -0
- package/dist/esm/api/models/options.js +4 -0
- package/dist/esm/api/models/options.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +102 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +17 -0
- package/dist/esm/api/operations.js +103 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +16 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/outboundRule/index.d.ts +3 -0
- package/dist/esm/api/outboundRule/index.js +4 -0
- package/dist/esm/api/outboundRule/index.js.map +1 -0
- package/dist/esm/api/outboundRule/operations.d.ts +23 -0
- package/dist/esm/api/outboundRule/operations.js +139 -0
- package/dist/esm/api/outboundRule/operations.js.map +1 -0
- package/dist/esm/api/outboundRule/options.d.ts +18 -0
- package/dist/esm/api/outboundRule/options.js +4 -0
- package/dist/esm/api/outboundRule/options.js.map +1 -0
- package/dist/esm/api/outboundRules/index.d.ts +3 -0
- package/dist/esm/api/outboundRules/index.js +4 -0
- package/dist/esm/api/outboundRules/index.js.map +1 -0
- package/dist/esm/api/outboundRules/operations.d.ts +10 -0
- package/dist/esm/api/outboundRules/operations.js +49 -0
- package/dist/esm/api/outboundRules/operations.js.map +1 -0
- package/dist/esm/api/outboundRules/options.d.ts +7 -0
- package/dist/esm/api/outboundRules/options.js +4 -0
- package/dist/esm/api/outboundRules/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +22 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +131 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +34 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/projectCapabilityHosts/index.d.ts +3 -0
- package/dist/esm/api/projectCapabilityHosts/index.js +4 -0
- package/dist/esm/api/projectCapabilityHosts/index.js.map +1 -0
- package/dist/esm/api/projectCapabilityHosts/operations.d.ts +23 -0
- package/dist/esm/api/projectCapabilityHosts/operations.js +139 -0
- package/dist/esm/api/projectCapabilityHosts/operations.js.map +1 -0
- package/dist/esm/api/projectCapabilityHosts/options.d.ts +18 -0
- package/dist/esm/api/projectCapabilityHosts/options.js +4 -0
- package/dist/esm/api/projectCapabilityHosts/options.js.map +1 -0
- package/dist/esm/api/projectConnections/index.d.ts +3 -0
- package/dist/esm/api/projectConnections/index.js +4 -0
- package/dist/esm/api/projectConnections/index.js.map +1 -0
- package/dist/esm/api/projectConnections/operations.d.ts +26 -0
- package/dist/esm/api/projectConnections/operations.js +167 -0
- package/dist/esm/api/projectConnections/operations.js.map +1 -0
- package/dist/esm/api/projectConnections/options.d.ts +28 -0
- package/dist/esm/api/projectConnections/options.js +4 -0
- package/dist/esm/api/projectConnections/options.js.map +1 -0
- package/dist/esm/api/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +27 -0
- package/dist/esm/api/projects/operations.js +171 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +23 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/quotaTiers/index.d.ts +3 -0
- package/dist/esm/api/quotaTiers/index.js +4 -0
- package/dist/esm/api/quotaTiers/index.js.map +1 -0
- package/dist/esm/api/quotaTiers/operations.d.ts +22 -0
- package/dist/esm/api/quotaTiers/operations.js +121 -0
- package/dist/esm/api/quotaTiers/operations.js.map +1 -0
- package/dist/esm/api/quotaTiers/options.d.ts +14 -0
- package/dist/esm/api/quotaTiers/options.js +4 -0
- package/dist/esm/api/quotaTiers/options.js.map +1 -0
- package/dist/esm/api/raiBlocklistItems/index.d.ts +3 -0
- package/dist/esm/api/raiBlocklistItems/index.js +4 -0
- package/dist/esm/api/raiBlocklistItems/index.js.map +1 -0
- package/dist/esm/api/raiBlocklistItems/operations.d.ts +31 -0
- package/dist/esm/api/raiBlocklistItems/operations.js +197 -0
- package/dist/esm/api/raiBlocklistItems/operations.js.map +1 -0
- package/dist/esm/api/raiBlocklistItems/options.d.ts +22 -0
- package/dist/esm/api/raiBlocklistItems/options.js +4 -0
- package/dist/esm/api/raiBlocklistItems/options.js.map +1 -0
- package/dist/esm/api/raiBlocklists/index.d.ts +3 -0
- package/dist/esm/api/raiBlocklists/index.js +4 -0
- package/dist/esm/api/raiBlocklists/index.js.map +1 -0
- package/dist/esm/api/raiBlocklists/operations.d.ts +23 -0
- package/dist/esm/api/raiBlocklists/operations.js +130 -0
- package/dist/esm/api/raiBlocklists/operations.js.map +1 -0
- package/dist/esm/api/raiBlocklists/options.d.ts +16 -0
- package/dist/esm/api/raiBlocklists/options.js +4 -0
- package/dist/esm/api/raiBlocklists/options.js.map +1 -0
- package/dist/esm/api/raiContentFilters/index.d.ts +3 -0
- package/dist/esm/api/raiContentFilters/index.js +4 -0
- package/dist/esm/api/raiContentFilters/index.js.map +1 -0
- package/dist/esm/api/raiContentFilters/operations.d.ts +14 -0
- package/dist/esm/api/raiContentFilters/operations.js +65 -0
- package/dist/esm/api/raiContentFilters/operations.js.map +1 -0
- package/dist/esm/api/raiContentFilters/options.d.ts +8 -0
- package/dist/esm/api/raiContentFilters/options.js +4 -0
- package/dist/esm/api/raiContentFilters/options.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/esm/api/raiExternalSafetyProvider/index.js +4 -0
- package/dist/esm/api/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProvider/operations.d.ts +18 -0
- package/dist/esm/api/raiExternalSafetyProvider/operations.js +92 -0
- package/dist/esm/api/raiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProvider/options.d.ts +13 -0
- package/dist/esm/api/raiExternalSafetyProvider/options.js +4 -0
- package/dist/esm/api/raiExternalSafetyProvider/options.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProviders/index.d.ts +3 -0
- package/dist/esm/api/raiExternalSafetyProviders/index.js +4 -0
- package/dist/esm/api/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProviders/operations.d.ts +10 -0
- package/dist/esm/api/raiExternalSafetyProviders/operations.js +36 -0
- package/dist/esm/api/raiExternalSafetyProviders/operations.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProviders/options.d.ts +5 -0
- package/dist/esm/api/raiExternalSafetyProviders/options.js +4 -0
- package/dist/esm/api/raiExternalSafetyProviders/options.js.map +1 -0
- package/dist/esm/api/raiPolicies/index.d.ts +3 -0
- package/dist/esm/api/raiPolicies/index.js +4 -0
- package/dist/esm/api/raiPolicies/index.js.map +1 -0
- package/dist/esm/api/raiPolicies/operations.d.ts +23 -0
- package/dist/esm/api/raiPolicies/operations.js +130 -0
- package/dist/esm/api/raiPolicies/operations.js.map +1 -0
- package/dist/esm/api/raiPolicies/options.d.ts +16 -0
- package/dist/esm/api/raiPolicies/options.js +4 -0
- package/dist/esm/api/raiPolicies/options.js.map +1 -0
- package/dist/esm/api/raiToolLabels/index.d.ts +3 -0
- package/dist/esm/api/raiToolLabels/index.js +4 -0
- package/dist/esm/api/raiToolLabels/index.js.map +1 -0
- package/dist/esm/api/raiToolLabels/operations.d.ts +23 -0
- package/dist/esm/api/raiToolLabels/operations.js +130 -0
- package/dist/esm/api/raiToolLabels/operations.js.map +1 -0
- package/dist/esm/api/raiToolLabels/options.d.ts +16 -0
- package/dist/esm/api/raiToolLabels/options.js +4 -0
- package/dist/esm/api/raiToolLabels/options.js.map +1 -0
- package/dist/esm/api/raiTopics/index.d.ts +3 -0
- package/dist/esm/api/raiTopics/index.js +4 -0
- package/dist/esm/api/raiTopics/index.js.map +1 -0
- package/dist/esm/api/raiTopics/operations.d.ts +23 -0
- package/dist/esm/api/raiTopics/operations.js +130 -0
- package/dist/esm/api/raiTopics/operations.js.map +1 -0
- package/dist/esm/api/raiTopics/options.d.ts +16 -0
- package/dist/esm/api/raiTopics/options.js +4 -0
- package/dist/esm/api/raiTopics/options.js.map +1 -0
- package/dist/esm/api/resourceSkus/index.d.ts +3 -0
- package/dist/esm/api/resourceSkus/index.js +4 -0
- package/dist/esm/api/resourceSkus/index.js.map +1 -0
- package/dist/esm/api/resourceSkus/operations.d.ts +10 -0
- package/dist/esm/api/resourceSkus/operations.js +36 -0
- package/dist/esm/api/resourceSkus/operations.js.map +1 -0
- package/dist/esm/api/resourceSkus/options.d.ts +5 -0
- package/dist/esm/api/resourceSkus/options.js +4 -0
- package/dist/esm/api/resourceSkus/options.js.map +1 -0
- package/dist/esm/api/subscriptionRaiPolicy/index.d.ts +3 -0
- package/dist/esm/api/subscriptionRaiPolicy/index.js +4 -0
- package/dist/esm/api/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/esm/api/subscriptionRaiPolicy/operations.d.ts +18 -0
- package/dist/esm/api/subscriptionRaiPolicy/operations.js +92 -0
- package/dist/esm/api/subscriptionRaiPolicy/operations.js.map +1 -0
- package/dist/esm/api/subscriptionRaiPolicy/options.d.ts +13 -0
- package/dist/esm/api/subscriptionRaiPolicy/options.js +4 -0
- package/dist/esm/api/subscriptionRaiPolicy/options.js.map +1 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/index.js +4 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/operations.d.ts +9 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/operations.js +37 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/options.d.ts +5 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/options.js +4 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +38 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +7 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/api/workbenches/index.d.ts +3 -0
- package/dist/esm/api/workbenches/index.js +4 -0
- package/dist/esm/api/workbenches/index.js.map +1 -0
- package/dist/esm/api/workbenches/operations.d.ts +51 -0
- package/dist/esm/api/workbenches/operations.js +284 -0
- package/dist/esm/api/workbenches/operations.js.map +1 -0
- package/dist/esm/api/workbenches/options.d.ts +38 -0
- package/dist/esm/api/workbenches/options.js +4 -0
- package/dist/esm/api/workbenches/options.js.map +1 -0
- package/dist/esm/classic/accountCapabilityHosts/index.d.ts +27 -0
- package/dist/esm/classic/accountCapabilityHosts/index.js +34 -0
- package/dist/esm/classic/accountCapabilityHosts/index.js.map +1 -0
- package/dist/esm/classic/accountConnections/index.d.ts +19 -0
- package/dist/esm/classic/accountConnections/index.js +18 -0
- package/dist/esm/classic/accountConnections/index.js.map +1 -0
- package/dist/esm/classic/accounts/index.d.ts +47 -0
- package/dist/esm/classic/accounts/index.js +50 -0
- package/dist/esm/classic/accounts/index.js.map +1 -0
- package/dist/esm/classic/agentApplications/index.d.ts +33 -0
- package/dist/esm/classic/agentApplications/index.js +37 -0
- package/dist/esm/classic/agentApplications/index.js.map +1 -0
- package/dist/esm/classic/agentDeployments/index.d.ts +31 -0
- package/dist/esm/classic/agentDeployments/index.js +36 -0
- package/dist/esm/classic/agentDeployments/index.js.map +1 -0
- package/dist/esm/classic/commitmentPlans/index.d.ts +63 -0
- package/dist/esm/classic/commitmentPlans/index.js +76 -0
- package/dist/esm/classic/commitmentPlans/index.js.map +1 -0
- package/dist/esm/classic/commitmentTiers/index.d.ts +11 -0
- package/dist/esm/classic/commitmentTiers/index.js +14 -0
- package/dist/esm/classic/commitmentTiers/index.js.map +1 -0
- package/dist/esm/classic/computeOperations/index.d.ts +10 -0
- package/dist/esm/classic/computeOperations/index.js +14 -0
- package/dist/esm/classic/computeOperations/index.js.map +1 -0
- package/dist/esm/classic/computes/index.d.ts +63 -0
- package/dist/esm/classic/computes/index.js +70 -0
- package/dist/esm/classic/computes/index.js.map +1 -0
- package/dist/esm/classic/defenderForAISettings/index.d.ts +17 -0
- package/dist/esm/classic/defenderForAISettings/index.js +17 -0
- package/dist/esm/classic/defenderForAISettings/index.js.map +1 -0
- package/dist/esm/classic/deletedAccounts/index.d.ts +21 -0
- package/dist/esm/classic/deletedAccounts/index.js +25 -0
- package/dist/esm/classic/deletedAccounts/index.js.map +1 -0
- package/dist/esm/classic/deployments/index.d.ts +39 -0
- package/dist/esm/classic/deployments/index.js +46 -0
- package/dist/esm/classic/deployments/index.js.map +1 -0
- package/dist/esm/classic/encryptionScopes/index.d.ts +23 -0
- package/dist/esm/classic/encryptionScopes/index.js +26 -0
- package/dist/esm/classic/encryptionScopes/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +45 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/locationBasedModelCapacities/index.d.ts +11 -0
- package/dist/esm/classic/locationBasedModelCapacities/index.js +14 -0
- package/dist/esm/classic/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/esm/classic/managedComputeCapacities/index.d.ts +14 -0
- package/dist/esm/classic/managedComputeCapacities/index.js +14 -0
- package/dist/esm/classic/managedComputeCapacities/index.js.map +1 -0
- package/dist/esm/classic/managedComputeDeployments/index.d.ts +33 -0
- package/dist/esm/classic/managedComputeDeployments/index.js +43 -0
- package/dist/esm/classic/managedComputeDeployments/index.js.map +1 -0
- package/dist/esm/classic/managedComputeUsagesOperationGroup/index.d.ts +11 -0
- package/dist/esm/classic/managedComputeUsagesOperationGroup/index.js +14 -0
- package/dist/esm/classic/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/esm/classic/managedNetworkProvisions/index.d.ts +16 -0
- package/dist/esm/classic/managedNetworkProvisions/index.js +23 -0
- package/dist/esm/classic/managedNetworkProvisions/index.js.map +1 -0
- package/dist/esm/classic/managedNetworkSettings/index.d.ts +33 -0
- package/dist/esm/classic/managedNetworkSettings/index.js +43 -0
- package/dist/esm/classic/managedNetworkSettings/index.js.map +1 -0
- package/dist/esm/classic/modelCapacities/index.d.ts +11 -0
- package/dist/esm/classic/modelCapacities/index.js +14 -0
- package/dist/esm/classic/modelCapacities/index.js.map +1 -0
- package/dist/esm/classic/models/index.d.ts +11 -0
- package/dist/esm/classic/models/index.js +14 -0
- package/dist/esm/classic/models/index.js.map +1 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/outboundRule/index.d.ts +27 -0
- package/dist/esm/classic/outboundRule/index.js +34 -0
- package/dist/esm/classic/outboundRule/index.js.map +1 -0
- package/dist/esm/classic/outboundRules/index.d.ts +13 -0
- package/dist/esm/classic/outboundRules/index.js +17 -0
- package/dist/esm/classic/outboundRules/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/projectCapabilityHosts/index.d.ts +27 -0
- package/dist/esm/classic/projectCapabilityHosts/index.js +34 -0
- package/dist/esm/classic/projectCapabilityHosts/index.js.map +1 -0
- package/dist/esm/classic/projectConnections/index.d.ts +19 -0
- package/dist/esm/classic/projectConnections/index.js +18 -0
- package/dist/esm/classic/projectConnections/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +33 -0
- package/dist/esm/classic/projects/index.js +43 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/quotaTiers/index.d.ts +17 -0
- package/dist/esm/classic/quotaTiers/index.js +17 -0
- package/dist/esm/classic/quotaTiers/index.js.map +1 -0
- package/dist/esm/classic/raiBlocklistItems/index.d.ts +27 -0
- package/dist/esm/classic/raiBlocklistItems/index.js +28 -0
- package/dist/esm/classic/raiBlocklistItems/index.js.map +1 -0
- package/dist/esm/classic/raiBlocklists/index.d.ts +23 -0
- package/dist/esm/classic/raiBlocklists/index.js +26 -0
- package/dist/esm/classic/raiBlocklists/index.js.map +1 -0
- package/dist/esm/classic/raiContentFilters/index.d.ts +13 -0
- package/dist/esm/classic/raiContentFilters/index.js +15 -0
- package/dist/esm/classic/raiContentFilters/index.js.map +1 -0
- package/dist/esm/classic/raiExternalSafetyProvider/index.d.ts +20 -0
- package/dist/esm/classic/raiExternalSafetyProvider/index.js +25 -0
- package/dist/esm/classic/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/classic/raiExternalSafetyProviders/index.d.ts +11 -0
- package/dist/esm/classic/raiExternalSafetyProviders/index.js +14 -0
- package/dist/esm/classic/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/esm/classic/raiPolicies/index.d.ts +23 -0
- package/dist/esm/classic/raiPolicies/index.js +26 -0
- package/dist/esm/classic/raiPolicies/index.js.map +1 -0
- package/dist/esm/classic/raiToolLabels/index.d.ts +23 -0
- package/dist/esm/classic/raiToolLabels/index.js +26 -0
- package/dist/esm/classic/raiToolLabels/index.js.map +1 -0
- package/dist/esm/classic/raiTopics/index.d.ts +23 -0
- package/dist/esm/classic/raiTopics/index.js +26 -0
- package/dist/esm/classic/raiTopics/index.js.map +1 -0
- package/dist/esm/classic/resourceSkus/index.d.ts +11 -0
- package/dist/esm/classic/resourceSkus/index.js +14 -0
- package/dist/esm/classic/resourceSkus/index.js.map +1 -0
- package/dist/esm/classic/subscriptionRaiPolicy/index.d.ts +20 -0
- package/dist/esm/classic/subscriptionRaiPolicy/index.js +25 -0
- package/dist/esm/classic/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/esm/classic/testRaiExternalSafetyProvider/index.d.ts +10 -0
- package/dist/esm/classic/testRaiExternalSafetyProvider/index.js +14 -0
- package/dist/esm/classic/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/classic/workbenches/index.d.ts +63 -0
- package/dist/esm/classic/workbenches/index.js +70 -0
- package/dist/esm/classic/workbenches/index.js.map +1 -0
- package/dist/esm/cognitiveServicesManagementClient.d.ts +150 -65
- package/dist/esm/cognitiveServicesManagementClient.js +198 -242
- package/dist/esm/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +58 -3
- package/dist/esm/index.js +5 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -3970
- package/dist/esm/models/index.js +1 -672
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +4803 -0
- package/dist/esm/models/models.js +5807 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +224 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +732 -96
- package/dist/browser/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -205
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -5704
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -66
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -545
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/browser/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operations/accountCapabilityHosts.js +0 -357
- package/dist/browser/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/browser/operations/accountConnections.d.ts +0 -70
- package/dist/browser/operations/accountConnections.d.ts.map +0 -1
- package/dist/browser/operations/accountConnections.js +0 -264
- package/dist/browser/operations/accountConnections.js.map +0 -1
- package/dist/browser/operations/accounts.d.ts +0 -162
- package/dist/browser/operations/accounts.d.ts.map +0 -1
- package/dist/browser/operations/accounts.js +0 -734
- package/dist/browser/operations/accounts.js.map +0 -1
- package/dist/browser/operations/commitmentPlans.d.ts +0 -256
- package/dist/browser/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/browser/operations/commitmentPlans.js +0 -1123
- package/dist/browser/operations/commitmentPlans.js.map +0 -1
- package/dist/browser/operations/commitmentTiers.d.ts +0 -35
- package/dist/browser/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/browser/operations/commitmentTiers.js +0 -119
- package/dist/browser/operations/commitmentTiers.js.map +0 -1
- package/dist/browser/operations/defenderForAISettings.d.ts +0 -64
- package/dist/browser/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/browser/operations/defenderForAISettings.js +0 -245
- package/dist/browser/operations/defenderForAISettings.js.map +0 -1
- package/dist/browser/operations/deletedAccounts.d.ts +0 -57
- package/dist/browser/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/browser/operations/deletedAccounts.js +0 -226
- package/dist/browser/operations/deletedAccounts.js.map +0 -1
- package/dist/browser/operations/deployments.d.ts +0 -126
- package/dist/browser/operations/deployments.d.ts.map +0 -1
- package/dist/browser/operations/deployments.js +0 -555
- package/dist/browser/operations/deployments.js.map +0 -1
- package/dist/browser/operations/encryptionScopes.d.ts +0 -76
- package/dist/browser/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/browser/operations/encryptionScopes.js +0 -299
- package/dist/browser/operations/encryptionScopes.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -28
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -32
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/browser/operations/locationBasedModelCapacities.js +0 -130
- package/dist/browser/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/browser/operations/modelCapacities.d.ts +0 -38
- package/dist/browser/operations/modelCapacities.d.ts.map +0 -1
- package/dist/browser/operations/modelCapacities.js +0 -122
- package/dist/browser/operations/modelCapacities.js.map +0 -1
- package/dist/browser/operations/models.d.ts +0 -35
- package/dist/browser/operations/models.d.ts.map +0 -1
- package/dist/browser/operations/models.js +0 -119
- package/dist/browser/operations/models.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -252
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -280
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/browser/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operations/projectCapabilityHosts.js +0 -383
- package/dist/browser/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/browser/operations/projectConnections.d.ts +0 -77
- package/dist/browser/operations/projectConnections.d.ts.map +0 -1
- package/dist/browser/operations/projectConnections.js +0 -277
- package/dist/browser/operations/projectConnections.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -101
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -431
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/quotaTiers.d.ts +0 -55
- package/dist/browser/operations/quotaTiers.d.ts.map +0 -1
- package/dist/browser/operations/quotaTiers.js +0 -195
- package/dist/browser/operations/quotaTiers.js.map +0 -1
- package/dist/browser/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/browser/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/browser/operations/raiBlocklistItems.js +0 -401
- package/dist/browser/operations/raiBlocklistItems.js.map +0 -1
- package/dist/browser/operations/raiBlocklists.d.ts +0 -72
- package/dist/browser/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/browser/operations/raiBlocklists.js +0 -296
- package/dist/browser/operations/raiBlocklists.js.map +0 -1
- package/dist/browser/operations/raiContentFilters.d.ts +0 -42
- package/dist/browser/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/browser/operations/raiContentFilters.js +0 -149
- package/dist/browser/operations/raiContentFilters.js.map +0 -1
- package/dist/browser/operations/raiPolicies.d.ts +0 -72
- package/dist/browser/operations/raiPolicies.d.ts.map +0 -1
- package/dist/browser/operations/raiPolicies.js +0 -290
- package/dist/browser/operations/raiPolicies.js.map +0 -1
- package/dist/browser/operations/raiTopics.d.ts +0 -72
- package/dist/browser/operations/raiTopics.d.ts.map +0 -1
- package/dist/browser/operations/raiTopics.js +0 -290
- package/dist/browser/operations/raiTopics.js.map +0 -1
- package/dist/browser/operations/resourceSkus.d.ts +0 -32
- package/dist/browser/operations/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operations/resourceSkus.js +0 -111
- package/dist/browser/operations/resourceSkus.js.map +0 -1
- package/dist/browser/operations/usages.d.ts +0 -35
- package/dist/browser/operations/usages.d.ts.map +0 -1
- package/dist/browser/operations/usages.js +0 -119
- package/dist/browser/operations/usages.js.map +0 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +0 -4
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/browser/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/browser/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accountConnections.js +0 -4
- package/dist/browser/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accounts.js +0 -4
- package/dist/browser/operationsInterfaces/accounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentPlans.js +0 -4
- package/dist/browser/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentTiers.js +0 -4
- package/dist/browser/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/defenderForAISettings.js +0 -4
- package/dist/browser/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/deletedAccounts.js +0 -4
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/browser/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/deployments.js +0 -4
- package/dist/browser/operationsInterfaces/deployments.js.map +0 -1
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/encryptionScopes.js +0 -4
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -28
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -32
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js +0 -4
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/modelCapacities.js +0 -4
- package/dist/browser/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/browser/operationsInterfaces/models.d.ts +0 -12
- package/dist/browser/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/models.js +0 -4
- package/dist/browser/operationsInterfaces/models.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +0 -4
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/browser/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/browser/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projectConnections.js +0 -4
- package/dist/browser/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/projects.d.ts +0 -76
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -4
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/browser/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quotaTiers.js +0 -4
- package/dist/browser/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklistItems.js +0 -4
- package/dist/browser/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklists.js +0 -4
- package/dist/browser/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiContentFilters.js +0 -4
- package/dist/browser/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiPolicies.js +0 -4
- package/dist/browser/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/browser/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiTopics.js +0 -4
- package/dist/browser/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +0 -12
- package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usages.js +0 -4
- package/dist/browser/operationsInterfaces/usages.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -205
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -5710
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -66
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -549
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operations/accountCapabilityHosts.js +0 -362
- package/dist/commonjs/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operations/accountConnections.d.ts +0 -70
- package/dist/commonjs/operations/accountConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/accountConnections.js +0 -269
- package/dist/commonjs/operations/accountConnections.js.map +0 -1
- package/dist/commonjs/operations/accounts.d.ts +0 -162
- package/dist/commonjs/operations/accounts.d.ts.map +0 -1
- package/dist/commonjs/operations/accounts.js +0 -739
- package/dist/commonjs/operations/accounts.js.map +0 -1
- package/dist/commonjs/operations/commitmentPlans.d.ts +0 -256
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/commonjs/operations/commitmentPlans.js +0 -1128
- package/dist/commonjs/operations/commitmentPlans.js.map +0 -1
- package/dist/commonjs/operations/commitmentTiers.d.ts +0 -35
- package/dist/commonjs/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/commonjs/operations/commitmentTiers.js +0 -124
- package/dist/commonjs/operations/commitmentTiers.js.map +0 -1
- package/dist/commonjs/operations/defenderForAISettings.d.ts +0 -64
- package/dist/commonjs/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/commonjs/operations/defenderForAISettings.js +0 -250
- package/dist/commonjs/operations/defenderForAISettings.js.map +0 -1
- package/dist/commonjs/operations/deletedAccounts.d.ts +0 -57
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/commonjs/operations/deletedAccounts.js +0 -231
- package/dist/commonjs/operations/deletedAccounts.js.map +0 -1
- package/dist/commonjs/operations/deployments.d.ts +0 -126
- package/dist/commonjs/operations/deployments.d.ts.map +0 -1
- package/dist/commonjs/operations/deployments.js +0 -560
- package/dist/commonjs/operations/deployments.js.map +0 -1
- package/dist/commonjs/operations/encryptionScopes.d.ts +0 -76
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/commonjs/operations/encryptionScopes.js +0 -304
- package/dist/commonjs/operations/encryptionScopes.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -28
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -35
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operations/locationBasedModelCapacities.js +0 -135
- package/dist/commonjs/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/commonjs/operations/modelCapacities.d.ts +0 -38
- package/dist/commonjs/operations/modelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operations/modelCapacities.js +0 -127
- package/dist/commonjs/operations/modelCapacities.js.map +0 -1
- package/dist/commonjs/operations/models.d.ts +0 -35
- package/dist/commonjs/operations/models.d.ts.map +0 -1
- package/dist/commonjs/operations/models.js +0 -124
- package/dist/commonjs/operations/models.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -257
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -285
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operations/projectCapabilityHosts.js +0 -388
- package/dist/commonjs/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operations/projectConnections.d.ts +0 -77
- package/dist/commonjs/operations/projectConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/projectConnections.js +0 -282
- package/dist/commonjs/operations/projectConnections.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -101
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -436
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/quotaTiers.d.ts +0 -55
- package/dist/commonjs/operations/quotaTiers.d.ts.map +0 -1
- package/dist/commonjs/operations/quotaTiers.js +0 -200
- package/dist/commonjs/operations/quotaTiers.js.map +0 -1
- package/dist/commonjs/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/commonjs/operations/raiBlocklistItems.js +0 -406
- package/dist/commonjs/operations/raiBlocklistItems.js.map +0 -1
- package/dist/commonjs/operations/raiBlocklists.d.ts +0 -72
- package/dist/commonjs/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/commonjs/operations/raiBlocklists.js +0 -301
- package/dist/commonjs/operations/raiBlocklists.js.map +0 -1
- package/dist/commonjs/operations/raiContentFilters.d.ts +0 -42
- package/dist/commonjs/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/commonjs/operations/raiContentFilters.js +0 -154
- package/dist/commonjs/operations/raiContentFilters.js.map +0 -1
- package/dist/commonjs/operations/raiPolicies.d.ts +0 -72
- package/dist/commonjs/operations/raiPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/raiPolicies.js +0 -295
- package/dist/commonjs/operations/raiPolicies.js.map +0 -1
- package/dist/commonjs/operations/raiTopics.d.ts +0 -72
- package/dist/commonjs/operations/raiTopics.d.ts.map +0 -1
- package/dist/commonjs/operations/raiTopics.js +0 -295
- package/dist/commonjs/operations/raiTopics.js.map +0 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +0 -32
- package/dist/commonjs/operations/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operations/resourceSkus.js +0 -116
- package/dist/commonjs/operations/resourceSkus.js.map +0 -1
- package/dist/commonjs/operations/usages.d.ts +0 -35
- package/dist/commonjs/operations/usages.d.ts.map +0 -1
- package/dist/commonjs/operations/usages.js +0 -124
- package/dist/commonjs/operations/usages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +0 -5
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accounts.js +0 -5
- package/dist/commonjs/operationsInterfaces/accounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js +0 -5
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js +0 -5
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js +0 -5
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +0 -5
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/deployments.js +0 -5
- package/dist/commonjs/operationsInterfaces/deployments.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +0 -5
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -28
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -35
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js +0 -5
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/modelCapacities.js +0 -5
- package/dist/commonjs/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/models.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/models.js +0 -5
- package/dist/commonjs/operationsInterfaces/models.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +0 -5
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -76
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -5
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/commonjs/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaTiers.js +0 -5
- package/dist/commonjs/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiPolicies.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiTopics.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +0 -5
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.js +0 -5
- package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -205
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -5704
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -66
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -545
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/esm/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operations/accountCapabilityHosts.js +0 -357
- package/dist/esm/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/esm/operations/accountConnections.d.ts +0 -70
- package/dist/esm/operations/accountConnections.d.ts.map +0 -1
- package/dist/esm/operations/accountConnections.js +0 -264
- package/dist/esm/operations/accountConnections.js.map +0 -1
- package/dist/esm/operations/accounts.d.ts +0 -162
- package/dist/esm/operations/accounts.d.ts.map +0 -1
- package/dist/esm/operations/accounts.js +0 -734
- package/dist/esm/operations/accounts.js.map +0 -1
- package/dist/esm/operations/commitmentPlans.d.ts +0 -256
- package/dist/esm/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/esm/operations/commitmentPlans.js +0 -1123
- package/dist/esm/operations/commitmentPlans.js.map +0 -1
- package/dist/esm/operations/commitmentTiers.d.ts +0 -35
- package/dist/esm/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/esm/operations/commitmentTiers.js +0 -119
- package/dist/esm/operations/commitmentTiers.js.map +0 -1
- package/dist/esm/operations/defenderForAISettings.d.ts +0 -64
- package/dist/esm/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/esm/operations/defenderForAISettings.js +0 -245
- package/dist/esm/operations/defenderForAISettings.js.map +0 -1
- package/dist/esm/operations/deletedAccounts.d.ts +0 -57
- package/dist/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/esm/operations/deletedAccounts.js +0 -226
- package/dist/esm/operations/deletedAccounts.js.map +0 -1
- package/dist/esm/operations/deployments.d.ts +0 -126
- package/dist/esm/operations/deployments.d.ts.map +0 -1
- package/dist/esm/operations/deployments.js +0 -555
- package/dist/esm/operations/deployments.js.map +0 -1
- package/dist/esm/operations/encryptionScopes.d.ts +0 -76
- package/dist/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/esm/operations/encryptionScopes.js +0 -299
- package/dist/esm/operations/encryptionScopes.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -28
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -32
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/esm/operations/locationBasedModelCapacities.js +0 -130
- package/dist/esm/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/esm/operations/modelCapacities.d.ts +0 -38
- package/dist/esm/operations/modelCapacities.d.ts.map +0 -1
- package/dist/esm/operations/modelCapacities.js +0 -122
- package/dist/esm/operations/modelCapacities.js.map +0 -1
- package/dist/esm/operations/models.d.ts +0 -35
- package/dist/esm/operations/models.d.ts.map +0 -1
- package/dist/esm/operations/models.js +0 -119
- package/dist/esm/operations/models.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -252
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -280
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/esm/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operations/projectCapabilityHosts.js +0 -383
- package/dist/esm/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/esm/operations/projectConnections.d.ts +0 -77
- package/dist/esm/operations/projectConnections.d.ts.map +0 -1
- package/dist/esm/operations/projectConnections.js +0 -277
- package/dist/esm/operations/projectConnections.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -101
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -431
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/quotaTiers.d.ts +0 -55
- package/dist/esm/operations/quotaTiers.d.ts.map +0 -1
- package/dist/esm/operations/quotaTiers.js +0 -195
- package/dist/esm/operations/quotaTiers.js.map +0 -1
- package/dist/esm/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/esm/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/esm/operations/raiBlocklistItems.js +0 -401
- package/dist/esm/operations/raiBlocklistItems.js.map +0 -1
- package/dist/esm/operations/raiBlocklists.d.ts +0 -72
- package/dist/esm/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/esm/operations/raiBlocklists.js +0 -296
- package/dist/esm/operations/raiBlocklists.js.map +0 -1
- package/dist/esm/operations/raiContentFilters.d.ts +0 -42
- package/dist/esm/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/esm/operations/raiContentFilters.js +0 -149
- package/dist/esm/operations/raiContentFilters.js.map +0 -1
- package/dist/esm/operations/raiPolicies.d.ts +0 -72
- package/dist/esm/operations/raiPolicies.d.ts.map +0 -1
- package/dist/esm/operations/raiPolicies.js +0 -290
- package/dist/esm/operations/raiPolicies.js.map +0 -1
- package/dist/esm/operations/raiTopics.d.ts +0 -72
- package/dist/esm/operations/raiTopics.d.ts.map +0 -1
- package/dist/esm/operations/raiTopics.js +0 -290
- package/dist/esm/operations/raiTopics.js.map +0 -1
- package/dist/esm/operations/resourceSkus.d.ts +0 -32
- package/dist/esm/operations/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operations/resourceSkus.js +0 -111
- package/dist/esm/operations/resourceSkus.js.map +0 -1
- package/dist/esm/operations/usages.d.ts +0 -35
- package/dist/esm/operations/usages.d.ts.map +0 -1
- package/dist/esm/operations/usages.js +0 -119
- package/dist/esm/operations/usages.js.map +0 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +0 -4
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/esm/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/esm/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accountConnections.js +0 -4
- package/dist/esm/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accounts.js +0 -4
- package/dist/esm/operationsInterfaces/accounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentPlans.js +0 -4
- package/dist/esm/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentTiers.js +0 -4
- package/dist/esm/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/defenderForAISettings.js +0 -4
- package/dist/esm/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/deletedAccounts.js +0 -4
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/esm/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/deployments.js +0 -4
- package/dist/esm/operationsInterfaces/deployments.js.map +0 -1
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/encryptionScopes.js +0 -4
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -28
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -32
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js +0 -4
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/modelCapacities.js +0 -4
- package/dist/esm/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/esm/operationsInterfaces/models.d.ts +0 -12
- package/dist/esm/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/models.js +0 -4
- package/dist/esm/operationsInterfaces/models.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +0 -4
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/esm/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/esm/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projectConnections.js +0 -4
- package/dist/esm/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/projects.d.ts +0 -76
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -4
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/esm/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quotaTiers.js +0 -4
- package/dist/esm/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js +0 -4
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklists.js +0 -4
- package/dist/esm/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiContentFilters.js +0 -4
- package/dist/esm/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiPolicies.js +0 -4
- package/dist/esm/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/esm/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiTopics.js +0 -4
- package/dist/esm/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +0 -12
- package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -4
- package/dist/esm/operationsInterfaces/usages.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/cognitiveServicesManagementClient.d.ts +0 -67
- package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/react-native/cognitiveServicesManagementClient.js +0 -255
- package/dist/react-native/cognitiveServicesManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3971
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -675
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -205
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -5704
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -66
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -545
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operations/accountCapabilityHosts.js +0 -357
- package/dist/react-native/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/react-native/operations/accountConnections.d.ts +0 -70
- package/dist/react-native/operations/accountConnections.d.ts.map +0 -1
- package/dist/react-native/operations/accountConnections.js +0 -264
- package/dist/react-native/operations/accountConnections.js.map +0 -1
- package/dist/react-native/operations/accounts.d.ts +0 -162
- package/dist/react-native/operations/accounts.d.ts.map +0 -1
- package/dist/react-native/operations/accounts.js +0 -734
- package/dist/react-native/operations/accounts.js.map +0 -1
- package/dist/react-native/operations/commitmentPlans.d.ts +0 -256
- package/dist/react-native/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/react-native/operations/commitmentPlans.js +0 -1123
- package/dist/react-native/operations/commitmentPlans.js.map +0 -1
- package/dist/react-native/operations/commitmentTiers.d.ts +0 -35
- package/dist/react-native/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/react-native/operations/commitmentTiers.js +0 -119
- package/dist/react-native/operations/commitmentTiers.js.map +0 -1
- package/dist/react-native/operations/defenderForAISettings.d.ts +0 -64
- package/dist/react-native/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/react-native/operations/defenderForAISettings.js +0 -245
- package/dist/react-native/operations/defenderForAISettings.js.map +0 -1
- package/dist/react-native/operations/deletedAccounts.d.ts +0 -57
- package/dist/react-native/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/react-native/operations/deletedAccounts.js +0 -226
- package/dist/react-native/operations/deletedAccounts.js.map +0 -1
- package/dist/react-native/operations/deployments.d.ts +0 -126
- package/dist/react-native/operations/deployments.d.ts.map +0 -1
- package/dist/react-native/operations/deployments.js +0 -555
- package/dist/react-native/operations/deployments.js.map +0 -1
- package/dist/react-native/operations/encryptionScopes.d.ts +0 -76
- package/dist/react-native/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/react-native/operations/encryptionScopes.js +0 -299
- package/dist/react-native/operations/encryptionScopes.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -28
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -32
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/react-native/operations/locationBasedModelCapacities.js +0 -130
- package/dist/react-native/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/react-native/operations/modelCapacities.d.ts +0 -38
- package/dist/react-native/operations/modelCapacities.d.ts.map +0 -1
- package/dist/react-native/operations/modelCapacities.js +0 -122
- package/dist/react-native/operations/modelCapacities.js.map +0 -1
- package/dist/react-native/operations/models.d.ts +0 -35
- package/dist/react-native/operations/models.d.ts.map +0 -1
- package/dist/react-native/operations/models.js +0 -119
- package/dist/react-native/operations/models.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -252
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -280
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operations/projectCapabilityHosts.js +0 -383
- package/dist/react-native/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/react-native/operations/projectConnections.d.ts +0 -77
- package/dist/react-native/operations/projectConnections.d.ts.map +0 -1
- package/dist/react-native/operations/projectConnections.js +0 -277
- package/dist/react-native/operations/projectConnections.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -101
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -431
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/quotaTiers.d.ts +0 -55
- package/dist/react-native/operations/quotaTiers.d.ts.map +0 -1
- package/dist/react-native/operations/quotaTiers.js +0 -195
- package/dist/react-native/operations/quotaTiers.js.map +0 -1
- package/dist/react-native/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/react-native/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/react-native/operations/raiBlocklistItems.js +0 -401
- package/dist/react-native/operations/raiBlocklistItems.js.map +0 -1
- package/dist/react-native/operations/raiBlocklists.d.ts +0 -72
- package/dist/react-native/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/react-native/operations/raiBlocklists.js +0 -296
- package/dist/react-native/operations/raiBlocklists.js.map +0 -1
- package/dist/react-native/operations/raiContentFilters.d.ts +0 -42
- package/dist/react-native/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/react-native/operations/raiContentFilters.js +0 -149
- package/dist/react-native/operations/raiContentFilters.js.map +0 -1
- package/dist/react-native/operations/raiPolicies.d.ts +0 -72
- package/dist/react-native/operations/raiPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/raiPolicies.js +0 -290
- package/dist/react-native/operations/raiPolicies.js.map +0 -1
- package/dist/react-native/operations/raiTopics.d.ts +0 -72
- package/dist/react-native/operations/raiTopics.d.ts.map +0 -1
- package/dist/react-native/operations/raiTopics.js +0 -290
- package/dist/react-native/operations/raiTopics.js.map +0 -1
- package/dist/react-native/operations/resourceSkus.d.ts +0 -32
- package/dist/react-native/operations/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operations/resourceSkus.js +0 -111
- package/dist/react-native/operations/resourceSkus.js.map +0 -1
- package/dist/react-native/operations/usages.d.ts +0 -35
- package/dist/react-native/operations/usages.d.ts.map +0 -1
- package/dist/react-native/operations/usages.js +0 -119
- package/dist/react-native/operations/usages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +0 -4
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accountConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accounts.js +0 -4
- package/dist/react-native/operationsInterfaces/accounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentPlans.js +0 -4
- package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentTiers.js +0 -4
- package/dist/react-native/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js +0 -4
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +0 -4
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/react-native/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/deployments.js +0 -4
- package/dist/react-native/operationsInterfaces/deployments.js.map +0 -1
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +0 -4
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -28
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -32
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js +0 -4
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/modelCapacities.js +0 -4
- package/dist/react-native/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/models.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/models.js +0 -4
- package/dist/react-native/operationsInterfaces/models.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +0 -4
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projectConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.d.ts +0 -76
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -4
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/react-native/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaTiers.js +0 -4
- package/dist/react-native/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js +0 -4
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklists.js +0 -4
- package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiContentFilters.js +0 -4
- package/dist/react-native/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiPolicies.js +0 -4
- package/dist/react-native/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiTopics.js +0 -4
- package/dist/react-native/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.js +0 -4
- package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1,4803 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Check SKU availability parameter. */
|
|
6
|
+
export interface CheckSkuAvailabilityParameter {
|
|
7
|
+
/** The SKU of the resource. */
|
|
8
|
+
skus: string[];
|
|
9
|
+
/** The kind (type) of cognitive service account. */
|
|
10
|
+
kind: string;
|
|
11
|
+
/** The Type of the resource. */
|
|
12
|
+
type: string;
|
|
13
|
+
}
|
|
14
|
+
export declare function checkSkuAvailabilityParameterSerializer(item: CheckSkuAvailabilityParameter): any;
|
|
15
|
+
/** Check SKU availability result list. */
|
|
16
|
+
export interface SkuAvailabilityListResult {
|
|
17
|
+
/** Check SKU availability result list. */
|
|
18
|
+
value?: SkuAvailability[];
|
|
19
|
+
}
|
|
20
|
+
export declare function skuAvailabilityListResultDeserializer(item: any): SkuAvailabilityListResult;
|
|
21
|
+
export declare function skuAvailabilityArrayDeserializer(result: Array<SkuAvailability>): any[];
|
|
22
|
+
/** SKU availability. */
|
|
23
|
+
export interface SkuAvailability {
|
|
24
|
+
/** The kind (type) of cognitive service account. */
|
|
25
|
+
kind?: string;
|
|
26
|
+
/** The Type of the resource. */
|
|
27
|
+
type?: string;
|
|
28
|
+
/** The name of SKU. */
|
|
29
|
+
skuName?: string;
|
|
30
|
+
/** Indicates the given SKU is available or not. */
|
|
31
|
+
skuAvailable?: boolean;
|
|
32
|
+
/** Reason why the SKU is not available. */
|
|
33
|
+
reason?: string;
|
|
34
|
+
/** Additional error message. */
|
|
35
|
+
message?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function skuAvailabilityDeserializer(item: any): SkuAvailability;
|
|
38
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
39
|
+
export interface ErrorResponse {
|
|
40
|
+
/** The error object. */
|
|
41
|
+
error?: ErrorDetail;
|
|
42
|
+
}
|
|
43
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
44
|
+
/** The error detail. */
|
|
45
|
+
export interface ErrorDetail {
|
|
46
|
+
/** The error code. */
|
|
47
|
+
readonly code?: string;
|
|
48
|
+
/** The error message. */
|
|
49
|
+
readonly message?: string;
|
|
50
|
+
/** The error target. */
|
|
51
|
+
readonly target?: string;
|
|
52
|
+
/** The error details. */
|
|
53
|
+
readonly details?: ErrorDetail[];
|
|
54
|
+
/** The error additional info. */
|
|
55
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
56
|
+
}
|
|
57
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
58
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
59
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
60
|
+
/** The resource management error additional info. */
|
|
61
|
+
export interface ErrorAdditionalInfo {
|
|
62
|
+
/** The additional info type. */
|
|
63
|
+
readonly type?: string;
|
|
64
|
+
/** The additional info. */
|
|
65
|
+
readonly info?: any;
|
|
66
|
+
}
|
|
67
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
68
|
+
/** Check Domain availability parameter. */
|
|
69
|
+
export interface CheckDomainAvailabilityParameter {
|
|
70
|
+
/** The subdomain name to use. */
|
|
71
|
+
subdomainName: string;
|
|
72
|
+
/** The Type of the resource. */
|
|
73
|
+
type: string;
|
|
74
|
+
/** The kind (type) of cognitive service account. */
|
|
75
|
+
kind?: string;
|
|
76
|
+
}
|
|
77
|
+
export declare function checkDomainAvailabilityParameterSerializer(item: CheckDomainAvailabilityParameter): any;
|
|
78
|
+
/** Domain availability. */
|
|
79
|
+
export interface DomainAvailability {
|
|
80
|
+
/** Indicates the given SKU is available or not. */
|
|
81
|
+
isSubdomainAvailable?: boolean;
|
|
82
|
+
/** Reason why the SKU is not available. */
|
|
83
|
+
reason?: string;
|
|
84
|
+
/** The subdomain name to use. */
|
|
85
|
+
subdomainName?: string;
|
|
86
|
+
/** The Type of the resource. */
|
|
87
|
+
type?: string;
|
|
88
|
+
/** The kind (type) of cognitive service account. */
|
|
89
|
+
kind?: string;
|
|
90
|
+
}
|
|
91
|
+
export declare function domainAvailabilityDeserializer(item: any): DomainAvailability;
|
|
92
|
+
/** Calculate Model Capacity parameter. */
|
|
93
|
+
export interface CalculateModelCapacityParameter {
|
|
94
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
95
|
+
model?: DeploymentModel;
|
|
96
|
+
/** The name of SKU. */
|
|
97
|
+
skuName?: string;
|
|
98
|
+
/** List of Model Capacity Calculator Workload. */
|
|
99
|
+
workloads?: ModelCapacityCalculatorWorkload[];
|
|
100
|
+
}
|
|
101
|
+
export declare function calculateModelCapacityParameterSerializer(item: CalculateModelCapacityParameter): any;
|
|
102
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
103
|
+
export interface DeploymentModel {
|
|
104
|
+
/** Deployment model publisher. */
|
|
105
|
+
publisher?: string;
|
|
106
|
+
/** Deployment model format. */
|
|
107
|
+
format?: string;
|
|
108
|
+
/** Deployment model name. */
|
|
109
|
+
name?: string;
|
|
110
|
+
/** Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API. */
|
|
111
|
+
version?: string;
|
|
112
|
+
/** Optional. Deployment model source ARM resource ID. */
|
|
113
|
+
source?: string;
|
|
114
|
+
/** Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID. */
|
|
115
|
+
sourceAccount?: string;
|
|
116
|
+
/** The call rate limit Cognitive Services account. */
|
|
117
|
+
readonly callRateLimit?: CallRateLimit;
|
|
118
|
+
}
|
|
119
|
+
export declare function deploymentModelSerializer(item: DeploymentModel): any;
|
|
120
|
+
export declare function deploymentModelDeserializer(item: any): DeploymentModel;
|
|
121
|
+
/** The call rate limit Cognitive Services account. */
|
|
122
|
+
export interface CallRateLimit {
|
|
123
|
+
/** The count value of Call Rate Limit. */
|
|
124
|
+
count?: number;
|
|
125
|
+
/** The renewal period in seconds of Call Rate Limit. */
|
|
126
|
+
renewalPeriod?: number;
|
|
127
|
+
rules?: ThrottlingRule[];
|
|
128
|
+
}
|
|
129
|
+
export declare function callRateLimitDeserializer(item: any): CallRateLimit;
|
|
130
|
+
export declare function throttlingRuleArrayDeserializer(result: Array<ThrottlingRule>): any[];
|
|
131
|
+
/** model interface ThrottlingRule */
|
|
132
|
+
export interface ThrottlingRule {
|
|
133
|
+
key?: string;
|
|
134
|
+
renewalPeriod?: number;
|
|
135
|
+
count?: number;
|
|
136
|
+
minCount?: number;
|
|
137
|
+
dynamicThrottlingEnabled?: boolean;
|
|
138
|
+
matchPatterns?: RequestMatchPattern[];
|
|
139
|
+
}
|
|
140
|
+
export declare function throttlingRuleDeserializer(item: any): ThrottlingRule;
|
|
141
|
+
export declare function requestMatchPatternArrayDeserializer(result: Array<RequestMatchPattern>): any[];
|
|
142
|
+
/** model interface RequestMatchPattern */
|
|
143
|
+
export interface RequestMatchPattern {
|
|
144
|
+
path?: string;
|
|
145
|
+
method?: string;
|
|
146
|
+
}
|
|
147
|
+
export declare function requestMatchPatternDeserializer(item: any): RequestMatchPattern;
|
|
148
|
+
export declare function modelCapacityCalculatorWorkloadArraySerializer(result: Array<ModelCapacityCalculatorWorkload>): any[];
|
|
149
|
+
/** Model Capacity Calculator Workload. */
|
|
150
|
+
export interface ModelCapacityCalculatorWorkload {
|
|
151
|
+
/** Request per minute. */
|
|
152
|
+
requestPerMinute?: number;
|
|
153
|
+
/** Dictionary, Model Capacity Calculator Workload Parameters. */
|
|
154
|
+
requestParameters?: ModelCapacityCalculatorWorkloadRequestParam;
|
|
155
|
+
}
|
|
156
|
+
export declare function modelCapacityCalculatorWorkloadSerializer(item: ModelCapacityCalculatorWorkload): any;
|
|
157
|
+
/** Dictionary, Model Capacity Calculator Workload Parameters. */
|
|
158
|
+
export interface ModelCapacityCalculatorWorkloadRequestParam {
|
|
159
|
+
/** Average prompt tokens. */
|
|
160
|
+
avgPromptTokens?: number;
|
|
161
|
+
/** Average generated tokens. */
|
|
162
|
+
avgGeneratedTokens?: number;
|
|
163
|
+
}
|
|
164
|
+
export declare function modelCapacityCalculatorWorkloadRequestParamSerializer(item: ModelCapacityCalculatorWorkloadRequestParam): any;
|
|
165
|
+
/** Calculate Model Capacity result. */
|
|
166
|
+
export interface CalculateModelCapacityResult {
|
|
167
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
168
|
+
model?: DeploymentModel;
|
|
169
|
+
skuName?: string;
|
|
170
|
+
/** Model Estimated Capacity. */
|
|
171
|
+
estimatedCapacity?: CalculateModelCapacityResultEstimatedCapacity;
|
|
172
|
+
}
|
|
173
|
+
export declare function calculateModelCapacityResultDeserializer(item: any): CalculateModelCapacityResult;
|
|
174
|
+
/** Model Estimated Capacity. */
|
|
175
|
+
export interface CalculateModelCapacityResultEstimatedCapacity {
|
|
176
|
+
value?: number;
|
|
177
|
+
deployableValue?: number;
|
|
178
|
+
}
|
|
179
|
+
export declare function calculateModelCapacityResultEstimatedCapacityDeserializer(item: any): CalculateModelCapacityResultEstimatedCapacity;
|
|
180
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
181
|
+
export interface _OperationListResult {
|
|
182
|
+
/** The Operation items on this page */
|
|
183
|
+
value: Operation[];
|
|
184
|
+
/** The link to the next page of items */
|
|
185
|
+
nextLink?: string;
|
|
186
|
+
}
|
|
187
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
188
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
189
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
190
|
+
export interface Operation {
|
|
191
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
192
|
+
readonly name?: string;
|
|
193
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
194
|
+
readonly isDataAction?: boolean;
|
|
195
|
+
/** Localized display information for this particular operation. */
|
|
196
|
+
display?: OperationDisplay;
|
|
197
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
198
|
+
readonly origin?: Origin;
|
|
199
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
200
|
+
readonly actionType?: ActionType;
|
|
201
|
+
}
|
|
202
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
203
|
+
/** Localized display information for an operation. */
|
|
204
|
+
export interface OperationDisplay {
|
|
205
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
206
|
+
readonly provider?: string;
|
|
207
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
208
|
+
readonly resource?: string;
|
|
209
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
210
|
+
readonly operation?: string;
|
|
211
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
212
|
+
readonly description?: string;
|
|
213
|
+
}
|
|
214
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
215
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
216
|
+
export declare enum KnownOrigin {
|
|
217
|
+
/** Indicates the operation is initiated by a user. */
|
|
218
|
+
User = "user",
|
|
219
|
+
/** Indicates the operation is initiated by a system. */
|
|
220
|
+
System = "system",
|
|
221
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
222
|
+
UserSystem = "user,system"
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
226
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
227
|
+
* this enum contains the known values that the service supports.
|
|
228
|
+
* ### Known values supported by the service
|
|
229
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
230
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
231
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
232
|
+
*/
|
|
233
|
+
export type Origin = string;
|
|
234
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
235
|
+
export declare enum KnownActionType {
|
|
236
|
+
/** Actions are for internal-only APIs. */
|
|
237
|
+
Internal = "Internal"
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
241
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
242
|
+
* this enum contains the known values that the service supports.
|
|
243
|
+
* ### Known values supported by the service
|
|
244
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
245
|
+
*/
|
|
246
|
+
export type ActionType = string;
|
|
247
|
+
/** Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. */
|
|
248
|
+
export interface Account extends ProxyResource {
|
|
249
|
+
/** Properties of Cognitive Services account. */
|
|
250
|
+
properties?: AccountProperties;
|
|
251
|
+
/** Resource tags. */
|
|
252
|
+
tags?: Record<string, string>;
|
|
253
|
+
/** The geo-location where the resource lives */
|
|
254
|
+
location?: string;
|
|
255
|
+
/** Resource Etag. */
|
|
256
|
+
readonly etag?: string;
|
|
257
|
+
/** The kind (type) of cognitive service account. */
|
|
258
|
+
kind?: string;
|
|
259
|
+
/** The resource model definition representing SKU */
|
|
260
|
+
sku?: Sku;
|
|
261
|
+
/** Identity for the resource. */
|
|
262
|
+
identity?: Identity;
|
|
263
|
+
}
|
|
264
|
+
export declare function accountSerializer(item: Account): any;
|
|
265
|
+
export declare function accountDeserializer(item: any): Account;
|
|
266
|
+
/** Properties of Cognitive Services account. */
|
|
267
|
+
export interface AccountProperties {
|
|
268
|
+
/** Gets the status of the cognitive services account at the time the operation was called. */
|
|
269
|
+
readonly provisioningState?: ProvisioningState;
|
|
270
|
+
/** Endpoint of the created account. */
|
|
271
|
+
readonly endpoint?: string;
|
|
272
|
+
/** The internal identifier (deprecated, do not use this property). */
|
|
273
|
+
readonly internalId?: string;
|
|
274
|
+
/** Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only. */
|
|
275
|
+
readonly capabilities?: SkuCapability[];
|
|
276
|
+
/** If the resource is migrated from an existing key. */
|
|
277
|
+
readonly isMigrated?: boolean;
|
|
278
|
+
/** Resource migration token. */
|
|
279
|
+
migrationToken?: string;
|
|
280
|
+
/** Sku change info of account. */
|
|
281
|
+
readonly skuChangeInfo?: SkuChangeInfo;
|
|
282
|
+
/** Optional subdomain name used for token-based authentication. */
|
|
283
|
+
customSubDomainName?: string;
|
|
284
|
+
/** A collection of rules governing the accessibility from specific network locations. */
|
|
285
|
+
networkAcls?: NetworkRuleSet;
|
|
286
|
+
/** The encryption properties for this resource. */
|
|
287
|
+
encryption?: Encryption;
|
|
288
|
+
/** The storage accounts for this resource. */
|
|
289
|
+
userOwnedStorage?: UserOwnedStorage[];
|
|
290
|
+
/** The user owned AML account properties. */
|
|
291
|
+
amlWorkspace?: UserOwnedAmlWorkspace;
|
|
292
|
+
/** The private endpoint connection associated with the Cognitive Services account. */
|
|
293
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
294
|
+
/** Whether or not public endpoint access is allowed for this account. */
|
|
295
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
296
|
+
/** The api properties for special APIs. */
|
|
297
|
+
apiProperties?: ApiProperties;
|
|
298
|
+
/** Gets the date of cognitive services account creation. */
|
|
299
|
+
readonly dateCreated?: string;
|
|
300
|
+
/** The call rate limit Cognitive Services account. */
|
|
301
|
+
readonly callRateLimit?: CallRateLimit;
|
|
302
|
+
/** The flag to enable dynamic throttling. */
|
|
303
|
+
dynamicThrottlingEnabled?: boolean;
|
|
304
|
+
/** The flag to disable stored completions. */
|
|
305
|
+
storedCompletionsDisabled?: boolean;
|
|
306
|
+
readonly quotaLimit?: QuotaLimit;
|
|
307
|
+
restrictOutboundNetworkAccess?: boolean;
|
|
308
|
+
allowedFqdnList?: string[];
|
|
309
|
+
disableLocalAuth?: boolean;
|
|
310
|
+
/** Dictionary of <string> */
|
|
311
|
+
readonly endpoints?: Record<string, string>;
|
|
312
|
+
restore?: boolean;
|
|
313
|
+
/** The deletion date, only available for deleted account. */
|
|
314
|
+
readonly deletionDate?: string;
|
|
315
|
+
/** The scheduled purge date, only available for deleted account. */
|
|
316
|
+
readonly scheduledPurgeDate?: string;
|
|
317
|
+
/** The multiregion settings of Cognitive Services account. */
|
|
318
|
+
locations?: MultiRegionSettings;
|
|
319
|
+
/** The commitment plan associations of Cognitive Services account. */
|
|
320
|
+
readonly commitmentPlanAssociations?: CommitmentPlanAssociation[];
|
|
321
|
+
/** The abuse penalty. */
|
|
322
|
+
readonly abusePenalty?: AbusePenalty;
|
|
323
|
+
/** Cognitive Services Rai Monitor Config. */
|
|
324
|
+
raiMonitorConfig?: RaiMonitorConfig;
|
|
325
|
+
networkInjections?: NetworkInjection[];
|
|
326
|
+
/** Represents the foundry auto-upgrade configuration for a Cognitive Services account. */
|
|
327
|
+
foundryAutoUpgrade?: FoundryAutoUpgrade;
|
|
328
|
+
/** Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. */
|
|
329
|
+
allowProjectManagement?: boolean;
|
|
330
|
+
/** Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. */
|
|
331
|
+
defaultProject?: string;
|
|
332
|
+
/** Specifies the projects, by project name, that are associated with this resource. */
|
|
333
|
+
associatedProjects?: string[];
|
|
334
|
+
}
|
|
335
|
+
export declare function accountPropertiesSerializer(item: AccountProperties): any;
|
|
336
|
+
export declare function accountPropertiesDeserializer(item: any): AccountProperties;
|
|
337
|
+
/** Gets the status of the cognitive services account at the time the operation was called. */
|
|
338
|
+
export declare enum KnownProvisioningState {
|
|
339
|
+
/** Accepted */
|
|
340
|
+
Accepted = "Accepted",
|
|
341
|
+
/** Creating */
|
|
342
|
+
Creating = "Creating",
|
|
343
|
+
/** Deleting */
|
|
344
|
+
Deleting = "Deleting",
|
|
345
|
+
/** Moving */
|
|
346
|
+
Moving = "Moving",
|
|
347
|
+
/** Failed */
|
|
348
|
+
Failed = "Failed",
|
|
349
|
+
/** Succeeded */
|
|
350
|
+
Succeeded = "Succeeded",
|
|
351
|
+
/** Canceled */
|
|
352
|
+
Canceled = "Canceled",
|
|
353
|
+
/** ResolvingDNS */
|
|
354
|
+
ResolvingDNS = "ResolvingDNS"
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* Gets the status of the cognitive services account at the time the operation was called. \
|
|
358
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
359
|
+
* this enum contains the known values that the service supports.
|
|
360
|
+
* ### Known values supported by the service
|
|
361
|
+
* **Accepted** \
|
|
362
|
+
* **Creating** \
|
|
363
|
+
* **Deleting** \
|
|
364
|
+
* **Moving** \
|
|
365
|
+
* **Failed** \
|
|
366
|
+
* **Succeeded** \
|
|
367
|
+
* **Canceled** \
|
|
368
|
+
* **ResolvingDNS**
|
|
369
|
+
*/
|
|
370
|
+
export type ProvisioningState = string;
|
|
371
|
+
export declare function skuCapabilityArrayDeserializer(result: Array<SkuCapability>): any[];
|
|
372
|
+
/** SkuCapability indicates the capability of a certain feature. */
|
|
373
|
+
export interface SkuCapability {
|
|
374
|
+
/** The name of the SkuCapability. */
|
|
375
|
+
name?: string;
|
|
376
|
+
/** The value of the SkuCapability. */
|
|
377
|
+
value?: string;
|
|
378
|
+
}
|
|
379
|
+
export declare function skuCapabilityDeserializer(item: any): SkuCapability;
|
|
380
|
+
/** Sku change info of account. */
|
|
381
|
+
export interface SkuChangeInfo {
|
|
382
|
+
/** Gets the count of downgrades. */
|
|
383
|
+
countOfDowngrades?: number;
|
|
384
|
+
/** Gets the count of upgrades after downgrades. */
|
|
385
|
+
countOfUpgradesAfterDowngrades?: number;
|
|
386
|
+
/** Gets the last change date. */
|
|
387
|
+
lastChangeDate?: string;
|
|
388
|
+
}
|
|
389
|
+
export declare function skuChangeInfoDeserializer(item: any): SkuChangeInfo;
|
|
390
|
+
/** A set of rules governing the network accessibility. */
|
|
391
|
+
export interface NetworkRuleSet {
|
|
392
|
+
/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
|
|
393
|
+
defaultAction?: NetworkRuleAction;
|
|
394
|
+
/** Setting for trusted services. */
|
|
395
|
+
bypass?: ByPassSelection;
|
|
396
|
+
/** The list of IP address rules. */
|
|
397
|
+
ipRules?: IpRule[];
|
|
398
|
+
/** The list of virtual network rules. */
|
|
399
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
400
|
+
}
|
|
401
|
+
export declare function networkRuleSetSerializer(item: NetworkRuleSet): any;
|
|
402
|
+
export declare function networkRuleSetDeserializer(item: any): NetworkRuleSet;
|
|
403
|
+
/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
|
|
404
|
+
export declare enum KnownNetworkRuleAction {
|
|
405
|
+
/** Allow */
|
|
406
|
+
Allow = "Allow",
|
|
407
|
+
/** Deny */
|
|
408
|
+
Deny = "Deny"
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. \
|
|
412
|
+
* {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
|
|
413
|
+
* this enum contains the known values that the service supports.
|
|
414
|
+
* ### Known values supported by the service
|
|
415
|
+
* **Allow** \
|
|
416
|
+
* **Deny**
|
|
417
|
+
*/
|
|
418
|
+
export type NetworkRuleAction = string;
|
|
419
|
+
/** Setting for trusted services. */
|
|
420
|
+
export declare enum KnownByPassSelection {
|
|
421
|
+
/** None */
|
|
422
|
+
None = "None",
|
|
423
|
+
/** AzureServices */
|
|
424
|
+
AzureServices = "AzureServices"
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* Setting for trusted services. \
|
|
428
|
+
* {@link KnownByPassSelection} can be used interchangeably with ByPassSelection,
|
|
429
|
+
* this enum contains the known values that the service supports.
|
|
430
|
+
* ### Known values supported by the service
|
|
431
|
+
* **None** \
|
|
432
|
+
* **AzureServices**
|
|
433
|
+
*/
|
|
434
|
+
export type ByPassSelection = string;
|
|
435
|
+
export declare function ipRuleArraySerializer(result: Array<IpRule>): any[];
|
|
436
|
+
export declare function ipRuleArrayDeserializer(result: Array<IpRule>): any[];
|
|
437
|
+
/** A rule governing the accessibility from a specific ip address or ip range. */
|
|
438
|
+
export interface IpRule {
|
|
439
|
+
/** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */
|
|
440
|
+
value: string;
|
|
441
|
+
}
|
|
442
|
+
export declare function ipRuleSerializer(item: IpRule): any;
|
|
443
|
+
export declare function ipRuleDeserializer(item: any): IpRule;
|
|
444
|
+
export declare function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[];
|
|
445
|
+
export declare function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[];
|
|
446
|
+
/** A rule governing the accessibility from a specific virtual network. */
|
|
447
|
+
export interface VirtualNetworkRule {
|
|
448
|
+
/** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
|
|
449
|
+
id: string;
|
|
450
|
+
/** Gets the state of virtual network rule. */
|
|
451
|
+
state?: string;
|
|
452
|
+
/** Ignore missing vnet service endpoint or not. */
|
|
453
|
+
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
454
|
+
}
|
|
455
|
+
export declare function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any;
|
|
456
|
+
export declare function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule;
|
|
457
|
+
/** Properties to configure Encryption */
|
|
458
|
+
export interface Encryption {
|
|
459
|
+
/** Properties of KeyVault */
|
|
460
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
461
|
+
/** Enumerates the possible value of keySource for Encryption */
|
|
462
|
+
keySource?: KeySource;
|
|
463
|
+
}
|
|
464
|
+
export declare function encryptionSerializer(item: Encryption): any;
|
|
465
|
+
export declare function encryptionDeserializer(item: any): Encryption;
|
|
466
|
+
/** Properties to configure keyVault Properties */
|
|
467
|
+
export interface KeyVaultProperties {
|
|
468
|
+
/** Name of the Key from KeyVault */
|
|
469
|
+
keyName?: string;
|
|
470
|
+
/** Version of the Key from KeyVault */
|
|
471
|
+
keyVersion?: string;
|
|
472
|
+
/** Uri of KeyVault */
|
|
473
|
+
keyVaultUri?: string;
|
|
474
|
+
identityClientId?: string;
|
|
475
|
+
}
|
|
476
|
+
export declare function keyVaultPropertiesSerializer(item: KeyVaultProperties): any;
|
|
477
|
+
export declare function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties;
|
|
478
|
+
/** Enumerates the possible value of keySource for Encryption */
|
|
479
|
+
export declare enum KnownKeySource {
|
|
480
|
+
/** Microsoft.CognitiveServices */
|
|
481
|
+
MicrosoftCognitiveServices = "Microsoft.CognitiveServices",
|
|
482
|
+
/** Microsoft.KeyVault */
|
|
483
|
+
MicrosoftKeyVault = "Microsoft.KeyVault"
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* Enumerates the possible value of keySource for Encryption \
|
|
487
|
+
* {@link KnownKeySource} can be used interchangeably with KeySource,
|
|
488
|
+
* this enum contains the known values that the service supports.
|
|
489
|
+
* ### Known values supported by the service
|
|
490
|
+
* **Microsoft.CognitiveServices** \
|
|
491
|
+
* **Microsoft.KeyVault**
|
|
492
|
+
*/
|
|
493
|
+
export type KeySource = string;
|
|
494
|
+
export declare function userOwnedStorageArraySerializer(result: Array<UserOwnedStorage>): any[];
|
|
495
|
+
export declare function userOwnedStorageArrayDeserializer(result: Array<UserOwnedStorage>): any[];
|
|
496
|
+
/** The user owned storage for Cognitive Services account. */
|
|
497
|
+
export interface UserOwnedStorage {
|
|
498
|
+
/** Full resource id of a Microsoft.Storage resource. */
|
|
499
|
+
resourceId?: string;
|
|
500
|
+
identityClientId?: string;
|
|
501
|
+
}
|
|
502
|
+
export declare function userOwnedStorageSerializer(item: UserOwnedStorage): any;
|
|
503
|
+
export declare function userOwnedStorageDeserializer(item: any): UserOwnedStorage;
|
|
504
|
+
/** The user owned AML account for Cognitive Services account. */
|
|
505
|
+
export interface UserOwnedAmlWorkspace {
|
|
506
|
+
/** Full resource id of a AML account resource. */
|
|
507
|
+
resourceId?: string;
|
|
508
|
+
/** Identity Client id of a AML account resource. */
|
|
509
|
+
identityClientId?: string;
|
|
510
|
+
}
|
|
511
|
+
export declare function userOwnedAmlWorkspaceSerializer(item: UserOwnedAmlWorkspace): any;
|
|
512
|
+
export declare function userOwnedAmlWorkspaceDeserializer(item: any): UserOwnedAmlWorkspace;
|
|
513
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
514
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
515
|
+
/** The Private Endpoint Connection resource. */
|
|
516
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
517
|
+
/** Resource properties. */
|
|
518
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
519
|
+
/** Resource Etag. */
|
|
520
|
+
readonly etag?: string;
|
|
521
|
+
/** The location of the private endpoint connection */
|
|
522
|
+
location?: string;
|
|
523
|
+
}
|
|
524
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
525
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
526
|
+
/** Properties of the PrivateEndpointConnectProperties. */
|
|
527
|
+
export interface PrivateEndpointConnectionProperties {
|
|
528
|
+
/** The resource of private end point. */
|
|
529
|
+
privateEndpoint?: PrivateEndpoint;
|
|
530
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
531
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
532
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
533
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
534
|
+
/** The private link resource group ids. */
|
|
535
|
+
groupIds?: string[];
|
|
536
|
+
}
|
|
537
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
538
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
539
|
+
/** The private endpoint resource. */
|
|
540
|
+
export interface PrivateEndpoint {
|
|
541
|
+
/** The resource identifier of the private endpoint */
|
|
542
|
+
readonly id?: string;
|
|
543
|
+
}
|
|
544
|
+
export declare function privateEndpointSerializer(_item: PrivateEndpoint): any;
|
|
545
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
546
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
547
|
+
export interface PrivateLinkServiceConnectionState {
|
|
548
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
549
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
550
|
+
/** The reason for approval/rejection of the connection. */
|
|
551
|
+
description?: string;
|
|
552
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
553
|
+
actionsRequired?: string;
|
|
554
|
+
}
|
|
555
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
556
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
557
|
+
/** The private endpoint connection status. */
|
|
558
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
559
|
+
/** Connection waiting for approval or rejection */
|
|
560
|
+
Pending = "Pending",
|
|
561
|
+
/** Connection approved */
|
|
562
|
+
Approved = "Approved",
|
|
563
|
+
/** Connection Rejected */
|
|
564
|
+
Rejected = "Rejected"
|
|
565
|
+
}
|
|
566
|
+
/**
|
|
567
|
+
* The private endpoint connection status. \
|
|
568
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
569
|
+
* this enum contains the known values that the service supports.
|
|
570
|
+
* ### Known values supported by the service
|
|
571
|
+
* **Pending**: Connection waiting for approval or rejection \
|
|
572
|
+
* **Approved**: Connection approved \
|
|
573
|
+
* **Rejected**: Connection Rejected
|
|
574
|
+
*/
|
|
575
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
576
|
+
/** The current provisioning state. */
|
|
577
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
578
|
+
/** Connection has been provisioned */
|
|
579
|
+
Succeeded = "Succeeded",
|
|
580
|
+
/** Connection is being created */
|
|
581
|
+
Creating = "Creating",
|
|
582
|
+
/** Connection is being deleted */
|
|
583
|
+
Deleting = "Deleting",
|
|
584
|
+
/** Connection provisioning has failed */
|
|
585
|
+
Failed = "Failed"
|
|
586
|
+
}
|
|
587
|
+
/**
|
|
588
|
+
* The current provisioning state. \
|
|
589
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
590
|
+
* this enum contains the known values that the service supports.
|
|
591
|
+
* ### Known values supported by the service
|
|
592
|
+
* **Succeeded**: Connection has been provisioned \
|
|
593
|
+
* **Creating**: Connection is being created \
|
|
594
|
+
* **Deleting**: Connection is being deleted \
|
|
595
|
+
* **Failed**: Connection provisioning has failed
|
|
596
|
+
*/
|
|
597
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
598
|
+
/** Whether or not public endpoint access is allowed for this account. */
|
|
599
|
+
export declare enum KnownPublicNetworkAccess {
|
|
600
|
+
/** Enabled */
|
|
601
|
+
Enabled = "Enabled",
|
|
602
|
+
/** Disabled */
|
|
603
|
+
Disabled = "Disabled"
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* Whether or not public endpoint access is allowed for this account. \
|
|
607
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
608
|
+
* this enum contains the known values that the service supports.
|
|
609
|
+
* ### Known values supported by the service
|
|
610
|
+
* **Enabled** \
|
|
611
|
+
* **Disabled**
|
|
612
|
+
*/
|
|
613
|
+
export type PublicNetworkAccess = string;
|
|
614
|
+
/** The api properties for special APIs. */
|
|
615
|
+
export interface ApiProperties {
|
|
616
|
+
/** (QnAMaker Only) The runtime endpoint of QnAMaker. */
|
|
617
|
+
qnaRuntimeEndpoint?: string;
|
|
618
|
+
/** (QnAMaker Only) The Azure Search endpoint key of QnAMaker. */
|
|
619
|
+
qnaAzureSearchEndpointKey?: string;
|
|
620
|
+
/** (QnAMaker Only) The Azure Search endpoint id of QnAMaker. */
|
|
621
|
+
qnaAzureSearchEndpointId?: string;
|
|
622
|
+
/** (Bing Search Only) The flag to enable statistics of Bing Search. */
|
|
623
|
+
statisticsEnabled?: boolean;
|
|
624
|
+
/** (Personalization Only) The flag to enable statistics of Bing Search. */
|
|
625
|
+
eventHubConnectionString?: string;
|
|
626
|
+
/** (Personalization Only) The storage account connection string. */
|
|
627
|
+
storageAccountConnectionString?: string;
|
|
628
|
+
/** (Metrics Advisor Only) The Azure AD Client Id (Application Id). */
|
|
629
|
+
aadClientId?: string;
|
|
630
|
+
/** (Metrics Advisor Only) The Azure AD Tenant Id. */
|
|
631
|
+
aadTenantId?: string;
|
|
632
|
+
/** (Metrics Advisor Only) The super user of Metrics Advisor. */
|
|
633
|
+
superUser?: string;
|
|
634
|
+
/** (Metrics Advisor Only) The website name of Metrics Advisor. */
|
|
635
|
+
websiteName?: string;
|
|
636
|
+
/** Additional properties */
|
|
637
|
+
additionalProperties?: Record<string, any>;
|
|
638
|
+
}
|
|
639
|
+
export declare function apiPropertiesSerializer(item: ApiProperties): any;
|
|
640
|
+
export declare function apiPropertiesDeserializer(item: any): ApiProperties;
|
|
641
|
+
/** model interface QuotaLimit */
|
|
642
|
+
export interface QuotaLimit {
|
|
643
|
+
count?: number;
|
|
644
|
+
renewalPeriod?: number;
|
|
645
|
+
rules?: ThrottlingRule[];
|
|
646
|
+
}
|
|
647
|
+
export declare function quotaLimitDeserializer(item: any): QuotaLimit;
|
|
648
|
+
/** The multiregion settings Cognitive Services account. */
|
|
649
|
+
export interface MultiRegionSettings {
|
|
650
|
+
/** Multiregion routing methods. */
|
|
651
|
+
routingMethod?: RoutingMethods;
|
|
652
|
+
regions?: RegionSetting[];
|
|
653
|
+
}
|
|
654
|
+
export declare function multiRegionSettingsSerializer(item: MultiRegionSettings): any;
|
|
655
|
+
export declare function multiRegionSettingsDeserializer(item: any): MultiRegionSettings;
|
|
656
|
+
/** Multiregion routing methods. */
|
|
657
|
+
export declare enum KnownRoutingMethods {
|
|
658
|
+
/** Priority */
|
|
659
|
+
Priority = "Priority",
|
|
660
|
+
/** Weighted */
|
|
661
|
+
Weighted = "Weighted",
|
|
662
|
+
/** Performance */
|
|
663
|
+
Performance = "Performance"
|
|
664
|
+
}
|
|
665
|
+
/**
|
|
666
|
+
* Multiregion routing methods. \
|
|
667
|
+
* {@link KnownRoutingMethods} can be used interchangeably with RoutingMethods,
|
|
668
|
+
* this enum contains the known values that the service supports.
|
|
669
|
+
* ### Known values supported by the service
|
|
670
|
+
* **Priority** \
|
|
671
|
+
* **Weighted** \
|
|
672
|
+
* **Performance**
|
|
673
|
+
*/
|
|
674
|
+
export type RoutingMethods = string;
|
|
675
|
+
export declare function regionSettingArraySerializer(result: Array<RegionSetting>): any[];
|
|
676
|
+
export declare function regionSettingArrayDeserializer(result: Array<RegionSetting>): any[];
|
|
677
|
+
/** The call rate limit Cognitive Services account. */
|
|
678
|
+
export interface RegionSetting {
|
|
679
|
+
/** Name of the region. */
|
|
680
|
+
name?: string;
|
|
681
|
+
/** A value for priority or weighted routing methods. */
|
|
682
|
+
value?: number;
|
|
683
|
+
/** Maps the region to the regional custom subdomain. */
|
|
684
|
+
customsubdomain?: string;
|
|
685
|
+
}
|
|
686
|
+
export declare function regionSettingSerializer(item: RegionSetting): any;
|
|
687
|
+
export declare function regionSettingDeserializer(item: any): RegionSetting;
|
|
688
|
+
export declare function commitmentPlanAssociationArrayDeserializer(result: Array<CommitmentPlanAssociation>): any[];
|
|
689
|
+
/** The commitment plan association. */
|
|
690
|
+
export interface CommitmentPlanAssociation {
|
|
691
|
+
/** The Azure resource id of the commitment plan. */
|
|
692
|
+
commitmentPlanId?: string;
|
|
693
|
+
/** The location of of the commitment plan. */
|
|
694
|
+
commitmentPlanLocation?: string;
|
|
695
|
+
}
|
|
696
|
+
export declare function commitmentPlanAssociationDeserializer(item: any): CommitmentPlanAssociation;
|
|
697
|
+
/** The abuse penalty. */
|
|
698
|
+
export interface AbusePenalty {
|
|
699
|
+
/** The action of AbusePenalty. */
|
|
700
|
+
action?: AbusePenaltyAction;
|
|
701
|
+
/** The percentage of rate limit. */
|
|
702
|
+
rateLimitPercentage?: number;
|
|
703
|
+
/** The datetime of expiration of the AbusePenalty. */
|
|
704
|
+
expiration?: Date;
|
|
705
|
+
}
|
|
706
|
+
export declare function abusePenaltyDeserializer(item: any): AbusePenalty;
|
|
707
|
+
/** The action of AbusePenalty. */
|
|
708
|
+
export declare enum KnownAbusePenaltyAction {
|
|
709
|
+
/** Throttle */
|
|
710
|
+
Throttle = "Throttle",
|
|
711
|
+
/** Block */
|
|
712
|
+
Block = "Block"
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
* The action of AbusePenalty. \
|
|
716
|
+
* {@link KnownAbusePenaltyAction} can be used interchangeably with AbusePenaltyAction,
|
|
717
|
+
* this enum contains the known values that the service supports.
|
|
718
|
+
* ### Known values supported by the service
|
|
719
|
+
* **Throttle** \
|
|
720
|
+
* **Block**
|
|
721
|
+
*/
|
|
722
|
+
export type AbusePenaltyAction = string;
|
|
723
|
+
/** Cognitive Services Rai Monitor Config. */
|
|
724
|
+
export interface RaiMonitorConfig {
|
|
725
|
+
/** The storage resource Id. */
|
|
726
|
+
adxStorageResourceId?: string;
|
|
727
|
+
/** The identity client Id to access the storage. */
|
|
728
|
+
identityClientId?: string;
|
|
729
|
+
}
|
|
730
|
+
export declare function raiMonitorConfigSerializer(item: RaiMonitorConfig): any;
|
|
731
|
+
export declare function raiMonitorConfigDeserializer(item: any): RaiMonitorConfig;
|
|
732
|
+
export declare function networkInjectionArraySerializer(result: Array<NetworkInjection>): any[];
|
|
733
|
+
export declare function networkInjectionArrayDeserializer(result: Array<NetworkInjection>): any[];
|
|
734
|
+
/** Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. */
|
|
735
|
+
export interface NetworkInjection {
|
|
736
|
+
/** Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. */
|
|
737
|
+
scenario?: ScenarioType;
|
|
738
|
+
/** Specify the subnet for which your Agent Client is injected into. */
|
|
739
|
+
subnetArmId?: string;
|
|
740
|
+
/** Boolean to enable Microsoft Managed Network for subnet delegation */
|
|
741
|
+
useMicrosoftManagedNetwork?: boolean;
|
|
742
|
+
}
|
|
743
|
+
export declare function networkInjectionSerializer(item: NetworkInjection): any;
|
|
744
|
+
export declare function networkInjectionDeserializer(item: any): NetworkInjection;
|
|
745
|
+
/** Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. */
|
|
746
|
+
export declare enum KnownScenarioType {
|
|
747
|
+
/** none */
|
|
748
|
+
None = "none",
|
|
749
|
+
/** agent */
|
|
750
|
+
Agent = "agent"
|
|
751
|
+
}
|
|
752
|
+
/**
|
|
753
|
+
* Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. \
|
|
754
|
+
* {@link KnownScenarioType} can be used interchangeably with ScenarioType,
|
|
755
|
+
* this enum contains the known values that the service supports.
|
|
756
|
+
* ### Known values supported by the service
|
|
757
|
+
* **none** \
|
|
758
|
+
* **agent**
|
|
759
|
+
*/
|
|
760
|
+
export type ScenarioType = string;
|
|
761
|
+
/**
|
|
762
|
+
* Represents the foundry auto-upgrade configuration for a Cognitive Services account.
|
|
763
|
+
* Customers can opt out of auto-upgrade by setting mode to Disabled.
|
|
764
|
+
*/
|
|
765
|
+
export interface FoundryAutoUpgrade {
|
|
766
|
+
/** Gets or sets the auto-upgrade mode. */
|
|
767
|
+
mode?: FoundryAutoUpgradeMode;
|
|
768
|
+
/** Gets or sets a value indicating whether the auto-upgrade is planned by Microsoft. */
|
|
769
|
+
plannedByMicrosoft?: boolean;
|
|
770
|
+
/** Gets or sets the status reason for the auto-upgrade configuration. */
|
|
771
|
+
statusReason?: string;
|
|
772
|
+
/** Gets or sets the scheduled time for the auto-upgrade. */
|
|
773
|
+
scheduledAt?: Date;
|
|
774
|
+
}
|
|
775
|
+
export declare function foundryAutoUpgradeSerializer(item: FoundryAutoUpgrade): any;
|
|
776
|
+
export declare function foundryAutoUpgradeDeserializer(item: any): FoundryAutoUpgrade;
|
|
777
|
+
/** Represents the mode for foundry auto-upgrade configuration. */
|
|
778
|
+
export declare enum KnownFoundryAutoUpgradeMode {
|
|
779
|
+
/** Auto-upgrade is enabled. */
|
|
780
|
+
Enabled = "Enabled",
|
|
781
|
+
/** Auto-upgrade is disabled (opted out). */
|
|
782
|
+
Disabled = "Disabled"
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* Represents the mode for foundry auto-upgrade configuration. \
|
|
786
|
+
* {@link KnownFoundryAutoUpgradeMode} can be used interchangeably with FoundryAutoUpgradeMode,
|
|
787
|
+
* this enum contains the known values that the service supports.
|
|
788
|
+
* ### Known values supported by the service
|
|
789
|
+
* **Enabled**: Auto-upgrade is enabled. \
|
|
790
|
+
* **Disabled**: Auto-upgrade is disabled (opted out).
|
|
791
|
+
*/
|
|
792
|
+
export type FoundryAutoUpgradeMode = string;
|
|
793
|
+
/** The resource model definition representing SKU */
|
|
794
|
+
export interface Sku {
|
|
795
|
+
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
796
|
+
name: string;
|
|
797
|
+
/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
|
|
798
|
+
tier?: SkuTier;
|
|
799
|
+
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
800
|
+
size?: string;
|
|
801
|
+
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
802
|
+
family?: string;
|
|
803
|
+
/** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
|
|
804
|
+
capacity?: number;
|
|
805
|
+
}
|
|
806
|
+
export declare function skuSerializer(item: Sku): any;
|
|
807
|
+
export declare function skuDeserializer(item: any): Sku;
|
|
808
|
+
/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
|
|
809
|
+
export declare enum KnownSkuTier {
|
|
810
|
+
/** Free */
|
|
811
|
+
Free = "Free",
|
|
812
|
+
/** Basic */
|
|
813
|
+
Basic = "Basic",
|
|
814
|
+
/** Standard */
|
|
815
|
+
Standard = "Standard",
|
|
816
|
+
/** Premium */
|
|
817
|
+
Premium = "Premium",
|
|
818
|
+
/** Enterprise */
|
|
819
|
+
Enterprise = "Enterprise"
|
|
820
|
+
}
|
|
821
|
+
/**
|
|
822
|
+
* This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. \
|
|
823
|
+
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
824
|
+
* this enum contains the known values that the service supports.
|
|
825
|
+
* ### Known values supported by the service
|
|
826
|
+
* **Free** \
|
|
827
|
+
* **Basic** \
|
|
828
|
+
* **Standard** \
|
|
829
|
+
* **Premium** \
|
|
830
|
+
* **Enterprise**
|
|
831
|
+
*/
|
|
832
|
+
export type SkuTier = string;
|
|
833
|
+
/** Identity for the resource. */
|
|
834
|
+
export interface Identity {
|
|
835
|
+
/** The identity type. */
|
|
836
|
+
type?: ResourceIdentityType;
|
|
837
|
+
/** The tenant ID of resource. */
|
|
838
|
+
readonly tenantId?: string;
|
|
839
|
+
/** The principal ID of resource identity. */
|
|
840
|
+
readonly principalId?: string;
|
|
841
|
+
/** The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} */
|
|
842
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
843
|
+
}
|
|
844
|
+
export declare function identitySerializer(item: Identity): any;
|
|
845
|
+
export declare function identityDeserializer(item: any): Identity;
|
|
846
|
+
/** The identity type. */
|
|
847
|
+
export type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
|
|
848
|
+
export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
|
|
849
|
+
export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
|
|
850
|
+
/** User-assigned managed identity. */
|
|
851
|
+
export interface UserAssignedIdentity {
|
|
852
|
+
/** Azure Active Directory principal ID associated with this Identity. */
|
|
853
|
+
readonly principalId?: string;
|
|
854
|
+
/** Client App Id associated with this identity. */
|
|
855
|
+
readonly clientId?: string;
|
|
856
|
+
}
|
|
857
|
+
export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
|
|
858
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
859
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
860
|
+
export interface ProxyResource extends Resource {
|
|
861
|
+
}
|
|
862
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
863
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
864
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
865
|
+
export interface Resource {
|
|
866
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
867
|
+
readonly id?: string;
|
|
868
|
+
/** The name of the resource */
|
|
869
|
+
readonly name?: string;
|
|
870
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
871
|
+
readonly type?: string;
|
|
872
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
873
|
+
readonly systemData?: SystemData;
|
|
874
|
+
}
|
|
875
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
876
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
877
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
878
|
+
export interface SystemData {
|
|
879
|
+
/** The identity that created the resource. */
|
|
880
|
+
createdBy?: string;
|
|
881
|
+
/** The type of identity that created the resource. */
|
|
882
|
+
createdByType?: CreatedByType;
|
|
883
|
+
/** The timestamp of resource creation (UTC). */
|
|
884
|
+
createdAt?: Date;
|
|
885
|
+
/** The identity that last modified the resource. */
|
|
886
|
+
lastModifiedBy?: string;
|
|
887
|
+
/** The type of identity that last modified the resource. */
|
|
888
|
+
lastModifiedByType?: CreatedByType;
|
|
889
|
+
/** The timestamp of resource last modification (UTC) */
|
|
890
|
+
lastModifiedAt?: Date;
|
|
891
|
+
}
|
|
892
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
893
|
+
/** The kind of entity that created the resource. */
|
|
894
|
+
export declare enum KnownCreatedByType {
|
|
895
|
+
/** The entity was created by a user. */
|
|
896
|
+
User = "User",
|
|
897
|
+
/** The entity was created by an application. */
|
|
898
|
+
Application = "Application",
|
|
899
|
+
/** The entity was created by a managed identity. */
|
|
900
|
+
ManagedIdentity = "ManagedIdentity",
|
|
901
|
+
/** The entity was created by a key. */
|
|
902
|
+
Key = "Key"
|
|
903
|
+
}
|
|
904
|
+
/**
|
|
905
|
+
* The kind of entity that created the resource. \
|
|
906
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
907
|
+
* this enum contains the known values that the service supports.
|
|
908
|
+
* ### Known values supported by the service
|
|
909
|
+
* **User**: The entity was created by a user. \
|
|
910
|
+
* **Application**: The entity was created by an application. \
|
|
911
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
912
|
+
* **Key**: The entity was created by a key.
|
|
913
|
+
*/
|
|
914
|
+
export type CreatedByType = string;
|
|
915
|
+
/** The list of cognitive services accounts operation response. */
|
|
916
|
+
export interface _AccountListResult {
|
|
917
|
+
/** The link used to get the next page of accounts. */
|
|
918
|
+
nextLink?: string;
|
|
919
|
+
/** Gets the list of Cognitive Services accounts and their properties. */
|
|
920
|
+
readonly value?: Account[];
|
|
921
|
+
}
|
|
922
|
+
export declare function _accountListResultDeserializer(item: any): _AccountListResult;
|
|
923
|
+
export declare function accountArraySerializer(result: Array<Account>): any[];
|
|
924
|
+
export declare function accountArrayDeserializer(result: Array<Account>): any[];
|
|
925
|
+
/** The access keys for the cognitive services account. */
|
|
926
|
+
export interface ApiKeys {
|
|
927
|
+
/** Gets the value of key 1. */
|
|
928
|
+
key1?: string;
|
|
929
|
+
/** Gets the value of key 2. */
|
|
930
|
+
key2?: string;
|
|
931
|
+
}
|
|
932
|
+
export declare function apiKeysDeserializer(item: any): ApiKeys;
|
|
933
|
+
/** Regenerate key parameters. */
|
|
934
|
+
export interface RegenerateKeyParameters {
|
|
935
|
+
/** key name to generate (Key1|Key2) */
|
|
936
|
+
keyName: KeyName;
|
|
937
|
+
}
|
|
938
|
+
export declare function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any;
|
|
939
|
+
/** key name to generate (Key1|Key2) */
|
|
940
|
+
export type KeyName = "Key1" | "Key2";
|
|
941
|
+
/** The list of cognitive services accounts operation response. */
|
|
942
|
+
export interface AccountSkuListResult {
|
|
943
|
+
/** Gets the list of Cognitive Services accounts and their properties. */
|
|
944
|
+
value?: AccountSku[];
|
|
945
|
+
}
|
|
946
|
+
export declare function accountSkuListResultDeserializer(item: any): AccountSkuListResult;
|
|
947
|
+
export declare function accountSkuArrayDeserializer(result: Array<AccountSku>): any[];
|
|
948
|
+
/** Cognitive Services resource type and SKU. */
|
|
949
|
+
export interface AccountSku {
|
|
950
|
+
/** Resource Namespace and Type */
|
|
951
|
+
resourceType?: string;
|
|
952
|
+
/** The SKU of Cognitive Services account. */
|
|
953
|
+
sku?: Sku;
|
|
954
|
+
}
|
|
955
|
+
export declare function accountSkuDeserializer(item: any): AccountSku;
|
|
956
|
+
/** The response to a list usage request. */
|
|
957
|
+
export interface UsageListResult {
|
|
958
|
+
/** The link used to get the next page of Usages. */
|
|
959
|
+
nextLink?: string;
|
|
960
|
+
/** The list of usages for Cognitive Service account. */
|
|
961
|
+
value?: Usage[];
|
|
962
|
+
}
|
|
963
|
+
export declare function usageListResultDeserializer(item: any): UsageListResult;
|
|
964
|
+
export declare function usageArrayDeserializer(result: Array<Usage>): any[];
|
|
965
|
+
/** The usage data for a usage request. */
|
|
966
|
+
export interface Usage {
|
|
967
|
+
/** The unit of the metric. */
|
|
968
|
+
unit?: UnitType;
|
|
969
|
+
/** The name information for the metric. */
|
|
970
|
+
name?: MetricName;
|
|
971
|
+
/** The quota period used to summarize the usage values. */
|
|
972
|
+
quotaPeriod?: string;
|
|
973
|
+
/** Maximum value for this metric. */
|
|
974
|
+
limit?: number;
|
|
975
|
+
/** Current value for this metric. */
|
|
976
|
+
currentValue?: number;
|
|
977
|
+
/** Next reset time for current quota. */
|
|
978
|
+
nextResetTime?: string;
|
|
979
|
+
/** Cognitive Services account quota usage status. */
|
|
980
|
+
status?: QuotaUsageStatus;
|
|
981
|
+
/** The scope type of the quota usage. */
|
|
982
|
+
scopeType?: QuotaScopeType;
|
|
983
|
+
/** The scope identifier of the quota usage. */
|
|
984
|
+
scopeId?: string;
|
|
985
|
+
}
|
|
986
|
+
export declare function usageDeserializer(item: any): Usage;
|
|
987
|
+
/** The unit of the metric. */
|
|
988
|
+
export declare enum KnownUnitType {
|
|
989
|
+
/** Count */
|
|
990
|
+
Count = "Count",
|
|
991
|
+
/** Bytes */
|
|
992
|
+
Bytes = "Bytes",
|
|
993
|
+
/** Seconds */
|
|
994
|
+
Seconds = "Seconds",
|
|
995
|
+
/** Percent */
|
|
996
|
+
Percent = "Percent",
|
|
997
|
+
/** CountPerSecond */
|
|
998
|
+
CountPerSecond = "CountPerSecond",
|
|
999
|
+
/** BytesPerSecond */
|
|
1000
|
+
BytesPerSecond = "BytesPerSecond",
|
|
1001
|
+
/** Milliseconds */
|
|
1002
|
+
Milliseconds = "Milliseconds"
|
|
1003
|
+
}
|
|
1004
|
+
/**
|
|
1005
|
+
* The unit of the metric. \
|
|
1006
|
+
* {@link KnownUnitType} can be used interchangeably with UnitType,
|
|
1007
|
+
* this enum contains the known values that the service supports.
|
|
1008
|
+
* ### Known values supported by the service
|
|
1009
|
+
* **Count** \
|
|
1010
|
+
* **Bytes** \
|
|
1011
|
+
* **Seconds** \
|
|
1012
|
+
* **Percent** \
|
|
1013
|
+
* **CountPerSecond** \
|
|
1014
|
+
* **BytesPerSecond** \
|
|
1015
|
+
* **Milliseconds**
|
|
1016
|
+
*/
|
|
1017
|
+
export type UnitType = string;
|
|
1018
|
+
/** A metric name. */
|
|
1019
|
+
export interface MetricName {
|
|
1020
|
+
/** The name of the metric. */
|
|
1021
|
+
value?: string;
|
|
1022
|
+
/** The friendly name of the metric. */
|
|
1023
|
+
localizedValue?: string;
|
|
1024
|
+
}
|
|
1025
|
+
export declare function metricNameDeserializer(item: any): MetricName;
|
|
1026
|
+
/** Cognitive Services account quota usage status. */
|
|
1027
|
+
export declare enum KnownQuotaUsageStatus {
|
|
1028
|
+
/** Included */
|
|
1029
|
+
Included = "Included",
|
|
1030
|
+
/** Blocked */
|
|
1031
|
+
Blocked = "Blocked",
|
|
1032
|
+
/** InOverage */
|
|
1033
|
+
InOverage = "InOverage",
|
|
1034
|
+
/** Unknown */
|
|
1035
|
+
Unknown = "Unknown"
|
|
1036
|
+
}
|
|
1037
|
+
/**
|
|
1038
|
+
* Cognitive Services account quota usage status. \
|
|
1039
|
+
* {@link KnownQuotaUsageStatus} can be used interchangeably with QuotaUsageStatus,
|
|
1040
|
+
* this enum contains the known values that the service supports.
|
|
1041
|
+
* ### Known values supported by the service
|
|
1042
|
+
* **Included** \
|
|
1043
|
+
* **Blocked** \
|
|
1044
|
+
* **InOverage** \
|
|
1045
|
+
* **Unknown**
|
|
1046
|
+
*/
|
|
1047
|
+
export type QuotaUsageStatus = string;
|
|
1048
|
+
/** The quota scope that determines the level at which the quota is applied. */
|
|
1049
|
+
export declare enum KnownQuotaScopeType {
|
|
1050
|
+
/** Regional */
|
|
1051
|
+
Regional = "Regional",
|
|
1052
|
+
/** Global */
|
|
1053
|
+
Global = "Global",
|
|
1054
|
+
/** DataZone */
|
|
1055
|
+
DataZone = "DataZone",
|
|
1056
|
+
/** Classic */
|
|
1057
|
+
Classic = "Classic"
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
* The quota scope that determines the level at which the quota is applied. \
|
|
1061
|
+
* {@link KnownQuotaScopeType} can be used interchangeably with QuotaScopeType,
|
|
1062
|
+
* this enum contains the known values that the service supports.
|
|
1063
|
+
* ### Known values supported by the service
|
|
1064
|
+
* **Regional** \
|
|
1065
|
+
* **Global** \
|
|
1066
|
+
* **DataZone** \
|
|
1067
|
+
* **Classic**
|
|
1068
|
+
*/
|
|
1069
|
+
export type QuotaScopeType = string;
|
|
1070
|
+
/** The list of cognitive services accounts operation response. */
|
|
1071
|
+
export interface _AccountModelListResult {
|
|
1072
|
+
/** The link used to get the next page of Model. */
|
|
1073
|
+
nextLink?: string;
|
|
1074
|
+
/** Gets the list of Cognitive Services accounts Model and their properties. */
|
|
1075
|
+
value?: AccountModel[];
|
|
1076
|
+
}
|
|
1077
|
+
export declare function _accountModelListResultDeserializer(item: any): _AccountModelListResult;
|
|
1078
|
+
export declare function accountModelArrayDeserializer(result: Array<AccountModel>): any[];
|
|
1079
|
+
/** Cognitive Services account Model. */
|
|
1080
|
+
export interface AccountModel extends DeploymentModel {
|
|
1081
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
1082
|
+
baseModel?: DeploymentModel;
|
|
1083
|
+
/** If the model is default version. */
|
|
1084
|
+
isDefaultVersion?: boolean;
|
|
1085
|
+
/** The list of Model Sku. */
|
|
1086
|
+
skus?: ModelSku[];
|
|
1087
|
+
/** The max capacity. */
|
|
1088
|
+
maxCapacity?: number;
|
|
1089
|
+
/** The capabilities. */
|
|
1090
|
+
capabilities?: Record<string, string>;
|
|
1091
|
+
/** The capabilities for finetune models. */
|
|
1092
|
+
finetuneCapabilities?: Record<string, string>;
|
|
1093
|
+
/** Cognitive Services account ModelDeprecationInfo. */
|
|
1094
|
+
deprecation?: ModelDeprecationInfo;
|
|
1095
|
+
/** Configuration for model replacement. */
|
|
1096
|
+
replacementConfig?: ReplacementConfig;
|
|
1097
|
+
/** Asset identifier for the model in the model catalog. */
|
|
1098
|
+
modelCatalogAssetId?: string;
|
|
1099
|
+
/** Model lifecycle status. */
|
|
1100
|
+
lifecycleStatus?: ModelLifecycleStatus;
|
|
1101
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1102
|
+
readonly systemData?: SystemData;
|
|
1103
|
+
}
|
|
1104
|
+
export declare function accountModelDeserializer(item: any): AccountModel;
|
|
1105
|
+
export declare function modelSkuArrayDeserializer(result: Array<ModelSku>): any[];
|
|
1106
|
+
/** Describes an available Cognitive Services Model SKU. */
|
|
1107
|
+
export interface ModelSku {
|
|
1108
|
+
/** The name of the model SKU. */
|
|
1109
|
+
name?: string;
|
|
1110
|
+
/** The usage name of the model SKU. */
|
|
1111
|
+
usageName?: string;
|
|
1112
|
+
/** The datetime of deprecation of the model SKU. */
|
|
1113
|
+
deprecationDate?: Date;
|
|
1114
|
+
/** The capacity configuration. */
|
|
1115
|
+
capacity?: CapacityConfig;
|
|
1116
|
+
/** The list of rateLimit. */
|
|
1117
|
+
rateLimits?: CallRateLimit[];
|
|
1118
|
+
/** The list of billing meter info. */
|
|
1119
|
+
cost?: BillingMeterInfo[];
|
|
1120
|
+
}
|
|
1121
|
+
export declare function modelSkuDeserializer(item: any): ModelSku;
|
|
1122
|
+
/** The capacity configuration. */
|
|
1123
|
+
export interface CapacityConfig {
|
|
1124
|
+
/** The minimum capacity. */
|
|
1125
|
+
minimum?: number;
|
|
1126
|
+
/** The maximum capacity. */
|
|
1127
|
+
maximum?: number;
|
|
1128
|
+
/** The minimal incremental between allowed values for capacity. */
|
|
1129
|
+
step?: number;
|
|
1130
|
+
/** The default capacity. */
|
|
1131
|
+
default?: number;
|
|
1132
|
+
/** The array of allowed values for capacity. */
|
|
1133
|
+
allowedValues?: number[];
|
|
1134
|
+
}
|
|
1135
|
+
export declare function capacityConfigDeserializer(item: any): CapacityConfig;
|
|
1136
|
+
export declare function callRateLimitArrayDeserializer(result: Array<CallRateLimit>): any[];
|
|
1137
|
+
export declare function billingMeterInfoArrayDeserializer(result: Array<BillingMeterInfo>): any[];
|
|
1138
|
+
/** model interface BillingMeterInfo */
|
|
1139
|
+
export interface BillingMeterInfo {
|
|
1140
|
+
name?: string;
|
|
1141
|
+
meterId?: string;
|
|
1142
|
+
unit?: string;
|
|
1143
|
+
}
|
|
1144
|
+
export declare function billingMeterInfoDeserializer(item: any): BillingMeterInfo;
|
|
1145
|
+
/** Cognitive Services account ModelDeprecationInfo. */
|
|
1146
|
+
export interface ModelDeprecationInfo {
|
|
1147
|
+
/** The datetime of deprecation of the fineTune Model. */
|
|
1148
|
+
fineTune?: string;
|
|
1149
|
+
/** The datetime of deprecation of the inference Model. */
|
|
1150
|
+
inference?: string;
|
|
1151
|
+
/** Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. */
|
|
1152
|
+
deprecationStatus?: DeprecationStatus;
|
|
1153
|
+
}
|
|
1154
|
+
export declare function modelDeprecationInfoDeserializer(item: any): ModelDeprecationInfo;
|
|
1155
|
+
/** Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. */
|
|
1156
|
+
export declare enum KnownDeprecationStatus {
|
|
1157
|
+
/** Planned */
|
|
1158
|
+
Planned = "Planned",
|
|
1159
|
+
/** Tentative */
|
|
1160
|
+
Tentative = "Tentative"
|
|
1161
|
+
}
|
|
1162
|
+
/**
|
|
1163
|
+
* Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. \
|
|
1164
|
+
* {@link KnownDeprecationStatus} can be used interchangeably with DeprecationStatus,
|
|
1165
|
+
* this enum contains the known values that the service supports.
|
|
1166
|
+
* ### Known values supported by the service
|
|
1167
|
+
* **Planned** \
|
|
1168
|
+
* **Tentative**
|
|
1169
|
+
*/
|
|
1170
|
+
export type DeprecationStatus = string;
|
|
1171
|
+
/** Configuration for model replacement. */
|
|
1172
|
+
export interface ReplacementConfig {
|
|
1173
|
+
/** The name of the replacement model. */
|
|
1174
|
+
targetModelName?: string;
|
|
1175
|
+
/** The version of the replacement model. */
|
|
1176
|
+
targetModelVersion?: string;
|
|
1177
|
+
/** The date when automatic upgrade should start. This applies to deployments with the OnceNewDefaultVersionAvailable upgrade option. */
|
|
1178
|
+
autoUpgradeStartDate?: Date;
|
|
1179
|
+
/** The number of days before deprecation date to trigger upgrade. This applies to deployments with the OnceCurrentVersionExpired upgrade option. */
|
|
1180
|
+
upgradeOnExpiryLeadTimeDays?: number;
|
|
1181
|
+
}
|
|
1182
|
+
export declare function replacementConfigDeserializer(item: any): ReplacementConfig;
|
|
1183
|
+
/** Model lifecycle status. */
|
|
1184
|
+
export declare enum KnownModelLifecycleStatus {
|
|
1185
|
+
/** Legacy state. Replaced with GenerallyAvailable going forward. */
|
|
1186
|
+
Stable = "Stable",
|
|
1187
|
+
/** Model is in preview and may be subject to changes. */
|
|
1188
|
+
Preview = "Preview",
|
|
1189
|
+
/** Model is generally available for production use. */
|
|
1190
|
+
GenerallyAvailable = "GenerallyAvailable",
|
|
1191
|
+
/** Model is being deprecated and will be removed in the future. Only customers with existing deployments can create new deployments with this model. */
|
|
1192
|
+
Deprecating = "Deprecating",
|
|
1193
|
+
/** Model has been deprecated, also known as retired, and is no longer supported. Inference calls to deployments of models in this lifecycle state will return 410 errors. */
|
|
1194
|
+
Deprecated = "Deprecated",
|
|
1195
|
+
/** Model is a legacy version that is no longer recommended for use. Customers should migrate to newer models. Check replacementConfig for upgrade information. */
|
|
1196
|
+
Legacy = "Legacy"
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
* Model lifecycle status. \
|
|
1200
|
+
* {@link KnownModelLifecycleStatus} can be used interchangeably with ModelLifecycleStatus,
|
|
1201
|
+
* this enum contains the known values that the service supports.
|
|
1202
|
+
* ### Known values supported by the service
|
|
1203
|
+
* **Stable**: Legacy state. Replaced with GenerallyAvailable going forward. \
|
|
1204
|
+
* **Preview**: Model is in preview and may be subject to changes. \
|
|
1205
|
+
* **GenerallyAvailable**: Model is generally available for production use. \
|
|
1206
|
+
* **Deprecating**: Model is being deprecated and will be removed in the future. Only customers with existing deployments can create new deployments with this model. \
|
|
1207
|
+
* **Deprecated**: Model has been deprecated, also known as retired, and is no longer supported. Inference calls to deployments of models in this lifecycle state will return 410 errors. \
|
|
1208
|
+
* **Legacy**: Model is a legacy version that is no longer recommended for use. Customers should migrate to newer models. Check replacementConfig for upgrade information.
|
|
1209
|
+
*/
|
|
1210
|
+
export type ModelLifecycleStatus = string;
|
|
1211
|
+
/** Request body for the evaluateDeploymentPolicies action. */
|
|
1212
|
+
export interface EvaluateDeploymentPoliciesRequest {
|
|
1213
|
+
/** The list of hypothetical deployments to evaluate against Azure Policy. */
|
|
1214
|
+
deployments: EvaluateDeploymentPoliciesDeployment[];
|
|
1215
|
+
}
|
|
1216
|
+
export declare function evaluateDeploymentPoliciesRequestSerializer(item: EvaluateDeploymentPoliciesRequest): any;
|
|
1217
|
+
export declare function evaluateDeploymentPoliciesDeploymentArraySerializer(result: Array<EvaluateDeploymentPoliciesDeployment>): any[];
|
|
1218
|
+
/** A hypothetical deployment definition used for policy dry-run evaluation. */
|
|
1219
|
+
export interface EvaluateDeploymentPoliciesDeployment {
|
|
1220
|
+
/** The name of the hypothetical deployment. */
|
|
1221
|
+
name: string;
|
|
1222
|
+
/** Properties of the hypothetical deployment. */
|
|
1223
|
+
properties: EvaluateDeploymentPoliciesDeploymentProperties;
|
|
1224
|
+
}
|
|
1225
|
+
export declare function evaluateDeploymentPoliciesDeploymentSerializer(item: EvaluateDeploymentPoliciesDeployment): any;
|
|
1226
|
+
/** Properties of a hypothetical deployment for policy evaluation. */
|
|
1227
|
+
export interface EvaluateDeploymentPoliciesDeploymentProperties {
|
|
1228
|
+
/** The model to evaluate. */
|
|
1229
|
+
model: DeploymentModel;
|
|
1230
|
+
/** The name of the RAI policy to evaluate. */
|
|
1231
|
+
raiPolicyName?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export declare function evaluateDeploymentPoliciesDeploymentPropertiesSerializer(item: EvaluateDeploymentPoliciesDeploymentProperties): any;
|
|
1234
|
+
/** Response body for the evaluateDeploymentPolicies action. */
|
|
1235
|
+
export interface EvaluateDeploymentPoliciesResponse {
|
|
1236
|
+
/** Per-deployment policy evaluation results, keyed by deployment name. */
|
|
1237
|
+
results?: Record<string, DeploymentPolicyEvaluationResult>;
|
|
1238
|
+
}
|
|
1239
|
+
export declare function evaluateDeploymentPoliciesResponseDeserializer(item: any): EvaluateDeploymentPoliciesResponse;
|
|
1240
|
+
export declare function deploymentPolicyEvaluationResultRecordDeserializer(item: Record<string, any>): Record<string, DeploymentPolicyEvaluationResult>;
|
|
1241
|
+
/** Policy evaluation result for a single deployment. */
|
|
1242
|
+
export interface DeploymentPolicyEvaluationResult {
|
|
1243
|
+
/** The evaluation outcome. */
|
|
1244
|
+
evaluationOutcome?: PolicyEvaluationOutcome;
|
|
1245
|
+
/** Error message if the evaluation outcome is Error. */
|
|
1246
|
+
errorMessage?: string;
|
|
1247
|
+
/** Details of non-compliant policy assignments. */
|
|
1248
|
+
nonCompliantAssignments?: PolicyAssignmentEvaluationDetails[];
|
|
1249
|
+
}
|
|
1250
|
+
export declare function deploymentPolicyEvaluationResultDeserializer(item: any): DeploymentPolicyEvaluationResult;
|
|
1251
|
+
/** The outcome of a policy evaluation. */
|
|
1252
|
+
export declare enum KnownPolicyEvaluationOutcome {
|
|
1253
|
+
/** The deployment is compliant with all policies. */
|
|
1254
|
+
Compliant = "Compliant",
|
|
1255
|
+
/** The deployment violates one or more policies. */
|
|
1256
|
+
NonCompliant = "NonCompliant",
|
|
1257
|
+
/** An error occurred during evaluation. */
|
|
1258
|
+
Error = "Error"
|
|
1259
|
+
}
|
|
1260
|
+
/**
|
|
1261
|
+
* The outcome of a policy evaluation. \
|
|
1262
|
+
* {@link KnownPolicyEvaluationOutcome} can be used interchangeably with PolicyEvaluationOutcome,
|
|
1263
|
+
* this enum contains the known values that the service supports.
|
|
1264
|
+
* ### Known values supported by the service
|
|
1265
|
+
* **Compliant**: The deployment is compliant with all policies. \
|
|
1266
|
+
* **NonCompliant**: The deployment violates one or more policies. \
|
|
1267
|
+
* **Error**: An error occurred during evaluation.
|
|
1268
|
+
*/
|
|
1269
|
+
export type PolicyEvaluationOutcome = string;
|
|
1270
|
+
export declare function policyAssignmentEvaluationDetailsArrayDeserializer(result: Array<PolicyAssignmentEvaluationDetails>): any[];
|
|
1271
|
+
/** Details of a non-compliant policy assignment. */
|
|
1272
|
+
export interface PolicyAssignmentEvaluationDetails {
|
|
1273
|
+
/** The policy assignment ID. */
|
|
1274
|
+
assignmentId?: string;
|
|
1275
|
+
/** The policy definition ID. */
|
|
1276
|
+
policyDefinitionId?: string;
|
|
1277
|
+
/** The policy set definition ID. */
|
|
1278
|
+
policySetDefinitionId?: string;
|
|
1279
|
+
/** The evaluation outcome for this assignment. */
|
|
1280
|
+
evaluationOutcome?: PolicyEvaluationOutcome;
|
|
1281
|
+
/** The reason for non-compliance. */
|
|
1282
|
+
nonComplianceReason?: string;
|
|
1283
|
+
/** The policy effect (e.g., Deny, Audit). */
|
|
1284
|
+
effect?: string;
|
|
1285
|
+
/** Expression-level evaluation details. */
|
|
1286
|
+
expressionEvaluations?: PolicyExpressionEvaluationDetails[];
|
|
1287
|
+
}
|
|
1288
|
+
export declare function policyAssignmentEvaluationDetailsDeserializer(item: any): PolicyAssignmentEvaluationDetails;
|
|
1289
|
+
export declare function policyExpressionEvaluationDetailsArrayDeserializer(result: Array<PolicyExpressionEvaluationDetails>): any[];
|
|
1290
|
+
/** Details of a policy expression evaluation. */
|
|
1291
|
+
export interface PolicyExpressionEvaluationDetails {
|
|
1292
|
+
/** The policy expression. */
|
|
1293
|
+
expression?: string;
|
|
1294
|
+
/** The kind of expression. */
|
|
1295
|
+
expressionKind?: string;
|
|
1296
|
+
/** The operator used in evaluation. */
|
|
1297
|
+
operator?: string;
|
|
1298
|
+
/** The evaluation result. */
|
|
1299
|
+
result?: string;
|
|
1300
|
+
/** The target value of the expression. */
|
|
1301
|
+
targetValue?: string;
|
|
1302
|
+
/** The actual value of the expression. */
|
|
1303
|
+
expressionValue?: string;
|
|
1304
|
+
}
|
|
1305
|
+
export declare function policyExpressionEvaluationDetailsDeserializer(item: any): PolicyExpressionEvaluationDetails;
|
|
1306
|
+
/** A list of private endpoint connections */
|
|
1307
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1308
|
+
/** Array of private endpoint connections */
|
|
1309
|
+
value?: PrivateEndpointConnection[];
|
|
1310
|
+
}
|
|
1311
|
+
export declare function privateEndpointConnectionListResultDeserializer(item: any): PrivateEndpointConnectionListResult;
|
|
1312
|
+
/** Cognitive Services account deployment. */
|
|
1313
|
+
export interface Deployment extends ProxyResource {
|
|
1314
|
+
/** Properties of Cognitive Services account deployment. */
|
|
1315
|
+
properties?: DeploymentProperties;
|
|
1316
|
+
/** The resource model definition representing SKU */
|
|
1317
|
+
sku?: Sku;
|
|
1318
|
+
/** Resource Etag. */
|
|
1319
|
+
readonly etag?: string;
|
|
1320
|
+
/** Resource tags. */
|
|
1321
|
+
tags?: Record<string, string>;
|
|
1322
|
+
}
|
|
1323
|
+
export declare function deploymentSerializer(item: Deployment): any;
|
|
1324
|
+
export declare function deploymentDeserializer(item: any): Deployment;
|
|
1325
|
+
/** Properties of Cognitive Services account deployment. */
|
|
1326
|
+
export interface DeploymentProperties {
|
|
1327
|
+
/** Gets the status of the resource at the time the operation was called. */
|
|
1328
|
+
readonly provisioningState?: DeploymentProvisioningState;
|
|
1329
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
1330
|
+
model?: DeploymentModel;
|
|
1331
|
+
/** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */
|
|
1332
|
+
scaleSettings?: DeploymentScaleSettings;
|
|
1333
|
+
/** The capabilities. */
|
|
1334
|
+
readonly capabilities?: Record<string, string>;
|
|
1335
|
+
/** The name of RAI policy. */
|
|
1336
|
+
raiPolicyName?: string;
|
|
1337
|
+
/** The call rate limit Cognitive Services account. */
|
|
1338
|
+
readonly callRateLimit?: CallRateLimit;
|
|
1339
|
+
readonly rateLimits?: ThrottlingRule[];
|
|
1340
|
+
/** Deployment model version upgrade option. */
|
|
1341
|
+
versionUpgradeOption?: DeploymentModelVersionUpgradeOption;
|
|
1342
|
+
/** If the dynamic throttling is enabled. */
|
|
1343
|
+
readonly dynamicThrottlingEnabled?: boolean;
|
|
1344
|
+
/** The current capacity. */
|
|
1345
|
+
currentCapacity?: number;
|
|
1346
|
+
/** Internal use only. */
|
|
1347
|
+
capacitySettings?: DeploymentCapacitySettings;
|
|
1348
|
+
/** The name of parent deployment. */
|
|
1349
|
+
parentDeploymentName?: string;
|
|
1350
|
+
/** Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. */
|
|
1351
|
+
spilloverDeploymentName?: string;
|
|
1352
|
+
/** The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs. */
|
|
1353
|
+
serviceTier?: ServiceTier;
|
|
1354
|
+
/** The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration. */
|
|
1355
|
+
deploymentState?: DeploymentState;
|
|
1356
|
+
/** Routing configuration for the model-router deployment. This property is only applicable when the deployed model is 'model-router' version 2025-11-18 or later. Allows you to select the models subset for routing and the routing mode (balanced, quality, cost) for routing across all supported models or the model subset. */
|
|
1357
|
+
routing?: DeploymentRouting;
|
|
1358
|
+
}
|
|
1359
|
+
export declare function deploymentPropertiesSerializer(item: DeploymentProperties): any;
|
|
1360
|
+
export declare function deploymentPropertiesDeserializer(item: any): DeploymentProperties;
|
|
1361
|
+
/** Gets the status of the resource at the time the operation was called. */
|
|
1362
|
+
export declare enum KnownDeploymentProvisioningState {
|
|
1363
|
+
/** Accepted */
|
|
1364
|
+
Accepted = "Accepted",
|
|
1365
|
+
/** Creating */
|
|
1366
|
+
Creating = "Creating",
|
|
1367
|
+
/** Deleting */
|
|
1368
|
+
Deleting = "Deleting",
|
|
1369
|
+
/** Moving */
|
|
1370
|
+
Moving = "Moving",
|
|
1371
|
+
/** Failed */
|
|
1372
|
+
Failed = "Failed",
|
|
1373
|
+
/** Succeeded */
|
|
1374
|
+
Succeeded = "Succeeded",
|
|
1375
|
+
/** Disabled */
|
|
1376
|
+
Disabled = "Disabled",
|
|
1377
|
+
/** Canceled */
|
|
1378
|
+
Canceled = "Canceled"
|
|
1379
|
+
}
|
|
1380
|
+
/**
|
|
1381
|
+
* Gets the status of the resource at the time the operation was called. \
|
|
1382
|
+
* {@link KnownDeploymentProvisioningState} can be used interchangeably with DeploymentProvisioningState,
|
|
1383
|
+
* this enum contains the known values that the service supports.
|
|
1384
|
+
* ### Known values supported by the service
|
|
1385
|
+
* **Accepted** \
|
|
1386
|
+
* **Creating** \
|
|
1387
|
+
* **Deleting** \
|
|
1388
|
+
* **Moving** \
|
|
1389
|
+
* **Failed** \
|
|
1390
|
+
* **Succeeded** \
|
|
1391
|
+
* **Disabled** \
|
|
1392
|
+
* **Canceled**
|
|
1393
|
+
*/
|
|
1394
|
+
export type DeploymentProvisioningState = string;
|
|
1395
|
+
/** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */
|
|
1396
|
+
export interface DeploymentScaleSettings {
|
|
1397
|
+
/** Deployment scale type. */
|
|
1398
|
+
scaleType?: DeploymentScaleType;
|
|
1399
|
+
/** Deployment capacity. */
|
|
1400
|
+
capacity?: number;
|
|
1401
|
+
/** Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`. */
|
|
1402
|
+
readonly activeCapacity?: number;
|
|
1403
|
+
}
|
|
1404
|
+
export declare function deploymentScaleSettingsSerializer(item: DeploymentScaleSettings): any;
|
|
1405
|
+
export declare function deploymentScaleSettingsDeserializer(item: any): DeploymentScaleSettings;
|
|
1406
|
+
/** Deployment scale type. */
|
|
1407
|
+
export declare enum KnownDeploymentScaleType {
|
|
1408
|
+
/** Standard */
|
|
1409
|
+
Standard = "Standard",
|
|
1410
|
+
/** Manual */
|
|
1411
|
+
Manual = "Manual"
|
|
1412
|
+
}
|
|
1413
|
+
/**
|
|
1414
|
+
* Deployment scale type. \
|
|
1415
|
+
* {@link KnownDeploymentScaleType} can be used interchangeably with DeploymentScaleType,
|
|
1416
|
+
* this enum contains the known values that the service supports.
|
|
1417
|
+
* ### Known values supported by the service
|
|
1418
|
+
* **Standard** \
|
|
1419
|
+
* **Manual**
|
|
1420
|
+
*/
|
|
1421
|
+
export type DeploymentScaleType = string;
|
|
1422
|
+
/** Deployment model version upgrade option. */
|
|
1423
|
+
export declare enum KnownDeploymentModelVersionUpgradeOption {
|
|
1424
|
+
/** OnceNewDefaultVersionAvailable */
|
|
1425
|
+
OnceNewDefaultVersionAvailable = "OnceNewDefaultVersionAvailable",
|
|
1426
|
+
/** OnceCurrentVersionExpired */
|
|
1427
|
+
OnceCurrentVersionExpired = "OnceCurrentVersionExpired",
|
|
1428
|
+
/** NoAutoUpgrade */
|
|
1429
|
+
NoAutoUpgrade = "NoAutoUpgrade"
|
|
1430
|
+
}
|
|
1431
|
+
/**
|
|
1432
|
+
* Deployment model version upgrade option. \
|
|
1433
|
+
* {@link KnownDeploymentModelVersionUpgradeOption} can be used interchangeably with DeploymentModelVersionUpgradeOption,
|
|
1434
|
+
* this enum contains the known values that the service supports.
|
|
1435
|
+
* ### Known values supported by the service
|
|
1436
|
+
* **OnceNewDefaultVersionAvailable** \
|
|
1437
|
+
* **OnceCurrentVersionExpired** \
|
|
1438
|
+
* **NoAutoUpgrade**
|
|
1439
|
+
*/
|
|
1440
|
+
export type DeploymentModelVersionUpgradeOption = string;
|
|
1441
|
+
/** Internal use only. */
|
|
1442
|
+
export interface DeploymentCapacitySettings {
|
|
1443
|
+
/** The designated capacity. */
|
|
1444
|
+
designatedCapacity?: number;
|
|
1445
|
+
/** The priority of this capacity setting. */
|
|
1446
|
+
priority?: number;
|
|
1447
|
+
}
|
|
1448
|
+
export declare function deploymentCapacitySettingsSerializer(item: DeploymentCapacitySettings): any;
|
|
1449
|
+
export declare function deploymentCapacitySettingsDeserializer(item: any): DeploymentCapacitySettings;
|
|
1450
|
+
/** The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs. */
|
|
1451
|
+
export declare enum KnownServiceTier {
|
|
1452
|
+
/** Default service tier meaning the request will be processed with the standard pricing and performance for the selected model. */
|
|
1453
|
+
Default = "Default",
|
|
1454
|
+
/** Priority service tier meaning the request will be processed with higher pricing and performance for the selected model. */
|
|
1455
|
+
Priority = "Priority"
|
|
1456
|
+
}
|
|
1457
|
+
/**
|
|
1458
|
+
* The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs. \
|
|
1459
|
+
* {@link KnownServiceTier} can be used interchangeably with ServiceTier,
|
|
1460
|
+
* this enum contains the known values that the service supports.
|
|
1461
|
+
* ### Known values supported by the service
|
|
1462
|
+
* **Default**: Default service tier meaning the request will be processed with the standard pricing and performance for the selected model. \
|
|
1463
|
+
* **Priority**: Priority service tier meaning the request will be processed with higher pricing and performance for the selected model.
|
|
1464
|
+
*/
|
|
1465
|
+
export type ServiceTier = string;
|
|
1466
|
+
/** The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration. */
|
|
1467
|
+
export declare enum KnownDeploymentState {
|
|
1468
|
+
/** The deployment is running and accepting inference requests. */
|
|
1469
|
+
Running = "Running",
|
|
1470
|
+
/** The deployment is paused and not accepting inference requests. */
|
|
1471
|
+
Paused = "Paused"
|
|
1472
|
+
}
|
|
1473
|
+
/**
|
|
1474
|
+
* The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration. \
|
|
1475
|
+
* {@link KnownDeploymentState} can be used interchangeably with DeploymentState,
|
|
1476
|
+
* this enum contains the known values that the service supports.
|
|
1477
|
+
* ### Known values supported by the service
|
|
1478
|
+
* **Running**: The deployment is running and accepting inference requests. \
|
|
1479
|
+
* **Paused**: The deployment is paused and not accepting inference requests.
|
|
1480
|
+
*/
|
|
1481
|
+
export type DeploymentState = string;
|
|
1482
|
+
/** Routing configuration for the model-router deployment. Specifies how requests are routed across multiple models. */
|
|
1483
|
+
export interface DeploymentRouting {
|
|
1484
|
+
/** The model-router routing mode that determines how requests are distributed across models. */
|
|
1485
|
+
mode?: RoutingMode;
|
|
1486
|
+
/** Optional. The list of model-router supported models that the model router can use to route requests across. If not specified, the model router will route to all available models specified in the model-router version. */
|
|
1487
|
+
models?: DeploymentModel[];
|
|
1488
|
+
}
|
|
1489
|
+
export declare function deploymentRoutingSerializer(item: DeploymentRouting): any;
|
|
1490
|
+
export declare function deploymentRoutingDeserializer(item: any): DeploymentRouting;
|
|
1491
|
+
/** The model-router routing mode that determines how requests are distributed across models. */
|
|
1492
|
+
export declare enum KnownRoutingMode {
|
|
1493
|
+
/** Route requests to minimize cost while meeting performance requirements. */
|
|
1494
|
+
Cost = "cost",
|
|
1495
|
+
/** Balance cost and quality when routing requests across models. */
|
|
1496
|
+
Balanced = "balanced",
|
|
1497
|
+
/** Route requests to maximize quality regardless of cost. */
|
|
1498
|
+
Quality = "quality"
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
* The model-router routing mode that determines how requests are distributed across models. \
|
|
1502
|
+
* {@link KnownRoutingMode} can be used interchangeably with RoutingMode,
|
|
1503
|
+
* this enum contains the known values that the service supports.
|
|
1504
|
+
* ### Known values supported by the service
|
|
1505
|
+
* **cost**: Route requests to minimize cost while meeting performance requirements. \
|
|
1506
|
+
* **balanced**: Balance cost and quality when routing requests across models. \
|
|
1507
|
+
* **quality**: Route requests to maximize quality regardless of cost.
|
|
1508
|
+
*/
|
|
1509
|
+
export type RoutingMode = string;
|
|
1510
|
+
export declare function deploymentModelArraySerializer(result: Array<DeploymentModel>): any[];
|
|
1511
|
+
export declare function deploymentModelArrayDeserializer(result: Array<DeploymentModel>): any[];
|
|
1512
|
+
/** The object being used to update tags and sku of a resource, in general used for PATCH operations. */
|
|
1513
|
+
export interface PatchResourceTagsAndSku extends PatchResourceTags {
|
|
1514
|
+
/** The resource model definition representing SKU */
|
|
1515
|
+
sku?: Sku;
|
|
1516
|
+
}
|
|
1517
|
+
export declare function patchResourceTagsAndSkuSerializer(item: PatchResourceTagsAndSku): any;
|
|
1518
|
+
/** The object being used to update tags of a resource, in general used for PATCH operations. */
|
|
1519
|
+
export interface PatchResourceTags {
|
|
1520
|
+
/** Resource tags. */
|
|
1521
|
+
tags?: Record<string, string>;
|
|
1522
|
+
}
|
|
1523
|
+
export declare function patchResourceTagsSerializer(item: PatchResourceTags): any;
|
|
1524
|
+
/** The list of cognitive services accounts operation response. */
|
|
1525
|
+
export interface _DeploymentListResult {
|
|
1526
|
+
/** The link used to get the next page of Deployment. */
|
|
1527
|
+
nextLink?: string;
|
|
1528
|
+
/** Gets the list of Cognitive Services accounts Deployment and their properties. */
|
|
1529
|
+
readonly value?: Deployment[];
|
|
1530
|
+
}
|
|
1531
|
+
export declare function _deploymentListResultDeserializer(item: any): _DeploymentListResult;
|
|
1532
|
+
export declare function deploymentArraySerializer(result: Array<Deployment>): any[];
|
|
1533
|
+
export declare function deploymentArrayDeserializer(result: Array<Deployment>): any[];
|
|
1534
|
+
/** The list of cognitive services accounts operation response. */
|
|
1535
|
+
export interface _DeploymentSkuListResult {
|
|
1536
|
+
/** The link used to get the next page of deployment skus. */
|
|
1537
|
+
nextLink?: string;
|
|
1538
|
+
/** Gets the list of Cognitive Services accounts deployment skus. */
|
|
1539
|
+
readonly value?: SkuResource[];
|
|
1540
|
+
}
|
|
1541
|
+
export declare function _deploymentSkuListResultDeserializer(item: any): _DeploymentSkuListResult;
|
|
1542
|
+
export declare function skuResourceArrayDeserializer(result: Array<SkuResource>): any[];
|
|
1543
|
+
/** Properties of Cognitive Services account resource sku resource properties. */
|
|
1544
|
+
export interface SkuResource {
|
|
1545
|
+
/** The resource type name. */
|
|
1546
|
+
resourceType?: string;
|
|
1547
|
+
/** The resource model definition representing SKU */
|
|
1548
|
+
sku?: Sku;
|
|
1549
|
+
/** The capacity configuration. */
|
|
1550
|
+
capacity?: CapacityConfig;
|
|
1551
|
+
}
|
|
1552
|
+
export declare function skuResourceDeserializer(item: any): SkuResource;
|
|
1553
|
+
/** Cognitive Services account commitment plan. */
|
|
1554
|
+
export interface CommitmentPlan extends ProxyResource {
|
|
1555
|
+
/** Properties of Cognitive Services account commitment plan. */
|
|
1556
|
+
properties?: CommitmentPlanProperties;
|
|
1557
|
+
/** Resource tags. */
|
|
1558
|
+
tags?: Record<string, string>;
|
|
1559
|
+
/** The geo-location where the resource lives */
|
|
1560
|
+
location?: string;
|
|
1561
|
+
/** Resource Etag. */
|
|
1562
|
+
readonly etag?: string;
|
|
1563
|
+
/** The kind (type) of cognitive service account. */
|
|
1564
|
+
kind?: string;
|
|
1565
|
+
/** The resource model definition representing SKU */
|
|
1566
|
+
sku?: Sku;
|
|
1567
|
+
}
|
|
1568
|
+
export declare function commitmentPlanSerializer(item: CommitmentPlan): any;
|
|
1569
|
+
export declare function commitmentPlanDeserializer(item: any): CommitmentPlan;
|
|
1570
|
+
/** Properties of Cognitive Services account commitment plan. */
|
|
1571
|
+
export interface CommitmentPlanProperties {
|
|
1572
|
+
/** Gets the status of the resource at the time the operation was called. */
|
|
1573
|
+
readonly provisioningState?: CommitmentPlanProvisioningState;
|
|
1574
|
+
/** Commitment plan guid. */
|
|
1575
|
+
commitmentPlanGuid?: string;
|
|
1576
|
+
/** Account hosting model. */
|
|
1577
|
+
hostingModel?: HostingModel;
|
|
1578
|
+
/** Commitment plan type. */
|
|
1579
|
+
planType?: string;
|
|
1580
|
+
/** Cognitive Services account commitment period. */
|
|
1581
|
+
current?: CommitmentPeriod;
|
|
1582
|
+
/** AutoRenew commitment plan. */
|
|
1583
|
+
autoRenew?: boolean;
|
|
1584
|
+
/** Cognitive Services account commitment period. */
|
|
1585
|
+
next?: CommitmentPeriod;
|
|
1586
|
+
/** Cognitive Services account commitment period. */
|
|
1587
|
+
readonly last?: CommitmentPeriod;
|
|
1588
|
+
/** The list of ProvisioningIssue. */
|
|
1589
|
+
readonly provisioningIssues?: string[];
|
|
1590
|
+
}
|
|
1591
|
+
export declare function commitmentPlanPropertiesSerializer(item: CommitmentPlanProperties): any;
|
|
1592
|
+
export declare function commitmentPlanPropertiesDeserializer(item: any): CommitmentPlanProperties;
|
|
1593
|
+
/** Gets the status of the resource at the time the operation was called. */
|
|
1594
|
+
export declare enum KnownCommitmentPlanProvisioningState {
|
|
1595
|
+
/** Accepted */
|
|
1596
|
+
Accepted = "Accepted",
|
|
1597
|
+
/** Creating */
|
|
1598
|
+
Creating = "Creating",
|
|
1599
|
+
/** Deleting */
|
|
1600
|
+
Deleting = "Deleting",
|
|
1601
|
+
/** Moving */
|
|
1602
|
+
Moving = "Moving",
|
|
1603
|
+
/** Failed */
|
|
1604
|
+
Failed = "Failed",
|
|
1605
|
+
/** Succeeded */
|
|
1606
|
+
Succeeded = "Succeeded",
|
|
1607
|
+
/** Canceled */
|
|
1608
|
+
Canceled = "Canceled"
|
|
1609
|
+
}
|
|
1610
|
+
/**
|
|
1611
|
+
* Gets the status of the resource at the time the operation was called. \
|
|
1612
|
+
* {@link KnownCommitmentPlanProvisioningState} can be used interchangeably with CommitmentPlanProvisioningState,
|
|
1613
|
+
* this enum contains the known values that the service supports.
|
|
1614
|
+
* ### Known values supported by the service
|
|
1615
|
+
* **Accepted** \
|
|
1616
|
+
* **Creating** \
|
|
1617
|
+
* **Deleting** \
|
|
1618
|
+
* **Moving** \
|
|
1619
|
+
* **Failed** \
|
|
1620
|
+
* **Succeeded** \
|
|
1621
|
+
* **Canceled**
|
|
1622
|
+
*/
|
|
1623
|
+
export type CommitmentPlanProvisioningState = string;
|
|
1624
|
+
/** Account hosting model. */
|
|
1625
|
+
export declare enum KnownHostingModel {
|
|
1626
|
+
/** Web */
|
|
1627
|
+
Web = "Web",
|
|
1628
|
+
/** ConnectedContainer */
|
|
1629
|
+
ConnectedContainer = "ConnectedContainer",
|
|
1630
|
+
/** DisconnectedContainer */
|
|
1631
|
+
DisconnectedContainer = "DisconnectedContainer",
|
|
1632
|
+
/** ProvisionedWeb */
|
|
1633
|
+
ProvisionedWeb = "ProvisionedWeb"
|
|
1634
|
+
}
|
|
1635
|
+
/**
|
|
1636
|
+
* Account hosting model. \
|
|
1637
|
+
* {@link KnownHostingModel} can be used interchangeably with HostingModel,
|
|
1638
|
+
* this enum contains the known values that the service supports.
|
|
1639
|
+
* ### Known values supported by the service
|
|
1640
|
+
* **Web** \
|
|
1641
|
+
* **ConnectedContainer** \
|
|
1642
|
+
* **DisconnectedContainer** \
|
|
1643
|
+
* **ProvisionedWeb**
|
|
1644
|
+
*/
|
|
1645
|
+
export type HostingModel = string;
|
|
1646
|
+
/** Cognitive Services account commitment period. */
|
|
1647
|
+
export interface CommitmentPeriod {
|
|
1648
|
+
/** Commitment period commitment tier. */
|
|
1649
|
+
tier?: string;
|
|
1650
|
+
/** Commitment period commitment count. */
|
|
1651
|
+
count?: number;
|
|
1652
|
+
/** Cognitive Services account commitment quota. */
|
|
1653
|
+
readonly quota?: CommitmentQuota;
|
|
1654
|
+
/** Commitment period start date. */
|
|
1655
|
+
readonly startDate?: string;
|
|
1656
|
+
/** Commitment period end date. */
|
|
1657
|
+
readonly endDate?: string;
|
|
1658
|
+
}
|
|
1659
|
+
export declare function commitmentPeriodSerializer(item: CommitmentPeriod): any;
|
|
1660
|
+
export declare function commitmentPeriodDeserializer(item: any): CommitmentPeriod;
|
|
1661
|
+
/** Cognitive Services account commitment quota. */
|
|
1662
|
+
export interface CommitmentQuota {
|
|
1663
|
+
/** Commitment quota quantity. */
|
|
1664
|
+
quantity?: number;
|
|
1665
|
+
/** Commitment quota unit. */
|
|
1666
|
+
unit?: string;
|
|
1667
|
+
}
|
|
1668
|
+
export declare function commitmentQuotaDeserializer(item: any): CommitmentQuota;
|
|
1669
|
+
/** The list of cognitive services accounts operation response. */
|
|
1670
|
+
export interface _CommitmentPlanListResult {
|
|
1671
|
+
/** The link used to get the next page of CommitmentPlan. */
|
|
1672
|
+
nextLink?: string;
|
|
1673
|
+
/** Gets the list of Cognitive Services accounts CommitmentPlan and their properties. */
|
|
1674
|
+
readonly value?: CommitmentPlan[];
|
|
1675
|
+
}
|
|
1676
|
+
export declare function _commitmentPlanListResultDeserializer(item: any): _CommitmentPlanListResult;
|
|
1677
|
+
export declare function commitmentPlanArraySerializer(result: Array<CommitmentPlan>): any[];
|
|
1678
|
+
export declare function commitmentPlanArrayDeserializer(result: Array<CommitmentPlan>): any[];
|
|
1679
|
+
/** The commitment plan association. */
|
|
1680
|
+
export interface CommitmentPlanAccountAssociation extends ProxyResource {
|
|
1681
|
+
/** Resource Etag. */
|
|
1682
|
+
readonly etag?: string;
|
|
1683
|
+
/** Resource tags. */
|
|
1684
|
+
tags?: Record<string, string>;
|
|
1685
|
+
/** The Azure resource id of the account. */
|
|
1686
|
+
accountId?: string;
|
|
1687
|
+
}
|
|
1688
|
+
export declare function commitmentPlanAccountAssociationSerializer(item: CommitmentPlanAccountAssociation): any;
|
|
1689
|
+
export declare function commitmentPlanAccountAssociationDeserializer(item: any): CommitmentPlanAccountAssociation;
|
|
1690
|
+
/** The commitment plan account association properties. */
|
|
1691
|
+
export interface CommitmentPlanAccountAssociationProperties {
|
|
1692
|
+
/** The Azure resource id of the account. */
|
|
1693
|
+
accountId?: string;
|
|
1694
|
+
}
|
|
1695
|
+
export declare function commitmentPlanAccountAssociationPropertiesSerializer(item: CommitmentPlanAccountAssociationProperties): any;
|
|
1696
|
+
export declare function commitmentPlanAccountAssociationPropertiesDeserializer(item: any): CommitmentPlanAccountAssociationProperties;
|
|
1697
|
+
/** The list of cognitive services Commitment Plan Account Association operation response. */
|
|
1698
|
+
export interface _CommitmentPlanAccountAssociationListResult {
|
|
1699
|
+
/** The link used to get the next page of Commitment Plan Account Association. */
|
|
1700
|
+
nextLink?: string;
|
|
1701
|
+
/** Gets the list of Cognitive Services Commitment Plan Account Association and their properties. */
|
|
1702
|
+
readonly value?: CommitmentPlanAccountAssociation[];
|
|
1703
|
+
}
|
|
1704
|
+
export declare function _commitmentPlanAccountAssociationListResultDeserializer(item: any): _CommitmentPlanAccountAssociationListResult;
|
|
1705
|
+
export declare function commitmentPlanAccountAssociationArraySerializer(result: Array<CommitmentPlanAccountAssociation>): any[];
|
|
1706
|
+
export declare function commitmentPlanAccountAssociationArrayDeserializer(result: Array<CommitmentPlanAccountAssociation>): any[];
|
|
1707
|
+
/** Cognitive Services EncryptionScope */
|
|
1708
|
+
export interface EncryptionScope extends ProxyResource {
|
|
1709
|
+
/** Properties of Cognitive Services EncryptionScope. */
|
|
1710
|
+
properties?: EncryptionScopeProperties;
|
|
1711
|
+
/** Resource Etag. */
|
|
1712
|
+
readonly etag?: string;
|
|
1713
|
+
/** Resource tags. */
|
|
1714
|
+
tags?: Record<string, string>;
|
|
1715
|
+
}
|
|
1716
|
+
export declare function encryptionScopeSerializer(item: EncryptionScope): any;
|
|
1717
|
+
export declare function encryptionScopeDeserializer(item: any): EncryptionScope;
|
|
1718
|
+
/** Properties to EncryptionScope */
|
|
1719
|
+
export interface EncryptionScopeProperties extends Encryption {
|
|
1720
|
+
/** Gets the status of the resource at the time the operation was called. */
|
|
1721
|
+
readonly provisioningState?: EncryptionScopeProvisioningState;
|
|
1722
|
+
/** The encryptionScope state. */
|
|
1723
|
+
state?: EncryptionScopeState;
|
|
1724
|
+
}
|
|
1725
|
+
export declare function encryptionScopePropertiesSerializer(item: EncryptionScopeProperties): any;
|
|
1726
|
+
export declare function encryptionScopePropertiesDeserializer(item: any): EncryptionScopeProperties;
|
|
1727
|
+
/** Gets the status of the resource at the time the operation was called. */
|
|
1728
|
+
export declare enum KnownEncryptionScopeProvisioningState {
|
|
1729
|
+
/** Accepted */
|
|
1730
|
+
Accepted = "Accepted",
|
|
1731
|
+
/** Creating */
|
|
1732
|
+
Creating = "Creating",
|
|
1733
|
+
/** Deleting */
|
|
1734
|
+
Deleting = "Deleting",
|
|
1735
|
+
/** Moving */
|
|
1736
|
+
Moving = "Moving",
|
|
1737
|
+
/** Failed */
|
|
1738
|
+
Failed = "Failed",
|
|
1739
|
+
/** Succeeded */
|
|
1740
|
+
Succeeded = "Succeeded",
|
|
1741
|
+
/** Canceled */
|
|
1742
|
+
Canceled = "Canceled"
|
|
1743
|
+
}
|
|
1744
|
+
/**
|
|
1745
|
+
* Gets the status of the resource at the time the operation was called. \
|
|
1746
|
+
* {@link KnownEncryptionScopeProvisioningState} can be used interchangeably with EncryptionScopeProvisioningState,
|
|
1747
|
+
* this enum contains the known values that the service supports.
|
|
1748
|
+
* ### Known values supported by the service
|
|
1749
|
+
* **Accepted** \
|
|
1750
|
+
* **Creating** \
|
|
1751
|
+
* **Deleting** \
|
|
1752
|
+
* **Moving** \
|
|
1753
|
+
* **Failed** \
|
|
1754
|
+
* **Succeeded** \
|
|
1755
|
+
* **Canceled**
|
|
1756
|
+
*/
|
|
1757
|
+
export type EncryptionScopeProvisioningState = string;
|
|
1758
|
+
/** The encryptionScope state. */
|
|
1759
|
+
export declare enum KnownEncryptionScopeState {
|
|
1760
|
+
/** Disabled */
|
|
1761
|
+
Disabled = "Disabled",
|
|
1762
|
+
/** Enabled */
|
|
1763
|
+
Enabled = "Enabled"
|
|
1764
|
+
}
|
|
1765
|
+
/**
|
|
1766
|
+
* The encryptionScope state. \
|
|
1767
|
+
* {@link KnownEncryptionScopeState} can be used interchangeably with EncryptionScopeState,
|
|
1768
|
+
* this enum contains the known values that the service supports.
|
|
1769
|
+
* ### Known values supported by the service
|
|
1770
|
+
* **Disabled** \
|
|
1771
|
+
* **Enabled**
|
|
1772
|
+
*/
|
|
1773
|
+
export type EncryptionScopeState = string;
|
|
1774
|
+
/** The list of cognitive services EncryptionScopes. */
|
|
1775
|
+
export interface _EncryptionScopeListResult {
|
|
1776
|
+
/** The link used to get the next page of EncryptionScope. */
|
|
1777
|
+
nextLink?: string;
|
|
1778
|
+
/** The list of EncryptionScope. */
|
|
1779
|
+
value?: EncryptionScope[];
|
|
1780
|
+
}
|
|
1781
|
+
export declare function _encryptionScopeListResultDeserializer(item: any): _EncryptionScopeListResult;
|
|
1782
|
+
export declare function encryptionScopeArraySerializer(result: Array<EncryptionScope>): any[];
|
|
1783
|
+
export declare function encryptionScopeArrayDeserializer(result: Array<EncryptionScope>): any[];
|
|
1784
|
+
/** Cognitive Services RaiPolicy. */
|
|
1785
|
+
export interface RaiPolicy extends ProxyResource {
|
|
1786
|
+
/** Properties of Cognitive Services RaiPolicy. */
|
|
1787
|
+
properties?: RaiPolicyProperties;
|
|
1788
|
+
/** Resource Etag. */
|
|
1789
|
+
readonly etag?: string;
|
|
1790
|
+
/** Resource tags. */
|
|
1791
|
+
tags?: Record<string, string>;
|
|
1792
|
+
}
|
|
1793
|
+
export declare function raiPolicySerializer(item: RaiPolicy): any;
|
|
1794
|
+
export declare function raiPolicyDeserializer(item: any): RaiPolicy;
|
|
1795
|
+
/** Azure OpenAI Content Filters properties. */
|
|
1796
|
+
export interface RaiPolicyProperties {
|
|
1797
|
+
/** Content Filters policy type. */
|
|
1798
|
+
readonly type?: RaiPolicyType;
|
|
1799
|
+
/** Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-06-01. It is the same as 'Deferred' in previous version. */
|
|
1800
|
+
mode?: RaiPolicyMode;
|
|
1801
|
+
/** Name of Rai policy. */
|
|
1802
|
+
basePolicyName?: string;
|
|
1803
|
+
/** The list of Content Filters. */
|
|
1804
|
+
contentFilters?: RaiPolicyContentFilter[];
|
|
1805
|
+
/** The list of custom Blocklist. */
|
|
1806
|
+
customBlocklists?: CustomBlocklistConfig[];
|
|
1807
|
+
/** The list of Safety Providers. */
|
|
1808
|
+
safetyProviders?: SafetyProviderConfig[];
|
|
1809
|
+
}
|
|
1810
|
+
export declare function raiPolicyPropertiesSerializer(item: RaiPolicyProperties): any;
|
|
1811
|
+
export declare function raiPolicyPropertiesDeserializer(item: any): RaiPolicyProperties;
|
|
1812
|
+
/** Content Filters policy type. */
|
|
1813
|
+
export declare enum KnownRaiPolicyType {
|
|
1814
|
+
/** UserManaged */
|
|
1815
|
+
UserManaged = "UserManaged",
|
|
1816
|
+
/** SystemManaged */
|
|
1817
|
+
SystemManaged = "SystemManaged"
|
|
1818
|
+
}
|
|
1819
|
+
/**
|
|
1820
|
+
* Content Filters policy type. \
|
|
1821
|
+
* {@link KnownRaiPolicyType} can be used interchangeably with RaiPolicyType,
|
|
1822
|
+
* this enum contains the known values that the service supports.
|
|
1823
|
+
* ### Known values supported by the service
|
|
1824
|
+
* **UserManaged** \
|
|
1825
|
+
* **SystemManaged**
|
|
1826
|
+
*/
|
|
1827
|
+
export type RaiPolicyType = string;
|
|
1828
|
+
/** Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-06-01. It is the same as 'Deferred' in previous version. */
|
|
1829
|
+
export declare enum KnownRaiPolicyMode {
|
|
1830
|
+
/** Default */
|
|
1831
|
+
Default = "Default",
|
|
1832
|
+
/** Deferred */
|
|
1833
|
+
Deferred = "Deferred",
|
|
1834
|
+
/** Blocking */
|
|
1835
|
+
Blocking = "Blocking",
|
|
1836
|
+
/** Asynchronous_filter */
|
|
1837
|
+
AsynchronousFilter = "Asynchronous_filter"
|
|
1838
|
+
}
|
|
1839
|
+
/**
|
|
1840
|
+
* Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-06-01. It is the same as 'Deferred' in previous version. \
|
|
1841
|
+
* {@link KnownRaiPolicyMode} can be used interchangeably with RaiPolicyMode,
|
|
1842
|
+
* this enum contains the known values that the service supports.
|
|
1843
|
+
* ### Known values supported by the service
|
|
1844
|
+
* **Default** \
|
|
1845
|
+
* **Deferred** \
|
|
1846
|
+
* **Blocking** \
|
|
1847
|
+
* **Asynchronous_filter**
|
|
1848
|
+
*/
|
|
1849
|
+
export type RaiPolicyMode = string;
|
|
1850
|
+
export declare function raiPolicyContentFilterArraySerializer(result: Array<RaiPolicyContentFilter>): any[];
|
|
1851
|
+
export declare function raiPolicyContentFilterArrayDeserializer(result: Array<RaiPolicyContentFilter>): any[];
|
|
1852
|
+
/** Azure OpenAI Content Filter. */
|
|
1853
|
+
export interface RaiPolicyContentFilter {
|
|
1854
|
+
/** Name of ContentFilter. */
|
|
1855
|
+
name?: string;
|
|
1856
|
+
/** If the ContentFilter is enabled. */
|
|
1857
|
+
enabled?: boolean;
|
|
1858
|
+
/** Level at which content is filtered. */
|
|
1859
|
+
severityThreshold?: ContentLevel;
|
|
1860
|
+
/** If blocking would occur. */
|
|
1861
|
+
blocking?: boolean;
|
|
1862
|
+
/** Content source to apply the Content Filters. */
|
|
1863
|
+
source?: RaiPolicyContentSource;
|
|
1864
|
+
/** The action types to apply to the content filters */
|
|
1865
|
+
action?: RaiActionType;
|
|
1866
|
+
}
|
|
1867
|
+
export declare function raiPolicyContentFilterSerializer(item: RaiPolicyContentFilter): any;
|
|
1868
|
+
export declare function raiPolicyContentFilterDeserializer(item: any): RaiPolicyContentFilter;
|
|
1869
|
+
/** Level at which content is filtered. */
|
|
1870
|
+
export declare enum KnownContentLevel {
|
|
1871
|
+
/** Low */
|
|
1872
|
+
Low = "Low",
|
|
1873
|
+
/** Medium */
|
|
1874
|
+
Medium = "Medium",
|
|
1875
|
+
/** High */
|
|
1876
|
+
High = "High"
|
|
1877
|
+
}
|
|
1878
|
+
/**
|
|
1879
|
+
* Level at which content is filtered. \
|
|
1880
|
+
* {@link KnownContentLevel} can be used interchangeably with ContentLevel,
|
|
1881
|
+
* this enum contains the known values that the service supports.
|
|
1882
|
+
* ### Known values supported by the service
|
|
1883
|
+
* **Low** \
|
|
1884
|
+
* **Medium** \
|
|
1885
|
+
* **High**
|
|
1886
|
+
*/
|
|
1887
|
+
export type ContentLevel = string;
|
|
1888
|
+
/** Content source to apply the Content Filters. */
|
|
1889
|
+
export declare enum KnownRaiPolicyContentSource {
|
|
1890
|
+
/** Prompt */
|
|
1891
|
+
Prompt = "Prompt",
|
|
1892
|
+
/** Completion */
|
|
1893
|
+
Completion = "Completion",
|
|
1894
|
+
/** PreToolCall */
|
|
1895
|
+
PreToolCall = "PreToolCall",
|
|
1896
|
+
/** PostToolCall */
|
|
1897
|
+
PostToolCall = "PostToolCall",
|
|
1898
|
+
/** PreRun */
|
|
1899
|
+
PreRun = "PreRun",
|
|
1900
|
+
/** PostRun */
|
|
1901
|
+
PostRun = "PostRun"
|
|
1902
|
+
}
|
|
1903
|
+
/**
|
|
1904
|
+
* Content source to apply the Content Filters. \
|
|
1905
|
+
* {@link KnownRaiPolicyContentSource} can be used interchangeably with RaiPolicyContentSource,
|
|
1906
|
+
* this enum contains the known values that the service supports.
|
|
1907
|
+
* ### Known values supported by the service
|
|
1908
|
+
* **Prompt** \
|
|
1909
|
+
* **Completion** \
|
|
1910
|
+
* **PreToolCall** \
|
|
1911
|
+
* **PostToolCall** \
|
|
1912
|
+
* **PreRun** \
|
|
1913
|
+
* **PostRun**
|
|
1914
|
+
*/
|
|
1915
|
+
export type RaiPolicyContentSource = string;
|
|
1916
|
+
/** The action types to apply to the content filters */
|
|
1917
|
+
export declare enum KnownRaiActionType {
|
|
1918
|
+
/** None */
|
|
1919
|
+
None = "None",
|
|
1920
|
+
/** BLOCKING */
|
|
1921
|
+
Blocking = "BLOCKING",
|
|
1922
|
+
/** ANNOTATING */
|
|
1923
|
+
Annotating = "ANNOTATING",
|
|
1924
|
+
/** HITL */
|
|
1925
|
+
Hitl = "HITL",
|
|
1926
|
+
/** RETRY */
|
|
1927
|
+
Retry = "RETRY"
|
|
1928
|
+
}
|
|
1929
|
+
/**
|
|
1930
|
+
* The action types to apply to the content filters \
|
|
1931
|
+
* {@link KnownRaiActionType} can be used interchangeably with RaiActionType,
|
|
1932
|
+
* this enum contains the known values that the service supports.
|
|
1933
|
+
* ### Known values supported by the service
|
|
1934
|
+
* **None** \
|
|
1935
|
+
* **BLOCKING** \
|
|
1936
|
+
* **ANNOTATING** \
|
|
1937
|
+
* **HITL** \
|
|
1938
|
+
* **RETRY**
|
|
1939
|
+
*/
|
|
1940
|
+
export type RaiActionType = string;
|
|
1941
|
+
export declare function customBlocklistConfigArraySerializer(result: Array<CustomBlocklistConfig>): any[];
|
|
1942
|
+
export declare function customBlocklistConfigArrayDeserializer(result: Array<CustomBlocklistConfig>): any[];
|
|
1943
|
+
/** Gets or sets the source to which filter applies. */
|
|
1944
|
+
export interface CustomBlocklistConfig extends RaiBlocklistConfig {
|
|
1945
|
+
/** Content source to apply the Content Filters. */
|
|
1946
|
+
source?: RaiPolicyContentSource;
|
|
1947
|
+
}
|
|
1948
|
+
export declare function customBlocklistConfigSerializer(item: CustomBlocklistConfig): any;
|
|
1949
|
+
export declare function customBlocklistConfigDeserializer(item: any): CustomBlocklistConfig;
|
|
1950
|
+
export declare function safetyProviderConfigArraySerializer(result: Array<SafetyProviderConfig>): any[];
|
|
1951
|
+
export declare function safetyProviderConfigArrayDeserializer(result: Array<SafetyProviderConfig>): any[];
|
|
1952
|
+
/** Gets or sets the source to which safety providers applies. */
|
|
1953
|
+
export interface SafetyProviderConfig extends RaiSafetyProviderConfig {
|
|
1954
|
+
/** Content source to apply the Content Filters. */
|
|
1955
|
+
source?: RaiPolicyContentSource;
|
|
1956
|
+
}
|
|
1957
|
+
export declare function safetyProviderConfigSerializer(item: SafetyProviderConfig): any;
|
|
1958
|
+
export declare function safetyProviderConfigDeserializer(item: any): SafetyProviderConfig;
|
|
1959
|
+
/** Azure OpenAI blocklist config. */
|
|
1960
|
+
export interface RaiBlocklistConfig {
|
|
1961
|
+
/** Name of ContentFilter. */
|
|
1962
|
+
blocklistName?: string;
|
|
1963
|
+
/** If blocking would occur. */
|
|
1964
|
+
blocking?: boolean;
|
|
1965
|
+
}
|
|
1966
|
+
export declare function raiBlocklistConfigSerializer(item: RaiBlocklistConfig): any;
|
|
1967
|
+
export declare function raiBlocklistConfigDeserializer(item: any): RaiBlocklistConfig;
|
|
1968
|
+
/** Azure OpenAI RAI safety provider config. */
|
|
1969
|
+
export interface RaiSafetyProviderConfig {
|
|
1970
|
+
/** Name of RAI Safety Provider. */
|
|
1971
|
+
safetyProviderName?: string;
|
|
1972
|
+
/** If blocking would occur. */
|
|
1973
|
+
blocking?: boolean;
|
|
1974
|
+
}
|
|
1975
|
+
export declare function raiSafetyProviderConfigSerializer(item: RaiSafetyProviderConfig): any;
|
|
1976
|
+
export declare function raiSafetyProviderConfigDeserializer(item: any): RaiSafetyProviderConfig;
|
|
1977
|
+
/** The list of cognitive services RaiPolicies. */
|
|
1978
|
+
export interface _RaiPolicyListResult {
|
|
1979
|
+
/** The link used to get the next page of RaiPolicy. */
|
|
1980
|
+
nextLink?: string;
|
|
1981
|
+
/** The list of RaiPolicy. */
|
|
1982
|
+
value?: RaiPolicy[];
|
|
1983
|
+
}
|
|
1984
|
+
export declare function _raiPolicyListResultDeserializer(item: any): _RaiPolicyListResult;
|
|
1985
|
+
export declare function raiPolicyArraySerializer(result: Array<RaiPolicy>): any[];
|
|
1986
|
+
export declare function raiPolicyArrayDeserializer(result: Array<RaiPolicy>): any[];
|
|
1987
|
+
/** Cognitive Services RaiBlocklist Item. */
|
|
1988
|
+
export interface RaiBlocklistItem extends ProxyResource {
|
|
1989
|
+
/** Properties of Cognitive Services RaiBlocklist Item. */
|
|
1990
|
+
properties?: RaiBlocklistItemProperties;
|
|
1991
|
+
/** Resource Etag. */
|
|
1992
|
+
readonly etag?: string;
|
|
1993
|
+
/** Resource tags. */
|
|
1994
|
+
tags?: Record<string, string>;
|
|
1995
|
+
}
|
|
1996
|
+
export declare function raiBlocklistItemSerializer(item: RaiBlocklistItem): any;
|
|
1997
|
+
export declare function raiBlocklistItemDeserializer(item: any): RaiBlocklistItem;
|
|
1998
|
+
/** RAI Custom Blocklist Item properties. */
|
|
1999
|
+
export interface RaiBlocklistItemProperties {
|
|
2000
|
+
/** Pattern to match against. */
|
|
2001
|
+
pattern?: string;
|
|
2002
|
+
/** If the pattern is a regex pattern. */
|
|
2003
|
+
isRegex?: boolean;
|
|
2004
|
+
}
|
|
2005
|
+
export declare function raiBlocklistItemPropertiesSerializer(item: RaiBlocklistItemProperties): any;
|
|
2006
|
+
export declare function raiBlocklistItemPropertiesDeserializer(item: any): RaiBlocklistItemProperties;
|
|
2007
|
+
/** The list of cognitive services RAI Blocklist Items. */
|
|
2008
|
+
export interface _RaiBlockListItemsResult {
|
|
2009
|
+
/** The link used to get the next page of RaiBlocklistItems. */
|
|
2010
|
+
nextLink?: string;
|
|
2011
|
+
/** The list of RaiBlocklistItems. */
|
|
2012
|
+
value?: RaiBlocklistItem[];
|
|
2013
|
+
}
|
|
2014
|
+
export declare function _raiBlockListItemsResultDeserializer(item: any): _RaiBlockListItemsResult;
|
|
2015
|
+
export declare function raiBlocklistItemArraySerializer(result: Array<RaiBlocklistItem>): any[];
|
|
2016
|
+
export declare function raiBlocklistItemArrayDeserializer(result: Array<RaiBlocklistItem>): any[];
|
|
2017
|
+
/** The Cognitive Services RaiBlocklist Item request body. */
|
|
2018
|
+
export interface RaiBlocklistItemBulkRequest {
|
|
2019
|
+
name?: string;
|
|
2020
|
+
/** Properties of Cognitive Services RaiBlocklist Item. */
|
|
2021
|
+
properties?: RaiBlocklistItemProperties;
|
|
2022
|
+
}
|
|
2023
|
+
export declare function raiBlocklistItemBulkRequestSerializer(item: RaiBlocklistItemBulkRequest): any;
|
|
2024
|
+
/** Cognitive Services RaiBlocklist. */
|
|
2025
|
+
export interface RaiBlocklist extends ProxyResource {
|
|
2026
|
+
/** Properties of Cognitive Services RaiBlocklist. */
|
|
2027
|
+
properties?: RaiBlocklistProperties;
|
|
2028
|
+
/** Resource Etag. */
|
|
2029
|
+
readonly etag?: string;
|
|
2030
|
+
/** Resource tags. */
|
|
2031
|
+
tags?: Record<string, string>;
|
|
2032
|
+
}
|
|
2033
|
+
export declare function raiBlocklistSerializer(item: RaiBlocklist): any;
|
|
2034
|
+
export declare function raiBlocklistDeserializer(item: any): RaiBlocklist;
|
|
2035
|
+
/** RAI Custom Blocklist properties. */
|
|
2036
|
+
export interface RaiBlocklistProperties {
|
|
2037
|
+
/** Description of the block list. */
|
|
2038
|
+
description?: string;
|
|
2039
|
+
}
|
|
2040
|
+
export declare function raiBlocklistPropertiesSerializer(item: RaiBlocklistProperties): any;
|
|
2041
|
+
export declare function raiBlocklistPropertiesDeserializer(item: any): RaiBlocklistProperties;
|
|
2042
|
+
/** The list of cognitive services RAI Blocklists. */
|
|
2043
|
+
export interface _RaiBlockListResult {
|
|
2044
|
+
/** The link used to get the next page of RaiBlocklists. */
|
|
2045
|
+
nextLink?: string;
|
|
2046
|
+
/** The list of RaiBlocklist. */
|
|
2047
|
+
value?: RaiBlocklist[];
|
|
2048
|
+
}
|
|
2049
|
+
export declare function _raiBlockListResultDeserializer(item: any): _RaiBlockListResult;
|
|
2050
|
+
export declare function raiBlocklistArraySerializer(result: Array<RaiBlocklist>): any[];
|
|
2051
|
+
export declare function raiBlocklistArrayDeserializer(result: Array<RaiBlocklist>): any[];
|
|
2052
|
+
/** Cognitive Services Rai Topic. */
|
|
2053
|
+
export interface RaiTopic extends ProxyResource {
|
|
2054
|
+
/** Properties of Cognitive Services Rai Topic. */
|
|
2055
|
+
properties?: RaiTopicProperties;
|
|
2056
|
+
/** Resource Etag. */
|
|
2057
|
+
readonly etag?: string;
|
|
2058
|
+
/** Resource tags. */
|
|
2059
|
+
tags?: Record<string, string>;
|
|
2060
|
+
}
|
|
2061
|
+
export declare function raiTopicSerializer(item: RaiTopic): any;
|
|
2062
|
+
export declare function raiTopicDeserializer(item: any): RaiTopic;
|
|
2063
|
+
/** RAI Custom Topic properties. */
|
|
2064
|
+
export interface RaiTopicProperties {
|
|
2065
|
+
/** The unique identifier of the custom topic. */
|
|
2066
|
+
topicId?: string;
|
|
2067
|
+
/** The name of the custom topic. */
|
|
2068
|
+
topicName?: string;
|
|
2069
|
+
/** Description of the custom topic. */
|
|
2070
|
+
description?: string;
|
|
2071
|
+
/** Sample blob url for the custom topic. */
|
|
2072
|
+
sampleBlobUrl?: string;
|
|
2073
|
+
/** Status of the custom topic. */
|
|
2074
|
+
status?: string;
|
|
2075
|
+
/** Failed reason if the status is Failed. */
|
|
2076
|
+
failedReason?: string;
|
|
2077
|
+
/** Creation time of the custom topic. */
|
|
2078
|
+
createdAt?: Date;
|
|
2079
|
+
/** Last modified time of the custom topic. */
|
|
2080
|
+
lastModifiedAt?: Date;
|
|
2081
|
+
}
|
|
2082
|
+
export declare function raiTopicPropertiesSerializer(item: RaiTopicProperties): any;
|
|
2083
|
+
export declare function raiTopicPropertiesDeserializer(item: any): RaiTopicProperties;
|
|
2084
|
+
/** The list of cognitive services RAI Topics. */
|
|
2085
|
+
export interface _RaiTopicResult {
|
|
2086
|
+
/** The link used to get the next page of RaiTopics. */
|
|
2087
|
+
nextLink?: string;
|
|
2088
|
+
/** The list of RaiTopic. */
|
|
2089
|
+
value?: RaiTopic[];
|
|
2090
|
+
}
|
|
2091
|
+
export declare function _raiTopicResultDeserializer(item: any): _RaiTopicResult;
|
|
2092
|
+
export declare function raiTopicArraySerializer(result: Array<RaiTopic>): any[];
|
|
2093
|
+
export declare function raiTopicArrayDeserializer(result: Array<RaiTopic>): any[];
|
|
2094
|
+
/** Cognitive Services RAI Tool Label resource. */
|
|
2095
|
+
export interface RaiToolLabel extends ProxyResource {
|
|
2096
|
+
/** Properties of the RAI Tool Label. */
|
|
2097
|
+
properties?: RaiToolLabelProperties;
|
|
2098
|
+
/** Resource Etag. */
|
|
2099
|
+
readonly etag?: string;
|
|
2100
|
+
/** Resource tags. */
|
|
2101
|
+
tags?: Record<string, string>;
|
|
2102
|
+
}
|
|
2103
|
+
export declare function raiToolLabelSerializer(item: RaiToolLabel): any;
|
|
2104
|
+
export declare function raiToolLabelDeserializer(item: any): RaiToolLabel;
|
|
2105
|
+
/** RAI Tool Label properties. */
|
|
2106
|
+
export interface RaiToolLabelProperties {
|
|
2107
|
+
/** The unique tool connection name, e.g., 'Web_Search'. */
|
|
2108
|
+
toolConnectionName: string;
|
|
2109
|
+
/** Account-level tool label definition. */
|
|
2110
|
+
accountScope?: RaiToolLabelPropertiesAccountScope;
|
|
2111
|
+
/** List of project-level tool label definitions. */
|
|
2112
|
+
projectScopes?: RaiToolLabelPropertiesProjectScopesItem[];
|
|
2113
|
+
}
|
|
2114
|
+
export declare function raiToolLabelPropertiesSerializer(item: RaiToolLabelProperties): any;
|
|
2115
|
+
export declare function raiToolLabelPropertiesDeserializer(item: any): RaiToolLabelProperties;
|
|
2116
|
+
/** Account-level tool label definition. */
|
|
2117
|
+
export interface RaiToolLabelPropertiesAccountScope {
|
|
2118
|
+
/** Dictionary of label key-value pairs for the account scope. */
|
|
2119
|
+
labelValues?: Record<string, string>;
|
|
2120
|
+
}
|
|
2121
|
+
export declare function raiToolLabelPropertiesAccountScopeSerializer(item: RaiToolLabelPropertiesAccountScope): any;
|
|
2122
|
+
export declare function raiToolLabelPropertiesAccountScopeDeserializer(item: any): RaiToolLabelPropertiesAccountScope;
|
|
2123
|
+
export declare function raiToolLabelPropertiesProjectScopesItemArraySerializer(result: Array<RaiToolLabelPropertiesProjectScopesItem>): any[];
|
|
2124
|
+
export declare function raiToolLabelPropertiesProjectScopesItemArrayDeserializer(result: Array<RaiToolLabelPropertiesProjectScopesItem>): any[];
|
|
2125
|
+
/** model interface RaiToolLabelPropertiesProjectScopesItem */
|
|
2126
|
+
export interface RaiToolLabelPropertiesProjectScopesItem {
|
|
2127
|
+
/** Project name to which this scope applies. */
|
|
2128
|
+
project: string;
|
|
2129
|
+
/** Dictionary of label key-value pairs for the project scope. */
|
|
2130
|
+
labelValues: Record<string, string>;
|
|
2131
|
+
}
|
|
2132
|
+
export declare function raiToolLabelPropertiesProjectScopesItemSerializer(item: RaiToolLabelPropertiesProjectScopesItem): any;
|
|
2133
|
+
export declare function raiToolLabelPropertiesProjectScopesItemDeserializer(item: any): RaiToolLabelPropertiesProjectScopesItem;
|
|
2134
|
+
/** The list of Cognitive Services RAI Tool Labels. */
|
|
2135
|
+
export interface _RaiToolLabelResult {
|
|
2136
|
+
/** The link used to get the next page of RaiToolLabels. */
|
|
2137
|
+
nextLink?: string;
|
|
2138
|
+
/** The list of RAI Tool Labels. */
|
|
2139
|
+
value?: RaiToolLabel[];
|
|
2140
|
+
}
|
|
2141
|
+
export declare function _raiToolLabelResultDeserializer(item: any): _RaiToolLabelResult;
|
|
2142
|
+
export declare function raiToolLabelArraySerializer(result: Array<RaiToolLabel>): any[];
|
|
2143
|
+
export declare function raiToolLabelArrayDeserializer(result: Array<RaiToolLabel>): any[];
|
|
2144
|
+
/** Azure OpenAI Content Filter. */
|
|
2145
|
+
export interface RaiContentFilter extends ProxyResource {
|
|
2146
|
+
/** Azure OpenAI Content Filter Properties. */
|
|
2147
|
+
properties?: RaiContentFilterProperties;
|
|
2148
|
+
}
|
|
2149
|
+
export declare function raiContentFilterDeserializer(item: any): RaiContentFilter;
|
|
2150
|
+
/** Azure OpenAI Content Filter Properties. */
|
|
2151
|
+
export interface RaiContentFilterProperties {
|
|
2152
|
+
/** Name of Content Filter. */
|
|
2153
|
+
name?: string;
|
|
2154
|
+
/** If the Content Filter has multi severity levels(Low, Medium, or High). */
|
|
2155
|
+
isMultiLevelFilter?: boolean;
|
|
2156
|
+
/** Content source to apply the Content Filters. */
|
|
2157
|
+
source?: RaiPolicyContentSource;
|
|
2158
|
+
}
|
|
2159
|
+
export declare function raiContentFilterPropertiesDeserializer(item: any): RaiContentFilterProperties;
|
|
2160
|
+
/** The list of Content Filters. */
|
|
2161
|
+
export interface _RaiContentFilterListResult {
|
|
2162
|
+
/** The link used to get the next page of Content Filters. */
|
|
2163
|
+
nextLink?: string;
|
|
2164
|
+
/** The list of RaiContentFilter. */
|
|
2165
|
+
value?: RaiContentFilter[];
|
|
2166
|
+
}
|
|
2167
|
+
export declare function _raiContentFilterListResultDeserializer(item: any): _RaiContentFilterListResult;
|
|
2168
|
+
export declare function raiContentFilterArrayDeserializer(result: Array<RaiContentFilter>): any[];
|
|
2169
|
+
/** NSP Configuration for an Cognitive Services account. */
|
|
2170
|
+
export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
|
|
2171
|
+
/** NSP Configuration properties. */
|
|
2172
|
+
properties?: NetworkSecurityPerimeterConfigurationProperties;
|
|
2173
|
+
}
|
|
2174
|
+
export declare function networkSecurityPerimeterConfigurationDeserializer(item: any): NetworkSecurityPerimeterConfiguration;
|
|
2175
|
+
/** The properties of an NSP Configuration. */
|
|
2176
|
+
export interface NetworkSecurityPerimeterConfigurationProperties {
|
|
2177
|
+
/** Provisioning state of NetworkSecurityPerimeter configuration */
|
|
2178
|
+
readonly provisioningState?: string;
|
|
2179
|
+
/** List of Provisioning Issues */
|
|
2180
|
+
provisioningIssues?: ProvisioningIssue[];
|
|
2181
|
+
/** Information about a linked Network Security Perimeter */
|
|
2182
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
|
2183
|
+
/** Network Security Perimeter Configuration Association Information */
|
|
2184
|
+
resourceAssociation?: NetworkSecurityPerimeterConfigurationAssociationInfo;
|
|
2185
|
+
/** Network Security Perimeter Profile Information */
|
|
2186
|
+
profile?: NetworkSecurityPerimeterProfileInfo;
|
|
2187
|
+
}
|
|
2188
|
+
export declare function networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any): NetworkSecurityPerimeterConfigurationProperties;
|
|
2189
|
+
export declare function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[];
|
|
2190
|
+
/** model interface ProvisioningIssue */
|
|
2191
|
+
export interface ProvisioningIssue {
|
|
2192
|
+
/** Name of the NSP provisioning issue */
|
|
2193
|
+
name?: string;
|
|
2194
|
+
/** Properties of Provisioning Issue */
|
|
2195
|
+
properties?: ProvisioningIssueProperties;
|
|
2196
|
+
}
|
|
2197
|
+
export declare function provisioningIssueDeserializer(item: any): ProvisioningIssue;
|
|
2198
|
+
/** Properties of Provisioning Issue */
|
|
2199
|
+
export interface ProvisioningIssueProperties {
|
|
2200
|
+
/** Type of Issue */
|
|
2201
|
+
issueType?: string;
|
|
2202
|
+
/** Severity of the issue */
|
|
2203
|
+
severity?: string;
|
|
2204
|
+
/** Description of the issue */
|
|
2205
|
+
description?: string;
|
|
2206
|
+
/** IDs of resources that can be associated to the same perimeter to remediate the issue. */
|
|
2207
|
+
suggestedResourceIds?: string[];
|
|
2208
|
+
/** Optional array, suggested access rules */
|
|
2209
|
+
suggestedAccessRules?: NetworkSecurityPerimeterAccessRule[];
|
|
2210
|
+
}
|
|
2211
|
+
export declare function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties;
|
|
2212
|
+
export declare function networkSecurityPerimeterAccessRuleArrayDeserializer(result: Array<NetworkSecurityPerimeterAccessRule>): any[];
|
|
2213
|
+
/** Network Security Perimeter Access Rule */
|
|
2214
|
+
export interface NetworkSecurityPerimeterAccessRule {
|
|
2215
|
+
/** Network Security Perimeter Access Rule Name */
|
|
2216
|
+
name?: string;
|
|
2217
|
+
/** Properties of Network Security Perimeter Access Rule */
|
|
2218
|
+
properties?: NetworkSecurityPerimeterAccessRuleProperties;
|
|
2219
|
+
}
|
|
2220
|
+
export declare function networkSecurityPerimeterAccessRuleDeserializer(item: any): NetworkSecurityPerimeterAccessRule;
|
|
2221
|
+
/** The Properties of Network Security Perimeter Rule */
|
|
2222
|
+
export interface NetworkSecurityPerimeterAccessRuleProperties {
|
|
2223
|
+
/** Direction of Access Rule */
|
|
2224
|
+
direction?: NspAccessRuleDirection;
|
|
2225
|
+
/** Address prefixes for inbound rules */
|
|
2226
|
+
addressPrefixes?: string[];
|
|
2227
|
+
/** Subscriptions for inbound rules */
|
|
2228
|
+
subscriptions?: NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem[];
|
|
2229
|
+
/** NetworkSecurityPerimeters for inbound rules */
|
|
2230
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeter[];
|
|
2231
|
+
/** Fully qualified domain name for outbound rules */
|
|
2232
|
+
fullyQualifiedDomainNames?: string[];
|
|
2233
|
+
}
|
|
2234
|
+
export declare function networkSecurityPerimeterAccessRulePropertiesDeserializer(item: any): NetworkSecurityPerimeterAccessRuleProperties;
|
|
2235
|
+
/** Direction of Access Rule */
|
|
2236
|
+
export declare enum KnownNspAccessRuleDirection {
|
|
2237
|
+
/** Inbound */
|
|
2238
|
+
Inbound = "Inbound",
|
|
2239
|
+
/** Outbound */
|
|
2240
|
+
Outbound = "Outbound"
|
|
2241
|
+
}
|
|
2242
|
+
/**
|
|
2243
|
+
* Direction of Access Rule \
|
|
2244
|
+
* {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,
|
|
2245
|
+
* this enum contains the known values that the service supports.
|
|
2246
|
+
* ### Known values supported by the service
|
|
2247
|
+
* **Inbound** \
|
|
2248
|
+
* **Outbound**
|
|
2249
|
+
*/
|
|
2250
|
+
export type NspAccessRuleDirection = string;
|
|
2251
|
+
export declare function networkSecurityPerimeterAccessRulePropertiesSubscriptionsItemArrayDeserializer(result: Array<NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem>): any[];
|
|
2252
|
+
/** Subscription for inbound rule */
|
|
2253
|
+
export interface NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem {
|
|
2254
|
+
/** Fully qualified identifier of subscription */
|
|
2255
|
+
id?: string;
|
|
2256
|
+
}
|
|
2257
|
+
export declare function networkSecurityPerimeterAccessRulePropertiesSubscriptionsItemDeserializer(item: any): NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem;
|
|
2258
|
+
export declare function networkSecurityPerimeterArrayDeserializer(result: Array<NetworkSecurityPerimeter>): any[];
|
|
2259
|
+
/** Information about a linked Network Security Perimeter */
|
|
2260
|
+
export interface NetworkSecurityPerimeter {
|
|
2261
|
+
/** Fully qualified identifier of the resource */
|
|
2262
|
+
id?: string;
|
|
2263
|
+
/** Guid of the resource */
|
|
2264
|
+
perimeterGuid?: string;
|
|
2265
|
+
/** Location of the resource */
|
|
2266
|
+
location?: string;
|
|
2267
|
+
}
|
|
2268
|
+
export declare function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter;
|
|
2269
|
+
/** Network Security Perimeter Configuration Association Information */
|
|
2270
|
+
export interface NetworkSecurityPerimeterConfigurationAssociationInfo {
|
|
2271
|
+
/** Name of the resource association */
|
|
2272
|
+
name?: string;
|
|
2273
|
+
/** Access Mode of the resource association */
|
|
2274
|
+
accessMode?: string;
|
|
2275
|
+
}
|
|
2276
|
+
export declare function networkSecurityPerimeterConfigurationAssociationInfoDeserializer(item: any): NetworkSecurityPerimeterConfigurationAssociationInfo;
|
|
2277
|
+
/** Network Security Perimeter Profile Information */
|
|
2278
|
+
export interface NetworkSecurityPerimeterProfileInfo {
|
|
2279
|
+
/** Name of the resource profile */
|
|
2280
|
+
name?: string;
|
|
2281
|
+
/** Access rules version of the resource profile */
|
|
2282
|
+
accessRulesVersion?: number;
|
|
2283
|
+
accessRules?: NetworkSecurityPerimeterAccessRule[];
|
|
2284
|
+
/** Current diagnostic settings version */
|
|
2285
|
+
diagnosticSettingsVersion?: number;
|
|
2286
|
+
/** List of enabled log categories */
|
|
2287
|
+
enabledLogCategories?: string[];
|
|
2288
|
+
}
|
|
2289
|
+
export declare function networkSecurityPerimeterProfileInfoDeserializer(item: any): NetworkSecurityPerimeterProfileInfo;
|
|
2290
|
+
/** A list of NSP configurations for an Cognitive Services account. */
|
|
2291
|
+
export interface _NetworkSecurityPerimeterConfigurationList {
|
|
2292
|
+
/** Array of NSP configurations List Result for an Cognitive Services account. */
|
|
2293
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
2294
|
+
/** Link to retrieve next page of results. */
|
|
2295
|
+
nextLink?: string;
|
|
2296
|
+
}
|
|
2297
|
+
export declare function _networkSecurityPerimeterConfigurationListDeserializer(item: any): _NetworkSecurityPerimeterConfigurationList;
|
|
2298
|
+
export declare function networkSecurityPerimeterConfigurationArrayDeserializer(result: Array<NetworkSecurityPerimeterConfiguration>): any[];
|
|
2299
|
+
/** The Defender for AI resource. */
|
|
2300
|
+
export interface DefenderForAISetting extends ProxyResource {
|
|
2301
|
+
/** Resource Etag. */
|
|
2302
|
+
readonly etag?: string;
|
|
2303
|
+
/** Resource tags. */
|
|
2304
|
+
tags?: Record<string, string>;
|
|
2305
|
+
/** Defender for AI state on the AI resource. */
|
|
2306
|
+
state?: DefenderForAISettingState;
|
|
2307
|
+
}
|
|
2308
|
+
export declare function defenderForAISettingSerializer(item: DefenderForAISetting): any;
|
|
2309
|
+
export declare function defenderForAISettingDeserializer(item: any): DefenderForAISetting;
|
|
2310
|
+
/** The Defender for AI resource properties. */
|
|
2311
|
+
export interface DefenderForAISettingProperties {
|
|
2312
|
+
/** Defender for AI state on the AI resource. */
|
|
2313
|
+
state?: DefenderForAISettingState;
|
|
2314
|
+
}
|
|
2315
|
+
export declare function defenderForAISettingPropertiesSerializer(item: DefenderForAISettingProperties): any;
|
|
2316
|
+
export declare function defenderForAISettingPropertiesDeserializer(item: any): DefenderForAISettingProperties;
|
|
2317
|
+
/** Defender for AI state on the AI resource. */
|
|
2318
|
+
export declare enum KnownDefenderForAISettingState {
|
|
2319
|
+
/** Disabled */
|
|
2320
|
+
Disabled = "Disabled",
|
|
2321
|
+
/** Enabled */
|
|
2322
|
+
Enabled = "Enabled"
|
|
2323
|
+
}
|
|
2324
|
+
/**
|
|
2325
|
+
* Defender for AI state on the AI resource. \
|
|
2326
|
+
* {@link KnownDefenderForAISettingState} can be used interchangeably with DefenderForAISettingState,
|
|
2327
|
+
* this enum contains the known values that the service supports.
|
|
2328
|
+
* ### Known values supported by the service
|
|
2329
|
+
* **Disabled** \
|
|
2330
|
+
* **Enabled**
|
|
2331
|
+
*/
|
|
2332
|
+
export type DefenderForAISettingState = string;
|
|
2333
|
+
/** The list of cognitive services Defender for AI Settings. */
|
|
2334
|
+
export interface _DefenderForAISettingResult {
|
|
2335
|
+
/** The link used to get the next page of Defender for AI Settings. */
|
|
2336
|
+
nextLink?: string;
|
|
2337
|
+
/** The list of Defender for AI Settings. */
|
|
2338
|
+
value?: DefenderForAISetting[];
|
|
2339
|
+
}
|
|
2340
|
+
export declare function _defenderForAISettingResultDeserializer(item: any): _DefenderForAISettingResult;
|
|
2341
|
+
export declare function defenderForAISettingArraySerializer(result: Array<DefenderForAISetting>): any[];
|
|
2342
|
+
export declare function defenderForAISettingArrayDeserializer(result: Array<DefenderForAISetting>): any[];
|
|
2343
|
+
/** Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. */
|
|
2344
|
+
export interface Project extends ProxyResource {
|
|
2345
|
+
/** Properties of Cognitive Services project. */
|
|
2346
|
+
properties?: ProjectProperties;
|
|
2347
|
+
/** Resource tags. */
|
|
2348
|
+
tags?: Record<string, string>;
|
|
2349
|
+
/** The geo-location where the resource lives */
|
|
2350
|
+
location?: string;
|
|
2351
|
+
/** Resource Etag. */
|
|
2352
|
+
readonly etag?: string;
|
|
2353
|
+
/** Identity for the resource. */
|
|
2354
|
+
identity?: Identity;
|
|
2355
|
+
}
|
|
2356
|
+
export declare function projectSerializer(item: Project): any;
|
|
2357
|
+
export declare function projectDeserializer(item: any): Project;
|
|
2358
|
+
/** Properties of Cognitive Services Project'. */
|
|
2359
|
+
export interface ProjectProperties {
|
|
2360
|
+
/** Gets the status of the cognitive services project at the time the operation was called. */
|
|
2361
|
+
readonly provisioningState?: ProvisioningState;
|
|
2362
|
+
/** The display name of the Cognitive Services Project. */
|
|
2363
|
+
displayName?: string;
|
|
2364
|
+
/** The description of the Cognitive Services Project. */
|
|
2365
|
+
description?: string;
|
|
2366
|
+
/** The list of endpoint for this Cognitive Services Project. */
|
|
2367
|
+
readonly endpoints?: Record<string, string>;
|
|
2368
|
+
/** Indicates whether the project is the default project for the account. */
|
|
2369
|
+
readonly isDefault?: boolean;
|
|
2370
|
+
}
|
|
2371
|
+
export declare function projectPropertiesSerializer(item: ProjectProperties): any;
|
|
2372
|
+
export declare function projectPropertiesDeserializer(item: any): ProjectProperties;
|
|
2373
|
+
/** The list of cognitive services projects operation response. */
|
|
2374
|
+
export interface _ProjectListResult {
|
|
2375
|
+
/** The link used to get the next page of projects. */
|
|
2376
|
+
nextLink?: string;
|
|
2377
|
+
/** Gets the list of Cognitive Services projects and their properties. */
|
|
2378
|
+
readonly value?: Project[];
|
|
2379
|
+
}
|
|
2380
|
+
export declare function _projectListResultDeserializer(item: any): _ProjectListResult;
|
|
2381
|
+
export declare function projectArraySerializer(result: Array<Project>): any[];
|
|
2382
|
+
export declare function projectArrayDeserializer(result: Array<Project>): any[];
|
|
2383
|
+
/** Connection base resource schema. */
|
|
2384
|
+
export interface ConnectionPropertiesV2BasicResource extends ProxyResource {
|
|
2385
|
+
/** Connection property base schema. */
|
|
2386
|
+
properties: ConnectionPropertiesV2Union;
|
|
2387
|
+
}
|
|
2388
|
+
export declare function connectionPropertiesV2BasicResourceSerializer(item: ConnectionPropertiesV2BasicResource): any;
|
|
2389
|
+
export declare function connectionPropertiesV2BasicResourceDeserializer(item: any): ConnectionPropertiesV2BasicResource;
|
|
2390
|
+
/** Connection property base schema. */
|
|
2391
|
+
export interface ConnectionPropertiesV2 {
|
|
2392
|
+
/** Authentication type of the connection target */
|
|
2393
|
+
/** The discriminator possible values: PAT, ManagedIdentity, UsernamePassword, None, SAS, AccountKey, ServicePrincipal, AccessKey, ApiKey, CustomKeys, OAuth2, AAD */
|
|
2394
|
+
authType: ConnectionAuthType;
|
|
2395
|
+
/** Category of the connection */
|
|
2396
|
+
category?: ConnectionCategory;
|
|
2397
|
+
readonly createdByWorkspaceArmId?: string;
|
|
2398
|
+
/** Provides the error message if the connection fails */
|
|
2399
|
+
error?: string;
|
|
2400
|
+
expiryTime?: Date;
|
|
2401
|
+
/** Group based on connection category */
|
|
2402
|
+
readonly group?: ConnectionGroup;
|
|
2403
|
+
isSharedToAll?: boolean;
|
|
2404
|
+
/** Store user metadata for this connection */
|
|
2405
|
+
metadata?: Record<string, string>;
|
|
2406
|
+
/** Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. */
|
|
2407
|
+
peRequirement?: ManagedPERequirement;
|
|
2408
|
+
/** Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. */
|
|
2409
|
+
peStatus?: ManagedPEStatus;
|
|
2410
|
+
sharedUserList?: string[];
|
|
2411
|
+
/** The connection URL to be used. */
|
|
2412
|
+
target?: string;
|
|
2413
|
+
useWorkspaceManagedIdentity?: boolean;
|
|
2414
|
+
}
|
|
2415
|
+
export declare function connectionPropertiesV2Serializer(item: ConnectionPropertiesV2): any;
|
|
2416
|
+
export declare function connectionPropertiesV2Deserializer(item: any): ConnectionPropertiesV2;
|
|
2417
|
+
/** Alias for ConnectionPropertiesV2Union */
|
|
2418
|
+
export type ConnectionPropertiesV2Union = PATAuthTypeConnectionProperties | ManagedIdentityAuthTypeConnectionProperties | UsernamePasswordAuthTypeConnectionProperties | NoneAuthTypeConnectionProperties | SASAuthTypeConnectionProperties | AccountKeyAuthTypeConnectionProperties | ServicePrincipalAuthTypeConnectionProperties | AccessKeyAuthTypeConnectionProperties | ApiKeyAuthConnectionProperties | CustomKeysConnectionProperties | OAuth2AuthTypeConnectionProperties | AADAuthTypeConnectionProperties | ConnectionPropertiesV2;
|
|
2419
|
+
export declare function connectionPropertiesV2UnionSerializer(item: ConnectionPropertiesV2Union): any;
|
|
2420
|
+
export declare function connectionPropertiesV2UnionDeserializer(item: any): ConnectionPropertiesV2Union;
|
|
2421
|
+
/** Authentication type of the connection target */
|
|
2422
|
+
export declare enum KnownConnectionAuthType {
|
|
2423
|
+
/** PAT */
|
|
2424
|
+
PAT = "PAT",
|
|
2425
|
+
/** ManagedIdentity */
|
|
2426
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2427
|
+
/** UsernamePassword */
|
|
2428
|
+
UsernamePassword = "UsernamePassword",
|
|
2429
|
+
/** None */
|
|
2430
|
+
None = "None",
|
|
2431
|
+
/** SAS */
|
|
2432
|
+
SAS = "SAS",
|
|
2433
|
+
/** AccountKey */
|
|
2434
|
+
AccountKey = "AccountKey",
|
|
2435
|
+
/** ServicePrincipal */
|
|
2436
|
+
ServicePrincipal = "ServicePrincipal",
|
|
2437
|
+
/** AccessKey */
|
|
2438
|
+
AccessKey = "AccessKey",
|
|
2439
|
+
/** ApiKey */
|
|
2440
|
+
ApiKey = "ApiKey",
|
|
2441
|
+
/** CustomKeys */
|
|
2442
|
+
CustomKeys = "CustomKeys",
|
|
2443
|
+
/** OAuth2 */
|
|
2444
|
+
OAuth2 = "OAuth2",
|
|
2445
|
+
/** AAD */
|
|
2446
|
+
AAD = "AAD",
|
|
2447
|
+
/** DelegatedSAS */
|
|
2448
|
+
DelegatedSAS = "DelegatedSAS",
|
|
2449
|
+
/** ProjectManagedIdentity */
|
|
2450
|
+
ProjectManagedIdentity = "ProjectManagedIdentity",
|
|
2451
|
+
/** AccountManagedIdentity */
|
|
2452
|
+
AccountManagedIdentity = "AccountManagedIdentity",
|
|
2453
|
+
/** UserEntraToken */
|
|
2454
|
+
UserEntraToken = "UserEntraToken",
|
|
2455
|
+
/** AgentUserImpersonation */
|
|
2456
|
+
AgentUserImpersonation = "AgentUserImpersonation",
|
|
2457
|
+
/** AgenticIdentityToken */
|
|
2458
|
+
AgenticIdentityToken = "AgenticIdentityToken",
|
|
2459
|
+
/** AgenticUser */
|
|
2460
|
+
AgenticUser = "AgenticUser"
|
|
2461
|
+
}
|
|
2462
|
+
/**
|
|
2463
|
+
* Authentication type of the connection target \
|
|
2464
|
+
* {@link KnownConnectionAuthType} can be used interchangeably with ConnectionAuthType,
|
|
2465
|
+
* this enum contains the known values that the service supports.
|
|
2466
|
+
* ### Known values supported by the service
|
|
2467
|
+
* **PAT** \
|
|
2468
|
+
* **ManagedIdentity** \
|
|
2469
|
+
* **UsernamePassword** \
|
|
2470
|
+
* **None** \
|
|
2471
|
+
* **SAS** \
|
|
2472
|
+
* **AccountKey** \
|
|
2473
|
+
* **ServicePrincipal** \
|
|
2474
|
+
* **AccessKey** \
|
|
2475
|
+
* **ApiKey** \
|
|
2476
|
+
* **CustomKeys** \
|
|
2477
|
+
* **OAuth2** \
|
|
2478
|
+
* **AAD** \
|
|
2479
|
+
* **DelegatedSAS** \
|
|
2480
|
+
* **ProjectManagedIdentity** \
|
|
2481
|
+
* **AccountManagedIdentity** \
|
|
2482
|
+
* **UserEntraToken** \
|
|
2483
|
+
* **AgentUserImpersonation** \
|
|
2484
|
+
* **AgenticIdentityToken** \
|
|
2485
|
+
* **AgenticUser**
|
|
2486
|
+
*/
|
|
2487
|
+
export type ConnectionAuthType = string;
|
|
2488
|
+
/** Category of the connection */
|
|
2489
|
+
export declare enum KnownConnectionCategory {
|
|
2490
|
+
/** PythonFeed */
|
|
2491
|
+
PythonFeed = "PythonFeed",
|
|
2492
|
+
/** ContainerRegistry */
|
|
2493
|
+
ContainerRegistry = "ContainerRegistry",
|
|
2494
|
+
/** Git */
|
|
2495
|
+
Git = "Git",
|
|
2496
|
+
/** S3 */
|
|
2497
|
+
S3 = "S3",
|
|
2498
|
+
/** Snowflake */
|
|
2499
|
+
Snowflake = "Snowflake",
|
|
2500
|
+
/** AzureKeyVault */
|
|
2501
|
+
AzureKeyVault = "AzureKeyVault",
|
|
2502
|
+
/** AzureSqlDb */
|
|
2503
|
+
AzureSqlDb = "AzureSqlDb",
|
|
2504
|
+
/** AzureSynapseAnalytics */
|
|
2505
|
+
AzureSynapseAnalytics = "AzureSynapseAnalytics",
|
|
2506
|
+
/** AzureMySqlDb */
|
|
2507
|
+
AzureMySqlDb = "AzureMySqlDb",
|
|
2508
|
+
/** AzurePostgresDb */
|
|
2509
|
+
AzurePostgresDb = "AzurePostgresDb",
|
|
2510
|
+
/** ADLSGen2 */
|
|
2511
|
+
AdlsGen2 = "ADLSGen2",
|
|
2512
|
+
/** AzureContainerAppEnvironment */
|
|
2513
|
+
AzureContainerAppEnvironment = "AzureContainerAppEnvironment",
|
|
2514
|
+
/** Redis */
|
|
2515
|
+
Redis = "Redis",
|
|
2516
|
+
/** ApiKey */
|
|
2517
|
+
ApiKey = "ApiKey",
|
|
2518
|
+
/** AzureOpenAI */
|
|
2519
|
+
AzureOpenAI = "AzureOpenAI",
|
|
2520
|
+
/** AIServices */
|
|
2521
|
+
AIServices = "AIServices",
|
|
2522
|
+
/** CognitiveSearch */
|
|
2523
|
+
CognitiveSearch = "CognitiveSearch",
|
|
2524
|
+
/** CognitiveService */
|
|
2525
|
+
CognitiveService = "CognitiveService",
|
|
2526
|
+
/** CustomKeys */
|
|
2527
|
+
CustomKeys = "CustomKeys",
|
|
2528
|
+
/** AzureBlob */
|
|
2529
|
+
AzureBlob = "AzureBlob",
|
|
2530
|
+
/** AzureStorageAccount */
|
|
2531
|
+
AzureStorageAccount = "AzureStorageAccount",
|
|
2532
|
+
/** AzureOneLake */
|
|
2533
|
+
AzureOneLake = "AzureOneLake",
|
|
2534
|
+
/** CosmosDb */
|
|
2535
|
+
CosmosDb = "CosmosDb",
|
|
2536
|
+
/** CosmosDbMongoDbApi */
|
|
2537
|
+
CosmosDbMongoDbApi = "CosmosDbMongoDbApi",
|
|
2538
|
+
/** AzureDataExplorer */
|
|
2539
|
+
AzureDataExplorer = "AzureDataExplorer",
|
|
2540
|
+
/** AzureMariaDb */
|
|
2541
|
+
AzureMariaDb = "AzureMariaDb",
|
|
2542
|
+
/** AzureDatabricksDeltaLake */
|
|
2543
|
+
AzureDatabricksDeltaLake = "AzureDatabricksDeltaLake",
|
|
2544
|
+
/** AzureSqlMi */
|
|
2545
|
+
AzureSqlMi = "AzureSqlMi",
|
|
2546
|
+
/** AzureTableStorage */
|
|
2547
|
+
AzureTableStorage = "AzureTableStorage",
|
|
2548
|
+
/** AmazonRdsForOracle */
|
|
2549
|
+
AmazonRdsForOracle = "AmazonRdsForOracle",
|
|
2550
|
+
/** AmazonRdsForSqlServer */
|
|
2551
|
+
AmazonRdsForSqlServer = "AmazonRdsForSqlServer",
|
|
2552
|
+
/** AmazonRedshift */
|
|
2553
|
+
AmazonRedshift = "AmazonRedshift",
|
|
2554
|
+
/** Db2 */
|
|
2555
|
+
Db2 = "Db2",
|
|
2556
|
+
/** Drill */
|
|
2557
|
+
Drill = "Drill",
|
|
2558
|
+
/** GoogleBigQuery */
|
|
2559
|
+
GoogleBigQuery = "GoogleBigQuery",
|
|
2560
|
+
/** Greenplum */
|
|
2561
|
+
Greenplum = "Greenplum",
|
|
2562
|
+
/** Hbase */
|
|
2563
|
+
Hbase = "Hbase",
|
|
2564
|
+
/** Hive */
|
|
2565
|
+
Hive = "Hive",
|
|
2566
|
+
/** Impala */
|
|
2567
|
+
Impala = "Impala",
|
|
2568
|
+
/** Informix */
|
|
2569
|
+
Informix = "Informix",
|
|
2570
|
+
/** MariaDb */
|
|
2571
|
+
MariaDb = "MariaDb",
|
|
2572
|
+
/** MicrosoftAccess */
|
|
2573
|
+
MicrosoftAccess = "MicrosoftAccess",
|
|
2574
|
+
/** MySql */
|
|
2575
|
+
MySql = "MySql",
|
|
2576
|
+
/** Netezza */
|
|
2577
|
+
Netezza = "Netezza",
|
|
2578
|
+
/** Oracle */
|
|
2579
|
+
Oracle = "Oracle",
|
|
2580
|
+
/** Phoenix */
|
|
2581
|
+
Phoenix = "Phoenix",
|
|
2582
|
+
/** PostgreSql */
|
|
2583
|
+
PostgreSql = "PostgreSql",
|
|
2584
|
+
/** Presto */
|
|
2585
|
+
Presto = "Presto",
|
|
2586
|
+
/** SapOpenHub */
|
|
2587
|
+
SapOpenHub = "SapOpenHub",
|
|
2588
|
+
/** SapBw */
|
|
2589
|
+
SapBw = "SapBw",
|
|
2590
|
+
/** SapHana */
|
|
2591
|
+
SapHana = "SapHana",
|
|
2592
|
+
/** SapTable */
|
|
2593
|
+
SapTable = "SapTable",
|
|
2594
|
+
/** Spark */
|
|
2595
|
+
Spark = "Spark",
|
|
2596
|
+
/** SqlServer */
|
|
2597
|
+
SqlServer = "SqlServer",
|
|
2598
|
+
/** Sybase */
|
|
2599
|
+
Sybase = "Sybase",
|
|
2600
|
+
/** Teradata */
|
|
2601
|
+
Teradata = "Teradata",
|
|
2602
|
+
/** Vertica */
|
|
2603
|
+
Vertica = "Vertica",
|
|
2604
|
+
/** Pinecone */
|
|
2605
|
+
Pinecone = "Pinecone",
|
|
2606
|
+
/** Databricks */
|
|
2607
|
+
Databricks = "Databricks",
|
|
2608
|
+
/** Cassandra */
|
|
2609
|
+
Cassandra = "Cassandra",
|
|
2610
|
+
/** Couchbase */
|
|
2611
|
+
Couchbase = "Couchbase",
|
|
2612
|
+
/** MongoDbV2 */
|
|
2613
|
+
MongoDbV2 = "MongoDbV2",
|
|
2614
|
+
/** MongoDbAtlas */
|
|
2615
|
+
MongoDbAtlas = "MongoDbAtlas",
|
|
2616
|
+
/** AmazonS3Compatible */
|
|
2617
|
+
AmazonS3Compatible = "AmazonS3Compatible",
|
|
2618
|
+
/** FileServer */
|
|
2619
|
+
FileServer = "FileServer",
|
|
2620
|
+
/** FtpServer */
|
|
2621
|
+
FtpServer = "FtpServer",
|
|
2622
|
+
/** GoogleCloudStorage */
|
|
2623
|
+
GoogleCloudStorage = "GoogleCloudStorage",
|
|
2624
|
+
/** Hdfs */
|
|
2625
|
+
Hdfs = "Hdfs",
|
|
2626
|
+
/** OracleCloudStorage */
|
|
2627
|
+
OracleCloudStorage = "OracleCloudStorage",
|
|
2628
|
+
/** Sftp */
|
|
2629
|
+
Sftp = "Sftp",
|
|
2630
|
+
/** GenericHttp */
|
|
2631
|
+
GenericHttp = "GenericHttp",
|
|
2632
|
+
/** ODataRest */
|
|
2633
|
+
ODataRest = "ODataRest",
|
|
2634
|
+
/** Odbc */
|
|
2635
|
+
Odbc = "Odbc",
|
|
2636
|
+
/** GenericRest */
|
|
2637
|
+
GenericRest = "GenericRest",
|
|
2638
|
+
/** RemoteTool */
|
|
2639
|
+
RemoteTool = "RemoteTool",
|
|
2640
|
+
/** AmazonMws */
|
|
2641
|
+
AmazonMws = "AmazonMws",
|
|
2642
|
+
/** Concur */
|
|
2643
|
+
Concur = "Concur",
|
|
2644
|
+
/** Dynamics */
|
|
2645
|
+
Dynamics = "Dynamics",
|
|
2646
|
+
/** DynamicsAx */
|
|
2647
|
+
DynamicsAx = "DynamicsAx",
|
|
2648
|
+
/** DynamicsCrm */
|
|
2649
|
+
DynamicsCrm = "DynamicsCrm",
|
|
2650
|
+
/** GoogleAdWords */
|
|
2651
|
+
GoogleAdWords = "GoogleAdWords",
|
|
2652
|
+
/** Hubspot */
|
|
2653
|
+
Hubspot = "Hubspot",
|
|
2654
|
+
/** Jira */
|
|
2655
|
+
Jira = "Jira",
|
|
2656
|
+
/** Magento */
|
|
2657
|
+
Magento = "Magento",
|
|
2658
|
+
/** Marketo */
|
|
2659
|
+
Marketo = "Marketo",
|
|
2660
|
+
/** Office365 */
|
|
2661
|
+
Office365 = "Office365",
|
|
2662
|
+
/** Eloqua */
|
|
2663
|
+
Eloqua = "Eloqua",
|
|
2664
|
+
/** Responsys */
|
|
2665
|
+
Responsys = "Responsys",
|
|
2666
|
+
/** OracleServiceCloud */
|
|
2667
|
+
OracleServiceCloud = "OracleServiceCloud",
|
|
2668
|
+
/** PayPal */
|
|
2669
|
+
PayPal = "PayPal",
|
|
2670
|
+
/** QuickBooks */
|
|
2671
|
+
QuickBooks = "QuickBooks",
|
|
2672
|
+
/** Salesforce */
|
|
2673
|
+
Salesforce = "Salesforce",
|
|
2674
|
+
/** SalesforceServiceCloud */
|
|
2675
|
+
SalesforceServiceCloud = "SalesforceServiceCloud",
|
|
2676
|
+
/** SalesforceMarketingCloud */
|
|
2677
|
+
SalesforceMarketingCloud = "SalesforceMarketingCloud",
|
|
2678
|
+
/** SapCloudForCustomer */
|
|
2679
|
+
SapCloudForCustomer = "SapCloudForCustomer",
|
|
2680
|
+
/** SapEcc */
|
|
2681
|
+
SapEcc = "SapEcc",
|
|
2682
|
+
/** ServiceNow */
|
|
2683
|
+
ServiceNow = "ServiceNow",
|
|
2684
|
+
/** SharePointOnlineList */
|
|
2685
|
+
SharePointOnlineList = "SharePointOnlineList",
|
|
2686
|
+
/** Shopify */
|
|
2687
|
+
Shopify = "Shopify",
|
|
2688
|
+
/** Square */
|
|
2689
|
+
Square = "Square",
|
|
2690
|
+
/** WebTable */
|
|
2691
|
+
WebTable = "WebTable",
|
|
2692
|
+
/** Xero */
|
|
2693
|
+
Xero = "Xero",
|
|
2694
|
+
/** Zoho */
|
|
2695
|
+
Zoho = "Zoho",
|
|
2696
|
+
/** GenericContainerRegistry */
|
|
2697
|
+
GenericContainerRegistry = "GenericContainerRegistry",
|
|
2698
|
+
/** Elasticsearch */
|
|
2699
|
+
Elasticsearch = "Elasticsearch",
|
|
2700
|
+
/** AppInsights */
|
|
2701
|
+
AppInsights = "AppInsights",
|
|
2702
|
+
/** AppConfig */
|
|
2703
|
+
AppConfig = "AppConfig",
|
|
2704
|
+
/** OpenAI */
|
|
2705
|
+
OpenAI = "OpenAI",
|
|
2706
|
+
/** Serp */
|
|
2707
|
+
Serp = "Serp",
|
|
2708
|
+
/** BingLLMSearch */
|
|
2709
|
+
BingLLMSearch = "BingLLMSearch",
|
|
2710
|
+
/** Serverless */
|
|
2711
|
+
Serverless = "Serverless",
|
|
2712
|
+
/** ManagedOnlineEndpoint */
|
|
2713
|
+
ManagedOnlineEndpoint = "ManagedOnlineEndpoint",
|
|
2714
|
+
/** ApiManagement */
|
|
2715
|
+
ApiManagement = "ApiManagement",
|
|
2716
|
+
/** ModelGateway */
|
|
2717
|
+
ModelGateway = "ModelGateway",
|
|
2718
|
+
/** GroundingWithBingSearch */
|
|
2719
|
+
GroundingWithBingSearch = "GroundingWithBingSearch",
|
|
2720
|
+
/** GroundingWithCustomSearch */
|
|
2721
|
+
GroundingWithCustomSearch = "GroundingWithCustomSearch",
|
|
2722
|
+
/** Sharepoint */
|
|
2723
|
+
Sharepoint = "Sharepoint",
|
|
2724
|
+
/** MicrosoftFabric */
|
|
2725
|
+
MicrosoftFabric = "MicrosoftFabric",
|
|
2726
|
+
/** PowerPlatformEnvironment */
|
|
2727
|
+
PowerPlatformEnvironment = "PowerPlatformEnvironment",
|
|
2728
|
+
/** RemoteA2A */
|
|
2729
|
+
RemoteA2A = "RemoteA2A"
|
|
2730
|
+
}
|
|
2731
|
+
/**
|
|
2732
|
+
* Category of the connection \
|
|
2733
|
+
* {@link KnownConnectionCategory} can be used interchangeably with ConnectionCategory,
|
|
2734
|
+
* this enum contains the known values that the service supports.
|
|
2735
|
+
* ### Known values supported by the service
|
|
2736
|
+
* **PythonFeed** \
|
|
2737
|
+
* **ContainerRegistry** \
|
|
2738
|
+
* **Git** \
|
|
2739
|
+
* **S3** \
|
|
2740
|
+
* **Snowflake** \
|
|
2741
|
+
* **AzureKeyVault** \
|
|
2742
|
+
* **AzureSqlDb** \
|
|
2743
|
+
* **AzureSynapseAnalytics** \
|
|
2744
|
+
* **AzureMySqlDb** \
|
|
2745
|
+
* **AzurePostgresDb** \
|
|
2746
|
+
* **ADLSGen2** \
|
|
2747
|
+
* **AzureContainerAppEnvironment** \
|
|
2748
|
+
* **Redis** \
|
|
2749
|
+
* **ApiKey** \
|
|
2750
|
+
* **AzureOpenAI** \
|
|
2751
|
+
* **AIServices** \
|
|
2752
|
+
* **CognitiveSearch** \
|
|
2753
|
+
* **CognitiveService** \
|
|
2754
|
+
* **CustomKeys** \
|
|
2755
|
+
* **AzureBlob** \
|
|
2756
|
+
* **AzureStorageAccount** \
|
|
2757
|
+
* **AzureOneLake** \
|
|
2758
|
+
* **CosmosDb** \
|
|
2759
|
+
* **CosmosDbMongoDbApi** \
|
|
2760
|
+
* **AzureDataExplorer** \
|
|
2761
|
+
* **AzureMariaDb** \
|
|
2762
|
+
* **AzureDatabricksDeltaLake** \
|
|
2763
|
+
* **AzureSqlMi** \
|
|
2764
|
+
* **AzureTableStorage** \
|
|
2765
|
+
* **AmazonRdsForOracle** \
|
|
2766
|
+
* **AmazonRdsForSqlServer** \
|
|
2767
|
+
* **AmazonRedshift** \
|
|
2768
|
+
* **Db2** \
|
|
2769
|
+
* **Drill** \
|
|
2770
|
+
* **GoogleBigQuery** \
|
|
2771
|
+
* **Greenplum** \
|
|
2772
|
+
* **Hbase** \
|
|
2773
|
+
* **Hive** \
|
|
2774
|
+
* **Impala** \
|
|
2775
|
+
* **Informix** \
|
|
2776
|
+
* **MariaDb** \
|
|
2777
|
+
* **MicrosoftAccess** \
|
|
2778
|
+
* **MySql** \
|
|
2779
|
+
* **Netezza** \
|
|
2780
|
+
* **Oracle** \
|
|
2781
|
+
* **Phoenix** \
|
|
2782
|
+
* **PostgreSql** \
|
|
2783
|
+
* **Presto** \
|
|
2784
|
+
* **SapOpenHub** \
|
|
2785
|
+
* **SapBw** \
|
|
2786
|
+
* **SapHana** \
|
|
2787
|
+
* **SapTable** \
|
|
2788
|
+
* **Spark** \
|
|
2789
|
+
* **SqlServer** \
|
|
2790
|
+
* **Sybase** \
|
|
2791
|
+
* **Teradata** \
|
|
2792
|
+
* **Vertica** \
|
|
2793
|
+
* **Pinecone** \
|
|
2794
|
+
* **Databricks** \
|
|
2795
|
+
* **Cassandra** \
|
|
2796
|
+
* **Couchbase** \
|
|
2797
|
+
* **MongoDbV2** \
|
|
2798
|
+
* **MongoDbAtlas** \
|
|
2799
|
+
* **AmazonS3Compatible** \
|
|
2800
|
+
* **FileServer** \
|
|
2801
|
+
* **FtpServer** \
|
|
2802
|
+
* **GoogleCloudStorage** \
|
|
2803
|
+
* **Hdfs** \
|
|
2804
|
+
* **OracleCloudStorage** \
|
|
2805
|
+
* **Sftp** \
|
|
2806
|
+
* **GenericHttp** \
|
|
2807
|
+
* **ODataRest** \
|
|
2808
|
+
* **Odbc** \
|
|
2809
|
+
* **GenericRest** \
|
|
2810
|
+
* **RemoteTool** \
|
|
2811
|
+
* **AmazonMws** \
|
|
2812
|
+
* **Concur** \
|
|
2813
|
+
* **Dynamics** \
|
|
2814
|
+
* **DynamicsAx** \
|
|
2815
|
+
* **DynamicsCrm** \
|
|
2816
|
+
* **GoogleAdWords** \
|
|
2817
|
+
* **Hubspot** \
|
|
2818
|
+
* **Jira** \
|
|
2819
|
+
* **Magento** \
|
|
2820
|
+
* **Marketo** \
|
|
2821
|
+
* **Office365** \
|
|
2822
|
+
* **Eloqua** \
|
|
2823
|
+
* **Responsys** \
|
|
2824
|
+
* **OracleServiceCloud** \
|
|
2825
|
+
* **PayPal** \
|
|
2826
|
+
* **QuickBooks** \
|
|
2827
|
+
* **Salesforce** \
|
|
2828
|
+
* **SalesforceServiceCloud** \
|
|
2829
|
+
* **SalesforceMarketingCloud** \
|
|
2830
|
+
* **SapCloudForCustomer** \
|
|
2831
|
+
* **SapEcc** \
|
|
2832
|
+
* **ServiceNow** \
|
|
2833
|
+
* **SharePointOnlineList** \
|
|
2834
|
+
* **Shopify** \
|
|
2835
|
+
* **Square** \
|
|
2836
|
+
* **WebTable** \
|
|
2837
|
+
* **Xero** \
|
|
2838
|
+
* **Zoho** \
|
|
2839
|
+
* **GenericContainerRegistry** \
|
|
2840
|
+
* **Elasticsearch** \
|
|
2841
|
+
* **AppInsights** \
|
|
2842
|
+
* **AppConfig** \
|
|
2843
|
+
* **OpenAI** \
|
|
2844
|
+
* **Serp** \
|
|
2845
|
+
* **BingLLMSearch** \
|
|
2846
|
+
* **Serverless** \
|
|
2847
|
+
* **ManagedOnlineEndpoint** \
|
|
2848
|
+
* **ApiManagement** \
|
|
2849
|
+
* **ModelGateway** \
|
|
2850
|
+
* **GroundingWithBingSearch** \
|
|
2851
|
+
* **GroundingWithCustomSearch** \
|
|
2852
|
+
* **Sharepoint** \
|
|
2853
|
+
* **MicrosoftFabric** \
|
|
2854
|
+
* **PowerPlatformEnvironment** \
|
|
2855
|
+
* **RemoteA2A**
|
|
2856
|
+
*/
|
|
2857
|
+
export type ConnectionCategory = string;
|
|
2858
|
+
/** Group based on connection category */
|
|
2859
|
+
export declare enum KnownConnectionGroup {
|
|
2860
|
+
/** Azure */
|
|
2861
|
+
Azure = "Azure",
|
|
2862
|
+
/** AzureAI */
|
|
2863
|
+
AzureAI = "AzureAI",
|
|
2864
|
+
/** Database */
|
|
2865
|
+
Database = "Database",
|
|
2866
|
+
/** NoSQL */
|
|
2867
|
+
NoSQL = "NoSQL",
|
|
2868
|
+
/** File */
|
|
2869
|
+
File = "File",
|
|
2870
|
+
/** GenericProtocol */
|
|
2871
|
+
GenericProtocol = "GenericProtocol",
|
|
2872
|
+
/** ServicesAndApps */
|
|
2873
|
+
ServicesAndApps = "ServicesAndApps"
|
|
2874
|
+
}
|
|
2875
|
+
/**
|
|
2876
|
+
* Group based on connection category \
|
|
2877
|
+
* {@link KnownConnectionGroup} can be used interchangeably with ConnectionGroup,
|
|
2878
|
+
* this enum contains the known values that the service supports.
|
|
2879
|
+
* ### Known values supported by the service
|
|
2880
|
+
* **Azure** \
|
|
2881
|
+
* **AzureAI** \
|
|
2882
|
+
* **Database** \
|
|
2883
|
+
* **NoSQL** \
|
|
2884
|
+
* **File** \
|
|
2885
|
+
* **GenericProtocol** \
|
|
2886
|
+
* **ServicesAndApps**
|
|
2887
|
+
*/
|
|
2888
|
+
export type ConnectionGroup = string;
|
|
2889
|
+
/** Known values of {@link ManagedPERequirement} that the service accepts. */
|
|
2890
|
+
export declare enum KnownManagedPERequirement {
|
|
2891
|
+
/** Required */
|
|
2892
|
+
Required = "Required",
|
|
2893
|
+
/** NotRequired */
|
|
2894
|
+
NotRequired = "NotRequired",
|
|
2895
|
+
/** NotApplicable */
|
|
2896
|
+
NotApplicable = "NotApplicable"
|
|
2897
|
+
}
|
|
2898
|
+
/** Type of ManagedPERequirement */
|
|
2899
|
+
export type ManagedPERequirement = string;
|
|
2900
|
+
/** Known values of {@link ManagedPEStatus} that the service accepts. */
|
|
2901
|
+
export declare enum KnownManagedPEStatus {
|
|
2902
|
+
/** Inactive */
|
|
2903
|
+
Inactive = "Inactive",
|
|
2904
|
+
/** Active */
|
|
2905
|
+
Active = "Active",
|
|
2906
|
+
/** NotApplicable */
|
|
2907
|
+
NotApplicable = "NotApplicable"
|
|
2908
|
+
}
|
|
2909
|
+
/** Type of ManagedPEStatus */
|
|
2910
|
+
export type ManagedPEStatus = string;
|
|
2911
|
+
/** model interface PATAuthTypeConnectionProperties */
|
|
2912
|
+
export interface PATAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2913
|
+
credentials?: ConnectionPersonalAccessToken;
|
|
2914
|
+
/** Authentication type of the connection target */
|
|
2915
|
+
authType: "PAT";
|
|
2916
|
+
}
|
|
2917
|
+
export declare function patAuthTypeConnectionPropertiesSerializer(item: PATAuthTypeConnectionProperties): any;
|
|
2918
|
+
export declare function patAuthTypeConnectionPropertiesDeserializer(item: any): PATAuthTypeConnectionProperties;
|
|
2919
|
+
/** model interface ConnectionPersonalAccessToken */
|
|
2920
|
+
export interface ConnectionPersonalAccessToken {
|
|
2921
|
+
pat?: string;
|
|
2922
|
+
}
|
|
2923
|
+
export declare function connectionPersonalAccessTokenSerializer(item: ConnectionPersonalAccessToken): any;
|
|
2924
|
+
export declare function connectionPersonalAccessTokenDeserializer(item: any): ConnectionPersonalAccessToken;
|
|
2925
|
+
/** model interface ManagedIdentityAuthTypeConnectionProperties */
|
|
2926
|
+
export interface ManagedIdentityAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2927
|
+
credentials?: ConnectionManagedIdentity;
|
|
2928
|
+
/** Authentication type of the connection target */
|
|
2929
|
+
authType: "ManagedIdentity";
|
|
2930
|
+
}
|
|
2931
|
+
export declare function managedIdentityAuthTypeConnectionPropertiesSerializer(item: ManagedIdentityAuthTypeConnectionProperties): any;
|
|
2932
|
+
export declare function managedIdentityAuthTypeConnectionPropertiesDeserializer(item: any): ManagedIdentityAuthTypeConnectionProperties;
|
|
2933
|
+
/** model interface ConnectionManagedIdentity */
|
|
2934
|
+
export interface ConnectionManagedIdentity {
|
|
2935
|
+
clientId?: string;
|
|
2936
|
+
resourceId?: string;
|
|
2937
|
+
}
|
|
2938
|
+
export declare function connectionManagedIdentitySerializer(item: ConnectionManagedIdentity): any;
|
|
2939
|
+
export declare function connectionManagedIdentityDeserializer(item: any): ConnectionManagedIdentity;
|
|
2940
|
+
/** model interface UsernamePasswordAuthTypeConnectionProperties */
|
|
2941
|
+
export interface UsernamePasswordAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2942
|
+
credentials?: ConnectionUsernamePassword;
|
|
2943
|
+
/** Authentication type of the connection target */
|
|
2944
|
+
authType: "UsernamePassword";
|
|
2945
|
+
}
|
|
2946
|
+
export declare function usernamePasswordAuthTypeConnectionPropertiesSerializer(item: UsernamePasswordAuthTypeConnectionProperties): any;
|
|
2947
|
+
export declare function usernamePasswordAuthTypeConnectionPropertiesDeserializer(item: any): UsernamePasswordAuthTypeConnectionProperties;
|
|
2948
|
+
/** model interface ConnectionUsernamePassword */
|
|
2949
|
+
export interface ConnectionUsernamePassword {
|
|
2950
|
+
password?: string;
|
|
2951
|
+
/** Optional, required by connections like SalesForce for extra security in addition to UsernamePassword */
|
|
2952
|
+
securityToken?: string;
|
|
2953
|
+
username?: string;
|
|
2954
|
+
}
|
|
2955
|
+
export declare function connectionUsernamePasswordSerializer(item: ConnectionUsernamePassword): any;
|
|
2956
|
+
export declare function connectionUsernamePasswordDeserializer(item: any): ConnectionUsernamePassword;
|
|
2957
|
+
/** model interface NoneAuthTypeConnectionProperties */
|
|
2958
|
+
export interface NoneAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2959
|
+
/** Authentication type of the connection target */
|
|
2960
|
+
authType: "None";
|
|
2961
|
+
}
|
|
2962
|
+
export declare function noneAuthTypeConnectionPropertiesSerializer(item: NoneAuthTypeConnectionProperties): any;
|
|
2963
|
+
export declare function noneAuthTypeConnectionPropertiesDeserializer(item: any): NoneAuthTypeConnectionProperties;
|
|
2964
|
+
/** model interface SASAuthTypeConnectionProperties */
|
|
2965
|
+
export interface SASAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2966
|
+
credentials?: ConnectionSharedAccessSignature;
|
|
2967
|
+
/** Authentication type of the connection target */
|
|
2968
|
+
authType: "SAS";
|
|
2969
|
+
}
|
|
2970
|
+
export declare function sasAuthTypeConnectionPropertiesSerializer(item: SASAuthTypeConnectionProperties): any;
|
|
2971
|
+
export declare function sasAuthTypeConnectionPropertiesDeserializer(item: any): SASAuthTypeConnectionProperties;
|
|
2972
|
+
/** model interface ConnectionSharedAccessSignature */
|
|
2973
|
+
export interface ConnectionSharedAccessSignature {
|
|
2974
|
+
sas?: string;
|
|
2975
|
+
}
|
|
2976
|
+
export declare function connectionSharedAccessSignatureSerializer(item: ConnectionSharedAccessSignature): any;
|
|
2977
|
+
export declare function connectionSharedAccessSignatureDeserializer(item: any): ConnectionSharedAccessSignature;
|
|
2978
|
+
/** This connection type covers the account key connection for Azure storage */
|
|
2979
|
+
export interface AccountKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2980
|
+
/** Account key object for connection credential. */
|
|
2981
|
+
credentials?: ConnectionAccountKey;
|
|
2982
|
+
/** Authentication type of the connection target */
|
|
2983
|
+
authType: "AccountKey";
|
|
2984
|
+
}
|
|
2985
|
+
export declare function accountKeyAuthTypeConnectionPropertiesSerializer(item: AccountKeyAuthTypeConnectionProperties): any;
|
|
2986
|
+
export declare function accountKeyAuthTypeConnectionPropertiesDeserializer(item: any): AccountKeyAuthTypeConnectionProperties;
|
|
2987
|
+
/** Account key object for connection credential. */
|
|
2988
|
+
export interface ConnectionAccountKey {
|
|
2989
|
+
key?: string;
|
|
2990
|
+
}
|
|
2991
|
+
export declare function connectionAccountKeySerializer(item: ConnectionAccountKey): any;
|
|
2992
|
+
export declare function connectionAccountKeyDeserializer(item: any): ConnectionAccountKey;
|
|
2993
|
+
/** model interface ServicePrincipalAuthTypeConnectionProperties */
|
|
2994
|
+
export interface ServicePrincipalAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2995
|
+
credentials?: ConnectionServicePrincipal;
|
|
2996
|
+
/** Authentication type of the connection target */
|
|
2997
|
+
authType: "ServicePrincipal";
|
|
2998
|
+
}
|
|
2999
|
+
export declare function servicePrincipalAuthTypeConnectionPropertiesSerializer(item: ServicePrincipalAuthTypeConnectionProperties): any;
|
|
3000
|
+
export declare function servicePrincipalAuthTypeConnectionPropertiesDeserializer(item: any): ServicePrincipalAuthTypeConnectionProperties;
|
|
3001
|
+
/** model interface ConnectionServicePrincipal */
|
|
3002
|
+
export interface ConnectionServicePrincipal {
|
|
3003
|
+
clientId?: string;
|
|
3004
|
+
clientSecret?: string;
|
|
3005
|
+
tenantId?: string;
|
|
3006
|
+
}
|
|
3007
|
+
export declare function connectionServicePrincipalSerializer(item: ConnectionServicePrincipal): any;
|
|
3008
|
+
export declare function connectionServicePrincipalDeserializer(item: any): ConnectionServicePrincipal;
|
|
3009
|
+
/** model interface AccessKeyAuthTypeConnectionProperties */
|
|
3010
|
+
export interface AccessKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
3011
|
+
credentials?: ConnectionAccessKey;
|
|
3012
|
+
/** Authentication type of the connection target */
|
|
3013
|
+
authType: "AccessKey";
|
|
3014
|
+
}
|
|
3015
|
+
export declare function accessKeyAuthTypeConnectionPropertiesSerializer(item: AccessKeyAuthTypeConnectionProperties): any;
|
|
3016
|
+
export declare function accessKeyAuthTypeConnectionPropertiesDeserializer(item: any): AccessKeyAuthTypeConnectionProperties;
|
|
3017
|
+
/** model interface ConnectionAccessKey */
|
|
3018
|
+
export interface ConnectionAccessKey {
|
|
3019
|
+
accessKeyId?: string;
|
|
3020
|
+
secretAccessKey?: string;
|
|
3021
|
+
}
|
|
3022
|
+
export declare function connectionAccessKeySerializer(item: ConnectionAccessKey): any;
|
|
3023
|
+
export declare function connectionAccessKeyDeserializer(item: any): ConnectionAccessKey;
|
|
3024
|
+
/**
|
|
3025
|
+
* This connection type covers the generic ApiKey auth connection categories, for examples:
|
|
3026
|
+
* AzureOpenAI:
|
|
3027
|
+
* Category:= AzureOpenAI
|
|
3028
|
+
* AuthType:= ApiKey (as type discriminator)
|
|
3029
|
+
* Credentials:= {ApiKey} as .ApiKey
|
|
3030
|
+
* Target:= {ApiBase}
|
|
3031
|
+
*
|
|
3032
|
+
* CognitiveService:
|
|
3033
|
+
* Category:= CognitiveService
|
|
3034
|
+
* AuthType:= ApiKey (as type discriminator)
|
|
3035
|
+
* Credentials:= {SubscriptionKey} as ApiKey
|
|
3036
|
+
* Target:= ServiceRegion={serviceRegion}
|
|
3037
|
+
*
|
|
3038
|
+
* CognitiveSearch:
|
|
3039
|
+
* Category:= CognitiveSearch
|
|
3040
|
+
* AuthType:= ApiKey (as type discriminator)
|
|
3041
|
+
* Credentials:= {Key} as ApiKey
|
|
3042
|
+
* Target:= {Endpoint}
|
|
3043
|
+
*
|
|
3044
|
+
* Use Metadata property bag for ApiType, ApiVersion, Kind and other metadata fields
|
|
3045
|
+
*/
|
|
3046
|
+
export interface ApiKeyAuthConnectionProperties extends ConnectionPropertiesV2 {
|
|
3047
|
+
/** Api key object for connection credential. */
|
|
3048
|
+
credentials?: ConnectionApiKey;
|
|
3049
|
+
/** Authentication type of the connection target */
|
|
3050
|
+
authType: "ApiKey";
|
|
3051
|
+
}
|
|
3052
|
+
export declare function apiKeyAuthConnectionPropertiesSerializer(item: ApiKeyAuthConnectionProperties): any;
|
|
3053
|
+
export declare function apiKeyAuthConnectionPropertiesDeserializer(item: any): ApiKeyAuthConnectionProperties;
|
|
3054
|
+
/** Api key object for connection credential. */
|
|
3055
|
+
export interface ConnectionApiKey {
|
|
3056
|
+
key?: string;
|
|
3057
|
+
}
|
|
3058
|
+
export declare function connectionApiKeySerializer(item: ConnectionApiKey): any;
|
|
3059
|
+
export declare function connectionApiKeyDeserializer(item: any): ConnectionApiKey;
|
|
3060
|
+
/**
|
|
3061
|
+
* Category:= CustomKeys
|
|
3062
|
+
* AuthType:= CustomKeys (as type discriminator)
|
|
3063
|
+
* Credentials:= {CustomKeys} as CustomKeys
|
|
3064
|
+
* Target:= {any value}
|
|
3065
|
+
* Use Metadata property bag for ApiVersion and other metadata fields
|
|
3066
|
+
*/
|
|
3067
|
+
export interface CustomKeysConnectionProperties extends ConnectionPropertiesV2 {
|
|
3068
|
+
/** Custom Keys credential object */
|
|
3069
|
+
credentials?: CustomKeys;
|
|
3070
|
+
/** Authentication type of the connection target */
|
|
3071
|
+
authType: "CustomKeys";
|
|
3072
|
+
}
|
|
3073
|
+
export declare function customKeysConnectionPropertiesSerializer(item: CustomKeysConnectionProperties): any;
|
|
3074
|
+
export declare function customKeysConnectionPropertiesDeserializer(item: any): CustomKeysConnectionProperties;
|
|
3075
|
+
/** Custom Keys credential object */
|
|
3076
|
+
export interface CustomKeys {
|
|
3077
|
+
/** Dictionary of <string> */
|
|
3078
|
+
keys?: Record<string, string>;
|
|
3079
|
+
}
|
|
3080
|
+
export declare function customKeysSerializer(item: CustomKeys): any;
|
|
3081
|
+
export declare function customKeysDeserializer(item: any): CustomKeys;
|
|
3082
|
+
/** model interface OAuth2AuthTypeConnectionProperties */
|
|
3083
|
+
export interface OAuth2AuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
3084
|
+
/**
|
|
3085
|
+
* ClientId and ClientSecret are required. Other properties are optional
|
|
3086
|
+
* depending on each OAuth2 provider's implementation.
|
|
3087
|
+
*/
|
|
3088
|
+
credentials?: ConnectionOAuth2;
|
|
3089
|
+
/** Authentication type of the connection target */
|
|
3090
|
+
authType: "OAuth2";
|
|
3091
|
+
}
|
|
3092
|
+
export declare function oAuth2AuthTypeConnectionPropertiesSerializer(item: OAuth2AuthTypeConnectionProperties): any;
|
|
3093
|
+
export declare function oAuth2AuthTypeConnectionPropertiesDeserializer(item: any): OAuth2AuthTypeConnectionProperties;
|
|
3094
|
+
/**
|
|
3095
|
+
* ClientId and ClientSecret are required. Other properties are optional
|
|
3096
|
+
* depending on each OAuth2 provider's implementation.
|
|
3097
|
+
*/
|
|
3098
|
+
export interface ConnectionOAuth2 {
|
|
3099
|
+
/** Required by Concur connection category */
|
|
3100
|
+
authUrl?: string;
|
|
3101
|
+
/** Client id in the format of UUID */
|
|
3102
|
+
clientId?: string;
|
|
3103
|
+
clientSecret?: string;
|
|
3104
|
+
/** Required by GoogleAdWords connection category */
|
|
3105
|
+
developerToken?: string;
|
|
3106
|
+
password?: string;
|
|
3107
|
+
/**
|
|
3108
|
+
* Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho
|
|
3109
|
+
* where user needs to get RefreshToken offline
|
|
3110
|
+
*/
|
|
3111
|
+
refreshToken?: string;
|
|
3112
|
+
/** Required by QuickBooks and Xero connection categories */
|
|
3113
|
+
tenantId?: string;
|
|
3114
|
+
/**
|
|
3115
|
+
* Concur, ServiceNow auth server AccessToken grant type is 'Password'
|
|
3116
|
+
* which requires UsernamePassword
|
|
3117
|
+
*/
|
|
3118
|
+
username?: string;
|
|
3119
|
+
}
|
|
3120
|
+
export declare function connectionOAuth2Serializer(item: ConnectionOAuth2): any;
|
|
3121
|
+
export declare function connectionOAuth2Deserializer(item: any): ConnectionOAuth2;
|
|
3122
|
+
/** This connection type covers the AAD auth for any applicable Azure service */
|
|
3123
|
+
export interface AADAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
3124
|
+
/** Authentication type of the connection target */
|
|
3125
|
+
authType: "AAD";
|
|
3126
|
+
}
|
|
3127
|
+
export declare function aadAuthTypeConnectionPropertiesSerializer(item: AADAuthTypeConnectionProperties): any;
|
|
3128
|
+
export declare function aadAuthTypeConnectionPropertiesDeserializer(item: any): AADAuthTypeConnectionProperties;
|
|
3129
|
+
/** The properties that the Cognitive services connection will be updated with. */
|
|
3130
|
+
export interface ConnectionUpdateContent {
|
|
3131
|
+
/** The properties that the Cognitive services connection will be updated with. */
|
|
3132
|
+
properties?: ConnectionPropertiesV2Union;
|
|
3133
|
+
}
|
|
3134
|
+
export declare function connectionUpdateContentSerializer(item: ConnectionUpdateContent): any;
|
|
3135
|
+
/** model interface _ConnectionPropertiesV2BasicResourceArmPaginatedResult */
|
|
3136
|
+
export interface _ConnectionPropertiesV2BasicResourceArmPaginatedResult {
|
|
3137
|
+
nextLink?: string;
|
|
3138
|
+
value?: ConnectionPropertiesV2BasicResource[];
|
|
3139
|
+
}
|
|
3140
|
+
export declare function _connectionPropertiesV2BasicResourceArmPaginatedResultDeserializer(item: any): _ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
3141
|
+
export declare function connectionPropertiesV2BasicResourceArraySerializer(result: Array<ConnectionPropertiesV2BasicResource>): any[];
|
|
3142
|
+
export declare function connectionPropertiesV2BasicResourceArrayDeserializer(result: Array<ConnectionPropertiesV2BasicResource>): any[];
|
|
3143
|
+
/** Azure Resource Manager resource envelope for Project CapabilityHost. */
|
|
3144
|
+
export interface ProjectCapabilityHost extends ProxyResource {
|
|
3145
|
+
/** [Required] Additional attributes of the entity. */
|
|
3146
|
+
properties: ProjectCapabilityHostProperties;
|
|
3147
|
+
}
|
|
3148
|
+
export declare function projectCapabilityHostSerializer(item: ProjectCapabilityHost): any;
|
|
3149
|
+
export declare function projectCapabilityHostDeserializer(item: any): ProjectCapabilityHost;
|
|
3150
|
+
/** model interface ProjectCapabilityHostProperties */
|
|
3151
|
+
export interface ProjectCapabilityHostProperties {
|
|
3152
|
+
/** List of AI services connections. */
|
|
3153
|
+
aiServicesConnections?: string[];
|
|
3154
|
+
/** List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). */
|
|
3155
|
+
vectorStoreConnections?: string[];
|
|
3156
|
+
/** List of connection names from those available in the account or project to be used as a storage resource. */
|
|
3157
|
+
storageConnections?: string[];
|
|
3158
|
+
/** List of connection names from those available in the account or project to be used for Thread storage. */
|
|
3159
|
+
threadStorageConnections?: string[];
|
|
3160
|
+
/** Provisioning state for the CapabilityHost. */
|
|
3161
|
+
readonly provisioningState?: CapabilityHostProvisioningState;
|
|
3162
|
+
}
|
|
3163
|
+
export declare function projectCapabilityHostPropertiesSerializer(item: ProjectCapabilityHostProperties): any;
|
|
3164
|
+
export declare function projectCapabilityHostPropertiesDeserializer(item: any): ProjectCapabilityHostProperties;
|
|
3165
|
+
/** Provisioning state of capability host. */
|
|
3166
|
+
export declare enum KnownCapabilityHostProvisioningState {
|
|
3167
|
+
/** Succeeded */
|
|
3168
|
+
Succeeded = "Succeeded",
|
|
3169
|
+
/** Failed */
|
|
3170
|
+
Failed = "Failed",
|
|
3171
|
+
/** Canceled */
|
|
3172
|
+
Canceled = "Canceled",
|
|
3173
|
+
/** Creating */
|
|
3174
|
+
Creating = "Creating",
|
|
3175
|
+
/** Updating */
|
|
3176
|
+
Updating = "Updating",
|
|
3177
|
+
/** Deleting */
|
|
3178
|
+
Deleting = "Deleting"
|
|
3179
|
+
}
|
|
3180
|
+
/**
|
|
3181
|
+
* Provisioning state of capability host. \
|
|
3182
|
+
* {@link KnownCapabilityHostProvisioningState} can be used interchangeably with CapabilityHostProvisioningState,
|
|
3183
|
+
* this enum contains the known values that the service supports.
|
|
3184
|
+
* ### Known values supported by the service
|
|
3185
|
+
* **Succeeded** \
|
|
3186
|
+
* **Failed** \
|
|
3187
|
+
* **Canceled** \
|
|
3188
|
+
* **Creating** \
|
|
3189
|
+
* **Updating** \
|
|
3190
|
+
* **Deleting**
|
|
3191
|
+
*/
|
|
3192
|
+
export type CapabilityHostProvisioningState = string;
|
|
3193
|
+
/** A paginated list of Project Capability Host entities. */
|
|
3194
|
+
export interface _ProjectCapabilityHostResourceArmPaginatedResult {
|
|
3195
|
+
/** The link to the next page of Project Capability Host objects. If null, there are no additional pages. */
|
|
3196
|
+
nextLink?: string;
|
|
3197
|
+
/** An array of objects of type Project Capability Host. */
|
|
3198
|
+
value?: ProjectCapabilityHost[];
|
|
3199
|
+
}
|
|
3200
|
+
export declare function _projectCapabilityHostResourceArmPaginatedResultDeserializer(item: any): _ProjectCapabilityHostResourceArmPaginatedResult;
|
|
3201
|
+
export declare function projectCapabilityHostArraySerializer(result: Array<ProjectCapabilityHost>): any[];
|
|
3202
|
+
export declare function projectCapabilityHostArrayDeserializer(result: Array<ProjectCapabilityHost>): any[];
|
|
3203
|
+
/** The quota tier information for the subscription */
|
|
3204
|
+
export interface QuotaTier extends ProxyResource {
|
|
3205
|
+
/** Properties of quota tier resource. */
|
|
3206
|
+
properties?: QuotaTierProperties;
|
|
3207
|
+
}
|
|
3208
|
+
export declare function quotaTierSerializer(item: QuotaTier): any;
|
|
3209
|
+
export declare function quotaTierDeserializer(item: any): QuotaTier;
|
|
3210
|
+
/** Properties of Quota Tier resource'. */
|
|
3211
|
+
export interface QuotaTierProperties {
|
|
3212
|
+
/** Name of the current quota tier for the subscription. */
|
|
3213
|
+
readonly currentTierName?: string;
|
|
3214
|
+
/** Gets the tier upgrade policy for the subscription. */
|
|
3215
|
+
tierUpgradePolicy?: TierUpgradePolicy;
|
|
3216
|
+
/** The date on which the current tier was assigned to the subscription (UTC). */
|
|
3217
|
+
readonly assignmentDate?: Date;
|
|
3218
|
+
/** Information about the quota tier upgrade eligibility for the subscription. */
|
|
3219
|
+
readonly tierUpgradeEligibilityInfo?: QuotaTierUpgradeEligibilityInfo;
|
|
3220
|
+
}
|
|
3221
|
+
export declare function quotaTierPropertiesSerializer(item: QuotaTierProperties): any;
|
|
3222
|
+
export declare function quotaTierPropertiesDeserializer(item: any): QuotaTierProperties;
|
|
3223
|
+
/** Gets the tier upgrade policy for the subscription. */
|
|
3224
|
+
export declare enum KnownTierUpgradePolicy {
|
|
3225
|
+
/** OnceUpgradeIsAvailable */
|
|
3226
|
+
OnceUpgradeIsAvailable = "OnceUpgradeIsAvailable",
|
|
3227
|
+
/** NoAutoUpgrade */
|
|
3228
|
+
NoAutoUpgrade = "NoAutoUpgrade"
|
|
3229
|
+
}
|
|
3230
|
+
/**
|
|
3231
|
+
* Gets the tier upgrade policy for the subscription. \
|
|
3232
|
+
* {@link KnownTierUpgradePolicy} can be used interchangeably with TierUpgradePolicy,
|
|
3233
|
+
* this enum contains the known values that the service supports.
|
|
3234
|
+
* ### Known values supported by the service
|
|
3235
|
+
* **OnceUpgradeIsAvailable** \
|
|
3236
|
+
* **NoAutoUpgrade**
|
|
3237
|
+
*/
|
|
3238
|
+
export type TierUpgradePolicy = string;
|
|
3239
|
+
/** Information about the quota tier upgrade eligibility for the subscription. */
|
|
3240
|
+
export interface QuotaTierUpgradeEligibilityInfo {
|
|
3241
|
+
/** Name of the next quota tier for the subscription. */
|
|
3242
|
+
nextTierName?: string;
|
|
3243
|
+
/** Specifies whether an upgrade to the next quota tier is available. */
|
|
3244
|
+
upgradeAvailabilityStatus?: UpgradeAvailabilityStatus;
|
|
3245
|
+
/** The date after which the current tier will be upgraded to the next tier if the TierUpgradePolicy is "OnceUpgradeIsAvailable" (UTC). */
|
|
3246
|
+
upgradeApplicableDate?: Date;
|
|
3247
|
+
/** Reason in case the subscription is not eligible for upgrade to the next tier. */
|
|
3248
|
+
upgradeUnavailabilityReason?: string;
|
|
3249
|
+
}
|
|
3250
|
+
export declare function quotaTierUpgradeEligibilityInfoDeserializer(item: any): QuotaTierUpgradeEligibilityInfo;
|
|
3251
|
+
/** Specifies whether an upgrade to the next quota tier is available. */
|
|
3252
|
+
export declare enum KnownUpgradeAvailabilityStatus {
|
|
3253
|
+
/** Available */
|
|
3254
|
+
Available = "Available",
|
|
3255
|
+
/** NotAvailable */
|
|
3256
|
+
NotAvailable = "NotAvailable"
|
|
3257
|
+
}
|
|
3258
|
+
/**
|
|
3259
|
+
* Specifies whether an upgrade to the next quota tier is available. \
|
|
3260
|
+
* {@link KnownUpgradeAvailabilityStatus} can be used interchangeably with UpgradeAvailabilityStatus,
|
|
3261
|
+
* this enum contains the known values that the service supports.
|
|
3262
|
+
* ### Known values supported by the service
|
|
3263
|
+
* **Available** \
|
|
3264
|
+
* **NotAvailable**
|
|
3265
|
+
*/
|
|
3266
|
+
export type UpgradeAvailabilityStatus = string;
|
|
3267
|
+
/** The list of Quota Tiers response. */
|
|
3268
|
+
export interface _QuotaTierListResult {
|
|
3269
|
+
/** The link used to get the next page of quota tiers. */
|
|
3270
|
+
nextLink?: string;
|
|
3271
|
+
/** Gets the list of Quota Tiers and their properties. */
|
|
3272
|
+
readonly value?: QuotaTier[];
|
|
3273
|
+
}
|
|
3274
|
+
export declare function _quotaTierListResultDeserializer(item: any): _QuotaTierListResult;
|
|
3275
|
+
export declare function quotaTierArraySerializer(result: Array<QuotaTier>): any[];
|
|
3276
|
+
export declare function quotaTierArrayDeserializer(result: Array<QuotaTier>): any[];
|
|
3277
|
+
/** Agent Application resource */
|
|
3278
|
+
export interface AgentApplication extends ProxyResource {
|
|
3279
|
+
/** [Required] Additional attributes of the entity. */
|
|
3280
|
+
properties: AgenticApplicationProperties;
|
|
3281
|
+
}
|
|
3282
|
+
export declare function agentApplicationSerializer(item: AgentApplication): any;
|
|
3283
|
+
export declare function agentApplicationDeserializer(item: any): AgentApplication;
|
|
3284
|
+
/** Resource type representing an agentic application as a management construct. */
|
|
3285
|
+
export interface AgenticApplicationProperties extends ResourceBase {
|
|
3286
|
+
/** The display name of the application. */
|
|
3287
|
+
displayName?: string;
|
|
3288
|
+
/** The application's dedicated invocation endpoint. */
|
|
3289
|
+
baseUrl?: string;
|
|
3290
|
+
/** The list of agent definitions comprising this application, returned as references to the objects under the parent project; use this to obtain a flat list of all agent-version pairs represented by this application. */
|
|
3291
|
+
agents?: AgentReferenceProperties[];
|
|
3292
|
+
/** The EntraId Agentic Blueprint of the application. */
|
|
3293
|
+
agentIdentityBlueprint?: AssignedIdentity;
|
|
3294
|
+
/** The (default) agent instance identity of the application. */
|
|
3295
|
+
defaultInstanceIdentity?: AssignedIdentity;
|
|
3296
|
+
/** Gets or sets the authorization policy associated with this agentic application instance. */
|
|
3297
|
+
authorizationPolicy?: ApplicationAuthorizationPolicyUnion;
|
|
3298
|
+
/** Gets or sets the traffic routing policy for the application's deployments. */
|
|
3299
|
+
trafficRoutingPolicy?: ApplicationTrafficRoutingPolicy;
|
|
3300
|
+
/** Provisioning state of the application. */
|
|
3301
|
+
readonly provisioningState?: AgenticApplicationProvisioningState;
|
|
3302
|
+
/** Enabledstate of the application. */
|
|
3303
|
+
readonly isEnabled?: boolean;
|
|
3304
|
+
}
|
|
3305
|
+
export declare function agenticApplicationPropertiesSerializer(item: AgenticApplicationProperties): any;
|
|
3306
|
+
export declare function agenticApplicationPropertiesDeserializer(item: any): AgenticApplicationProperties;
|
|
3307
|
+
export declare function agentReferencePropertiesArraySerializer(result: Array<AgentReferenceProperties>): any[];
|
|
3308
|
+
export declare function agentReferencePropertiesArrayDeserializer(result: Array<AgentReferenceProperties>): any[];
|
|
3309
|
+
/** Type modeling a reference to a version of an agent definition. */
|
|
3310
|
+
export interface AgentReferenceProperties {
|
|
3311
|
+
/** Gets the agent's unique identifier within the organization (subscription). */
|
|
3312
|
+
agentId?: string;
|
|
3313
|
+
/** Gets the agent's name (unique within the project/app). */
|
|
3314
|
+
agentName?: string;
|
|
3315
|
+
}
|
|
3316
|
+
export declare function agentReferencePropertiesSerializer(item: AgentReferenceProperties): any;
|
|
3317
|
+
export declare function agentReferencePropertiesDeserializer(item: any): AgentReferenceProperties;
|
|
3318
|
+
/** Type representing an identity assignment */
|
|
3319
|
+
export interface AssignedIdentity {
|
|
3320
|
+
/** Specifies the kind of Entra identity described by this object. */
|
|
3321
|
+
kind: IdentityKind;
|
|
3322
|
+
/** Enumeration of identity types, from the perspective of management. */
|
|
3323
|
+
type: IdentityManagementType;
|
|
3324
|
+
/** The client ID of the identity. */
|
|
3325
|
+
clientId: string;
|
|
3326
|
+
/** The principal ID of the identity. */
|
|
3327
|
+
principalId: string;
|
|
3328
|
+
/** The tenant ID of the identity. */
|
|
3329
|
+
tenantId: string;
|
|
3330
|
+
/** The subject of this identity assignment. */
|
|
3331
|
+
subject?: string;
|
|
3332
|
+
/** Represents the provisioning state of an identity resource. */
|
|
3333
|
+
readonly provisioningState?: IdentityProvisioningState;
|
|
3334
|
+
}
|
|
3335
|
+
export declare function assignedIdentitySerializer(item: AssignedIdentity): any;
|
|
3336
|
+
export declare function assignedIdentityDeserializer(item: any): AssignedIdentity;
|
|
3337
|
+
/** Specifies the kind of Entra identity described by this object. */
|
|
3338
|
+
export declare enum KnownIdentityKind {
|
|
3339
|
+
/** Represents a class identity, used for agentic applications. */
|
|
3340
|
+
AgentBlueprint = "AgentBlueprint",
|
|
3341
|
+
/** Represents an instance identity. */
|
|
3342
|
+
AgentInstance = "AgentInstance",
|
|
3343
|
+
/** Represents an agentic instance identity with user-like traits. */
|
|
3344
|
+
AgenticUser = "AgenticUser",
|
|
3345
|
+
/** Represents a classic managed identity. */
|
|
3346
|
+
Managed = "Managed",
|
|
3347
|
+
/** No identity. */
|
|
3348
|
+
None = "None"
|
|
3349
|
+
}
|
|
3350
|
+
/**
|
|
3351
|
+
* Specifies the kind of Entra identity described by this object. \
|
|
3352
|
+
* {@link KnownIdentityKind} can be used interchangeably with IdentityKind,
|
|
3353
|
+
* this enum contains the known values that the service supports.
|
|
3354
|
+
* ### Known values supported by the service
|
|
3355
|
+
* **AgentBlueprint**: Represents a class identity, used for agentic applications. \
|
|
3356
|
+
* **AgentInstance**: Represents an instance identity. \
|
|
3357
|
+
* **AgenticUser**: Represents an agentic instance identity with user-like traits. \
|
|
3358
|
+
* **Managed**: Represents a classic managed identity. \
|
|
3359
|
+
* **None**: No identity.
|
|
3360
|
+
*/
|
|
3361
|
+
export type IdentityKind = string;
|
|
3362
|
+
/** Enumeration of identity types, from the perspective of management. */
|
|
3363
|
+
export declare enum KnownIdentityManagementType {
|
|
3364
|
+
/** Platform-managed identity. */
|
|
3365
|
+
System = "System",
|
|
3366
|
+
/** User-managed identity. */
|
|
3367
|
+
User = "User",
|
|
3368
|
+
/** No identity. */
|
|
3369
|
+
None = "None"
|
|
3370
|
+
}
|
|
3371
|
+
/**
|
|
3372
|
+
* Enumeration of identity types, from the perspective of management. \
|
|
3373
|
+
* {@link KnownIdentityManagementType} can be used interchangeably with IdentityManagementType,
|
|
3374
|
+
* this enum contains the known values that the service supports.
|
|
3375
|
+
* ### Known values supported by the service
|
|
3376
|
+
* **System**: Platform-managed identity. \
|
|
3377
|
+
* **User**: User-managed identity. \
|
|
3378
|
+
* **None**: No identity.
|
|
3379
|
+
*/
|
|
3380
|
+
export type IdentityManagementType = string;
|
|
3381
|
+
/** Represents the provisioning state of an identity resource. */
|
|
3382
|
+
export declare enum KnownIdentityProvisioningState {
|
|
3383
|
+
/** Identity is being created. */
|
|
3384
|
+
Creating = "Creating",
|
|
3385
|
+
/** Identity is being updated. */
|
|
3386
|
+
Updating = "Updating",
|
|
3387
|
+
/** Identity has been successfully provisioned. */
|
|
3388
|
+
Succeeded = "Succeeded",
|
|
3389
|
+
/** Identity provisioning has failed. */
|
|
3390
|
+
Failed = "Failed",
|
|
3391
|
+
/** Identity provisioning has been canceled. */
|
|
3392
|
+
Canceled = "Canceled",
|
|
3393
|
+
/** Identity is being deleted. */
|
|
3394
|
+
Deleting = "Deleting"
|
|
3395
|
+
}
|
|
3396
|
+
/**
|
|
3397
|
+
* Represents the provisioning state of an identity resource. \
|
|
3398
|
+
* {@link KnownIdentityProvisioningState} can be used interchangeably with IdentityProvisioningState,
|
|
3399
|
+
* this enum contains the known values that the service supports.
|
|
3400
|
+
* ### Known values supported by the service
|
|
3401
|
+
* **Creating**: Identity is being created. \
|
|
3402
|
+
* **Updating**: Identity is being updated. \
|
|
3403
|
+
* **Succeeded**: Identity has been successfully provisioned. \
|
|
3404
|
+
* **Failed**: Identity provisioning has failed. \
|
|
3405
|
+
* **Canceled**: Identity provisioning has been canceled. \
|
|
3406
|
+
* **Deleting**: Identity is being deleted.
|
|
3407
|
+
*/
|
|
3408
|
+
export type IdentityProvisioningState = string;
|
|
3409
|
+
/** Represents a policy for authorizing applications based on specified authentication and authorization schemes. */
|
|
3410
|
+
export interface ApplicationAuthorizationPolicy {
|
|
3411
|
+
/** Authorization scheme type. */
|
|
3412
|
+
/** The discriminator possible values: Default, OrganizationScope, Channels */
|
|
3413
|
+
type: BuiltInAuthorizationScheme;
|
|
3414
|
+
}
|
|
3415
|
+
export declare function applicationAuthorizationPolicySerializer(item: ApplicationAuthorizationPolicy): any;
|
|
3416
|
+
export declare function applicationAuthorizationPolicyDeserializer(item: any): ApplicationAuthorizationPolicy;
|
|
3417
|
+
/** Alias for ApplicationAuthorizationPolicyUnion */
|
|
3418
|
+
export type ApplicationAuthorizationPolicyUnion = RoleBasedBuiltInAuthorizationPolicy | OrganizationSharedBuiltInAuthorizationPolicy | ChannelsBuiltInAuthorizationPolicy | ApplicationAuthorizationPolicy;
|
|
3419
|
+
export declare function applicationAuthorizationPolicyUnionSerializer(item: ApplicationAuthorizationPolicyUnion): any;
|
|
3420
|
+
export declare function applicationAuthorizationPolicyUnionDeserializer(item: any): ApplicationAuthorizationPolicyUnion;
|
|
3421
|
+
/** Authorization scheme type. */
|
|
3422
|
+
export declare enum KnownBuiltInAuthorizationScheme {
|
|
3423
|
+
/** Standard AzureML RBAC */
|
|
3424
|
+
Default = "Default",
|
|
3425
|
+
/** Claim-based, requires membership in the tenant */
|
|
3426
|
+
OrganizationScope = "OrganizationScope",
|
|
3427
|
+
/** Channels-specific (AzureBotService) authorization */
|
|
3428
|
+
Channels = "Channels",
|
|
3429
|
+
/** Custom scheme defined by the application author */
|
|
3430
|
+
Custom = "Custom"
|
|
3431
|
+
}
|
|
3432
|
+
/**
|
|
3433
|
+
* Authorization scheme type. \
|
|
3434
|
+
* {@link KnownBuiltInAuthorizationScheme} can be used interchangeably with BuiltInAuthorizationScheme,
|
|
3435
|
+
* this enum contains the known values that the service supports.
|
|
3436
|
+
* ### Known values supported by the service
|
|
3437
|
+
* **Default**: Standard AzureML RBAC \
|
|
3438
|
+
* **OrganizationScope**: Claim-based, requires membership in the tenant \
|
|
3439
|
+
* **Channels**: Channels-specific (AzureBotService) authorization \
|
|
3440
|
+
* **Custom**: Custom scheme defined by the application author
|
|
3441
|
+
*/
|
|
3442
|
+
export type BuiltInAuthorizationScheme = string;
|
|
3443
|
+
/** Built-in role-based authorization policy. */
|
|
3444
|
+
export interface RoleBasedBuiltInAuthorizationPolicy extends ApplicationAuthorizationPolicy {
|
|
3445
|
+
/** Authorization scheme type. */
|
|
3446
|
+
type: "Default";
|
|
3447
|
+
}
|
|
3448
|
+
export declare function roleBasedBuiltInAuthorizationPolicySerializer(item: RoleBasedBuiltInAuthorizationPolicy): any;
|
|
3449
|
+
export declare function roleBasedBuiltInAuthorizationPolicyDeserializer(item: any): RoleBasedBuiltInAuthorizationPolicy;
|
|
3450
|
+
/** Built-in authorization policy scoped to organization/tenant. */
|
|
3451
|
+
export interface OrganizationSharedBuiltInAuthorizationPolicy extends ApplicationAuthorizationPolicy {
|
|
3452
|
+
/** Authorization scheme type. */
|
|
3453
|
+
type: "OrganizationScope";
|
|
3454
|
+
}
|
|
3455
|
+
export declare function organizationSharedBuiltInAuthorizationPolicySerializer(item: OrganizationSharedBuiltInAuthorizationPolicy): any;
|
|
3456
|
+
export declare function organizationSharedBuiltInAuthorizationPolicyDeserializer(item: any): OrganizationSharedBuiltInAuthorizationPolicy;
|
|
3457
|
+
/** Represents a built-in authorization policy specific to Azure Bot Service/Channels authentication. */
|
|
3458
|
+
export interface ChannelsBuiltInAuthorizationPolicy extends ApplicationAuthorizationPolicy {
|
|
3459
|
+
/** Authorization scheme type. */
|
|
3460
|
+
type: "Channels";
|
|
3461
|
+
}
|
|
3462
|
+
export declare function channelsBuiltInAuthorizationPolicySerializer(item: ChannelsBuiltInAuthorizationPolicy): any;
|
|
3463
|
+
export declare function channelsBuiltInAuthorizationPolicyDeserializer(item: any): ChannelsBuiltInAuthorizationPolicy;
|
|
3464
|
+
/** Type representing an application traffic policy as a property of an agentic application. */
|
|
3465
|
+
export interface ApplicationTrafficRoutingPolicy {
|
|
3466
|
+
/** Methodology used to route traffic to the application's deployments. */
|
|
3467
|
+
protocol?: TrafficRoutingProtocol;
|
|
3468
|
+
/** Gets or sets the collection of traffic routing rules. */
|
|
3469
|
+
rules?: TrafficRoutingRule[];
|
|
3470
|
+
}
|
|
3471
|
+
export declare function applicationTrafficRoutingPolicySerializer(item: ApplicationTrafficRoutingPolicy): any;
|
|
3472
|
+
export declare function applicationTrafficRoutingPolicyDeserializer(item: any): ApplicationTrafficRoutingPolicy;
|
|
3473
|
+
/** Traffic routing protocol, used to distribute an application's inbound traffic to its deployments. */
|
|
3474
|
+
export declare enum KnownTrafficRoutingProtocol {
|
|
3475
|
+
/** Percentage based routing */
|
|
3476
|
+
FixedRatio = "FixedRatio"
|
|
3477
|
+
}
|
|
3478
|
+
/**
|
|
3479
|
+
* Traffic routing protocol, used to distribute an application's inbound traffic to its deployments. \
|
|
3480
|
+
* {@link KnownTrafficRoutingProtocol} can be used interchangeably with TrafficRoutingProtocol,
|
|
3481
|
+
* this enum contains the known values that the service supports.
|
|
3482
|
+
* ### Known values supported by the service
|
|
3483
|
+
* **FixedRatio**: Percentage based routing
|
|
3484
|
+
*/
|
|
3485
|
+
export type TrafficRoutingProtocol = string;
|
|
3486
|
+
export declare function trafficRoutingRuleArraySerializer(result: Array<TrafficRoutingRule>): any[];
|
|
3487
|
+
export declare function trafficRoutingRuleArrayDeserializer(result: Array<TrafficRoutingRule>): any[];
|
|
3488
|
+
/** Represents a rule for routing traffic to a specific deployment. */
|
|
3489
|
+
export interface TrafficRoutingRule {
|
|
3490
|
+
/** The identifier of this traffic routing rule. */
|
|
3491
|
+
ruleId?: string;
|
|
3492
|
+
/** A user-provided description for this traffic routing rule. */
|
|
3493
|
+
description?: string;
|
|
3494
|
+
/** The unique identifier of the deployment to which traffic is routed by this rule. */
|
|
3495
|
+
deploymentId?: string;
|
|
3496
|
+
/** Gets or sets the percentage of traffic allocated to this instance. */
|
|
3497
|
+
trafficPercentage?: number;
|
|
3498
|
+
}
|
|
3499
|
+
export declare function trafficRoutingRuleSerializer(item: TrafficRoutingRule): any;
|
|
3500
|
+
export declare function trafficRoutingRuleDeserializer(item: any): TrafficRoutingRule;
|
|
3501
|
+
/** Provisioning state of an agentic application. */
|
|
3502
|
+
export declare enum KnownAgenticApplicationProvisioningState {
|
|
3503
|
+
/** The application was successfully provisioned. */
|
|
3504
|
+
Succeeded = "Succeeded",
|
|
3505
|
+
/** The application provisioning failed. */
|
|
3506
|
+
Failed = "Failed",
|
|
3507
|
+
/** The application provisioning was canceled. */
|
|
3508
|
+
Canceled = "Canceled",
|
|
3509
|
+
/** The application is being created. */
|
|
3510
|
+
Creating = "Creating",
|
|
3511
|
+
/** The application is being updated. */
|
|
3512
|
+
Updating = "Updating",
|
|
3513
|
+
/** The application is being deleted. */
|
|
3514
|
+
Deleting = "Deleting"
|
|
3515
|
+
}
|
|
3516
|
+
/**
|
|
3517
|
+
* Provisioning state of an agentic application. \
|
|
3518
|
+
* {@link KnownAgenticApplicationProvisioningState} can be used interchangeably with AgenticApplicationProvisioningState,
|
|
3519
|
+
* this enum contains the known values that the service supports.
|
|
3520
|
+
* ### Known values supported by the service
|
|
3521
|
+
* **Succeeded**: The application was successfully provisioned. \
|
|
3522
|
+
* **Failed**: The application provisioning failed. \
|
|
3523
|
+
* **Canceled**: The application provisioning was canceled. \
|
|
3524
|
+
* **Creating**: The application is being created. \
|
|
3525
|
+
* **Updating**: The application is being updated. \
|
|
3526
|
+
* **Deleting**: The application is being deleted.
|
|
3527
|
+
*/
|
|
3528
|
+
export type AgenticApplicationProvisioningState = string;
|
|
3529
|
+
/** model interface ResourceBase */
|
|
3530
|
+
export interface ResourceBase {
|
|
3531
|
+
/** The asset description text. */
|
|
3532
|
+
description?: string;
|
|
3533
|
+
/** Tag dictionary. Tags can be added, removed, and updated. */
|
|
3534
|
+
tags?: Record<string, string>;
|
|
3535
|
+
}
|
|
3536
|
+
export declare function resourceBaseSerializer(item: ResourceBase): any;
|
|
3537
|
+
export declare function resourceBaseDeserializer(item: any): ResourceBase;
|
|
3538
|
+
/** A paginated list of Agent Application entities. */
|
|
3539
|
+
export interface _AgentApplicationResourceArmPaginatedResult {
|
|
3540
|
+
/** The link to the next page of Agent Application objects. If null, there are no additional pages. */
|
|
3541
|
+
nextLink?: string;
|
|
3542
|
+
/** An array of objects of type Agent Application. */
|
|
3543
|
+
value?: AgentApplication[];
|
|
3544
|
+
}
|
|
3545
|
+
export declare function _agentApplicationResourceArmPaginatedResultDeserializer(item: any): _AgentApplicationResourceArmPaginatedResult;
|
|
3546
|
+
export declare function agentApplicationArraySerializer(result: Array<AgentApplication>): any[];
|
|
3547
|
+
export declare function agentApplicationArrayDeserializer(result: Array<AgentApplication>): any[];
|
|
3548
|
+
/** A paginated list of Agent Reference entities. */
|
|
3549
|
+
export interface AgentReferenceResourceArmPaginatedResult {
|
|
3550
|
+
/** The link to the next page of Agent Reference objects. If null, there are no additional pages. */
|
|
3551
|
+
nextLink?: string;
|
|
3552
|
+
/** An array of objects of type Agent Reference. */
|
|
3553
|
+
value?: AgentReference[];
|
|
3554
|
+
}
|
|
3555
|
+
export declare function agentReferenceResourceArmPaginatedResultDeserializer(item: any): AgentReferenceResourceArmPaginatedResult;
|
|
3556
|
+
export declare function agentReferenceArrayDeserializer(result: Array<AgentReference>): any[];
|
|
3557
|
+
/** Agent Reference resource */
|
|
3558
|
+
export interface AgentReference extends ProxyResource {
|
|
3559
|
+
/** [Required] Additional attributes of the entity. */
|
|
3560
|
+
properties: AgentReferenceProperties;
|
|
3561
|
+
}
|
|
3562
|
+
export declare function agentReferenceDeserializer(item: any): AgentReference;
|
|
3563
|
+
/** Cognitive Services account managed compute deployment, backed by managed compute (GPU) resources. */
|
|
3564
|
+
export interface ManagedComputeDeployment extends ProxyResource {
|
|
3565
|
+
/** Properties of the Cognitive Services managed compute deployment. */
|
|
3566
|
+
properties?: ManagedComputeDeploymentProperties;
|
|
3567
|
+
/** The resource model definition representing SKU */
|
|
3568
|
+
sku?: Sku;
|
|
3569
|
+
/** Resource Etag. */
|
|
3570
|
+
readonly etag?: string;
|
|
3571
|
+
}
|
|
3572
|
+
export declare function managedComputeDeploymentSerializer(item: ManagedComputeDeployment): any;
|
|
3573
|
+
export declare function managedComputeDeploymentDeserializer(item: any): ManagedComputeDeployment;
|
|
3574
|
+
/** Properties of a Cognitive Services managed compute deployment. */
|
|
3575
|
+
export interface ManagedComputeDeploymentProperties {
|
|
3576
|
+
/**
|
|
3577
|
+
* AzureML Registry model asset URI. Required on creation; immutable after creation.
|
|
3578
|
+
* Example: azureml://registries/{registry}/models/{model}/versions/{version}
|
|
3579
|
+
*/
|
|
3580
|
+
model: string;
|
|
3581
|
+
/**
|
|
3582
|
+
* Deployment template identifier. Optional on creation.
|
|
3583
|
+
* Accepts an AzureML Registry deployment template URI or a project-scoped deployment template path for VmManagedCompute.
|
|
3584
|
+
* Examples: azureml://registries/{registry}/deploymenttemplates/{template}/versions/{version}, projects/{project}/deploymentTemplates/{template}/versions/{version}
|
|
3585
|
+
*/
|
|
3586
|
+
deploymentTemplate?: string;
|
|
3587
|
+
/** Accelerator type (e.g., H100_80GB). Optional on creation; immutable after creation. */
|
|
3588
|
+
acceleratorType?: string;
|
|
3589
|
+
/** Template auto-upgrade policy. Defaults to OnceNewDefaultVersionAvailable. */
|
|
3590
|
+
versionUpgradeOption?: DeploymentModelVersionUpgradeOption;
|
|
3591
|
+
/** Foundry compute ARM resource ID for VM-backed managed compute deployments. Required when sku.name is VmManagedCompute; immutable after creation. */
|
|
3592
|
+
computeId?: string;
|
|
3593
|
+
/** Scheduling priority for VM-backed managed compute deployments. Immutable after creation. */
|
|
3594
|
+
priority?: string;
|
|
3595
|
+
/** Read-only. Number of accelerators (GPUs) consumed by each model instance, sourced from the deployment template. */
|
|
3596
|
+
readonly acceleratorsPerInstance?: number;
|
|
3597
|
+
/** Read-only. Total accelerators allocated: sku.capacity (instances) x acceleratorsPerInstance. */
|
|
3598
|
+
readonly totalAccelerators?: number;
|
|
3599
|
+
/** Read-only. Current provisioning state. */
|
|
3600
|
+
readonly provisioningState?: ProvisioningState;
|
|
3601
|
+
/** Read-only. Status message and timestamp from the last provisioning operation. */
|
|
3602
|
+
readonly provisioningDetails?: ManagedComputeDeploymentProvisioningDetails;
|
|
3603
|
+
/** Read-only. Inference route paths relative to the account endpoint. Populated when provisioningState is Succeeded. */
|
|
3604
|
+
readonly routes?: ManagedComputeDeploymentRoutes;
|
|
3605
|
+
}
|
|
3606
|
+
export declare function managedComputeDeploymentPropertiesSerializer(item: ManagedComputeDeploymentProperties): any;
|
|
3607
|
+
export declare function managedComputeDeploymentPropertiesDeserializer(item: any): ManagedComputeDeploymentProperties;
|
|
3608
|
+
/** Provisioning status details for a managed compute deployment. */
|
|
3609
|
+
export interface ManagedComputeDeploymentProvisioningDetails {
|
|
3610
|
+
/** A human-readable status message from the last provisioning operation. */
|
|
3611
|
+
message?: string;
|
|
3612
|
+
/** Timestamp of the last provisioning operation. */
|
|
3613
|
+
lastOperationTimestamp?: Date;
|
|
3614
|
+
}
|
|
3615
|
+
export declare function managedComputeDeploymentProvisioningDetailsDeserializer(item: any): ManagedComputeDeploymentProvisioningDetails;
|
|
3616
|
+
/**
|
|
3617
|
+
* Inference route paths for a managed compute deployment, relative to the account endpoint.
|
|
3618
|
+
* Populated when provisioningState is Succeeded.
|
|
3619
|
+
*/
|
|
3620
|
+
export interface ManagedComputeDeploymentRoutes {
|
|
3621
|
+
/** Relative path to the chat completions scoring endpoint. */
|
|
3622
|
+
chatCompletionsScoringPath?: string;
|
|
3623
|
+
/** Relative path to the Swagger/OpenAPI endpoint. */
|
|
3624
|
+
swagger?: string;
|
|
3625
|
+
/** Relative path to the messages API scoring endpoint. */
|
|
3626
|
+
messagesApiScoringPath?: string;
|
|
3627
|
+
}
|
|
3628
|
+
export declare function managedComputeDeploymentRoutesDeserializer(item: any): ManagedComputeDeploymentRoutes;
|
|
3629
|
+
/** The object being used to update sku of a resource, in general used for PATCH operations. */
|
|
3630
|
+
export interface PatchResourceSku {
|
|
3631
|
+
/** The resource model definition representing SKU */
|
|
3632
|
+
sku?: Sku;
|
|
3633
|
+
}
|
|
3634
|
+
export declare function patchResourceSkuSerializer(item: PatchResourceSku): any;
|
|
3635
|
+
/** The list of managed compute deployments. */
|
|
3636
|
+
export interface _ManagedComputeDeploymentListResult {
|
|
3637
|
+
/** The link used to get the next page of managed compute deployments. */
|
|
3638
|
+
nextLink?: string;
|
|
3639
|
+
/** Gets the list of managed compute deployments and their properties. */
|
|
3640
|
+
readonly value?: ManagedComputeDeployment[];
|
|
3641
|
+
}
|
|
3642
|
+
export declare function _managedComputeDeploymentListResultDeserializer(item: any): _ManagedComputeDeploymentListResult;
|
|
3643
|
+
export declare function managedComputeDeploymentArraySerializer(result: Array<ManagedComputeDeployment>): any[];
|
|
3644
|
+
export declare function managedComputeDeploymentArrayDeserializer(result: Array<ManagedComputeDeployment>): any[];
|
|
3645
|
+
/** The status of an async compute operation. */
|
|
3646
|
+
export interface ComputeOperationStatus extends ProxyResource {
|
|
3647
|
+
/** The properties of the compute operation status. */
|
|
3648
|
+
properties?: ComputeOperationStatusProperties;
|
|
3649
|
+
}
|
|
3650
|
+
export declare function computeOperationStatusDeserializer(item: any): ComputeOperationStatus;
|
|
3651
|
+
/** The properties of a compute operation status. */
|
|
3652
|
+
export interface ComputeOperationStatusProperties {
|
|
3653
|
+
/** The start time of the operation. */
|
|
3654
|
+
readonly startTime?: Date;
|
|
3655
|
+
/** The end time of the operation. */
|
|
3656
|
+
readonly endTime?: Date;
|
|
3657
|
+
/** The status of the operation. */
|
|
3658
|
+
status?: ComputeOperationStatusType;
|
|
3659
|
+
/** Error details if the operation failed. */
|
|
3660
|
+
error?: ErrorDetail;
|
|
3661
|
+
}
|
|
3662
|
+
export declare function computeOperationStatusPropertiesDeserializer(item: any): ComputeOperationStatusProperties;
|
|
3663
|
+
/** The status type of a compute operation. */
|
|
3664
|
+
export declare enum KnownComputeOperationStatusType {
|
|
3665
|
+
/** The operation is in progress. */
|
|
3666
|
+
InProgress = "InProgress",
|
|
3667
|
+
/** The operation has succeeded. */
|
|
3668
|
+
Succeeded = "Succeeded",
|
|
3669
|
+
/** The operation has failed. */
|
|
3670
|
+
Failed = "Failed",
|
|
3671
|
+
/** The operation has been canceled. */
|
|
3672
|
+
Canceled = "Canceled"
|
|
3673
|
+
}
|
|
3674
|
+
/**
|
|
3675
|
+
* The status type of a compute operation. \
|
|
3676
|
+
* {@link KnownComputeOperationStatusType} can be used interchangeably with ComputeOperationStatusType,
|
|
3677
|
+
* this enum contains the known values that the service supports.
|
|
3678
|
+
* ### Known values supported by the service
|
|
3679
|
+
* **InProgress**: The operation is in progress. \
|
|
3680
|
+
* **Succeeded**: The operation has succeeded. \
|
|
3681
|
+
* **Failed**: The operation has failed. \
|
|
3682
|
+
* **Canceled**: The operation has been canceled.
|
|
3683
|
+
*/
|
|
3684
|
+
export type ComputeOperationStatusType = string;
|
|
3685
|
+
/** List of managed compute quota entries. */
|
|
3686
|
+
export interface _ManagedComputeUsageListResult {
|
|
3687
|
+
/** The link used to get the next page of managed compute usages. */
|
|
3688
|
+
nextLink?: string;
|
|
3689
|
+
/** Per-SKU managed compute quota usage entries. */
|
|
3690
|
+
value?: ManagedComputeUsage[];
|
|
3691
|
+
}
|
|
3692
|
+
export declare function _managedComputeUsageListResultDeserializer(item: any): _ManagedComputeUsageListResult;
|
|
3693
|
+
export declare function managedComputeUsageArrayDeserializer(result: Array<ManagedComputeUsage>): any[];
|
|
3694
|
+
/** Managed compute quota usage for a specific SKU. */
|
|
3695
|
+
export interface ManagedComputeUsage {
|
|
3696
|
+
/** Fully qualified resource ID for the managed compute usage. */
|
|
3697
|
+
readonly id?: string;
|
|
3698
|
+
/** The name information for the metric. */
|
|
3699
|
+
readonly name?: MetricName;
|
|
3700
|
+
/** The resource type. */
|
|
3701
|
+
readonly type?: string;
|
|
3702
|
+
/** The unit of the metric. */
|
|
3703
|
+
unit?: UnitType;
|
|
3704
|
+
/** Maximum value for this metric. */
|
|
3705
|
+
limit?: number;
|
|
3706
|
+
/** Current value for this metric. */
|
|
3707
|
+
currentValue?: number;
|
|
3708
|
+
/** Offer scope (e.g., 'Global', 'Datazone-US'). */
|
|
3709
|
+
offerScope?: string;
|
|
3710
|
+
/** Deployments consuming this managed compute quota. */
|
|
3711
|
+
deployments?: ManagedComputeDeploymentInfo[];
|
|
3712
|
+
}
|
|
3713
|
+
export declare function managedComputeUsageDeserializer(item: any): ManagedComputeUsage;
|
|
3714
|
+
export declare function managedComputeDeploymentInfoArrayDeserializer(result: Array<ManagedComputeDeploymentInfo>): any[];
|
|
3715
|
+
/** Deployment detail within a managed compute usage entry. */
|
|
3716
|
+
export interface ManagedComputeDeploymentInfo {
|
|
3717
|
+
/** Full ARM resource ID of the deployment. */
|
|
3718
|
+
deploymentId?: string;
|
|
3719
|
+
/** Full ARM resource ID of the account/project. */
|
|
3720
|
+
projectId?: string;
|
|
3721
|
+
/** Model name (e.g., 'azureml://registries//models//versions/gpt-4o'). */
|
|
3722
|
+
modelId?: string;
|
|
3723
|
+
/** Number of GPUs consumed by this deployment. */
|
|
3724
|
+
acceleratorCount?: number;
|
|
3725
|
+
/** Number of instances for this deployment. */
|
|
3726
|
+
instanceCount?: number;
|
|
3727
|
+
}
|
|
3728
|
+
export declare function managedComputeDeploymentInfoDeserializer(item: any): ManagedComputeDeploymentInfo;
|
|
3729
|
+
/**
|
|
3730
|
+
* Cognitive Services compute resource. Supports polymorphic compute types
|
|
3731
|
+
* (Cluster, ContainerInstance) via the computeType discriminator in properties.
|
|
3732
|
+
*/
|
|
3733
|
+
export interface Compute extends ProxyResource {
|
|
3734
|
+
/** Polymorphic properties of the compute resource. Use computeType to select Cluster or ContainerInstance. */
|
|
3735
|
+
properties: ComputePropertiesUnion;
|
|
3736
|
+
/** Resource Etag. */
|
|
3737
|
+
readonly etag?: string;
|
|
3738
|
+
/** The location of the compute resource. */
|
|
3739
|
+
location?: string;
|
|
3740
|
+
/** Resource tags. */
|
|
3741
|
+
tags?: Record<string, string>;
|
|
3742
|
+
/** The kind (type) of compute resource. */
|
|
3743
|
+
kind?: string;
|
|
3744
|
+
/** Identity for the resource. */
|
|
3745
|
+
identity?: Identity;
|
|
3746
|
+
}
|
|
3747
|
+
export declare function computeSerializer(item: Compute): any;
|
|
3748
|
+
export declare function computeDeserializer(item: any): Compute;
|
|
3749
|
+
/**
|
|
3750
|
+
* Base properties for all compute resource types.
|
|
3751
|
+
* The computeType discriminator determines the concrete property shape.
|
|
3752
|
+
*/
|
|
3753
|
+
export interface ComputeProperties {
|
|
3754
|
+
/** The type of compute resource. */
|
|
3755
|
+
/** The discriminator possible values: Cluster, ContainerInstance */
|
|
3756
|
+
computeType: ComputeType;
|
|
3757
|
+
/** Provisioning state of the compute resource. */
|
|
3758
|
+
readonly provisioningState?: ComputeProvisioningState;
|
|
3759
|
+
/** Error details for the compute resource. */
|
|
3760
|
+
readonly errors?: ErrorDetail[];
|
|
3761
|
+
/** Creation time of the compute resource. */
|
|
3762
|
+
readonly creationTime?: Date;
|
|
3763
|
+
}
|
|
3764
|
+
export declare function computePropertiesSerializer(item: ComputeProperties): any;
|
|
3765
|
+
export declare function computePropertiesDeserializer(item: any): ComputeProperties;
|
|
3766
|
+
/** Alias for ComputePropertiesUnion */
|
|
3767
|
+
export type ComputePropertiesUnion = ClusterComputeProperties | ContainerInstanceComputeProperties | ComputeProperties;
|
|
3768
|
+
export declare function computePropertiesUnionSerializer(item: ComputePropertiesUnion): any;
|
|
3769
|
+
export declare function computePropertiesUnionDeserializer(item: any): ComputePropertiesUnion;
|
|
3770
|
+
/** The type of compute resource. */
|
|
3771
|
+
export declare enum KnownComputeType {
|
|
3772
|
+
/** Cluster (AKS-backed) compute type. */
|
|
3773
|
+
Cluster = "Cluster",
|
|
3774
|
+
/** Container Instance compute type. */
|
|
3775
|
+
ContainerInstance = "ContainerInstance"
|
|
3776
|
+
}
|
|
3777
|
+
/**
|
|
3778
|
+
* The type of compute resource. \
|
|
3779
|
+
* {@link KnownComputeType} can be used interchangeably with ComputeType,
|
|
3780
|
+
* this enum contains the known values that the service supports.
|
|
3781
|
+
* ### Known values supported by the service
|
|
3782
|
+
* **Cluster**: Cluster (AKS-backed) compute type. \
|
|
3783
|
+
* **ContainerInstance**: Container Instance compute type.
|
|
3784
|
+
*/
|
|
3785
|
+
export type ComputeType = string;
|
|
3786
|
+
/** The provisioning state of a compute resource. */
|
|
3787
|
+
export declare enum KnownComputeProvisioningState {
|
|
3788
|
+
/** The resource provisioning request has been accepted. */
|
|
3789
|
+
Accepted = "Accepted",
|
|
3790
|
+
/** The resource has been fully provisioned. */
|
|
3791
|
+
Succeeded = "Succeeded",
|
|
3792
|
+
/** The resource provisioning has failed. */
|
|
3793
|
+
Failed = "Failed",
|
|
3794
|
+
/** The resource provisioning was canceled. */
|
|
3795
|
+
Canceled = "Canceled",
|
|
3796
|
+
/** The resource is being deleted. */
|
|
3797
|
+
Deleting = "Deleting",
|
|
3798
|
+
/** The resource is scaling. */
|
|
3799
|
+
Scaling = "Scaling",
|
|
3800
|
+
/** The resource is disabled. */
|
|
3801
|
+
Disabled = "Disabled",
|
|
3802
|
+
/** The compute resource is starting. */
|
|
3803
|
+
Starting = "Starting",
|
|
3804
|
+
/** The compute resource is stopping. */
|
|
3805
|
+
Stopping = "Stopping",
|
|
3806
|
+
/** The compute resource is restarting. */
|
|
3807
|
+
Restarting = "Restarting",
|
|
3808
|
+
/** The compute resource is stopped. */
|
|
3809
|
+
Stopped = "Stopped"
|
|
3810
|
+
}
|
|
3811
|
+
/**
|
|
3812
|
+
* The provisioning state of a compute resource. \
|
|
3813
|
+
* {@link KnownComputeProvisioningState} can be used interchangeably with ComputeProvisioningState,
|
|
3814
|
+
* this enum contains the known values that the service supports.
|
|
3815
|
+
* ### Known values supported by the service
|
|
3816
|
+
* **Accepted**: The resource provisioning request has been accepted. \
|
|
3817
|
+
* **Succeeded**: The resource has been fully provisioned. \
|
|
3818
|
+
* **Failed**: The resource provisioning has failed. \
|
|
3819
|
+
* **Canceled**: The resource provisioning was canceled. \
|
|
3820
|
+
* **Deleting**: The resource is being deleted. \
|
|
3821
|
+
* **Scaling**: The resource is scaling. \
|
|
3822
|
+
* **Disabled**: The resource is disabled. \
|
|
3823
|
+
* **Starting**: The compute resource is starting. \
|
|
3824
|
+
* **Stopping**: The compute resource is stopping. \
|
|
3825
|
+
* **Restarting**: The compute resource is restarting. \
|
|
3826
|
+
* **Stopped**: The compute resource is stopped.
|
|
3827
|
+
*/
|
|
3828
|
+
export type ComputeProvisioningState = string;
|
|
3829
|
+
/** Properties for a Cluster (AKS-backed) compute resource. */
|
|
3830
|
+
export interface ClusterComputeProperties extends ComputeProperties {
|
|
3831
|
+
/** The type of compute resource. */
|
|
3832
|
+
computeType: "Cluster";
|
|
3833
|
+
/** Pools attached to this compute cluster. */
|
|
3834
|
+
pools: Pool[];
|
|
3835
|
+
/** ARM ID of the subnet used for compute. */
|
|
3836
|
+
subnetArmId?: string;
|
|
3837
|
+
}
|
|
3838
|
+
export declare function clusterComputePropertiesSerializer(item: ClusterComputeProperties): any;
|
|
3839
|
+
export declare function clusterComputePropertiesDeserializer(item: any): ClusterComputeProperties;
|
|
3840
|
+
export declare function poolArraySerializer(result: Array<Pool>): any[];
|
|
3841
|
+
export declare function poolArrayDeserializer(result: Array<Pool>): any[];
|
|
3842
|
+
/** A compute pool configuration. */
|
|
3843
|
+
export interface Pool {
|
|
3844
|
+
/** The name of the pool. */
|
|
3845
|
+
name: string;
|
|
3846
|
+
/** The VM priority of the pool. */
|
|
3847
|
+
vmPriority: VmPriority;
|
|
3848
|
+
/** The instance type (VM SKU) used in the pool. */
|
|
3849
|
+
instanceType: string;
|
|
3850
|
+
/** The number of nodes in the pool. */
|
|
3851
|
+
nodeCount: number;
|
|
3852
|
+
}
|
|
3853
|
+
export declare function poolSerializer(item: Pool): any;
|
|
3854
|
+
export declare function poolDeserializer(item: any): Pool;
|
|
3855
|
+
/** VM priority for a compute pool. */
|
|
3856
|
+
export declare enum KnownVmPriority {
|
|
3857
|
+
/** Regular VM priority. */
|
|
3858
|
+
Regular = "Regular",
|
|
3859
|
+
/** Low-priority VM. */
|
|
3860
|
+
LowPriority = "LowPriority"
|
|
3861
|
+
}
|
|
3862
|
+
/**
|
|
3863
|
+
* VM priority for a compute pool. \
|
|
3864
|
+
* {@link KnownVmPriority} can be used interchangeably with VmPriority,
|
|
3865
|
+
* this enum contains the known values that the service supports.
|
|
3866
|
+
* ### Known values supported by the service
|
|
3867
|
+
* **Regular**: Regular VM priority. \
|
|
3868
|
+
* **LowPriority**: Low-priority VM.
|
|
3869
|
+
*/
|
|
3870
|
+
export type VmPriority = string;
|
|
3871
|
+
/** Properties for a Container Instance compute resource. */
|
|
3872
|
+
export interface ContainerInstanceComputeProperties extends ComputeProperties {
|
|
3873
|
+
/** The type of compute resource. */
|
|
3874
|
+
computeType: "ContainerInstance";
|
|
3875
|
+
/** ARM resource ID of the parent cluster that hosts this container instance. */
|
|
3876
|
+
targetClusterId: string;
|
|
3877
|
+
/** Container image URI (e.g., MCR or ACR image path) for the container instance. */
|
|
3878
|
+
imageLink: string;
|
|
3879
|
+
/** ISO 8601 duration before the idle instance is automatically shut down (e.g., 'PT30M'). */
|
|
3880
|
+
idleTimeBeforeShutdown?: string;
|
|
3881
|
+
/** SSH configuration for remote access to the container instance. */
|
|
3882
|
+
sshSettings?: SshSettings;
|
|
3883
|
+
/** Network connectivity endpoints assigned to the container instance. */
|
|
3884
|
+
readonly connectivityEndpoints?: ConnectivityEndpoints;
|
|
3885
|
+
}
|
|
3886
|
+
export declare function containerInstanceComputePropertiesSerializer(item: ContainerInstanceComputeProperties): any;
|
|
3887
|
+
export declare function containerInstanceComputePropertiesDeserializer(item: any): ContainerInstanceComputeProperties;
|
|
3888
|
+
/** SSH configuration for a Container Instance compute. */
|
|
3889
|
+
export interface SshSettings {
|
|
3890
|
+
/** The SSH public key for authenticating to the compute instance. */
|
|
3891
|
+
sshPublicKey?: string;
|
|
3892
|
+
/** Whether SSH admin access is enabled. */
|
|
3893
|
+
adminEnabled?: boolean;
|
|
3894
|
+
}
|
|
3895
|
+
export declare function sshSettingsSerializer(item: SshSettings): any;
|
|
3896
|
+
export declare function sshSettingsDeserializer(item: any): SshSettings;
|
|
3897
|
+
/** Network connectivity endpoints for a Container Instance compute. */
|
|
3898
|
+
export interface ConnectivityEndpoints {
|
|
3899
|
+
/** The public IP address of the compute instance. */
|
|
3900
|
+
readonly publicIpAddress?: string;
|
|
3901
|
+
/** The SSH port for the compute instance. */
|
|
3902
|
+
readonly sshPort?: number;
|
|
3903
|
+
}
|
|
3904
|
+
export declare function connectivityEndpointsDeserializer(item: any): ConnectivityEndpoints;
|
|
3905
|
+
/** The list of cognitive services computes operation response. */
|
|
3906
|
+
export interface _ComputeListResult {
|
|
3907
|
+
/** The link used to get the next page of compute list. */
|
|
3908
|
+
nextLink?: string;
|
|
3909
|
+
/** Gets the list of computes. */
|
|
3910
|
+
value?: Compute[];
|
|
3911
|
+
}
|
|
3912
|
+
export declare function _computeListResultDeserializer(item: any): _ComputeListResult;
|
|
3913
|
+
export declare function computeArraySerializer(result: Array<Compute>): any[];
|
|
3914
|
+
export declare function computeArrayDeserializer(result: Array<Compute>): any[];
|
|
3915
|
+
/**
|
|
3916
|
+
* Workbench resource under a Cognitive Services project.
|
|
3917
|
+
* Provides interactive compute with data access for AI development.
|
|
3918
|
+
*/
|
|
3919
|
+
export interface Workbench extends ProxyResource {
|
|
3920
|
+
/** Properties of the workbench resource. */
|
|
3921
|
+
properties: WorkbenchProperties;
|
|
3922
|
+
/** Resource Etag. */
|
|
3923
|
+
readonly etag?: string;
|
|
3924
|
+
/** The location of the workbench resource. */
|
|
3925
|
+
location?: string;
|
|
3926
|
+
/** Resource tags. */
|
|
3927
|
+
tags?: Record<string, string>;
|
|
3928
|
+
/** Identity for the resource. */
|
|
3929
|
+
identity?: Identity;
|
|
3930
|
+
}
|
|
3931
|
+
export declare function workbenchSerializer(item: Workbench): any;
|
|
3932
|
+
export declare function workbenchDeserializer(item: any): Workbench;
|
|
3933
|
+
/** Properties for a Workbench resource. */
|
|
3934
|
+
export interface WorkbenchProperties {
|
|
3935
|
+
/** ARM resource ID of the parent cluster that hosts this workbench. */
|
|
3936
|
+
targetClusterId: string;
|
|
3937
|
+
/** Container image URI (e.g., MCR or ACR image path) for the workbench. */
|
|
3938
|
+
imageLink: string;
|
|
3939
|
+
/** ISO 8601 duration before the idle workbench is automatically shut down (e.g., 'PT30M'). */
|
|
3940
|
+
idleTimeBeforeShutdown?: string;
|
|
3941
|
+
/** The dataset ID to mount for the workbench. */
|
|
3942
|
+
datasetId?: string;
|
|
3943
|
+
/** SSH configuration for remote access to the workbench. */
|
|
3944
|
+
sshSettings?: SshSettings;
|
|
3945
|
+
/** Network connectivity endpoints assigned to the workbench. */
|
|
3946
|
+
readonly connectivityEndpoints?: ConnectivityEndpoints;
|
|
3947
|
+
/** The web endpoint URL for accessing the workbench. */
|
|
3948
|
+
readonly webEndpoint?: string;
|
|
3949
|
+
/** Provisioning state of the workbench resource. */
|
|
3950
|
+
readonly provisioningState?: ComputeProvisioningState;
|
|
3951
|
+
/** Error details for the workbench resource. */
|
|
3952
|
+
readonly errors?: ErrorDetail[];
|
|
3953
|
+
/** Creation time of the workbench resource. */
|
|
3954
|
+
readonly creationTime?: Date;
|
|
3955
|
+
}
|
|
3956
|
+
export declare function workbenchPropertiesSerializer(item: WorkbenchProperties): any;
|
|
3957
|
+
export declare function workbenchPropertiesDeserializer(item: any): WorkbenchProperties;
|
|
3958
|
+
/** The list of workbenches operation response. */
|
|
3959
|
+
export interface _WorkbenchListResult {
|
|
3960
|
+
/** The link used to get the next page of workbench list. */
|
|
3961
|
+
nextLink?: string;
|
|
3962
|
+
/** Gets the list of workbenches. */
|
|
3963
|
+
value?: Workbench[];
|
|
3964
|
+
}
|
|
3965
|
+
export declare function _workbenchListResultDeserializer(item: any): _WorkbenchListResult;
|
|
3966
|
+
export declare function workbenchArraySerializer(result: Array<Workbench>): any[];
|
|
3967
|
+
export declare function workbenchArrayDeserializer(result: Array<Workbench>): any[];
|
|
3968
|
+
/** The list of managed compute capacities response. */
|
|
3969
|
+
export interface _ManagedComputeCapacityListResult {
|
|
3970
|
+
/** The link used to get the next page of managed compute capacities. */
|
|
3971
|
+
nextLink?: string;
|
|
3972
|
+
/** Gets the list of managed compute capacities. */
|
|
3973
|
+
readonly value?: ManagedComputeCapacity[];
|
|
3974
|
+
}
|
|
3975
|
+
export declare function _managedComputeCapacityListResultDeserializer(item: any): _ManagedComputeCapacityListResult;
|
|
3976
|
+
export declare function managedComputeCapacityArrayDeserializer(result: Array<ManagedComputeCapacity>): any[];
|
|
3977
|
+
/**
|
|
3978
|
+
* Managed compute capacity information for Cognitive Services managed compute deployments.
|
|
3979
|
+
* Provides available accelerator capacity per type and region at the subscription level.
|
|
3980
|
+
*/
|
|
3981
|
+
export interface ManagedComputeCapacity extends ProxyResource {
|
|
3982
|
+
/** Properties of the managed compute capacity resource. */
|
|
3983
|
+
properties?: ManagedComputeCapacityProperties;
|
|
3984
|
+
}
|
|
3985
|
+
export declare function managedComputeCapacityDeserializer(item: any): ManagedComputeCapacity;
|
|
3986
|
+
/** Properties of a managed compute capacity resource. */
|
|
3987
|
+
export interface ManagedComputeCapacityProperties {
|
|
3988
|
+
/** The type of accelerator (e.g., Azure.A100, Azure.H100). */
|
|
3989
|
+
readonly acceleratorType?: string;
|
|
3990
|
+
/** The Azure region where the capacity is available. */
|
|
3991
|
+
readonly location?: string;
|
|
3992
|
+
/** The number of available accelerators in the region. */
|
|
3993
|
+
readonly availableAccelerators?: number;
|
|
3994
|
+
/** Capacity information broken down by deployment size. */
|
|
3995
|
+
readonly deploymentSizeCapacities?: DeploymentSizeCapacity[];
|
|
3996
|
+
}
|
|
3997
|
+
export declare function managedComputeCapacityPropertiesDeserializer(item: any): ManagedComputeCapacityProperties;
|
|
3998
|
+
export declare function deploymentSizeCapacityArrayDeserializer(result: Array<DeploymentSizeCapacity>): any[];
|
|
3999
|
+
/** Capacity information for a specific deployment size. */
|
|
4000
|
+
export interface DeploymentSizeCapacity {
|
|
4001
|
+
/** The number of accelerators required per model instance. */
|
|
4002
|
+
readonly modelInstanceAcceleratorCount?: number;
|
|
4003
|
+
/** The total available capacity for this deployment size. */
|
|
4004
|
+
readonly totalAvailableCapacity?: number;
|
|
4005
|
+
/** The largest contiguous deployment capacity available for this deployment size. */
|
|
4006
|
+
readonly largestDeploymentCapacity?: number;
|
|
4007
|
+
}
|
|
4008
|
+
export declare function deploymentSizeCapacityDeserializer(item: any): DeploymentSizeCapacity;
|
|
4009
|
+
/** A list of private link resources */
|
|
4010
|
+
export interface PrivateLinkResourceListResult {
|
|
4011
|
+
/** Array of private link resources */
|
|
4012
|
+
value?: PrivateLinkResource[];
|
|
4013
|
+
}
|
|
4014
|
+
export declare function privateLinkResourceListResultDeserializer(item: any): PrivateLinkResourceListResult;
|
|
4015
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
4016
|
+
/** A private link resource */
|
|
4017
|
+
export interface PrivateLinkResource extends Resource {
|
|
4018
|
+
/** Resource properties. */
|
|
4019
|
+
properties?: PrivateLinkResourceProperties;
|
|
4020
|
+
}
|
|
4021
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
4022
|
+
/** Properties of a private link resource. */
|
|
4023
|
+
export interface PrivateLinkResourceProperties {
|
|
4024
|
+
/** The private link resource group id. */
|
|
4025
|
+
readonly groupId?: string;
|
|
4026
|
+
/** The private link resource required member names. */
|
|
4027
|
+
readonly requiredMembers?: string[];
|
|
4028
|
+
/** The private link resource Private link DNS zone name. */
|
|
4029
|
+
requiredZoneNames?: string[];
|
|
4030
|
+
/** The private link resource display name. */
|
|
4031
|
+
readonly displayName?: string;
|
|
4032
|
+
}
|
|
4033
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
4034
|
+
/** Cognitive Services Rai External Safety provider Schema. */
|
|
4035
|
+
export interface RaiExternalSafetyProviderSchema extends ProxyResource {
|
|
4036
|
+
/** Properties of Cognitive Services Rai External Safety provider. */
|
|
4037
|
+
properties?: RaiExternalSafetyProviderSchemaProperties;
|
|
4038
|
+
/** Resource Etag. */
|
|
4039
|
+
readonly etag?: string;
|
|
4040
|
+
/** Resource tags. */
|
|
4041
|
+
readonly tags?: Record<string, string>;
|
|
4042
|
+
}
|
|
4043
|
+
export declare function raiExternalSafetyProviderSchemaSerializer(item: RaiExternalSafetyProviderSchema): any;
|
|
4044
|
+
export declare function raiExternalSafetyProviderSchemaDeserializer(item: any): RaiExternalSafetyProviderSchema;
|
|
4045
|
+
/** RAI External SafetyProvider schema properties. */
|
|
4046
|
+
export interface RaiExternalSafetyProviderSchemaProperties {
|
|
4047
|
+
/** The unique identifier of the safety provider. */
|
|
4048
|
+
providerId?: string;
|
|
4049
|
+
/** Name of the safety provider. */
|
|
4050
|
+
providerName?: string;
|
|
4051
|
+
/** Safety provider mode sync/async. */
|
|
4052
|
+
mode?: string;
|
|
4053
|
+
/** Webhook URL for the safety provider. */
|
|
4054
|
+
url?: string;
|
|
4055
|
+
/** The name of the secret in Key Vault that contains the api key to access the webhook. */
|
|
4056
|
+
secretName?: string;
|
|
4057
|
+
/** The managed identity to access the Key Vault. */
|
|
4058
|
+
managedIdentity?: string;
|
|
4059
|
+
/** The Key Vault URI that contains the api key for safety provider urls. */
|
|
4060
|
+
keyVaultUri?: string;
|
|
4061
|
+
/** Creation time of the safety provider. */
|
|
4062
|
+
readonly createdAt?: Date;
|
|
4063
|
+
/** Last modified time of the safety provider. */
|
|
4064
|
+
readonly lastModifiedAt?: Date;
|
|
4065
|
+
}
|
|
4066
|
+
export declare function raiExternalSafetyProviderSchemaPropertiesSerializer(item: RaiExternalSafetyProviderSchemaProperties): any;
|
|
4067
|
+
export declare function raiExternalSafetyProviderSchemaPropertiesDeserializer(item: any): RaiExternalSafetyProviderSchemaProperties;
|
|
4068
|
+
/** The list of cognitive services RAI External Safety Providers. */
|
|
4069
|
+
export interface _RaiExternalSafetyProviderResult {
|
|
4070
|
+
/** The link used to get the next page of Rai External Safety Provider. */
|
|
4071
|
+
nextLink?: string;
|
|
4072
|
+
/** The list of RaiExternalSafetyProvider. */
|
|
4073
|
+
value?: RaiExternalSafetyProviderSchema[];
|
|
4074
|
+
}
|
|
4075
|
+
export declare function _raiExternalSafetyProviderResultDeserializer(item: any): _RaiExternalSafetyProviderResult;
|
|
4076
|
+
export declare function raiExternalSafetyProviderSchemaArraySerializer(result: Array<RaiExternalSafetyProviderSchema>): any[];
|
|
4077
|
+
export declare function raiExternalSafetyProviderSchemaArrayDeserializer(result: Array<RaiExternalSafetyProviderSchema>): any[];
|
|
4078
|
+
/** Azure Resource Manager resource envelope. */
|
|
4079
|
+
export interface CapabilityHost extends ProxyResource {
|
|
4080
|
+
/** [Required] Additional attributes of the entity. */
|
|
4081
|
+
properties: CapabilityHostProperties;
|
|
4082
|
+
}
|
|
4083
|
+
export declare function capabilityHostSerializer(item: CapabilityHost): any;
|
|
4084
|
+
export declare function capabilityHostDeserializer(item: any): CapabilityHost;
|
|
4085
|
+
/** model interface CapabilityHostProperties */
|
|
4086
|
+
export interface CapabilityHostProperties extends ResourceBase {
|
|
4087
|
+
/** List of AI services connections. */
|
|
4088
|
+
aiServicesConnections?: string[];
|
|
4089
|
+
/** Kind of this capability host. */
|
|
4090
|
+
capabilityHostKind?: CapabilityHostKind;
|
|
4091
|
+
/** Customer subnet info to help set up this capability host. */
|
|
4092
|
+
customerSubnet?: string;
|
|
4093
|
+
/** Provisioning state for the CapabilityHost. */
|
|
4094
|
+
readonly provisioningState?: CapabilityHostProvisioningState;
|
|
4095
|
+
/** List of connection names from those available in the account or project to be used as a storage resource. */
|
|
4096
|
+
storageConnections?: string[];
|
|
4097
|
+
/** List of connection names from those available in the account or project to be used for Thread storage. */
|
|
4098
|
+
threadStorageConnections?: string[];
|
|
4099
|
+
/** List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). */
|
|
4100
|
+
vectorStoreConnections?: string[];
|
|
4101
|
+
/** Whether public hosting environment is enabled for the capability host */
|
|
4102
|
+
enablePublicHostingEnvironment?: boolean;
|
|
4103
|
+
}
|
|
4104
|
+
export declare function capabilityHostPropertiesSerializer(item: CapabilityHostProperties): any;
|
|
4105
|
+
export declare function capabilityHostPropertiesDeserializer(item: any): CapabilityHostProperties;
|
|
4106
|
+
/** Known values of {@link CapabilityHostKind} that the service accepts. */
|
|
4107
|
+
export declare enum KnownCapabilityHostKind {
|
|
4108
|
+
/** Agents */
|
|
4109
|
+
Agents = "Agents"
|
|
4110
|
+
}
|
|
4111
|
+
/** Type of CapabilityHostKind */
|
|
4112
|
+
export type CapabilityHostKind = string;
|
|
4113
|
+
/** A paginated list of Capability Host entities. */
|
|
4114
|
+
export interface _CapabilityHostResourceArmPaginatedResult {
|
|
4115
|
+
/** The link to the next page of Capability Host objects. If null, there are no additional pages. */
|
|
4116
|
+
nextLink?: string;
|
|
4117
|
+
/** An array of objects of type Capability Host. */
|
|
4118
|
+
value?: CapabilityHost[];
|
|
4119
|
+
}
|
|
4120
|
+
export declare function _capabilityHostResourceArmPaginatedResultDeserializer(item: any): _CapabilityHostResourceArmPaginatedResult;
|
|
4121
|
+
export declare function capabilityHostArraySerializer(result: Array<CapabilityHost>): any[];
|
|
4122
|
+
export declare function capabilityHostArrayDeserializer(result: Array<CapabilityHost>): any[];
|
|
4123
|
+
/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
|
|
4124
|
+
export interface OutboundRuleBasicResource extends ProxyResource {
|
|
4125
|
+
/** Outbound Rule for the managed network of a cognitive services account. */
|
|
4126
|
+
properties: OutboundRuleUnion;
|
|
4127
|
+
}
|
|
4128
|
+
export declare function outboundRuleBasicResourceSerializer(item: OutboundRuleBasicResource): any;
|
|
4129
|
+
export declare function outboundRuleBasicResourceDeserializer(item: any): OutboundRuleBasicResource;
|
|
4130
|
+
/** Outbound Rule for the managed network of a cognitive services account. */
|
|
4131
|
+
export interface OutboundRule {
|
|
4132
|
+
/** Category of a managed network Outbound Rule of a cognitive services account. */
|
|
4133
|
+
category?: RuleCategory;
|
|
4134
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4135
|
+
status?: RuleStatus;
|
|
4136
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4137
|
+
/** The discriminator possible values: FQDN, PrivateEndpoint, ServiceTag */
|
|
4138
|
+
type: RuleType;
|
|
4139
|
+
/** Error information about an outbound rule of a cognitive services account if RuleStatus is failed. */
|
|
4140
|
+
readonly errorInformation?: string;
|
|
4141
|
+
readonly parentRuleNames?: string[];
|
|
4142
|
+
}
|
|
4143
|
+
export declare function outboundRuleSerializer(item: OutboundRule): any;
|
|
4144
|
+
export declare function outboundRuleDeserializer(item: any): OutboundRule;
|
|
4145
|
+
/** Alias for OutboundRuleUnion */
|
|
4146
|
+
export type OutboundRuleUnion = FqdnOutboundRule | PrivateEndpointOutboundRule | ServiceTagOutboundRule | OutboundRule;
|
|
4147
|
+
export declare function outboundRuleUnionSerializer(item: OutboundRuleUnion): any;
|
|
4148
|
+
export declare function outboundRuleUnionDeserializer(item: any): OutboundRuleUnion;
|
|
4149
|
+
/** Category of a managed network Outbound Rule of a cognitive services account. */
|
|
4150
|
+
export declare enum KnownRuleCategory {
|
|
4151
|
+
/** Required */
|
|
4152
|
+
Required = "Required",
|
|
4153
|
+
/** Recommended */
|
|
4154
|
+
Recommended = "Recommended",
|
|
4155
|
+
/** UserDefined */
|
|
4156
|
+
UserDefined = "UserDefined",
|
|
4157
|
+
/** Dependency */
|
|
4158
|
+
Dependency = "Dependency"
|
|
4159
|
+
}
|
|
4160
|
+
/**
|
|
4161
|
+
* Category of a managed network Outbound Rule of a cognitive services account. \
|
|
4162
|
+
* {@link KnownRuleCategory} can be used interchangeably with RuleCategory,
|
|
4163
|
+
* this enum contains the known values that the service supports.
|
|
4164
|
+
* ### Known values supported by the service
|
|
4165
|
+
* **Required** \
|
|
4166
|
+
* **Recommended** \
|
|
4167
|
+
* **UserDefined** \
|
|
4168
|
+
* **Dependency**
|
|
4169
|
+
*/
|
|
4170
|
+
export type RuleCategory = string;
|
|
4171
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4172
|
+
export declare enum KnownRuleStatus {
|
|
4173
|
+
/** Inactive */
|
|
4174
|
+
Inactive = "Inactive",
|
|
4175
|
+
/** Active */
|
|
4176
|
+
Active = "Active",
|
|
4177
|
+
/** Provisioning */
|
|
4178
|
+
Provisioning = "Provisioning",
|
|
4179
|
+
/** Deleting */
|
|
4180
|
+
Deleting = "Deleting",
|
|
4181
|
+
/** Failed */
|
|
4182
|
+
Failed = "Failed"
|
|
4183
|
+
}
|
|
4184
|
+
/**
|
|
4185
|
+
* Type of a managed network Outbound Rule of a cognitive services account. \
|
|
4186
|
+
* {@link KnownRuleStatus} can be used interchangeably with RuleStatus,
|
|
4187
|
+
* this enum contains the known values that the service supports.
|
|
4188
|
+
* ### Known values supported by the service
|
|
4189
|
+
* **Inactive** \
|
|
4190
|
+
* **Active** \
|
|
4191
|
+
* **Provisioning** \
|
|
4192
|
+
* **Deleting** \
|
|
4193
|
+
* **Failed**
|
|
4194
|
+
*/
|
|
4195
|
+
export type RuleStatus = string;
|
|
4196
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4197
|
+
export declare enum KnownRuleType {
|
|
4198
|
+
/** FQDN */
|
|
4199
|
+
Fqdn = "FQDN",
|
|
4200
|
+
/** PrivateEndpoint */
|
|
4201
|
+
PrivateEndpoint = "PrivateEndpoint",
|
|
4202
|
+
/** ServiceTag */
|
|
4203
|
+
ServiceTag = "ServiceTag"
|
|
4204
|
+
}
|
|
4205
|
+
/**
|
|
4206
|
+
* Type of a managed network Outbound Rule of a cognitive services account. \
|
|
4207
|
+
* {@link KnownRuleType} can be used interchangeably with RuleType,
|
|
4208
|
+
* this enum contains the known values that the service supports.
|
|
4209
|
+
* ### Known values supported by the service
|
|
4210
|
+
* **FQDN** \
|
|
4211
|
+
* **PrivateEndpoint** \
|
|
4212
|
+
* **ServiceTag**
|
|
4213
|
+
*/
|
|
4214
|
+
export type RuleType = string;
|
|
4215
|
+
/** FQDN Outbound Rule for the managed network of a cognitive services account. */
|
|
4216
|
+
export interface FqdnOutboundRule extends OutboundRule {
|
|
4217
|
+
destination?: string;
|
|
4218
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4219
|
+
type: "FQDN";
|
|
4220
|
+
}
|
|
4221
|
+
export declare function fqdnOutboundRuleSerializer(item: FqdnOutboundRule): any;
|
|
4222
|
+
export declare function fqdnOutboundRuleDeserializer(item: any): FqdnOutboundRule;
|
|
4223
|
+
/** Private Endpoint outbound rule for the managed network of a cognitive services account. */
|
|
4224
|
+
export interface PrivateEndpointOutboundRule extends OutboundRule {
|
|
4225
|
+
/** Private Endpoint destination. */
|
|
4226
|
+
destination?: PrivateEndpointOutboundRuleDestination;
|
|
4227
|
+
/** List of FQDNs associated with the private endpoint outbound rule. */
|
|
4228
|
+
fqdns?: string[];
|
|
4229
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4230
|
+
type: "PrivateEndpoint";
|
|
4231
|
+
}
|
|
4232
|
+
export declare function privateEndpointOutboundRuleSerializer(item: PrivateEndpointOutboundRule): any;
|
|
4233
|
+
export declare function privateEndpointOutboundRuleDeserializer(item: any): PrivateEndpointOutboundRule;
|
|
4234
|
+
/** Private Endpoint destination for an outbound rule. */
|
|
4235
|
+
export interface PrivateEndpointOutboundRuleDestination {
|
|
4236
|
+
/** The Azure resource ID of the target private endpoint service. */
|
|
4237
|
+
serviceResourceId?: string;
|
|
4238
|
+
/** The subresource of the target service to connect to. */
|
|
4239
|
+
subresourceTarget?: string;
|
|
4240
|
+
}
|
|
4241
|
+
export declare function privateEndpointOutboundRuleDestinationSerializer(item: PrivateEndpointOutboundRuleDestination): any;
|
|
4242
|
+
export declare function privateEndpointOutboundRuleDestinationDeserializer(item: any): PrivateEndpointOutboundRuleDestination;
|
|
4243
|
+
/** Service Tag outbound rule for the managed network of a cognitive services account. */
|
|
4244
|
+
export interface ServiceTagOutboundRule extends OutboundRule {
|
|
4245
|
+
/** Service Tag destination. */
|
|
4246
|
+
destination?: ServiceTagOutboundRuleDestination;
|
|
4247
|
+
/** Type of a managed network Outbound Rule of a cognitive services account. */
|
|
4248
|
+
type: "ServiceTag";
|
|
4249
|
+
}
|
|
4250
|
+
export declare function serviceTagOutboundRuleSerializer(item: ServiceTagOutboundRule): any;
|
|
4251
|
+
export declare function serviceTagOutboundRuleDeserializer(item: any): ServiceTagOutboundRule;
|
|
4252
|
+
/** Service Tag destination for an outbound rule. */
|
|
4253
|
+
export interface ServiceTagOutboundRuleDestination {
|
|
4254
|
+
/** Name of the Azure service tag to target. */
|
|
4255
|
+
serviceTag?: string;
|
|
4256
|
+
/** Network protocol used by the service tag rule. */
|
|
4257
|
+
protocol?: string;
|
|
4258
|
+
/** Destination port ranges. */
|
|
4259
|
+
portRanges?: string;
|
|
4260
|
+
/** The action for the service tag outbound rule. */
|
|
4261
|
+
action?: RuleAction;
|
|
4262
|
+
/** Optional address prefixes. If provided, the serviceTag property will be ignored. */
|
|
4263
|
+
addressPrefixes?: string[];
|
|
4264
|
+
}
|
|
4265
|
+
export declare function serviceTagOutboundRuleDestinationSerializer(item: ServiceTagOutboundRuleDestination): any;
|
|
4266
|
+
export declare function serviceTagOutboundRuleDestinationDeserializer(item: any): ServiceTagOutboundRuleDestination;
|
|
4267
|
+
/** The action enum for a managed network outbound rule. */
|
|
4268
|
+
export declare enum KnownRuleAction {
|
|
4269
|
+
/** Allow */
|
|
4270
|
+
Allow = "Allow",
|
|
4271
|
+
/** Deny */
|
|
4272
|
+
Deny = "Deny"
|
|
4273
|
+
}
|
|
4274
|
+
/**
|
|
4275
|
+
* The action enum for a managed network outbound rule. \
|
|
4276
|
+
* {@link KnownRuleAction} can be used interchangeably with RuleAction,
|
|
4277
|
+
* this enum contains the known values that the service supports.
|
|
4278
|
+
* ### Known values supported by the service
|
|
4279
|
+
* **Allow** \
|
|
4280
|
+
* **Deny**
|
|
4281
|
+
*/
|
|
4282
|
+
export type RuleAction = string;
|
|
4283
|
+
/** List of outbound rules for the managed network of a cognitive services account. */
|
|
4284
|
+
export interface _OutboundRuleListResult {
|
|
4285
|
+
/** The link to the next page constructed using the continuationToken. If null, there are no additional pages. */
|
|
4286
|
+
nextLink?: string;
|
|
4287
|
+
/** The list of cognitive services accounts. Since this list may be incomplete, the nextLink field should be used to request the next list of cognitive services accounts. */
|
|
4288
|
+
value?: OutboundRuleBasicResource[];
|
|
4289
|
+
}
|
|
4290
|
+
export declare function _outboundRuleListResultDeserializer(item: any): _OutboundRuleListResult;
|
|
4291
|
+
export declare function outboundRuleBasicResourceArraySerializer(result: Array<OutboundRuleBasicResource>): any[];
|
|
4292
|
+
export declare function outboundRuleBasicResourceArrayDeserializer(result: Array<OutboundRuleBasicResource>): any[];
|
|
4293
|
+
/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
|
|
4294
|
+
export interface ManagedNetworkSettingsPropertiesBasicResource extends ProxyResource {
|
|
4295
|
+
/** The properties of the managed network settings of a cognitive services account. */
|
|
4296
|
+
properties?: ManagedNetworkSettingsProperties;
|
|
4297
|
+
}
|
|
4298
|
+
export declare function managedNetworkSettingsPropertiesBasicResourceSerializer(item: ManagedNetworkSettingsPropertiesBasicResource): any;
|
|
4299
|
+
export declare function managedNetworkSettingsPropertiesBasicResourceDeserializer(item: any): ManagedNetworkSettingsPropertiesBasicResource;
|
|
4300
|
+
/** The properties of the managed network settings of a cognitive services account. */
|
|
4301
|
+
export interface ManagedNetworkSettingsProperties {
|
|
4302
|
+
/** Managed Network settings for a cognitive services account. */
|
|
4303
|
+
managedNetwork?: ManagedNetworkSettingsEx;
|
|
4304
|
+
/** The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning. */
|
|
4305
|
+
readonly provisioningState?: ManagedNetworkProvisioningState;
|
|
4306
|
+
}
|
|
4307
|
+
export declare function managedNetworkSettingsPropertiesSerializer(item: ManagedNetworkSettingsProperties): any;
|
|
4308
|
+
export declare function managedNetworkSettingsPropertiesDeserializer(item: any): ManagedNetworkSettingsProperties;
|
|
4309
|
+
/** model interface ManagedNetworkSettingsEx */
|
|
4310
|
+
export interface ManagedNetworkSettingsEx extends ManagedNetworkSettings {
|
|
4311
|
+
readonly changeableIsolationModes?: IsolationMode[];
|
|
4312
|
+
}
|
|
4313
|
+
export declare function managedNetworkSettingsExSerializer(item: ManagedNetworkSettingsEx): any;
|
|
4314
|
+
export declare function managedNetworkSettingsExDeserializer(item: any): ManagedNetworkSettingsEx;
|
|
4315
|
+
/** Isolation mode for the managed network of a cognitive services account. */
|
|
4316
|
+
export declare enum KnownIsolationMode {
|
|
4317
|
+
/** Disabled */
|
|
4318
|
+
Disabled = "Disabled",
|
|
4319
|
+
/** AllowInternetOutbound */
|
|
4320
|
+
AllowInternetOutbound = "AllowInternetOutbound",
|
|
4321
|
+
/** AllowOnlyApprovedOutbound */
|
|
4322
|
+
AllowOnlyApprovedOutbound = "AllowOnlyApprovedOutbound"
|
|
4323
|
+
}
|
|
4324
|
+
/**
|
|
4325
|
+
* Isolation mode for the managed network of a cognitive services account. \
|
|
4326
|
+
* {@link KnownIsolationMode} can be used interchangeably with IsolationMode,
|
|
4327
|
+
* this enum contains the known values that the service supports.
|
|
4328
|
+
* ### Known values supported by the service
|
|
4329
|
+
* **Disabled** \
|
|
4330
|
+
* **AllowInternetOutbound** \
|
|
4331
|
+
* **AllowOnlyApprovedOutbound**
|
|
4332
|
+
*/
|
|
4333
|
+
export type IsolationMode = string;
|
|
4334
|
+
/** Known values of {@link ManagedNetworkProvisioningState} that the service accepts. */
|
|
4335
|
+
export declare enum KnownManagedNetworkProvisioningState {
|
|
4336
|
+
/** Deferred */
|
|
4337
|
+
Deferred = "Deferred",
|
|
4338
|
+
/** Updating */
|
|
4339
|
+
Updating = "Updating",
|
|
4340
|
+
/** Succeeded */
|
|
4341
|
+
Succeeded = "Succeeded",
|
|
4342
|
+
/** Failed */
|
|
4343
|
+
Failed = "Failed",
|
|
4344
|
+
/** Deleting */
|
|
4345
|
+
Deleting = "Deleting",
|
|
4346
|
+
/** Deleted */
|
|
4347
|
+
Deleted = "Deleted"
|
|
4348
|
+
}
|
|
4349
|
+
/** Type of ManagedNetworkProvisioningState */
|
|
4350
|
+
export type ManagedNetworkProvisioningState = string;
|
|
4351
|
+
/** Managed Network settings for a cognitive services account. */
|
|
4352
|
+
export interface ManagedNetworkSettings {
|
|
4353
|
+
/** Isolation mode for the managed network of a cognitive services account. */
|
|
4354
|
+
isolationMode?: IsolationMode;
|
|
4355
|
+
readonly networkId?: string;
|
|
4356
|
+
/** Dictionary of <OutboundRule> */
|
|
4357
|
+
outboundRules?: Record<string, OutboundRuleUnion>;
|
|
4358
|
+
/** Status of the Provisioning for the managed network of a cognitive services account. */
|
|
4359
|
+
status?: ManagedNetworkProvisionStatus;
|
|
4360
|
+
/** Firewall Sku used for FQDN Rules */
|
|
4361
|
+
firewallSku?: FirewallSku;
|
|
4362
|
+
/** The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. */
|
|
4363
|
+
managedNetworkKind?: ManagedNetworkKind;
|
|
4364
|
+
/** Public IP address assigned to the Azure Firewall. */
|
|
4365
|
+
readonly firewallPublicIpAddress?: string;
|
|
4366
|
+
/** The provisioning state of the managed network settings. */
|
|
4367
|
+
readonly provisioningState?: ManagedNetworkProvisioningState;
|
|
4368
|
+
}
|
|
4369
|
+
export declare function managedNetworkSettingsSerializer(item: ManagedNetworkSettings): any;
|
|
4370
|
+
export declare function managedNetworkSettingsDeserializer(item: any): ManagedNetworkSettings;
|
|
4371
|
+
export declare function outboundRuleUnionRecordSerializer(item: Record<string, OutboundRule>): Record<string, any>;
|
|
4372
|
+
export declare function outboundRuleUnionRecordDeserializer(item: Record<string, any>): Record<string, OutboundRule>;
|
|
4373
|
+
/** Status of the Provisioning for the managed network of a cognitive services account. */
|
|
4374
|
+
export interface ManagedNetworkProvisionStatus {
|
|
4375
|
+
/** Status for the managed network of a cognitive services account. */
|
|
4376
|
+
status?: ManagedNetworkStatus;
|
|
4377
|
+
}
|
|
4378
|
+
export declare function managedNetworkProvisionStatusSerializer(item: ManagedNetworkProvisionStatus): any;
|
|
4379
|
+
export declare function managedNetworkProvisionStatusDeserializer(item: any): ManagedNetworkProvisionStatus;
|
|
4380
|
+
/** Status for the managed network of a cognitive services account. */
|
|
4381
|
+
export declare enum KnownManagedNetworkStatus {
|
|
4382
|
+
/** Inactive */
|
|
4383
|
+
Inactive = "Inactive",
|
|
4384
|
+
/** Active */
|
|
4385
|
+
Active = "Active"
|
|
4386
|
+
}
|
|
4387
|
+
/**
|
|
4388
|
+
* Status for the managed network of a cognitive services account. \
|
|
4389
|
+
* {@link KnownManagedNetworkStatus} can be used interchangeably with ManagedNetworkStatus,
|
|
4390
|
+
* this enum contains the known values that the service supports.
|
|
4391
|
+
* ### Known values supported by the service
|
|
4392
|
+
* **Inactive** \
|
|
4393
|
+
* **Active**
|
|
4394
|
+
*/
|
|
4395
|
+
export type ManagedNetworkStatus = string;
|
|
4396
|
+
/** Firewall Sku used for FQDN Rules */
|
|
4397
|
+
export declare enum KnownFirewallSku {
|
|
4398
|
+
/** Standard */
|
|
4399
|
+
Standard = "Standard",
|
|
4400
|
+
/** Basic */
|
|
4401
|
+
Basic = "Basic"
|
|
4402
|
+
}
|
|
4403
|
+
/**
|
|
4404
|
+
* Firewall Sku used for FQDN Rules \
|
|
4405
|
+
* {@link KnownFirewallSku} can be used interchangeably with FirewallSku,
|
|
4406
|
+
* this enum contains the known values that the service supports.
|
|
4407
|
+
* ### Known values supported by the service
|
|
4408
|
+
* **Standard** \
|
|
4409
|
+
* **Basic**
|
|
4410
|
+
*/
|
|
4411
|
+
export type FirewallSku = string;
|
|
4412
|
+
/** The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. */
|
|
4413
|
+
export declare enum KnownManagedNetworkKind {
|
|
4414
|
+
/** V1 */
|
|
4415
|
+
V1 = "V1",
|
|
4416
|
+
/** V2 */
|
|
4417
|
+
V2 = "V2"
|
|
4418
|
+
}
|
|
4419
|
+
/**
|
|
4420
|
+
* The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. \
|
|
4421
|
+
* {@link KnownManagedNetworkKind} can be used interchangeably with ManagedNetworkKind,
|
|
4422
|
+
* this enum contains the known values that the service supports.
|
|
4423
|
+
* ### Known values supported by the service
|
|
4424
|
+
* **V1** \
|
|
4425
|
+
* **V2**
|
|
4426
|
+
*/
|
|
4427
|
+
export type ManagedNetworkKind = string;
|
|
4428
|
+
/** List of managed networks of a cognitive services account. */
|
|
4429
|
+
export interface _ManagedNetworkListResult {
|
|
4430
|
+
/** The link to the next page constructed using the continuationToken. If null, there are no additional pages. */
|
|
4431
|
+
nextLink?: string;
|
|
4432
|
+
/** The list of managed network settings of an account. Since this list may be incomplete, the nextLink field should be used to request the next list of cognitive services accounts. */
|
|
4433
|
+
value?: ManagedNetworkSettingsPropertiesBasicResource[];
|
|
4434
|
+
}
|
|
4435
|
+
export declare function _managedNetworkListResultDeserializer(item: any): _ManagedNetworkListResult;
|
|
4436
|
+
export declare function managedNetworkSettingsPropertiesBasicResourceArraySerializer(result: Array<ManagedNetworkSettingsPropertiesBasicResource>): any[];
|
|
4437
|
+
export declare function managedNetworkSettingsPropertiesBasicResourceArrayDeserializer(result: Array<ManagedNetworkSettingsPropertiesBasicResource>): any[];
|
|
4438
|
+
/** model interface ManagedNetworkSettingsBasicResource */
|
|
4439
|
+
export interface ManagedNetworkSettingsBasicResource extends Resource {
|
|
4440
|
+
/** Managed Network settings for a cognitive services account. */
|
|
4441
|
+
properties?: ManagedNetworkSettings;
|
|
4442
|
+
}
|
|
4443
|
+
export declare function managedNetworkSettingsBasicResourceSerializer(item: ManagedNetworkSettingsBasicResource): any;
|
|
4444
|
+
/** Managed Network Provisioning options for managed network of a cognitive services account. */
|
|
4445
|
+
export interface ManagedNetworkProvisionOptions {
|
|
4446
|
+
}
|
|
4447
|
+
export declare function managedNetworkProvisionOptionsSerializer(_item: ManagedNetworkProvisionOptions): any;
|
|
4448
|
+
/** Agent Deployment resource */
|
|
4449
|
+
export interface AgentDeployment extends ProxyResource {
|
|
4450
|
+
/** [Required] Additional attributes of the entity. */
|
|
4451
|
+
properties: AgentDeploymentPropertiesUnion;
|
|
4452
|
+
}
|
|
4453
|
+
export declare function agentDeploymentSerializer(item: AgentDeployment): any;
|
|
4454
|
+
export declare function agentDeploymentDeserializer(item: any): AgentDeployment;
|
|
4455
|
+
/** Type representing an agent deployment as a management construct. */
|
|
4456
|
+
export interface AgentDeploymentProperties extends ResourceBase {
|
|
4457
|
+
/** Gets or sets the display name of the deployment. */
|
|
4458
|
+
displayName?: string;
|
|
4459
|
+
/** Gets or sets the unique identifier of the deployment. */
|
|
4460
|
+
deploymentId?: string;
|
|
4461
|
+
/** Gets or sets the current operational state of the deployment (and, intrinsically, of the comprising agents). */
|
|
4462
|
+
state?: AgentDeploymentState;
|
|
4463
|
+
/** Gets or sets the supported protocol types and versions exposed by this deployment. */
|
|
4464
|
+
protocols?: AgentProtocolVersion[];
|
|
4465
|
+
/** Returns a flat list of agent:version deployed in this deployment. */
|
|
4466
|
+
agents?: VersionedAgentReference[];
|
|
4467
|
+
/** Gets or sets the type of deployment for the agent. */
|
|
4468
|
+
/** The discriminator possible values: Managed, Hosted */
|
|
4469
|
+
deploymentType: AgentDeploymentType;
|
|
4470
|
+
/** Gets or sets the provisioning state of the agent deployment. */
|
|
4471
|
+
readonly provisioningState?: AgentDeploymentProvisioningState;
|
|
4472
|
+
}
|
|
4473
|
+
export declare function agentDeploymentPropertiesSerializer(item: AgentDeploymentProperties): any;
|
|
4474
|
+
export declare function agentDeploymentPropertiesDeserializer(item: any): AgentDeploymentProperties;
|
|
4475
|
+
/** Alias for AgentDeploymentPropertiesUnion */
|
|
4476
|
+
export type AgentDeploymentPropertiesUnion = ManagedAgentDeployment | HostedAgentDeployment | AgentDeploymentProperties;
|
|
4477
|
+
export declare function agentDeploymentPropertiesUnionSerializer(item: AgentDeploymentPropertiesUnion): any;
|
|
4478
|
+
export declare function agentDeploymentPropertiesUnionDeserializer(item: any): AgentDeploymentPropertiesUnion;
|
|
4479
|
+
/** Current operational state of the agentic functionality represented by this deployment. */
|
|
4480
|
+
export declare enum KnownAgentDeploymentState {
|
|
4481
|
+
/** The deployment is starting. */
|
|
4482
|
+
Starting = "Starting",
|
|
4483
|
+
/** The deployment started/is operational. */
|
|
4484
|
+
Running = "Running",
|
|
4485
|
+
/** The deployment is being stopped. */
|
|
4486
|
+
Stopping = "Stopping",
|
|
4487
|
+
/** The deployment was stopped. */
|
|
4488
|
+
Stopped = "Stopped",
|
|
4489
|
+
/** The deployment failed. */
|
|
4490
|
+
Failed = "Failed",
|
|
4491
|
+
/** The deployment is being deleted. */
|
|
4492
|
+
Deleting = "Deleting",
|
|
4493
|
+
/** The deployment was deleted. */
|
|
4494
|
+
Deleted = "Deleted",
|
|
4495
|
+
/** The deployment is being updated. */
|
|
4496
|
+
Updating = "Updating"
|
|
4497
|
+
}
|
|
4498
|
+
/**
|
|
4499
|
+
* Current operational state of the agentic functionality represented by this deployment. \
|
|
4500
|
+
* {@link KnownAgentDeploymentState} can be used interchangeably with AgentDeploymentState,
|
|
4501
|
+
* this enum contains the known values that the service supports.
|
|
4502
|
+
* ### Known values supported by the service
|
|
4503
|
+
* **Starting**: The deployment is starting. \
|
|
4504
|
+
* **Running**: The deployment started\/is operational. \
|
|
4505
|
+
* **Stopping**: The deployment is being stopped. \
|
|
4506
|
+
* **Stopped**: The deployment was stopped. \
|
|
4507
|
+
* **Failed**: The deployment failed. \
|
|
4508
|
+
* **Deleting**: The deployment is being deleted. \
|
|
4509
|
+
* **Deleted**: The deployment was deleted. \
|
|
4510
|
+
* **Updating**: The deployment is being updated.
|
|
4511
|
+
*/
|
|
4512
|
+
export type AgentDeploymentState = string;
|
|
4513
|
+
export declare function agentProtocolVersionArraySerializer(result: Array<AgentProtocolVersion>): any[];
|
|
4514
|
+
export declare function agentProtocolVersionArrayDeserializer(result: Array<AgentProtocolVersion>): any[];
|
|
4515
|
+
/** Type modeling the protocol and version used by an agent/exposed by a deployment. */
|
|
4516
|
+
export interface AgentProtocolVersion {
|
|
4517
|
+
/** The protocol used by the agent/exposed by a deployment. */
|
|
4518
|
+
protocol?: AgentProtocol;
|
|
4519
|
+
/** The version of the protocol. */
|
|
4520
|
+
version?: string;
|
|
4521
|
+
}
|
|
4522
|
+
export declare function agentProtocolVersionSerializer(item: AgentProtocolVersion): any;
|
|
4523
|
+
export declare function agentProtocolVersionDeserializer(item: any): AgentProtocolVersion;
|
|
4524
|
+
/** Protocol used by the agent/exposed by a deployment. */
|
|
4525
|
+
export declare enum KnownAgentProtocol {
|
|
4526
|
+
/** Agent protocol (aka Active) */
|
|
4527
|
+
Agent = "Agent",
|
|
4528
|
+
/** Agent2Agent standard */
|
|
4529
|
+
A2A = "A2A",
|
|
4530
|
+
/** OpenAI-compatible */
|
|
4531
|
+
Responses = "Responses"
|
|
4532
|
+
}
|
|
4533
|
+
/**
|
|
4534
|
+
* Protocol used by the agent/exposed by a deployment. \
|
|
4535
|
+
* {@link KnownAgentProtocol} can be used interchangeably with AgentProtocol,
|
|
4536
|
+
* this enum contains the known values that the service supports.
|
|
4537
|
+
* ### Known values supported by the service
|
|
4538
|
+
* **Agent**: Agent protocol (aka Active) \
|
|
4539
|
+
* **A2A**: Agent2Agent standard \
|
|
4540
|
+
* **Responses**: OpenAI-compatible
|
|
4541
|
+
*/
|
|
4542
|
+
export type AgentProtocol = string;
|
|
4543
|
+
export declare function versionedAgentReferenceArraySerializer(result: Array<VersionedAgentReference>): any[];
|
|
4544
|
+
export declare function versionedAgentReferenceArrayDeserializer(result: Array<VersionedAgentReference>): any[];
|
|
4545
|
+
/** Type modeling a reference to a version of an agent definition. */
|
|
4546
|
+
export interface VersionedAgentReference extends AgentReferenceProperties {
|
|
4547
|
+
/** Gets the agent's version (unique for each agent lineage). */
|
|
4548
|
+
agentVersion?: string;
|
|
4549
|
+
}
|
|
4550
|
+
export declare function versionedAgentReferenceSerializer(item: VersionedAgentReference): any;
|
|
4551
|
+
export declare function versionedAgentReferenceDeserializer(item: any): VersionedAgentReference;
|
|
4552
|
+
/** Specifies the type of deployment for an agent, indicating how the underlying compute and network infrastructure is managed. */
|
|
4553
|
+
export declare enum KnownAgentDeploymentType {
|
|
4554
|
+
/** The underlying infra is managed by the platform in the deployer's subscription */
|
|
4555
|
+
Managed = "Managed",
|
|
4556
|
+
/** The underlying infra is owned by the platform */
|
|
4557
|
+
Hosted = "Hosted",
|
|
4558
|
+
/** The underlying infra is provisioned by the deployer (BYO) */
|
|
4559
|
+
Custom = "Custom"
|
|
4560
|
+
}
|
|
4561
|
+
/**
|
|
4562
|
+
* Specifies the type of deployment for an agent, indicating how the underlying compute and network infrastructure is managed. \
|
|
4563
|
+
* {@link KnownAgentDeploymentType} can be used interchangeably with AgentDeploymentType,
|
|
4564
|
+
* this enum contains the known values that the service supports.
|
|
4565
|
+
* ### Known values supported by the service
|
|
4566
|
+
* **Managed**: The underlying infra is managed by the platform in the deployer's subscription \
|
|
4567
|
+
* **Hosted**: The underlying infra is owned by the platform \
|
|
4568
|
+
* **Custom**: The underlying infra is provisioned by the deployer (BYO)
|
|
4569
|
+
*/
|
|
4570
|
+
export type AgentDeploymentType = string;
|
|
4571
|
+
/** Provisioning state of an agentic deployment, as an Azure resource. */
|
|
4572
|
+
export declare enum KnownAgentDeploymentProvisioningState {
|
|
4573
|
+
/** The deployment was successfully completed. */
|
|
4574
|
+
Succeeded = "Succeeded",
|
|
4575
|
+
/** The deployment failed. */
|
|
4576
|
+
Failed = "Failed",
|
|
4577
|
+
/** The deployment was canceled. */
|
|
4578
|
+
Canceled = "Canceled",
|
|
4579
|
+
/** The deployment is being created. */
|
|
4580
|
+
Creating = "Creating",
|
|
4581
|
+
/** The deployment is being updated. */
|
|
4582
|
+
Updating = "Updating",
|
|
4583
|
+
/** The deployment is being deleted. */
|
|
4584
|
+
Deleting = "Deleting"
|
|
4585
|
+
}
|
|
4586
|
+
/**
|
|
4587
|
+
* Provisioning state of an agentic deployment, as an Azure resource. \
|
|
4588
|
+
* {@link KnownAgentDeploymentProvisioningState} can be used interchangeably with AgentDeploymentProvisioningState,
|
|
4589
|
+
* this enum contains the known values that the service supports.
|
|
4590
|
+
* ### Known values supported by the service
|
|
4591
|
+
* **Succeeded**: The deployment was successfully completed. \
|
|
4592
|
+
* **Failed**: The deployment failed. \
|
|
4593
|
+
* **Canceled**: The deployment was canceled. \
|
|
4594
|
+
* **Creating**: The deployment is being created. \
|
|
4595
|
+
* **Updating**: The deployment is being updated. \
|
|
4596
|
+
* **Deleting**: The deployment is being deleted.
|
|
4597
|
+
*/
|
|
4598
|
+
export type AgentDeploymentProvisioningState = string;
|
|
4599
|
+
/** Represents a managed agent deployment where the underlying infrastructure is managed by the platform in the deployer's subscription. */
|
|
4600
|
+
export interface ManagedAgentDeployment extends AgentDeploymentProperties {
|
|
4601
|
+
/** Gets or sets the type of deployment for the agent. */
|
|
4602
|
+
deploymentType: "Managed";
|
|
4603
|
+
}
|
|
4604
|
+
export declare function managedAgentDeploymentSerializer(item: ManagedAgentDeployment): any;
|
|
4605
|
+
export declare function managedAgentDeploymentDeserializer(item: any): ManagedAgentDeployment;
|
|
4606
|
+
/** Represents a hosted agent deployment where the underlying infrastructure is owned by the platform. */
|
|
4607
|
+
export interface HostedAgentDeployment extends AgentDeploymentProperties {
|
|
4608
|
+
/** Gets or sets the minimum number of replicas for this hosted deployment. */
|
|
4609
|
+
minReplicas?: number;
|
|
4610
|
+
/** Gets or sets the maximum number of replicas for this hosted deployment. */
|
|
4611
|
+
maxReplicas?: number;
|
|
4612
|
+
/** Gets or sets the type of deployment for the agent. */
|
|
4613
|
+
deploymentType: "Hosted";
|
|
4614
|
+
}
|
|
4615
|
+
export declare function hostedAgentDeploymentSerializer(item: HostedAgentDeployment): any;
|
|
4616
|
+
export declare function hostedAgentDeploymentDeserializer(item: any): HostedAgentDeployment;
|
|
4617
|
+
/** A paginated list of Agent Deployment entities. */
|
|
4618
|
+
export interface _AgentDeploymentResourceArmPaginatedResult {
|
|
4619
|
+
/** The link to the next page of Agent Deployment objects. If null, there are no additional pages. */
|
|
4620
|
+
nextLink?: string;
|
|
4621
|
+
/** An array of objects of type Agent Deployment. */
|
|
4622
|
+
value?: AgentDeployment[];
|
|
4623
|
+
}
|
|
4624
|
+
export declare function _agentDeploymentResourceArmPaginatedResultDeserializer(item: any): _AgentDeploymentResourceArmPaginatedResult;
|
|
4625
|
+
export declare function agentDeploymentArraySerializer(result: Array<AgentDeployment>): any[];
|
|
4626
|
+
export declare function agentDeploymentArrayDeserializer(result: Array<AgentDeployment>): any[];
|
|
4627
|
+
/** The Get Skus operation response. */
|
|
4628
|
+
export interface _ResourceSkuListResult {
|
|
4629
|
+
/** The ResourceSku items on this page */
|
|
4630
|
+
value: ResourceSku[];
|
|
4631
|
+
/** The link to the next page of items */
|
|
4632
|
+
nextLink?: string;
|
|
4633
|
+
}
|
|
4634
|
+
export declare function _resourceSkuListResultDeserializer(item: any): _ResourceSkuListResult;
|
|
4635
|
+
export declare function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[];
|
|
4636
|
+
/** Describes an available Cognitive Services SKU. */
|
|
4637
|
+
export interface ResourceSku {
|
|
4638
|
+
/** The type of resource the SKU applies to. */
|
|
4639
|
+
resourceType?: string;
|
|
4640
|
+
/** The name of SKU. */
|
|
4641
|
+
name?: string;
|
|
4642
|
+
/** Specifies the tier of Cognitive Services account. */
|
|
4643
|
+
tier?: string;
|
|
4644
|
+
/** The Kind of resources that are supported in this SKU. */
|
|
4645
|
+
kind?: string;
|
|
4646
|
+
/** The set of locations that the SKU is available. */
|
|
4647
|
+
locations?: string[];
|
|
4648
|
+
/** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
|
|
4649
|
+
restrictions?: ResourceSkuRestrictions[];
|
|
4650
|
+
}
|
|
4651
|
+
export declare function resourceSkuDeserializer(item: any): ResourceSku;
|
|
4652
|
+
export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
|
|
4653
|
+
/** Describes restrictions of a SKU. */
|
|
4654
|
+
export interface ResourceSkuRestrictions {
|
|
4655
|
+
/** The type of restrictions. */
|
|
4656
|
+
type?: ResourceSkuRestrictionsType;
|
|
4657
|
+
/** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
|
|
4658
|
+
values?: string[];
|
|
4659
|
+
/** The information about the restriction where the SKU cannot be used. */
|
|
4660
|
+
restrictionInfo?: ResourceSkuRestrictionInfo;
|
|
4661
|
+
/** The reason for restriction. */
|
|
4662
|
+
reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
4663
|
+
}
|
|
4664
|
+
export declare function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions;
|
|
4665
|
+
/** The type of restrictions. */
|
|
4666
|
+
export type ResourceSkuRestrictionsType = "Location" | "Zone";
|
|
4667
|
+
/** model interface ResourceSkuRestrictionInfo */
|
|
4668
|
+
export interface ResourceSkuRestrictionInfo {
|
|
4669
|
+
/** Locations where the SKU is restricted */
|
|
4670
|
+
locations?: string[];
|
|
4671
|
+
/** List of availability zones where the SKU is restricted. */
|
|
4672
|
+
zones?: string[];
|
|
4673
|
+
}
|
|
4674
|
+
export declare function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo;
|
|
4675
|
+
/** The reason for restriction. */
|
|
4676
|
+
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
4677
|
+
/** QuotaId */
|
|
4678
|
+
QuotaId = "QuotaId",
|
|
4679
|
+
/** NotAvailableForSubscription */
|
|
4680
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
4681
|
+
}
|
|
4682
|
+
/**
|
|
4683
|
+
* The reason for restriction. \
|
|
4684
|
+
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
4685
|
+
* this enum contains the known values that the service supports.
|
|
4686
|
+
* ### Known values supported by the service
|
|
4687
|
+
* **QuotaId** \
|
|
4688
|
+
* **NotAvailableForSubscription**
|
|
4689
|
+
*/
|
|
4690
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
4691
|
+
/** The list of cognitive services accounts operation response. */
|
|
4692
|
+
export interface _CommitmentTierListResult {
|
|
4693
|
+
/** The link used to get the next page of CommitmentTier. */
|
|
4694
|
+
nextLink?: string;
|
|
4695
|
+
/** Gets the list of Cognitive Services accounts CommitmentTier and their properties. */
|
|
4696
|
+
readonly value?: CommitmentTier[];
|
|
4697
|
+
}
|
|
4698
|
+
export declare function _commitmentTierListResultDeserializer(item: any): _CommitmentTierListResult;
|
|
4699
|
+
export declare function commitmentTierArrayDeserializer(result: Array<CommitmentTier>): any[];
|
|
4700
|
+
/** Cognitive Services account commitment tier. */
|
|
4701
|
+
export interface CommitmentTier {
|
|
4702
|
+
/** The kind (type) of cognitive service account. */
|
|
4703
|
+
kind?: string;
|
|
4704
|
+
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
4705
|
+
skuName?: string;
|
|
4706
|
+
/** Account hosting model. */
|
|
4707
|
+
hostingModel?: HostingModel;
|
|
4708
|
+
/** Commitment plan type. */
|
|
4709
|
+
planType?: string;
|
|
4710
|
+
/** Commitment period commitment tier. */
|
|
4711
|
+
tier?: string;
|
|
4712
|
+
/** Commitment period commitment max count. */
|
|
4713
|
+
maxCount?: number;
|
|
4714
|
+
/** Cognitive Services account commitment quota. */
|
|
4715
|
+
quota?: CommitmentQuota;
|
|
4716
|
+
/** Cognitive Services account commitment cost. */
|
|
4717
|
+
cost?: CommitmentCost;
|
|
4718
|
+
}
|
|
4719
|
+
export declare function commitmentTierDeserializer(item: any): CommitmentTier;
|
|
4720
|
+
/** Cognitive Services account commitment cost. */
|
|
4721
|
+
export interface CommitmentCost {
|
|
4722
|
+
/** Commitment meter Id. */
|
|
4723
|
+
commitmentMeterId?: string;
|
|
4724
|
+
/** Overage meter Id. */
|
|
4725
|
+
overageMeterId?: string;
|
|
4726
|
+
}
|
|
4727
|
+
export declare function commitmentCostDeserializer(item: any): CommitmentCost;
|
|
4728
|
+
/** The list of cognitive services models. */
|
|
4729
|
+
export interface _ModelListResult {
|
|
4730
|
+
/** The link used to get the next page of Model. */
|
|
4731
|
+
nextLink?: string;
|
|
4732
|
+
/** Gets the list of Cognitive Services accounts Model and their properties. */
|
|
4733
|
+
value?: Model[];
|
|
4734
|
+
}
|
|
4735
|
+
export declare function _modelListResultDeserializer(item: any): _ModelListResult;
|
|
4736
|
+
export declare function modelArrayDeserializer(result: Array<Model>): any[];
|
|
4737
|
+
/** Cognitive Services Model. */
|
|
4738
|
+
export interface Model {
|
|
4739
|
+
/** Cognitive Services account Model. */
|
|
4740
|
+
model?: AccountModel;
|
|
4741
|
+
/** The kind (type) of cognitive service account. */
|
|
4742
|
+
kind?: string;
|
|
4743
|
+
/** The name of SKU. */
|
|
4744
|
+
skuName?: string;
|
|
4745
|
+
/** The description of the model. */
|
|
4746
|
+
description?: string;
|
|
4747
|
+
}
|
|
4748
|
+
export declare function modelDeserializer(item: any): Model;
|
|
4749
|
+
/** The list of cognitive services accounts operation response. */
|
|
4750
|
+
export interface _ModelCapacityListResult {
|
|
4751
|
+
/** The link used to get the next page of ModelSkuCapacity. */
|
|
4752
|
+
nextLink?: string;
|
|
4753
|
+
/** Gets the list of Cognitive Services accounts ModelSkuCapacity. */
|
|
4754
|
+
readonly value?: ModelCapacityListResultValueItem[];
|
|
4755
|
+
}
|
|
4756
|
+
export declare function _modelCapacityListResultDeserializer(item: any): _ModelCapacityListResult;
|
|
4757
|
+
export declare function modelCapacityListResultValueItemArrayDeserializer(result: Array<ModelCapacityListResultValueItem>): any[];
|
|
4758
|
+
/** model interface ModelCapacityListResultValueItem */
|
|
4759
|
+
export interface ModelCapacityListResultValueItem extends ProxyResource {
|
|
4760
|
+
/** The location of the Model Sku Capacity. */
|
|
4761
|
+
location?: string;
|
|
4762
|
+
/** Cognitive Services account ModelSkuCapacity. */
|
|
4763
|
+
properties?: ModelSkuCapacityProperties;
|
|
4764
|
+
}
|
|
4765
|
+
export declare function modelCapacityListResultValueItemDeserializer(item: any): ModelCapacityListResultValueItem;
|
|
4766
|
+
/** Cognitive Services account ModelSkuCapacity. */
|
|
4767
|
+
export interface ModelSkuCapacityProperties {
|
|
4768
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
4769
|
+
model?: DeploymentModel;
|
|
4770
|
+
skuName?: string;
|
|
4771
|
+
/** The available capacity for deployment with this model and sku. */
|
|
4772
|
+
availableCapacity?: number;
|
|
4773
|
+
/** The available capacity for deployment with a fine-tune version of this model and sku. */
|
|
4774
|
+
availableFinetuneCapacity?: number;
|
|
4775
|
+
/** The scope identifier for model SKU capacity. */
|
|
4776
|
+
scopeId?: string;
|
|
4777
|
+
/** The scope type for model SKU capacity. */
|
|
4778
|
+
scopeType?: QuotaScopeType;
|
|
4779
|
+
}
|
|
4780
|
+
export declare function modelSkuCapacityPropertiesDeserializer(item: any): ModelSkuCapacityProperties;
|
|
4781
|
+
/** The available API versions. */
|
|
4782
|
+
export declare enum KnownVersions {
|
|
4783
|
+
/** The 2025-10-01-preview API version. */
|
|
4784
|
+
V20251001Preview = "2025-10-01-preview",
|
|
4785
|
+
/** The 2025-12-01 API version. */
|
|
4786
|
+
V20251201 = "2025-12-01",
|
|
4787
|
+
/** The 2026-01-15-preview API version. */
|
|
4788
|
+
V20260115Preview = "2026-01-15-preview",
|
|
4789
|
+
/** The 2026-03-01 API version. */
|
|
4790
|
+
V20260301 = "2026-03-01",
|
|
4791
|
+
/** The 2026-03-15-preview API version. */
|
|
4792
|
+
V20260315Preview = "2026-03-15-preview"
|
|
4793
|
+
}
|
|
4794
|
+
export declare function raiBlocklistItemBulkRequestArraySerializer(result: Array<RaiBlocklistItemBulkRequest>): any[];
|
|
4795
|
+
export declare function _commitmentPlanAccountAssociationPropertiesSerializer(item: CommitmentPlanAccountAssociation): any;
|
|
4796
|
+
export declare function _commitmentPlanAccountAssociationPropertiesDeserializer(item: any): {
|
|
4797
|
+
accountId: any;
|
|
4798
|
+
};
|
|
4799
|
+
export declare function _defenderForAISettingPropertiesSerializer(item: DefenderForAISetting): any;
|
|
4800
|
+
export declare function _defenderForAISettingPropertiesDeserializer(item: any): {
|
|
4801
|
+
state: any;
|
|
4802
|
+
};
|
|
4803
|
+
//# sourceMappingURL=models.d.ts.map
|