@azure/arm-cognitiveservices 7.6.0 → 7.7.0-alpha.20250521.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +117 -0
- package/LICENSE +3 -3
- package/README.md +22 -15
- package/dist/browser/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/browser/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/browser/cognitiveServicesManagementClient.js +222 -0
- package/dist/browser/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3733 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +652 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +190 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +5135 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +61 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +515 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/browser/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operations/accountCapabilityHosts.js +242 -0
- package/dist/browser/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/browser/operations/accountConnection.d.ts +70 -0
- package/dist/browser/operations/accountConnection.d.ts.map +1 -0
- package/dist/browser/operations/accountConnection.js +286 -0
- package/dist/browser/operations/accountConnection.js.map +1 -0
- package/dist/browser/operations/accounts.d.ts +162 -0
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/dist/browser/operations/accounts.js +775 -0
- package/dist/browser/operations/accounts.js.map +1 -0
- package/dist/browser/operations/commitmentPlans.d.ts +256 -0
- package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/browser/operations/commitmentPlans.js +1166 -0
- package/dist/browser/operations/commitmentPlans.js.map +1 -0
- package/dist/browser/operations/commitmentTiers.d.ts +35 -0
- package/dist/browser/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/browser/operations/commitmentTiers.js +141 -0
- package/dist/browser/operations/commitmentTiers.js.map +1 -0
- package/dist/browser/operations/defenderForAISettings.d.ts +64 -0
- package/dist/browser/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/browser/operations/defenderForAISettings.js +267 -0
- package/dist/browser/operations/defenderForAISettings.js.map +1 -0
- package/dist/browser/operations/deletedAccounts.d.ts +57 -0
- package/dist/browser/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAccounts.js +243 -0
- package/dist/browser/operations/deletedAccounts.js.map +1 -0
- package/dist/browser/operations/deployments.d.ts +126 -0
- package/dist/browser/operations/deployments.d.ts.map +1 -0
- package/dist/browser/operations/deployments.js +579 -0
- package/dist/browser/operations/deployments.js.map +1 -0
- package/dist/browser/operations/encryptionScopes.d.ts +76 -0
- package/dist/browser/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operations/encryptionScopes.js +316 -0
- package/dist/browser/operations/encryptionScopes.js.map +1 -0
- package/dist/browser/operations/index.d.ts +26 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +33 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedModelCapacities.js +152 -0
- package/dist/browser/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/browser/operations/modelCapacities.d.ts +38 -0
- package/dist/browser/operations/modelCapacities.d.ts.map +1 -0
- package/dist/browser/operations/modelCapacities.js +144 -0
- package/dist/browser/operations/modelCapacities.js.map +1 -0
- package/dist/browser/operations/models.d.ts +35 -0
- package/dist/browser/operations/models.d.ts.map +1 -0
- package/dist/browser/operations/models.js +141 -0
- package/dist/browser/operations/models.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +269 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +274 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/browser/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operations/projectCapabilityHosts.js +263 -0
- package/dist/browser/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/browser/operations/projectConnection.d.ts +77 -0
- package/dist/browser/operations/projectConnection.d.ts.map +1 -0
- package/dist/browser/operations/projectConnection.js +299 -0
- package/dist/browser/operations/projectConnection.js.map +1 -0
- package/dist/browser/operations/projects.d.ts +101 -0
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/dist/browser/operations/projects.js +438 -0
- package/dist/browser/operations/projects.js.map +1 -0
- package/dist/browser/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/browser/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/browser/operations/raiBlocklistItems.js +418 -0
- package/dist/browser/operations/raiBlocklistItems.js.map +1 -0
- package/dist/browser/operations/raiBlocklists.d.ts +72 -0
- package/dist/browser/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/browser/operations/raiBlocklists.js +313 -0
- package/dist/browser/operations/raiBlocklists.js.map +1 -0
- package/dist/browser/operations/raiContentFilters.d.ts +42 -0
- package/dist/browser/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/browser/operations/raiContentFilters.js +171 -0
- package/dist/browser/operations/raiContentFilters.js.map +1 -0
- package/dist/browser/operations/raiPolicies.d.ts +72 -0
- package/dist/browser/operations/raiPolicies.d.ts.map +1 -0
- package/dist/browser/operations/raiPolicies.js +307 -0
- package/dist/browser/operations/raiPolicies.js.map +1 -0
- package/dist/browser/operations/resourceSkus.d.ts +32 -0
- package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operations/resourceSkus.js +133 -0
- package/dist/browser/operations/resourceSkus.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +35 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +141 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/browser/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accountConnection.js +9 -0
- package/dist/browser/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +26 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +33 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/browser/operationsInterfaces/models.d.ts +12 -0
- package/dist/browser/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/models.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/browser/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectConnection.js +9 -0
- package/dist/browser/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts +76 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js +9 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/commonjs/cognitiveServicesManagementClient.js +227 -0
- package/dist/commonjs/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3733 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +655 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +190 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5141 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +61 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +519 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operations/accountCapabilityHosts.js +247 -0
- package/dist/commonjs/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operations/accountConnection.d.ts +70 -0
- package/dist/commonjs/operations/accountConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/accountConnection.js +290 -0
- package/dist/commonjs/operations/accountConnection.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +162 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +779 -0
- package/dist/commonjs/operations/accounts.js.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts +256 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.js +1170 -0
- package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operations/commitmentTiers.d.ts +35 -0
- package/dist/commonjs/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentTiers.js +145 -0
- package/dist/commonjs/operations/commitmentTiers.js.map +1 -0
- package/dist/commonjs/operations/defenderForAISettings.d.ts +64 -0
- package/dist/commonjs/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/commonjs/operations/defenderForAISettings.js +271 -0
- package/dist/commonjs/operations/defenderForAISettings.js.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts +57 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.js +247 -0
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operations/deployments.d.ts +126 -0
- package/dist/commonjs/operations/deployments.d.ts.map +1 -0
- package/dist/commonjs/operations/deployments.js +583 -0
- package/dist/commonjs/operations/deployments.js.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts +76 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.js +320 -0
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +26 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +36 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.js +156 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/commonjs/operations/modelCapacities.d.ts +38 -0
- package/dist/commonjs/operations/modelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operations/modelCapacities.js +148 -0
- package/dist/commonjs/operations/modelCapacities.js.map +1 -0
- package/dist/commonjs/operations/models.d.ts +35 -0
- package/dist/commonjs/operations/models.d.ts.map +1 -0
- package/dist/commonjs/operations/models.js +145 -0
- package/dist/commonjs/operations/models.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +273 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +279 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operations/projectCapabilityHosts.js +268 -0
- package/dist/commonjs/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operations/projectConnection.d.ts +77 -0
- package/dist/commonjs/operations/projectConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/projectConnection.js +303 -0
- package/dist/commonjs/operations/projectConnection.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +101 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +442 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/commonjs/operations/raiBlocklistItems.js +422 -0
- package/dist/commonjs/operations/raiBlocklistItems.js.map +1 -0
- package/dist/commonjs/operations/raiBlocklists.d.ts +72 -0
- package/dist/commonjs/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/commonjs/operations/raiBlocklists.js +317 -0
- package/dist/commonjs/operations/raiBlocklists.js.map +1 -0
- package/dist/commonjs/operations/raiContentFilters.d.ts +42 -0
- package/dist/commonjs/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/commonjs/operations/raiContentFilters.js +175 -0
- package/dist/commonjs/operations/raiContentFilters.js.map +1 -0
- package/dist/commonjs/operations/raiPolicies.d.ts +72 -0
- package/dist/commonjs/operations/raiPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/raiPolicies.js +311 -0
- package/dist/commonjs/operations/raiPolicies.js.map +1 -0
- package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
- package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operations/resourceSkus.js +137 -0
- package/dist/commonjs/operations/resourceSkus.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +145 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deployments.js +10 -0
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +36 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.js +10 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/models.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/models.js +10 -0
- package/dist/commonjs/operationsInterfaces/models.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/esm/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/esm/cognitiveServicesManagementClient.js +222 -0
- package/dist/esm/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3733 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +652 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +190 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5135 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +61 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +515 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/esm/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operations/accountCapabilityHosts.js +242 -0
- package/dist/esm/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/esm/operations/accountConnection.d.ts +70 -0
- package/dist/esm/operations/accountConnection.d.ts.map +1 -0
- package/dist/esm/operations/accountConnection.js +286 -0
- package/dist/esm/operations/accountConnection.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +162 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +775 -0
- package/dist/esm/operations/accounts.js.map +1 -0
- package/dist/esm/operations/commitmentPlans.d.ts +256 -0
- package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operations/commitmentPlans.js +1166 -0
- package/dist/esm/operations/commitmentPlans.js.map +1 -0
- package/dist/esm/operations/commitmentTiers.d.ts +35 -0
- package/dist/esm/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/esm/operations/commitmentTiers.js +141 -0
- package/dist/esm/operations/commitmentTiers.js.map +1 -0
- package/dist/esm/operations/defenderForAISettings.d.ts +64 -0
- package/dist/esm/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/esm/operations/defenderForAISettings.js +267 -0
- package/dist/esm/operations/defenderForAISettings.js.map +1 -0
- package/dist/esm/operations/deletedAccounts.d.ts +57 -0
- package/dist/esm/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAccounts.js +243 -0
- package/dist/esm/operations/deletedAccounts.js.map +1 -0
- package/dist/esm/operations/deployments.d.ts +126 -0
- package/dist/esm/operations/deployments.d.ts.map +1 -0
- package/dist/esm/operations/deployments.js +579 -0
- package/dist/esm/operations/deployments.js.map +1 -0
- package/dist/esm/operations/encryptionScopes.d.ts +76 -0
- package/dist/esm/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operations/encryptionScopes.js +316 -0
- package/dist/esm/operations/encryptionScopes.js.map +1 -0
- package/dist/esm/operations/index.d.ts +26 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +33 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedModelCapacities.js +152 -0
- package/dist/esm/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/esm/operations/modelCapacities.d.ts +38 -0
- package/dist/esm/operations/modelCapacities.d.ts.map +1 -0
- package/dist/esm/operations/modelCapacities.js +144 -0
- package/dist/esm/operations/modelCapacities.js.map +1 -0
- package/dist/esm/operations/models.d.ts +35 -0
- package/dist/esm/operations/models.d.ts.map +1 -0
- package/dist/esm/operations/models.js +141 -0
- package/dist/esm/operations/models.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +269 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +274 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/esm/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operations/projectCapabilityHosts.js +263 -0
- package/dist/esm/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/esm/operations/projectConnection.d.ts +77 -0
- package/dist/esm/operations/projectConnection.d.ts.map +1 -0
- package/dist/esm/operations/projectConnection.js +299 -0
- package/dist/esm/operations/projectConnection.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +101 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +438 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/esm/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/esm/operations/raiBlocklistItems.js +418 -0
- package/dist/esm/operations/raiBlocklistItems.js.map +1 -0
- package/dist/esm/operations/raiBlocklists.d.ts +72 -0
- package/dist/esm/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/esm/operations/raiBlocklists.js +313 -0
- package/dist/esm/operations/raiBlocklists.js.map +1 -0
- package/dist/esm/operations/raiContentFilters.d.ts +42 -0
- package/dist/esm/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/esm/operations/raiContentFilters.js +171 -0
- package/dist/esm/operations/raiContentFilters.js.map +1 -0
- package/dist/esm/operations/raiPolicies.d.ts +72 -0
- package/dist/esm/operations/raiPolicies.d.ts.map +1 -0
- package/dist/esm/operations/raiPolicies.js +307 -0
- package/dist/esm/operations/raiPolicies.js.map +1 -0
- package/dist/esm/operations/resourceSkus.d.ts +32 -0
- package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operations/resourceSkus.js +133 -0
- package/dist/esm/operations/resourceSkus.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +141 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/esm/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accountConnection.js +9 -0
- package/dist/esm/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.js +9 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deployments.js +9 -0
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +26 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +33 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/modelCapacities.js +9 -0
- package/dist/esm/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/esm/operationsInterfaces/models.d.ts +12 -0
- package/dist/esm/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/models.js +9 -0
- package/dist/esm/operationsInterfaces/models.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/esm/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectConnection.js +9 -0
- package/dist/esm/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +76 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js +9 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.js +9 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.js +9 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/react-native/cognitiveServicesManagementClient.js +222 -0
- package/dist/react-native/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3733 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +652 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +190 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5135 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +61 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +515 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operations/accountCapabilityHosts.js +242 -0
- package/dist/react-native/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/react-native/operations/accountConnection.d.ts +70 -0
- package/dist/react-native/operations/accountConnection.d.ts.map +1 -0
- package/dist/react-native/operations/accountConnection.js +286 -0
- package/dist/react-native/operations/accountConnection.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +162 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +775 -0
- package/dist/react-native/operations/accounts.js.map +1 -0
- package/dist/react-native/operations/commitmentPlans.d.ts +256 -0
- package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentPlans.js +1166 -0
- package/dist/react-native/operations/commitmentPlans.js.map +1 -0
- package/dist/react-native/operations/commitmentTiers.d.ts +35 -0
- package/dist/react-native/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentTiers.js +141 -0
- package/dist/react-native/operations/commitmentTiers.js.map +1 -0
- package/dist/react-native/operations/defenderForAISettings.d.ts +64 -0
- package/dist/react-native/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/react-native/operations/defenderForAISettings.js +267 -0
- package/dist/react-native/operations/defenderForAISettings.js.map +1 -0
- package/dist/react-native/operations/deletedAccounts.d.ts +57 -0
- package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAccounts.js +243 -0
- package/dist/react-native/operations/deletedAccounts.js.map +1 -0
- package/dist/react-native/operations/deployments.d.ts +126 -0
- package/dist/react-native/operations/deployments.d.ts.map +1 -0
- package/dist/react-native/operations/deployments.js +579 -0
- package/dist/react-native/operations/deployments.js.map +1 -0
- package/dist/react-native/operations/encryptionScopes.d.ts +76 -0
- package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operations/encryptionScopes.js +316 -0
- package/dist/react-native/operations/encryptionScopes.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +26 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +33 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedModelCapacities.js +152 -0
- package/dist/react-native/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/react-native/operations/modelCapacities.d.ts +38 -0
- package/dist/react-native/operations/modelCapacities.d.ts.map +1 -0
- package/dist/react-native/operations/modelCapacities.js +144 -0
- package/dist/react-native/operations/modelCapacities.js.map +1 -0
- package/dist/react-native/operations/models.d.ts +35 -0
- package/dist/react-native/operations/models.d.ts.map +1 -0
- package/dist/react-native/operations/models.js +141 -0
- package/dist/react-native/operations/models.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +269 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +274 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operations/projectCapabilityHosts.js +263 -0
- package/dist/react-native/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/react-native/operations/projectConnection.d.ts +77 -0
- package/dist/react-native/operations/projectConnection.d.ts.map +1 -0
- package/dist/react-native/operations/projectConnection.js +299 -0
- package/dist/react-native/operations/projectConnection.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +101 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +438 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/react-native/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/react-native/operations/raiBlocklistItems.js +418 -0
- package/dist/react-native/operations/raiBlocklistItems.js.map +1 -0
- package/dist/react-native/operations/raiBlocklists.d.ts +72 -0
- package/dist/react-native/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/react-native/operations/raiBlocklists.js +313 -0
- package/dist/react-native/operations/raiBlocklists.js.map +1 -0
- package/dist/react-native/operations/raiContentFilters.d.ts +42 -0
- package/dist/react-native/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/react-native/operations/raiContentFilters.js +171 -0
- package/dist/react-native/operations/raiContentFilters.js.map +1 -0
- package/dist/react-native/operations/raiPolicies.d.ts +72 -0
- package/dist/react-native/operations/raiPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/raiPolicies.js +307 -0
- package/dist/react-native/operations/raiPolicies.js.map +1 -0
- package/dist/react-native/operations/resourceSkus.d.ts +32 -0
- package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operations/resourceSkus.js +133 -0
- package/dist/react-native/operations/resourceSkus.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +141 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js +9 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deployments.js +9 -0
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +33 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.js +9 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/models.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/models.js +9 -0
- package/dist/react-native/operationsInterfaces/models.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js +9 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.js +9 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.js +9 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +77 -58
- package/review/arm-cognitiveservices.api.md +731 -0
- package/dist/index.js +0 -11522
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.js +0 -86
- package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -39
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListKeysSample.js +0 -39
- package/dist-esm/samples-dev/accountsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListModelsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListModelsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListModelsSample.js +0 -54
- package/dist-esm/samples-dev/accountsListModelsSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.js +0 -53
- package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSkusSample.js +0 -39
- package/dist-esm/samples-dev/accountsListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListUsagesSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListUsagesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListUsagesSample.js +0 -39
- package/dist-esm/samples-dev/accountsListUsagesSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsRegenerateKeySample.js +0 -40
- package/dist-esm/samples-dev/accountsRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/calculateModelCapacitySample.d.ts +0 -2
- package/dist-esm/samples-dev/calculateModelCapacitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/calculateModelCapacitySample.js +0 -54
- package/dist-esm/samples-dev/calculateModelCapacitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.js +0 -43
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.js +0 -50
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.js +0 -40
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.js +0 -40
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansGetSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js +0 -55
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListSample.js +0 -54
- package/dist-esm/samples-dev/commitmentPlansListSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.js +0 -40
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentTiersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentTiersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentTiersListSample.js +0 -53
- package/dist-esm/samples-dev/commitmentTiersListSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.js +0 -55
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.js +0 -40
- package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +0 -53
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.js +0 -40
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/deploymentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsGetSample.js +0 -39
- package/dist-esm/samples-dev/deploymentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSample.js +0 -54
- package/dist-esm/samples-dev/deploymentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSkusSample.js +0 -56
- package/dist-esm/samples-dev/deploymentsListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/deploymentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.js +0 -40
- package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +0 -55
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.js +0 -57
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/modelCapacitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/modelCapacitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/modelCapacitiesListSample.js +0 -56
- package/dist-esm/samples-dev/modelCapacitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/modelsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/modelsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/modelsListSample.js +0 -54
- package/dist-esm/samples-dev/modelsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +0 -55
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -40
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -38
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +0 -38
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.js +0 -50
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.js +0 -44
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.js +0 -41
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.js +0 -56
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsGetSample.js +0 -40
- package/dist-esm/samples-dev/raiBlocklistsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsListSample.js +0 -55
- package/dist-esm/samples-dev/raiBlocklistsListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiContentFiltersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersGetSample.js +0 -39
- package/dist-esm/samples-dev/raiContentFiltersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiContentFiltersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersListSample.js +0 -54
- package/dist-esm/samples-dev/raiContentFiltersListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.js +0 -118
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesGetSample.js +0 -40
- package/dist-esm/samples-dev/raiPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesListSample.js +0 -55
- package/dist-esm/samples-dev/raiPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSkusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSample.js +0 -53
- package/dist-esm/samples-dev/resourceSkusListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -54
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts +0 -60
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist-esm/src/cognitiveServicesManagementClient.js +0 -226
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2733
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -340
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -138
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -4201
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -51
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -430
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts +0 -162
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js +0 -795
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.d.ts +0 -256
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.js +0 -1198
- package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operations/commitmentTiers.d.ts +0 -35
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentTiers.js +0 -145
- package/dist-esm/src/operations/commitmentTiers.js.map +0 -1
- package/dist-esm/src/operations/defenderForAISettings.d.ts +0 -64
- package/dist-esm/src/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist-esm/src/operations/defenderForAISettings.js +0 -267
- package/dist-esm/src/operations/defenderForAISettings.js.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.d.ts +0 -57
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.js +0 -251
- package/dist-esm/src/operations/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operations/deployments.d.ts +0 -126
- package/dist-esm/src/operations/deployments.d.ts.map +0 -1
- package/dist-esm/src/operations/deployments.js +0 -591
- package/dist-esm/src/operations/deployments.js.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.d.ts +0 -76
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.js +0 -320
- package/dist-esm/src/operations/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -21
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -28
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist-esm/src/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedModelCapacities.js +0 -156
- package/dist-esm/src/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist-esm/src/operations/modelCapacities.d.ts +0 -38
- package/dist-esm/src/operations/modelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operations/modelCapacities.js +0 -148
- package/dist-esm/src/operations/modelCapacities.js.map +0 -1
- package/dist-esm/src/operations/models.d.ts +0 -35
- package/dist-esm/src/operations/models.d.ts.map +0 -1
- package/dist-esm/src/operations/models.js +0 -145
- package/dist-esm/src/operations/models.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -273
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -70
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -283
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/raiBlocklistItems.d.ts +0 -97
- package/dist-esm/src/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist-esm/src/operations/raiBlocklistItems.js +0 -422
- package/dist-esm/src/operations/raiBlocklistItems.js.map +0 -1
- package/dist-esm/src/operations/raiBlocklists.d.ts +0 -72
- package/dist-esm/src/operations/raiBlocklists.d.ts.map +0 -1
- package/dist-esm/src/operations/raiBlocklists.js +0 -317
- package/dist-esm/src/operations/raiBlocklists.js.map +0 -1
- package/dist-esm/src/operations/raiContentFilters.d.ts +0 -42
- package/dist-esm/src/operations/raiContentFilters.d.ts.map +0 -1
- package/dist-esm/src/operations/raiContentFilters.js +0 -175
- package/dist-esm/src/operations/raiContentFilters.js.map +0 -1
- package/dist-esm/src/operations/raiPolicies.d.ts +0 -72
- package/dist-esm/src/operations/raiPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/raiPolicies.js +0 -311
- package/dist-esm/src/operations/raiPolicies.js.map +0 -1
- package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
- package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceSkus.js +0 -137
- package/dist-esm/src/operations/resourceSkus.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -35
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -145
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +0 -109
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deployments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -28
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/models.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/models.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/models.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts +0 -4
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts.map +0 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js +0 -151
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js.map +0 -1
- package/dist-esm/test/cognitiveservices_openai.spec.d.ts +0 -4
- package/dist-esm/test/cognitiveservices_openai.spec.d.ts.map +0 -1
- package/dist-esm/test/cognitiveservices_openai.spec.js +0 -171
- package/dist-esm/test/cognitiveservices_openai.spec.js.map +0 -1
- package/src/cognitiveServicesManagementClient.ts +0 -363
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3140
- package/src/models/mappers.ts +0 -4460
- package/src/models/parameters.ts +0 -500
- package/src/operations/accounts.ts +0 -1037
- package/src/operations/commitmentPlans.ts +0 -1582
- package/src/operations/commitmentTiers.ts +0 -169
- package/src/operations/defenderForAISettings.ts +0 -345
- package/src/operations/deletedAccounts.ts +0 -312
- package/src/operations/deployments.ts +0 -817
- package/src/operations/encryptionScopes.ts +0 -429
- package/src/operations/index.ts +0 -28
- package/src/operations/locationBasedModelCapacities.ts +0 -219
- package/src/operations/modelCapacities.ts +0 -195
- package/src/operations/models.ts +0 -169
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -372
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -390
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/raiBlocklistItems.ts +0 -578
- package/src/operations/raiBlocklists.ts +0 -426
- package/src/operations/raiContentFilters.ts +0 -209
- package/src/operations/raiPolicies.ts +0 -420
- package/src/operations/resourceSkus.ts +0 -153
- package/src/operations/usages.ts +0 -169
- package/src/operationsInterfaces/accounts.ts +0 -208
- package/src/operationsInterfaces/commitmentPlans.ts +0 -324
- package/src/operationsInterfaces/commitmentTiers.ts +0 -24
- package/src/operationsInterfaces/defenderForAISettings.ts +0 -78
- package/src/operationsInterfaces/deletedAccounts.ts +0 -68
- package/src/operationsInterfaces/deployments.ts +0 -162
- package/src/operationsInterfaces/encryptionScopes.ts +0 -99
- package/src/operationsInterfaces/index.ts +0 -28
- package/src/operationsInterfaces/locationBasedModelCapacities.ts +0 -33
- package/src/operationsInterfaces/modelCapacities.ts +0 -31
- package/src/operationsInterfaces/models.ts +0 -24
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -78
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/raiBlocklistItems.ts +0 -139
- package/src/operationsInterfaces/raiBlocklists.ts +0 -95
- package/src/operationsInterfaces/raiContentFilters.ts +0 -40
- package/src/operationsInterfaces/raiPolicies.ts +0 -95
- package/src/operationsInterfaces/resourceSkus.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-cognitiveservices.d.ts +0 -4028
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentTiers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/defenderForAISettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deployments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/encryptionScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedModelCapacities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/modelCapacities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiBlocklistItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiBlocklists.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiContentFilters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1,3733 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type ConnectionPropertiesV2Union = ConnectionPropertiesV2 | PATAuthTypeConnectionProperties | ManagedIdentityAuthTypeConnectionProperties | UsernamePasswordAuthTypeConnectionProperties | NoneAuthTypeConnectionProperties | SASAuthTypeConnectionProperties | AccountKeyAuthTypeConnectionProperties | ServicePrincipalAuthTypeConnectionProperties | AccessKeyAuthTypeConnectionProperties | ApiKeyAuthConnectionProperties | CustomKeysConnectionProperties | OAuth2AuthTypeConnectionProperties | AADAuthTypeConnectionProperties;
|
|
3
|
+
/** The resource model definition representing SKU */
|
|
4
|
+
export interface Sku {
|
|
5
|
+
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
6
|
+
name: string;
|
|
7
|
+
/** 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. */
|
|
8
|
+
tier?: SkuTier;
|
|
9
|
+
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
10
|
+
size?: string;
|
|
11
|
+
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
12
|
+
family?: string;
|
|
13
|
+
/** 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. */
|
|
14
|
+
capacity?: number;
|
|
15
|
+
}
|
|
16
|
+
/** Identity for the resource. */
|
|
17
|
+
export interface Identity {
|
|
18
|
+
/** The identity type. */
|
|
19
|
+
type?: ResourceIdentityType;
|
|
20
|
+
/**
|
|
21
|
+
* The tenant ID of resource.
|
|
22
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
23
|
+
*/
|
|
24
|
+
readonly tenantId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The principal ID of resource identity.
|
|
27
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
28
|
+
*/
|
|
29
|
+
readonly principalId?: string;
|
|
30
|
+
/** 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} */
|
|
31
|
+
userAssignedIdentities?: {
|
|
32
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
/** User-assigned managed identity. */
|
|
36
|
+
export interface UserAssignedIdentity {
|
|
37
|
+
/**
|
|
38
|
+
* Azure Active Directory principal ID associated with this Identity.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly principalId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Client App Id associated with this identity.
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly clientId?: string;
|
|
47
|
+
}
|
|
48
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
49
|
+
export interface SystemData {
|
|
50
|
+
/** The identity that created the resource. */
|
|
51
|
+
createdBy?: string;
|
|
52
|
+
/** The type of identity that created the resource. */
|
|
53
|
+
createdByType?: CreatedByType;
|
|
54
|
+
/** The timestamp of resource creation (UTC). */
|
|
55
|
+
createdAt?: Date;
|
|
56
|
+
/** The identity that last modified the resource. */
|
|
57
|
+
lastModifiedBy?: string;
|
|
58
|
+
/** The type of identity that last modified the resource. */
|
|
59
|
+
lastModifiedByType?: CreatedByType;
|
|
60
|
+
/** The timestamp of resource last modification (UTC) */
|
|
61
|
+
lastModifiedAt?: Date;
|
|
62
|
+
}
|
|
63
|
+
/** Properties of Cognitive Services account. */
|
|
64
|
+
export interface AccountProperties {
|
|
65
|
+
/**
|
|
66
|
+
* Gets the status of the cognitive services account at the time the operation was called.
|
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
+
*/
|
|
69
|
+
readonly provisioningState?: ProvisioningState;
|
|
70
|
+
/**
|
|
71
|
+
* Endpoint of the created account.
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly endpoint?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The internal identifier (deprecated, do not use this property).
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly internalId?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 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.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly capabilities?: SkuCapability[];
|
|
85
|
+
/**
|
|
86
|
+
* If the resource is migrated from an existing key.
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly isMigrated?: boolean;
|
|
90
|
+
/** Resource migration token. */
|
|
91
|
+
migrationToken?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Sku change info of account.
|
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
+
*/
|
|
96
|
+
readonly skuChangeInfo?: SkuChangeInfo;
|
|
97
|
+
/** Optional subdomain name used for token-based authentication. */
|
|
98
|
+
customSubDomainName?: string;
|
|
99
|
+
/** A collection of rules governing the accessibility from specific network locations. */
|
|
100
|
+
networkAcls?: NetworkRuleSet;
|
|
101
|
+
/** The encryption properties for this resource. */
|
|
102
|
+
encryption?: Encryption;
|
|
103
|
+
/** The storage accounts for this resource. */
|
|
104
|
+
userOwnedStorage?: UserOwnedStorage[];
|
|
105
|
+
/** The user owned AML account properties. */
|
|
106
|
+
amlWorkspace?: UserOwnedAmlWorkspace;
|
|
107
|
+
/**
|
|
108
|
+
* The private endpoint connection associated with the Cognitive Services account.
|
|
109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
+
*/
|
|
111
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
112
|
+
/** Whether or not public endpoint access is allowed for this account. */
|
|
113
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
114
|
+
/** The api properties for special APIs. */
|
|
115
|
+
apiProperties?: ApiProperties;
|
|
116
|
+
/**
|
|
117
|
+
* Gets the date of cognitive services account creation.
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly dateCreated?: string;
|
|
121
|
+
/**
|
|
122
|
+
* The call rate limit Cognitive Services account.
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly callRateLimit?: CallRateLimit;
|
|
126
|
+
/** The flag to enable dynamic throttling. */
|
|
127
|
+
dynamicThrottlingEnabled?: boolean;
|
|
128
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
129
|
+
readonly quotaLimit?: QuotaLimit;
|
|
130
|
+
restrictOutboundNetworkAccess?: boolean;
|
|
131
|
+
allowedFqdnList?: string[];
|
|
132
|
+
disableLocalAuth?: boolean;
|
|
133
|
+
/**
|
|
134
|
+
* Dictionary of <string>
|
|
135
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
136
|
+
*/
|
|
137
|
+
readonly endpoints?: {
|
|
138
|
+
[propertyName: string]: string;
|
|
139
|
+
};
|
|
140
|
+
restore?: boolean;
|
|
141
|
+
/**
|
|
142
|
+
* The deletion date, only available for deleted account.
|
|
143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
+
*/
|
|
145
|
+
readonly deletionDate?: string;
|
|
146
|
+
/**
|
|
147
|
+
* The scheduled purge date, only available for deleted account.
|
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
|
+
*/
|
|
150
|
+
readonly scheduledPurgeDate?: string;
|
|
151
|
+
/** The multiregion settings of Cognitive Services account. */
|
|
152
|
+
locations?: MultiRegionSettings;
|
|
153
|
+
/**
|
|
154
|
+
* The commitment plan associations of Cognitive Services account.
|
|
155
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
+
*/
|
|
157
|
+
readonly commitmentPlanAssociations?: CommitmentPlanAssociation[];
|
|
158
|
+
/**
|
|
159
|
+
* The abuse penalty.
|
|
160
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
+
*/
|
|
162
|
+
readonly abusePenalty?: AbusePenalty;
|
|
163
|
+
/** Cognitive Services Rai Monitor Config. */
|
|
164
|
+
raiMonitorConfig?: RaiMonitorConfig;
|
|
165
|
+
/** 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. */
|
|
166
|
+
networkInjections?: NetworkInjections;
|
|
167
|
+
/** Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. */
|
|
168
|
+
allowProjectManagement?: boolean;
|
|
169
|
+
/** Specifies the project that is targeted when data plane endpoints are called without a project parameter. */
|
|
170
|
+
defaultProject?: string;
|
|
171
|
+
/** Specifies the projects that are associated with this resource. */
|
|
172
|
+
associatedProjects?: string[];
|
|
173
|
+
}
|
|
174
|
+
/** SkuCapability indicates the capability of a certain feature. */
|
|
175
|
+
export interface SkuCapability {
|
|
176
|
+
/** The name of the SkuCapability. */
|
|
177
|
+
name?: string;
|
|
178
|
+
/** The value of the SkuCapability. */
|
|
179
|
+
value?: string;
|
|
180
|
+
}
|
|
181
|
+
/** Sku change info of account. */
|
|
182
|
+
export interface SkuChangeInfo {
|
|
183
|
+
/** Gets the count of downgrades. */
|
|
184
|
+
countOfDowngrades?: number;
|
|
185
|
+
/** Gets the count of upgrades after downgrades. */
|
|
186
|
+
countOfUpgradesAfterDowngrades?: number;
|
|
187
|
+
/** Gets the last change date. */
|
|
188
|
+
lastChangeDate?: string;
|
|
189
|
+
}
|
|
190
|
+
/** A set of rules governing the network accessibility. */
|
|
191
|
+
export interface NetworkRuleSet {
|
|
192
|
+
/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
|
|
193
|
+
defaultAction?: NetworkRuleAction;
|
|
194
|
+
/** Setting for trusted services. */
|
|
195
|
+
bypass?: ByPassSelection;
|
|
196
|
+
/** The list of IP address rules. */
|
|
197
|
+
ipRules?: IpRule[];
|
|
198
|
+
/** The list of virtual network rules. */
|
|
199
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
200
|
+
}
|
|
201
|
+
/** A rule governing the accessibility from a specific ip address or ip range. */
|
|
202
|
+
export interface IpRule {
|
|
203
|
+
/** 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). */
|
|
204
|
+
value: string;
|
|
205
|
+
}
|
|
206
|
+
/** A rule governing the accessibility from a specific virtual network. */
|
|
207
|
+
export interface VirtualNetworkRule {
|
|
208
|
+
/** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
|
|
209
|
+
id: string;
|
|
210
|
+
/** Gets the state of virtual network rule. */
|
|
211
|
+
state?: string;
|
|
212
|
+
/** Ignore missing vnet service endpoint or not. */
|
|
213
|
+
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
214
|
+
}
|
|
215
|
+
/** Properties to configure Encryption */
|
|
216
|
+
export interface Encryption {
|
|
217
|
+
/** Properties of KeyVault */
|
|
218
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
219
|
+
/** Enumerates the possible value of keySource for Encryption */
|
|
220
|
+
keySource?: KeySource;
|
|
221
|
+
}
|
|
222
|
+
/** Properties to configure keyVault Properties */
|
|
223
|
+
export interface KeyVaultProperties {
|
|
224
|
+
/** Name of the Key from KeyVault */
|
|
225
|
+
keyName?: string;
|
|
226
|
+
/** Version of the Key from KeyVault */
|
|
227
|
+
keyVersion?: string;
|
|
228
|
+
/** Uri of KeyVault */
|
|
229
|
+
keyVaultUri?: string;
|
|
230
|
+
identityClientId?: string;
|
|
231
|
+
}
|
|
232
|
+
/** The user owned storage for Cognitive Services account. */
|
|
233
|
+
export interface UserOwnedStorage {
|
|
234
|
+
/** Full resource id of a Microsoft.Storage resource. */
|
|
235
|
+
resourceId?: string;
|
|
236
|
+
identityClientId?: string;
|
|
237
|
+
}
|
|
238
|
+
/** The user owned AML account for Cognitive Services account. */
|
|
239
|
+
export interface UserOwnedAmlWorkspace {
|
|
240
|
+
/** Full resource id of a AML account resource. */
|
|
241
|
+
resourceId?: string;
|
|
242
|
+
/** Identity Client id of a AML account resource. */
|
|
243
|
+
identityClientId?: string;
|
|
244
|
+
}
|
|
245
|
+
/** Properties of the PrivateEndpointConnectProperties. */
|
|
246
|
+
export interface PrivateEndpointConnectionProperties {
|
|
247
|
+
/** The resource of private end point. */
|
|
248
|
+
privateEndpoint?: PrivateEndpoint;
|
|
249
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
250
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
251
|
+
/**
|
|
252
|
+
* The provisioning state of the private endpoint connection resource.
|
|
253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
+
*/
|
|
255
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
256
|
+
/** The private link resource group ids. */
|
|
257
|
+
groupIds?: string[];
|
|
258
|
+
}
|
|
259
|
+
/** The Private Endpoint resource. */
|
|
260
|
+
export interface PrivateEndpoint {
|
|
261
|
+
/**
|
|
262
|
+
* The ARM identifier for Private Endpoint
|
|
263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
|
+
*/
|
|
265
|
+
readonly id?: string;
|
|
266
|
+
}
|
|
267
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
268
|
+
export interface PrivateLinkServiceConnectionState {
|
|
269
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
270
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
271
|
+
/** The reason for approval/rejection of the connection. */
|
|
272
|
+
description?: string;
|
|
273
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
274
|
+
actionsRequired?: string;
|
|
275
|
+
}
|
|
276
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
277
|
+
export interface Resource {
|
|
278
|
+
/**
|
|
279
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
280
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
281
|
+
*/
|
|
282
|
+
readonly id?: string;
|
|
283
|
+
/**
|
|
284
|
+
* The name of the resource
|
|
285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
+
*/
|
|
287
|
+
readonly name?: string;
|
|
288
|
+
/**
|
|
289
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
+
*/
|
|
292
|
+
readonly type?: string;
|
|
293
|
+
}
|
|
294
|
+
/** The api properties for special APIs. */
|
|
295
|
+
export interface ApiProperties {
|
|
296
|
+
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
297
|
+
[property: string]: any;
|
|
298
|
+
/** (QnAMaker Only) The runtime endpoint of QnAMaker. */
|
|
299
|
+
qnaRuntimeEndpoint?: string;
|
|
300
|
+
/** (QnAMaker Only) The Azure Search endpoint key of QnAMaker. */
|
|
301
|
+
qnaAzureSearchEndpointKey?: string;
|
|
302
|
+
/** (QnAMaker Only) The Azure Search endpoint id of QnAMaker. */
|
|
303
|
+
qnaAzureSearchEndpointId?: string;
|
|
304
|
+
/** (Bing Search Only) The flag to enable statistics of Bing Search. */
|
|
305
|
+
statisticsEnabled?: boolean;
|
|
306
|
+
/** (Personalization Only) The flag to enable statistics of Bing Search. */
|
|
307
|
+
eventHubConnectionString?: string;
|
|
308
|
+
/** (Personalization Only) The storage account connection string. */
|
|
309
|
+
storageAccountConnectionString?: string;
|
|
310
|
+
/** (Metrics Advisor Only) The Azure AD Client Id (Application Id). */
|
|
311
|
+
aadClientId?: string;
|
|
312
|
+
/** (Metrics Advisor Only) The Azure AD Tenant Id. */
|
|
313
|
+
aadTenantId?: string;
|
|
314
|
+
/** (Metrics Advisor Only) The super user of Metrics Advisor. */
|
|
315
|
+
superUser?: string;
|
|
316
|
+
/** (Metrics Advisor Only) The website name of Metrics Advisor. */
|
|
317
|
+
websiteName?: string;
|
|
318
|
+
}
|
|
319
|
+
/** The call rate limit Cognitive Services account. */
|
|
320
|
+
export interface CallRateLimit {
|
|
321
|
+
/** The count value of Call Rate Limit. */
|
|
322
|
+
count?: number;
|
|
323
|
+
/** The renewal period in seconds of Call Rate Limit. */
|
|
324
|
+
renewalPeriod?: number;
|
|
325
|
+
rules?: ThrottlingRule[];
|
|
326
|
+
}
|
|
327
|
+
export interface ThrottlingRule {
|
|
328
|
+
key?: string;
|
|
329
|
+
renewalPeriod?: number;
|
|
330
|
+
count?: number;
|
|
331
|
+
minCount?: number;
|
|
332
|
+
dynamicThrottlingEnabled?: boolean;
|
|
333
|
+
matchPatterns?: RequestMatchPattern[];
|
|
334
|
+
}
|
|
335
|
+
export interface RequestMatchPattern {
|
|
336
|
+
path?: string;
|
|
337
|
+
method?: string;
|
|
338
|
+
}
|
|
339
|
+
export interface QuotaLimit {
|
|
340
|
+
count?: number;
|
|
341
|
+
renewalPeriod?: number;
|
|
342
|
+
rules?: ThrottlingRule[];
|
|
343
|
+
}
|
|
344
|
+
/** The multiregion settings Cognitive Services account. */
|
|
345
|
+
export interface MultiRegionSettings {
|
|
346
|
+
/** Multiregion routing methods. */
|
|
347
|
+
routingMethod?: RoutingMethods;
|
|
348
|
+
regions?: RegionSetting[];
|
|
349
|
+
}
|
|
350
|
+
/** The call rate limit Cognitive Services account. */
|
|
351
|
+
export interface RegionSetting {
|
|
352
|
+
/** Name of the region. */
|
|
353
|
+
name?: string;
|
|
354
|
+
/** A value for priority or weighted routing methods. */
|
|
355
|
+
value?: number;
|
|
356
|
+
/** Maps the region to the regional custom subdomain. */
|
|
357
|
+
customsubdomain?: string;
|
|
358
|
+
}
|
|
359
|
+
/** The commitment plan association. */
|
|
360
|
+
export interface CommitmentPlanAssociation {
|
|
361
|
+
/** The Azure resource id of the commitment plan. */
|
|
362
|
+
commitmentPlanId?: string;
|
|
363
|
+
/** The location of of the commitment plan. */
|
|
364
|
+
commitmentPlanLocation?: string;
|
|
365
|
+
}
|
|
366
|
+
/** The abuse penalty. */
|
|
367
|
+
export interface AbusePenalty {
|
|
368
|
+
/** The action of AbusePenalty. */
|
|
369
|
+
action?: AbusePenaltyAction;
|
|
370
|
+
/** The percentage of rate limit. */
|
|
371
|
+
rateLimitPercentage?: number;
|
|
372
|
+
/** The datetime of expiration of the AbusePenalty. */
|
|
373
|
+
expiration?: Date;
|
|
374
|
+
}
|
|
375
|
+
/** Cognitive Services Rai Monitor Config. */
|
|
376
|
+
export interface RaiMonitorConfig {
|
|
377
|
+
/** The storage resource Id. */
|
|
378
|
+
adxStorageResourceId?: string;
|
|
379
|
+
/** The identity client Id to access the storage. */
|
|
380
|
+
identityClientId?: string;
|
|
381
|
+
}
|
|
382
|
+
/** 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. */
|
|
383
|
+
export interface NetworkInjections {
|
|
384
|
+
/** Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. */
|
|
385
|
+
scenario?: ScenarioType;
|
|
386
|
+
/** Specify the subnet for which your Agent Client is injected into. */
|
|
387
|
+
subnetArmId?: string;
|
|
388
|
+
/** Boolean to enable Microsoft Managed Network for subnet delegation */
|
|
389
|
+
useMicrosoftManagedNetwork?: boolean;
|
|
390
|
+
}
|
|
391
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
392
|
+
export interface ErrorResponse {
|
|
393
|
+
/** The error object. */
|
|
394
|
+
error?: ErrorDetail;
|
|
395
|
+
}
|
|
396
|
+
/** The error detail. */
|
|
397
|
+
export interface ErrorDetail {
|
|
398
|
+
/**
|
|
399
|
+
* The error code.
|
|
400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
401
|
+
*/
|
|
402
|
+
readonly code?: string;
|
|
403
|
+
/**
|
|
404
|
+
* The error message.
|
|
405
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
406
|
+
*/
|
|
407
|
+
readonly message?: string;
|
|
408
|
+
/**
|
|
409
|
+
* The error target.
|
|
410
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
+
*/
|
|
412
|
+
readonly target?: string;
|
|
413
|
+
/**
|
|
414
|
+
* The error details.
|
|
415
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
+
*/
|
|
417
|
+
readonly details?: ErrorDetail[];
|
|
418
|
+
/**
|
|
419
|
+
* The error additional info.
|
|
420
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
+
*/
|
|
422
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
423
|
+
}
|
|
424
|
+
/** The resource management error additional info. */
|
|
425
|
+
export interface ErrorAdditionalInfo {
|
|
426
|
+
/**
|
|
427
|
+
* The additional info type.
|
|
428
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
+
*/
|
|
430
|
+
readonly type?: string;
|
|
431
|
+
/**
|
|
432
|
+
* The additional info.
|
|
433
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
+
*/
|
|
435
|
+
readonly info?: Record<string, unknown>;
|
|
436
|
+
}
|
|
437
|
+
/** The list of cognitive services accounts operation response. */
|
|
438
|
+
export interface AccountListResult {
|
|
439
|
+
/** The link used to get the next page of accounts. */
|
|
440
|
+
nextLink?: string;
|
|
441
|
+
/**
|
|
442
|
+
* Gets the list of Cognitive Services accounts and their properties.
|
|
443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
+
*/
|
|
445
|
+
readonly value?: Account[];
|
|
446
|
+
}
|
|
447
|
+
/** The access keys for the cognitive services account. */
|
|
448
|
+
export interface ApiKeys {
|
|
449
|
+
/** Gets the value of key 1. */
|
|
450
|
+
key1?: string;
|
|
451
|
+
/** Gets the value of key 2. */
|
|
452
|
+
key2?: string;
|
|
453
|
+
}
|
|
454
|
+
/** Regenerate key parameters. */
|
|
455
|
+
export interface RegenerateKeyParameters {
|
|
456
|
+
/** key name to generate (Key1|Key2) */
|
|
457
|
+
keyName: KeyName;
|
|
458
|
+
}
|
|
459
|
+
/** The Get Skus operation response. */
|
|
460
|
+
export interface ResourceSkuListResult {
|
|
461
|
+
/** The list of skus available for the subscription. */
|
|
462
|
+
value: ResourceSku[];
|
|
463
|
+
/** The uri to fetch the next page of Skus. */
|
|
464
|
+
nextLink?: string;
|
|
465
|
+
}
|
|
466
|
+
/** Describes an available Cognitive Services SKU. */
|
|
467
|
+
export interface ResourceSku {
|
|
468
|
+
/** The type of resource the SKU applies to. */
|
|
469
|
+
resourceType?: string;
|
|
470
|
+
/** The name of SKU. */
|
|
471
|
+
name?: string;
|
|
472
|
+
/** Specifies the tier of Cognitive Services account. */
|
|
473
|
+
tier?: string;
|
|
474
|
+
/** The Kind of resources that are supported in this SKU. */
|
|
475
|
+
kind?: string;
|
|
476
|
+
/** The set of locations that the SKU is available. */
|
|
477
|
+
locations?: string[];
|
|
478
|
+
/** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
|
|
479
|
+
restrictions?: ResourceSkuRestrictions[];
|
|
480
|
+
}
|
|
481
|
+
/** Describes restrictions of a SKU. */
|
|
482
|
+
export interface ResourceSkuRestrictions {
|
|
483
|
+
/** The type of restrictions. */
|
|
484
|
+
type?: ResourceSkuRestrictionsType;
|
|
485
|
+
/** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
|
|
486
|
+
values?: string[];
|
|
487
|
+
/** The information about the restriction where the SKU cannot be used. */
|
|
488
|
+
restrictionInfo?: ResourceSkuRestrictionInfo;
|
|
489
|
+
/** The reason for restriction. */
|
|
490
|
+
reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
491
|
+
}
|
|
492
|
+
export interface ResourceSkuRestrictionInfo {
|
|
493
|
+
/** Locations where the SKU is restricted */
|
|
494
|
+
locations?: string[];
|
|
495
|
+
/** List of availability zones where the SKU is restricted. */
|
|
496
|
+
zones?: string[];
|
|
497
|
+
}
|
|
498
|
+
/** The list of cognitive services accounts operation response. */
|
|
499
|
+
export interface AccountSkuListResult {
|
|
500
|
+
/** Gets the list of Cognitive Services accounts and their properties. */
|
|
501
|
+
value?: AccountSku[];
|
|
502
|
+
}
|
|
503
|
+
/** Cognitive Services resource type and SKU. */
|
|
504
|
+
export interface AccountSku {
|
|
505
|
+
/** Resource Namespace and Type */
|
|
506
|
+
resourceType?: string;
|
|
507
|
+
/** The SKU of Cognitive Services account. */
|
|
508
|
+
sku?: Sku;
|
|
509
|
+
}
|
|
510
|
+
/** The response to a list usage request. */
|
|
511
|
+
export interface UsageListResult {
|
|
512
|
+
/** The link used to get the next page of Usages. */
|
|
513
|
+
nextLink?: string;
|
|
514
|
+
/** The list of usages for Cognitive Service account. */
|
|
515
|
+
value?: Usage[];
|
|
516
|
+
}
|
|
517
|
+
/** The usage data for a usage request. */
|
|
518
|
+
export interface Usage {
|
|
519
|
+
/** The unit of the metric. */
|
|
520
|
+
unit?: UnitType;
|
|
521
|
+
/** The name information for the metric. */
|
|
522
|
+
name?: MetricName;
|
|
523
|
+
/** The quota period used to summarize the usage values. */
|
|
524
|
+
quotaPeriod?: string;
|
|
525
|
+
/** Maximum value for this metric. */
|
|
526
|
+
limit?: number;
|
|
527
|
+
/** Current value for this metric. */
|
|
528
|
+
currentValue?: number;
|
|
529
|
+
/** Next reset time for current quota. */
|
|
530
|
+
nextResetTime?: string;
|
|
531
|
+
/** Cognitive Services account quota usage status. */
|
|
532
|
+
status?: QuotaUsageStatus;
|
|
533
|
+
}
|
|
534
|
+
/** A metric name. */
|
|
535
|
+
export interface MetricName {
|
|
536
|
+
/** The name of the metric. */
|
|
537
|
+
value?: string;
|
|
538
|
+
/** The friendly name of the metric. */
|
|
539
|
+
localizedValue?: string;
|
|
540
|
+
}
|
|
541
|
+
/** The list of cognitive services accounts operation response. */
|
|
542
|
+
export interface AccountModelListResult {
|
|
543
|
+
/** The link used to get the next page of Model. */
|
|
544
|
+
nextLink?: string;
|
|
545
|
+
/** Gets the list of Cognitive Services accounts Model and their properties. */
|
|
546
|
+
value?: AccountModel[];
|
|
547
|
+
}
|
|
548
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
549
|
+
export interface DeploymentModel {
|
|
550
|
+
/** Deployment model publisher. */
|
|
551
|
+
publisher?: string;
|
|
552
|
+
/** Deployment model format. */
|
|
553
|
+
format?: string;
|
|
554
|
+
/** Deployment model name. */
|
|
555
|
+
name?: string;
|
|
556
|
+
/** 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. */
|
|
557
|
+
version?: string;
|
|
558
|
+
/** Optional. Deployment model source ARM resource ID. */
|
|
559
|
+
source?: string;
|
|
560
|
+
/** Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID. */
|
|
561
|
+
sourceAccount?: string;
|
|
562
|
+
/**
|
|
563
|
+
* The call rate limit Cognitive Services account.
|
|
564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
+
*/
|
|
566
|
+
readonly callRateLimit?: CallRateLimit;
|
|
567
|
+
}
|
|
568
|
+
/** Describes an available Cognitive Services Model SKU. */
|
|
569
|
+
export interface ModelSku {
|
|
570
|
+
/** The name of the model SKU. */
|
|
571
|
+
name?: string;
|
|
572
|
+
/** The usage name of the model SKU. */
|
|
573
|
+
usageName?: string;
|
|
574
|
+
/** The datetime of deprecation of the model SKU. */
|
|
575
|
+
deprecationDate?: Date;
|
|
576
|
+
/** The capacity configuration. */
|
|
577
|
+
capacity?: CapacityConfig;
|
|
578
|
+
/** The list of rateLimit. */
|
|
579
|
+
rateLimits?: CallRateLimit[];
|
|
580
|
+
/** The list of billing meter info. */
|
|
581
|
+
cost?: BillingMeterInfo[];
|
|
582
|
+
}
|
|
583
|
+
/** The capacity configuration. */
|
|
584
|
+
export interface CapacityConfig {
|
|
585
|
+
/** The minimum capacity. */
|
|
586
|
+
minimum?: number;
|
|
587
|
+
/** The maximum capacity. */
|
|
588
|
+
maximum?: number;
|
|
589
|
+
/** The minimal incremental between allowed values for capacity. */
|
|
590
|
+
step?: number;
|
|
591
|
+
/** The default capacity. */
|
|
592
|
+
default?: number;
|
|
593
|
+
/** The array of allowed values for capacity. */
|
|
594
|
+
allowedValues?: number[];
|
|
595
|
+
}
|
|
596
|
+
export interface BillingMeterInfo {
|
|
597
|
+
name?: string;
|
|
598
|
+
meterId?: string;
|
|
599
|
+
unit?: string;
|
|
600
|
+
}
|
|
601
|
+
/** Cognitive Services account ModelDeprecationInfo. */
|
|
602
|
+
export interface ModelDeprecationInfo {
|
|
603
|
+
/** The datetime of deprecation of the fineTune Model. */
|
|
604
|
+
fineTune?: string;
|
|
605
|
+
/** The datetime of deprecation of the inference Model. */
|
|
606
|
+
inference?: string;
|
|
607
|
+
}
|
|
608
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
609
|
+
export interface OperationListResult {
|
|
610
|
+
/**
|
|
611
|
+
* List of operations supported by the resource provider
|
|
612
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
613
|
+
*/
|
|
614
|
+
readonly value?: Operation[];
|
|
615
|
+
/**
|
|
616
|
+
* URL to get the next set of operation list results (if there are any).
|
|
617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
618
|
+
*/
|
|
619
|
+
readonly nextLink?: string;
|
|
620
|
+
}
|
|
621
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
622
|
+
export interface Operation {
|
|
623
|
+
/**
|
|
624
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
626
|
+
*/
|
|
627
|
+
readonly name?: string;
|
|
628
|
+
/**
|
|
629
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
+
*/
|
|
632
|
+
readonly isDataAction?: boolean;
|
|
633
|
+
/** Localized display information for this particular operation. */
|
|
634
|
+
display?: OperationDisplay;
|
|
635
|
+
/**
|
|
636
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
637
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
638
|
+
*/
|
|
639
|
+
readonly origin?: Origin;
|
|
640
|
+
/**
|
|
641
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
642
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
643
|
+
*/
|
|
644
|
+
readonly actionType?: ActionType;
|
|
645
|
+
}
|
|
646
|
+
/** Localized display information for this particular operation. */
|
|
647
|
+
export interface OperationDisplay {
|
|
648
|
+
/**
|
|
649
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
651
|
+
*/
|
|
652
|
+
readonly provider?: string;
|
|
653
|
+
/**
|
|
654
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
655
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
656
|
+
*/
|
|
657
|
+
readonly resource?: string;
|
|
658
|
+
/**
|
|
659
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
661
|
+
*/
|
|
662
|
+
readonly operation?: string;
|
|
663
|
+
/**
|
|
664
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
665
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
666
|
+
*/
|
|
667
|
+
readonly description?: string;
|
|
668
|
+
}
|
|
669
|
+
/** Check SKU availability parameter. */
|
|
670
|
+
export interface CheckSkuAvailabilityParameter {
|
|
671
|
+
/** The SKU of the resource. */
|
|
672
|
+
skus: string[];
|
|
673
|
+
/** The kind (type) of cognitive service account. */
|
|
674
|
+
kind: string;
|
|
675
|
+
/** The Type of the resource. */
|
|
676
|
+
type: string;
|
|
677
|
+
}
|
|
678
|
+
/** Check SKU availability result list. */
|
|
679
|
+
export interface SkuAvailabilityListResult {
|
|
680
|
+
/** Check SKU availability result list. */
|
|
681
|
+
value?: SkuAvailability[];
|
|
682
|
+
}
|
|
683
|
+
/** SKU availability. */
|
|
684
|
+
export interface SkuAvailability {
|
|
685
|
+
/** The Kind of the resource. */
|
|
686
|
+
kind?: string;
|
|
687
|
+
/** The Type of the resource. */
|
|
688
|
+
type?: string;
|
|
689
|
+
/** The SKU of Cognitive Services account. */
|
|
690
|
+
skuName?: string;
|
|
691
|
+
/** Indicates the given SKU is available or not. */
|
|
692
|
+
skuAvailable?: boolean;
|
|
693
|
+
/** Reason why the SKU is not available. */
|
|
694
|
+
reason?: string;
|
|
695
|
+
/** Additional error message. */
|
|
696
|
+
message?: string;
|
|
697
|
+
}
|
|
698
|
+
/** The list of cognitive services accounts operation response. */
|
|
699
|
+
export interface CommitmentTierListResult {
|
|
700
|
+
/** The link used to get the next page of CommitmentTier. */
|
|
701
|
+
nextLink?: string;
|
|
702
|
+
/**
|
|
703
|
+
* Gets the list of Cognitive Services accounts CommitmentTier and their properties.
|
|
704
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
705
|
+
*/
|
|
706
|
+
readonly value?: CommitmentTier[];
|
|
707
|
+
}
|
|
708
|
+
/** Cognitive Services account commitment tier. */
|
|
709
|
+
export interface CommitmentTier {
|
|
710
|
+
/** The Kind of the resource. */
|
|
711
|
+
kind?: string;
|
|
712
|
+
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
713
|
+
skuName?: string;
|
|
714
|
+
/** Account hosting model. */
|
|
715
|
+
hostingModel?: HostingModel;
|
|
716
|
+
/** Commitment plan type. */
|
|
717
|
+
planType?: string;
|
|
718
|
+
/** Commitment period commitment tier. */
|
|
719
|
+
tier?: string;
|
|
720
|
+
/** Commitment period commitment max count. */
|
|
721
|
+
maxCount?: number;
|
|
722
|
+
/** Cognitive Services account commitment quota. */
|
|
723
|
+
quota?: CommitmentQuota;
|
|
724
|
+
/** Cognitive Services account commitment cost. */
|
|
725
|
+
cost?: CommitmentCost;
|
|
726
|
+
}
|
|
727
|
+
/** Cognitive Services account commitment quota. */
|
|
728
|
+
export interface CommitmentQuota {
|
|
729
|
+
/** Commitment quota quantity. */
|
|
730
|
+
quantity?: number;
|
|
731
|
+
/** Commitment quota unit. */
|
|
732
|
+
unit?: string;
|
|
733
|
+
}
|
|
734
|
+
/** Cognitive Services account commitment cost. */
|
|
735
|
+
export interface CommitmentCost {
|
|
736
|
+
/** Commitment meter Id. */
|
|
737
|
+
commitmentMeterId?: string;
|
|
738
|
+
/** Overage meter Id. */
|
|
739
|
+
overageMeterId?: string;
|
|
740
|
+
}
|
|
741
|
+
/** The list of cognitive services models. */
|
|
742
|
+
export interface ModelListResult {
|
|
743
|
+
/** The link used to get the next page of Model. */
|
|
744
|
+
nextLink?: string;
|
|
745
|
+
/** Gets the list of Cognitive Services accounts Model and their properties. */
|
|
746
|
+
value?: Model[];
|
|
747
|
+
}
|
|
748
|
+
/** Cognitive Services Model. */
|
|
749
|
+
export interface Model {
|
|
750
|
+
/** Cognitive Services account Model. */
|
|
751
|
+
model?: AccountModel;
|
|
752
|
+
/** The kind (type) of cognitive service account. */
|
|
753
|
+
kind?: string;
|
|
754
|
+
/** The name of SKU. */
|
|
755
|
+
skuName?: string;
|
|
756
|
+
/** The description of the model. */
|
|
757
|
+
description?: string;
|
|
758
|
+
}
|
|
759
|
+
/** The list of cognitive services accounts operation response. */
|
|
760
|
+
export interface ModelCapacityListResult {
|
|
761
|
+
/** The link used to get the next page of ModelSkuCapacity. */
|
|
762
|
+
nextLink?: string;
|
|
763
|
+
/** Gets the list of Cognitive Services accounts ModelSkuCapacity. */
|
|
764
|
+
value?: ModelCapacityListResultValueItem[];
|
|
765
|
+
}
|
|
766
|
+
/** Cognitive Services account ModelSkuCapacity. */
|
|
767
|
+
export interface ModelSkuCapacityProperties {
|
|
768
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
769
|
+
model?: DeploymentModel;
|
|
770
|
+
skuName?: string;
|
|
771
|
+
/** The available capacity for deployment with this model and sku. */
|
|
772
|
+
availableCapacity?: number;
|
|
773
|
+
/** The available capacity for deployment with a fine-tune version of this model and sku. */
|
|
774
|
+
availableFinetuneCapacity?: number;
|
|
775
|
+
}
|
|
776
|
+
/** Check Domain availability parameter. */
|
|
777
|
+
export interface CheckDomainAvailabilityParameter {
|
|
778
|
+
/** The subdomain name to use. */
|
|
779
|
+
subdomainName: string;
|
|
780
|
+
/** The Type of the resource. */
|
|
781
|
+
type: string;
|
|
782
|
+
/** The Kind of the resource. */
|
|
783
|
+
kind?: string;
|
|
784
|
+
}
|
|
785
|
+
/** Domain availability. */
|
|
786
|
+
export interface DomainAvailability {
|
|
787
|
+
/** Indicates the given SKU is available or not. */
|
|
788
|
+
isSubdomainAvailable?: boolean;
|
|
789
|
+
/** Reason why the SKU is not available. */
|
|
790
|
+
reason?: string;
|
|
791
|
+
/** The subdomain name to use. */
|
|
792
|
+
subdomainName?: string;
|
|
793
|
+
/** The Type of the resource. */
|
|
794
|
+
type?: string;
|
|
795
|
+
/** The Kind of the resource. */
|
|
796
|
+
kind?: string;
|
|
797
|
+
}
|
|
798
|
+
/** Calculate Model Capacity parameter. */
|
|
799
|
+
export interface CalculateModelCapacityParameter {
|
|
800
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
801
|
+
model?: DeploymentModel;
|
|
802
|
+
/** The name of SKU. */
|
|
803
|
+
skuName?: string;
|
|
804
|
+
/** List of Model Capacity Calculator Workload. */
|
|
805
|
+
workloads?: ModelCapacityCalculatorWorkload[];
|
|
806
|
+
}
|
|
807
|
+
/** Model Capacity Calculator Workload. */
|
|
808
|
+
export interface ModelCapacityCalculatorWorkload {
|
|
809
|
+
/** Request per minute. */
|
|
810
|
+
requestPerMinute?: number;
|
|
811
|
+
/** Dictionary, Model Capacity Calculator Workload Parameters. */
|
|
812
|
+
requestParameters?: ModelCapacityCalculatorWorkloadRequestParam;
|
|
813
|
+
}
|
|
814
|
+
/** Dictionary, Model Capacity Calculator Workload Parameters. */
|
|
815
|
+
export interface ModelCapacityCalculatorWorkloadRequestParam {
|
|
816
|
+
/** Average prompt tokens. */
|
|
817
|
+
avgPromptTokens?: number;
|
|
818
|
+
/** Average generated tokens. */
|
|
819
|
+
avgGeneratedTokens?: number;
|
|
820
|
+
}
|
|
821
|
+
/** Calculate Model Capacity result. */
|
|
822
|
+
export interface CalculateModelCapacityResult {
|
|
823
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
824
|
+
model?: DeploymentModel;
|
|
825
|
+
skuName?: string;
|
|
826
|
+
/** Model Estimated Capacity. */
|
|
827
|
+
estimatedCapacity?: CalculateModelCapacityResultEstimatedCapacity;
|
|
828
|
+
}
|
|
829
|
+
/** Model Estimated Capacity. */
|
|
830
|
+
export interface CalculateModelCapacityResultEstimatedCapacity {
|
|
831
|
+
value?: number;
|
|
832
|
+
deployableValue?: number;
|
|
833
|
+
}
|
|
834
|
+
/** A list of private endpoint connections */
|
|
835
|
+
export interface PrivateEndpointConnectionListResult {
|
|
836
|
+
/** Array of private endpoint connections */
|
|
837
|
+
value?: PrivateEndpointConnection[];
|
|
838
|
+
}
|
|
839
|
+
/** A list of private link resources */
|
|
840
|
+
export interface PrivateLinkResourceListResult {
|
|
841
|
+
/** Array of private link resources */
|
|
842
|
+
value?: PrivateLinkResource[];
|
|
843
|
+
}
|
|
844
|
+
/** Properties of a private link resource. */
|
|
845
|
+
export interface PrivateLinkResourceProperties {
|
|
846
|
+
/**
|
|
847
|
+
* The private link resource group id.
|
|
848
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
849
|
+
*/
|
|
850
|
+
readonly groupId?: string;
|
|
851
|
+
/**
|
|
852
|
+
* The private link resource required member names.
|
|
853
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
854
|
+
*/
|
|
855
|
+
readonly requiredMembers?: string[];
|
|
856
|
+
/** The private link resource Private link DNS zone name. */
|
|
857
|
+
requiredZoneNames?: string[];
|
|
858
|
+
/**
|
|
859
|
+
* The private link resource display name.
|
|
860
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
861
|
+
*/
|
|
862
|
+
readonly displayName?: string;
|
|
863
|
+
}
|
|
864
|
+
/** The list of cognitive services accounts operation response. */
|
|
865
|
+
export interface DeploymentListResult {
|
|
866
|
+
/** The link used to get the next page of Deployment. */
|
|
867
|
+
nextLink?: string;
|
|
868
|
+
/**
|
|
869
|
+
* Gets the list of Cognitive Services accounts Deployment and their properties.
|
|
870
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
871
|
+
*/
|
|
872
|
+
readonly value?: Deployment[];
|
|
873
|
+
}
|
|
874
|
+
/** Properties of Cognitive Services account deployment. */
|
|
875
|
+
export interface DeploymentProperties {
|
|
876
|
+
/**
|
|
877
|
+
* Gets the status of the resource at the time the operation was called.
|
|
878
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
879
|
+
*/
|
|
880
|
+
readonly provisioningState?: DeploymentProvisioningState;
|
|
881
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
882
|
+
model?: DeploymentModel;
|
|
883
|
+
/** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */
|
|
884
|
+
scaleSettings?: DeploymentScaleSettings;
|
|
885
|
+
/**
|
|
886
|
+
* The capabilities.
|
|
887
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
888
|
+
*/
|
|
889
|
+
readonly capabilities?: {
|
|
890
|
+
[propertyName: string]: string;
|
|
891
|
+
};
|
|
892
|
+
/** The name of RAI policy. */
|
|
893
|
+
raiPolicyName?: string;
|
|
894
|
+
/**
|
|
895
|
+
* The call rate limit Cognitive Services account.
|
|
896
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
+
*/
|
|
898
|
+
readonly callRateLimit?: CallRateLimit;
|
|
899
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
900
|
+
readonly rateLimits?: ThrottlingRule[];
|
|
901
|
+
/** Deployment model version upgrade option. */
|
|
902
|
+
versionUpgradeOption?: DeploymentModelVersionUpgradeOption;
|
|
903
|
+
/**
|
|
904
|
+
* If the dynamic throttling is enabled.
|
|
905
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
906
|
+
*/
|
|
907
|
+
readonly dynamicThrottlingEnabled?: boolean;
|
|
908
|
+
/** The current capacity. */
|
|
909
|
+
currentCapacity?: number;
|
|
910
|
+
/** Internal use only. */
|
|
911
|
+
capacitySettings?: DeploymentCapacitySettings;
|
|
912
|
+
/** The name of parent deployment. */
|
|
913
|
+
parentDeploymentName?: string;
|
|
914
|
+
/** Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. */
|
|
915
|
+
spilloverDeploymentName?: string;
|
|
916
|
+
}
|
|
917
|
+
/** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */
|
|
918
|
+
export interface DeploymentScaleSettings {
|
|
919
|
+
/** Deployment scale type. */
|
|
920
|
+
scaleType?: DeploymentScaleType;
|
|
921
|
+
/** Deployment capacity. */
|
|
922
|
+
capacity?: number;
|
|
923
|
+
/**
|
|
924
|
+
* Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`.
|
|
925
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
926
|
+
*/
|
|
927
|
+
readonly activeCapacity?: number;
|
|
928
|
+
}
|
|
929
|
+
/** Internal use only. */
|
|
930
|
+
export interface DeploymentCapacitySettings {
|
|
931
|
+
/** The designated capacity. */
|
|
932
|
+
designatedCapacity?: number;
|
|
933
|
+
/** The priority of this capacity setting. */
|
|
934
|
+
priority?: number;
|
|
935
|
+
}
|
|
936
|
+
/** The object being used to update tags of a resource, in general used for PATCH operations. */
|
|
937
|
+
export interface PatchResourceTags {
|
|
938
|
+
/** Resource tags. */
|
|
939
|
+
tags?: {
|
|
940
|
+
[propertyName: string]: string;
|
|
941
|
+
};
|
|
942
|
+
}
|
|
943
|
+
/** The list of cognitive services accounts operation response. */
|
|
944
|
+
export interface DeploymentSkuListResult {
|
|
945
|
+
/** The link used to get the next page of deployment skus. */
|
|
946
|
+
nextLink?: string;
|
|
947
|
+
/**
|
|
948
|
+
* Gets the list of Cognitive Services accounts deployment skus.
|
|
949
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
950
|
+
*/
|
|
951
|
+
readonly value?: SkuResource[];
|
|
952
|
+
}
|
|
953
|
+
/** Properties of Cognitive Services account resource sku resource properties. */
|
|
954
|
+
export interface SkuResource {
|
|
955
|
+
/** The resource type name. */
|
|
956
|
+
resourceType?: string;
|
|
957
|
+
/** The resource model definition representing SKU */
|
|
958
|
+
sku?: Sku;
|
|
959
|
+
/** The capacity configuration. */
|
|
960
|
+
capacity?: CapacityConfig;
|
|
961
|
+
}
|
|
962
|
+
/** The list of cognitive services accounts operation response. */
|
|
963
|
+
export interface CommitmentPlanListResult {
|
|
964
|
+
/** The link used to get the next page of CommitmentPlan. */
|
|
965
|
+
nextLink?: string;
|
|
966
|
+
/**
|
|
967
|
+
* Gets the list of Cognitive Services accounts CommitmentPlan and their properties.
|
|
968
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
969
|
+
*/
|
|
970
|
+
readonly value?: CommitmentPlan[];
|
|
971
|
+
}
|
|
972
|
+
/** Properties of Cognitive Services account commitment plan. */
|
|
973
|
+
export interface CommitmentPlanProperties {
|
|
974
|
+
/**
|
|
975
|
+
* Gets the status of the resource at the time the operation was called.
|
|
976
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
977
|
+
*/
|
|
978
|
+
readonly provisioningState?: CommitmentPlanProvisioningState;
|
|
979
|
+
/** Commitment plan guid. */
|
|
980
|
+
commitmentPlanGuid?: string;
|
|
981
|
+
/** Account hosting model. */
|
|
982
|
+
hostingModel?: HostingModel;
|
|
983
|
+
/** Commitment plan type. */
|
|
984
|
+
planType?: string;
|
|
985
|
+
/** Cognitive Services account commitment period. */
|
|
986
|
+
current?: CommitmentPeriod;
|
|
987
|
+
/** AutoRenew commitment plan. */
|
|
988
|
+
autoRenew?: boolean;
|
|
989
|
+
/** Cognitive Services account commitment period. */
|
|
990
|
+
next?: CommitmentPeriod;
|
|
991
|
+
/**
|
|
992
|
+
* Cognitive Services account commitment period.
|
|
993
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
994
|
+
*/
|
|
995
|
+
readonly last?: CommitmentPeriod;
|
|
996
|
+
/**
|
|
997
|
+
* The list of ProvisioningIssue.
|
|
998
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
999
|
+
*/
|
|
1000
|
+
readonly provisioningIssues?: string[];
|
|
1001
|
+
}
|
|
1002
|
+
/** Cognitive Services account commitment period. */
|
|
1003
|
+
export interface CommitmentPeriod {
|
|
1004
|
+
/** Commitment period commitment tier. */
|
|
1005
|
+
tier?: string;
|
|
1006
|
+
/** Commitment period commitment count. */
|
|
1007
|
+
count?: number;
|
|
1008
|
+
/**
|
|
1009
|
+
* Cognitive Services account commitment quota.
|
|
1010
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1011
|
+
*/
|
|
1012
|
+
readonly quota?: CommitmentQuota;
|
|
1013
|
+
/**
|
|
1014
|
+
* Commitment period start date.
|
|
1015
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1016
|
+
*/
|
|
1017
|
+
readonly startDate?: string;
|
|
1018
|
+
/**
|
|
1019
|
+
* Commitment period end date.
|
|
1020
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1021
|
+
*/
|
|
1022
|
+
readonly endDate?: string;
|
|
1023
|
+
}
|
|
1024
|
+
/** The list of cognitive services EncryptionScopes. */
|
|
1025
|
+
export interface EncryptionScopeListResult {
|
|
1026
|
+
/** The link used to get the next page of EncryptionScope. */
|
|
1027
|
+
nextLink?: string;
|
|
1028
|
+
/** The list of EncryptionScope. */
|
|
1029
|
+
value?: EncryptionScope[];
|
|
1030
|
+
}
|
|
1031
|
+
/** The list of cognitive services RaiPolicies. */
|
|
1032
|
+
export interface RaiPolicyListResult {
|
|
1033
|
+
/** The link used to get the next page of RaiPolicy. */
|
|
1034
|
+
nextLink?: string;
|
|
1035
|
+
/** The list of RaiPolicy. */
|
|
1036
|
+
value?: RaiPolicy[];
|
|
1037
|
+
}
|
|
1038
|
+
/** Azure OpenAI Content Filters properties. */
|
|
1039
|
+
export interface RaiPolicyProperties {
|
|
1040
|
+
/**
|
|
1041
|
+
* Content Filters policy type.
|
|
1042
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1043
|
+
*/
|
|
1044
|
+
readonly type?: RaiPolicyType;
|
|
1045
|
+
/** 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-04-01-preview. It is the same as 'Deferred' in previous version. */
|
|
1046
|
+
mode?: RaiPolicyMode;
|
|
1047
|
+
/** Name of Rai policy. */
|
|
1048
|
+
basePolicyName?: string;
|
|
1049
|
+
/** The list of Content Filters. */
|
|
1050
|
+
contentFilters?: RaiPolicyContentFilter[];
|
|
1051
|
+
/** The list of custom Blocklist. */
|
|
1052
|
+
customBlocklists?: CustomBlocklistConfig[];
|
|
1053
|
+
}
|
|
1054
|
+
/** Azure OpenAI Content Filter. */
|
|
1055
|
+
export interface RaiPolicyContentFilter {
|
|
1056
|
+
/** Name of ContentFilter. */
|
|
1057
|
+
name?: string;
|
|
1058
|
+
/** If the ContentFilter is enabled. */
|
|
1059
|
+
enabled?: boolean;
|
|
1060
|
+
/** Level at which content is filtered. */
|
|
1061
|
+
severityThreshold?: ContentLevel;
|
|
1062
|
+
/** If blocking would occur. */
|
|
1063
|
+
blocking?: boolean;
|
|
1064
|
+
/** Content source to apply the Content Filters. */
|
|
1065
|
+
source?: RaiPolicyContentSource;
|
|
1066
|
+
}
|
|
1067
|
+
/** Azure OpenAI blocklist config. */
|
|
1068
|
+
export interface RaiBlocklistConfig {
|
|
1069
|
+
/** Name of ContentFilter. */
|
|
1070
|
+
blocklistName?: string;
|
|
1071
|
+
/** If blocking would occur. */
|
|
1072
|
+
blocking?: boolean;
|
|
1073
|
+
}
|
|
1074
|
+
/** The list of cognitive services RAI Blocklists. */
|
|
1075
|
+
export interface RaiBlockListResult {
|
|
1076
|
+
/** The link used to get the next page of RaiBlocklists. */
|
|
1077
|
+
nextLink?: string;
|
|
1078
|
+
/** The list of RaiBlocklist. */
|
|
1079
|
+
value?: RaiBlocklist[];
|
|
1080
|
+
}
|
|
1081
|
+
/** RAI Custom Blocklist properties. */
|
|
1082
|
+
export interface RaiBlocklistProperties {
|
|
1083
|
+
/** Description of the block list. */
|
|
1084
|
+
description?: string;
|
|
1085
|
+
}
|
|
1086
|
+
/** The list of cognitive services RAI Blocklist Items. */
|
|
1087
|
+
export interface RaiBlockListItemsResult {
|
|
1088
|
+
/** The link used to get the next page of RaiBlocklistItems. */
|
|
1089
|
+
nextLink?: string;
|
|
1090
|
+
/** The list of RaiBlocklistItems. */
|
|
1091
|
+
value?: RaiBlocklistItem[];
|
|
1092
|
+
}
|
|
1093
|
+
/** RAI Custom Blocklist Item properties. */
|
|
1094
|
+
export interface RaiBlocklistItemProperties {
|
|
1095
|
+
/** Pattern to match against. */
|
|
1096
|
+
pattern?: string;
|
|
1097
|
+
/** If the pattern is a regex pattern. */
|
|
1098
|
+
isRegex?: boolean;
|
|
1099
|
+
}
|
|
1100
|
+
/** The Cognitive Services RaiBlocklist Item request body. */
|
|
1101
|
+
export interface RaiBlocklistItemBulkRequest {
|
|
1102
|
+
name?: string;
|
|
1103
|
+
/** Properties of Cognitive Services RaiBlocklist Item. */
|
|
1104
|
+
properties?: RaiBlocklistItemProperties;
|
|
1105
|
+
}
|
|
1106
|
+
/** The list of Content Filters. */
|
|
1107
|
+
export interface RaiContentFilterListResult {
|
|
1108
|
+
/** The link used to get the next page of Content Filters. */
|
|
1109
|
+
nextLink?: string;
|
|
1110
|
+
/** The list of RaiContentFilter. */
|
|
1111
|
+
value?: RaiContentFilter[];
|
|
1112
|
+
}
|
|
1113
|
+
/** Azure OpenAI Content Filter Properties. */
|
|
1114
|
+
export interface RaiContentFilterProperties {
|
|
1115
|
+
/** Name of Content Filter. */
|
|
1116
|
+
name?: string;
|
|
1117
|
+
/** If the Content Filter has multi severity levels(Low, Medium, or High). */
|
|
1118
|
+
isMultiLevelFilter?: boolean;
|
|
1119
|
+
/** Content source to apply the Content Filters. */
|
|
1120
|
+
source?: RaiPolicyContentSource;
|
|
1121
|
+
}
|
|
1122
|
+
/** The list of cognitive services Commitment Plan Account Association operation response. */
|
|
1123
|
+
export interface CommitmentPlanAccountAssociationListResult {
|
|
1124
|
+
/** The link used to get the next page of Commitment Plan Account Association. */
|
|
1125
|
+
nextLink?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* Gets the list of Cognitive Services Commitment Plan Account Association and their properties.
|
|
1128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1129
|
+
*/
|
|
1130
|
+
readonly value?: CommitmentPlanAccountAssociation[];
|
|
1131
|
+
}
|
|
1132
|
+
/** A list of NSP configurations for an Cognitive Services account. */
|
|
1133
|
+
export interface NetworkSecurityPerimeterConfigurationList {
|
|
1134
|
+
/** Array of NSP configurations List Result for an Cognitive Services account. */
|
|
1135
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
1136
|
+
/** Link to retrieve next page of results. */
|
|
1137
|
+
nextLink?: string;
|
|
1138
|
+
}
|
|
1139
|
+
/** The properties of an NSP Configuration. */
|
|
1140
|
+
export interface NetworkSecurityPerimeterConfigurationProperties {
|
|
1141
|
+
/**
|
|
1142
|
+
* Provisioning state of NetworkSecurityPerimeter configuration
|
|
1143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1144
|
+
*/
|
|
1145
|
+
readonly provisioningState?: string;
|
|
1146
|
+
/** List of Provisioning Issues */
|
|
1147
|
+
provisioningIssues?: ProvisioningIssue[];
|
|
1148
|
+
/** Information about a linked Network Security Perimeter */
|
|
1149
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
|
1150
|
+
/** Network Security Perimeter Configuration Association Information */
|
|
1151
|
+
resourceAssociation?: NetworkSecurityPerimeterConfigurationAssociationInfo;
|
|
1152
|
+
/** Network Security Perimeter Profile Information */
|
|
1153
|
+
profile?: NetworkSecurityPerimeterProfileInfo;
|
|
1154
|
+
}
|
|
1155
|
+
export interface ProvisioningIssue {
|
|
1156
|
+
/** Name of the NSP provisioning issue */
|
|
1157
|
+
name?: string;
|
|
1158
|
+
/** Properties of Provisioning Issue */
|
|
1159
|
+
properties?: ProvisioningIssueProperties;
|
|
1160
|
+
}
|
|
1161
|
+
/** Properties of Provisioning Issue */
|
|
1162
|
+
export interface ProvisioningIssueProperties {
|
|
1163
|
+
/** Type of Issue */
|
|
1164
|
+
issueType?: string;
|
|
1165
|
+
/** Severity of the issue */
|
|
1166
|
+
severity?: string;
|
|
1167
|
+
/** Description of the issue */
|
|
1168
|
+
description?: string;
|
|
1169
|
+
/** IDs of resources that can be associated to the same perimeter to remediate the issue. */
|
|
1170
|
+
suggestedResourceIds?: string[];
|
|
1171
|
+
/** Optional array, suggested access rules */
|
|
1172
|
+
suggestedAccessRules?: NetworkSecurityPerimeterAccessRule[];
|
|
1173
|
+
}
|
|
1174
|
+
/** Network Security Perimeter Access Rule */
|
|
1175
|
+
export interface NetworkSecurityPerimeterAccessRule {
|
|
1176
|
+
/** Network Security Perimeter Access Rule Name */
|
|
1177
|
+
name?: string;
|
|
1178
|
+
/** Properties of Network Security Perimeter Access Rule */
|
|
1179
|
+
properties?: NetworkSecurityPerimeterAccessRuleProperties;
|
|
1180
|
+
}
|
|
1181
|
+
/** The Properties of Network Security Perimeter Rule */
|
|
1182
|
+
export interface NetworkSecurityPerimeterAccessRuleProperties {
|
|
1183
|
+
/** Direction of Access Rule */
|
|
1184
|
+
direction?: NspAccessRuleDirection;
|
|
1185
|
+
/** Address prefixes for inbound rules */
|
|
1186
|
+
addressPrefixes?: string[];
|
|
1187
|
+
/** Subscriptions for inbound rules */
|
|
1188
|
+
subscriptions?: NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem[];
|
|
1189
|
+
/** NetworkSecurityPerimeters for inbound rules */
|
|
1190
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeter[];
|
|
1191
|
+
/** Fully qualified domain name for outbound rules */
|
|
1192
|
+
fullyQualifiedDomainNames?: string[];
|
|
1193
|
+
}
|
|
1194
|
+
/** Subscription for inbound rule */
|
|
1195
|
+
export interface NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem {
|
|
1196
|
+
/** Fully qualified identifier of subscription */
|
|
1197
|
+
id?: string;
|
|
1198
|
+
}
|
|
1199
|
+
/** Information about a linked Network Security Perimeter */
|
|
1200
|
+
export interface NetworkSecurityPerimeter {
|
|
1201
|
+
/** Fully qualified identifier of the resource */
|
|
1202
|
+
id?: string;
|
|
1203
|
+
/** Guid of the resource */
|
|
1204
|
+
perimeterGuid?: string;
|
|
1205
|
+
/** Location of the resource */
|
|
1206
|
+
location?: string;
|
|
1207
|
+
}
|
|
1208
|
+
/** Network Security Perimeter Configuration Association Information */
|
|
1209
|
+
export interface NetworkSecurityPerimeterConfigurationAssociationInfo {
|
|
1210
|
+
/** Name of the resource association */
|
|
1211
|
+
name?: string;
|
|
1212
|
+
/** Access Mode of the resource association */
|
|
1213
|
+
accessMode?: string;
|
|
1214
|
+
}
|
|
1215
|
+
/** Network Security Perimeter Profile Information */
|
|
1216
|
+
export interface NetworkSecurityPerimeterProfileInfo {
|
|
1217
|
+
/** Name of the resource profile */
|
|
1218
|
+
name?: string;
|
|
1219
|
+
/** Access rules version of the resource profile */
|
|
1220
|
+
accessRulesVersion?: number;
|
|
1221
|
+
accessRules?: NetworkSecurityPerimeterAccessRule[];
|
|
1222
|
+
/** Current diagnostic settings version */
|
|
1223
|
+
diagnosticSettingsVersion?: number;
|
|
1224
|
+
/** List of enabled log categories */
|
|
1225
|
+
enabledLogCategories?: string[];
|
|
1226
|
+
}
|
|
1227
|
+
/** The list of cognitive services Defender for AI Settings. */
|
|
1228
|
+
export interface DefenderForAISettingResult {
|
|
1229
|
+
/** The link used to get the next page of Defender for AI Settings. */
|
|
1230
|
+
nextLink?: string;
|
|
1231
|
+
/** The list of Defender for AI Settings. */
|
|
1232
|
+
value?: DefenderForAISetting[];
|
|
1233
|
+
}
|
|
1234
|
+
/** Properties of Cognitive Services Project'. */
|
|
1235
|
+
export interface ProjectProperties {
|
|
1236
|
+
/**
|
|
1237
|
+
* Gets the status of the cognitive services project at the time the operation was called.
|
|
1238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1239
|
+
*/
|
|
1240
|
+
readonly provisioningState?: ProvisioningState;
|
|
1241
|
+
/** The display name of the Cognitive Services Project. */
|
|
1242
|
+
displayName?: string;
|
|
1243
|
+
/** The description of the Cognitive Services Project. */
|
|
1244
|
+
description?: string;
|
|
1245
|
+
/**
|
|
1246
|
+
* The list of endpoint for this Cognitive Services Project.
|
|
1247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1248
|
+
*/
|
|
1249
|
+
readonly endpoints?: {
|
|
1250
|
+
[propertyName: string]: string;
|
|
1251
|
+
};
|
|
1252
|
+
/**
|
|
1253
|
+
* Indicates whether the project is the default project for the account.
|
|
1254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1255
|
+
*/
|
|
1256
|
+
readonly isDefault?: boolean;
|
|
1257
|
+
}
|
|
1258
|
+
/** The list of cognitive services projects operation response. */
|
|
1259
|
+
export interface ProjectListResult {
|
|
1260
|
+
/** The link used to get the next page of projects. */
|
|
1261
|
+
nextLink?: string;
|
|
1262
|
+
/**
|
|
1263
|
+
* Gets the list of Cognitive Services projects and their properties.
|
|
1264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1265
|
+
*/
|
|
1266
|
+
readonly value?: Project[];
|
|
1267
|
+
}
|
|
1268
|
+
/** Connection property base schema. */
|
|
1269
|
+
export interface ConnectionPropertiesV2 {
|
|
1270
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1271
|
+
authType: "PAT" | "ManagedIdentity" | "UsernamePassword" | "None" | "SAS" | "AccountKey" | "ServicePrincipal" | "AccessKey" | "ApiKey" | "CustomKeys" | "OAuth2" | "AAD";
|
|
1272
|
+
/** Category of the connection */
|
|
1273
|
+
category?: ConnectionCategory;
|
|
1274
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1275
|
+
readonly createdByWorkspaceArmId?: string;
|
|
1276
|
+
error?: string;
|
|
1277
|
+
expiryTime?: Date;
|
|
1278
|
+
/**
|
|
1279
|
+
* Group based on connection category
|
|
1280
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1281
|
+
*/
|
|
1282
|
+
readonly group?: ConnectionGroup;
|
|
1283
|
+
isSharedToAll?: boolean;
|
|
1284
|
+
/** Store user metadata for this connection */
|
|
1285
|
+
metadata?: {
|
|
1286
|
+
[propertyName: string]: string;
|
|
1287
|
+
};
|
|
1288
|
+
peRequirement?: ManagedPERequirement;
|
|
1289
|
+
peStatus?: ManagedPEStatus;
|
|
1290
|
+
sharedUserList?: string[];
|
|
1291
|
+
target?: string;
|
|
1292
|
+
useWorkspaceManagedIdentity?: boolean;
|
|
1293
|
+
}
|
|
1294
|
+
/** The properties that the Cognitive services connection will be updated with. */
|
|
1295
|
+
export interface ConnectionUpdateContent {
|
|
1296
|
+
/** The properties that the Cognitive services connection will be updated with. */
|
|
1297
|
+
properties?: ConnectionPropertiesV2Union;
|
|
1298
|
+
}
|
|
1299
|
+
export interface ConnectionPropertiesV2BasicResourceArmPaginatedResult {
|
|
1300
|
+
nextLink?: string;
|
|
1301
|
+
value?: ConnectionPropertiesV2BasicResource[];
|
|
1302
|
+
}
|
|
1303
|
+
export interface ResourceBase {
|
|
1304
|
+
/** The asset description text. */
|
|
1305
|
+
description?: string;
|
|
1306
|
+
/** Tag dictionary. Tags can be added, removed, and updated. */
|
|
1307
|
+
tags?: {
|
|
1308
|
+
[propertyName: string]: string | null;
|
|
1309
|
+
};
|
|
1310
|
+
}
|
|
1311
|
+
export interface ConnectionPersonalAccessToken {
|
|
1312
|
+
pat?: string;
|
|
1313
|
+
}
|
|
1314
|
+
export interface ConnectionManagedIdentity {
|
|
1315
|
+
clientId?: string;
|
|
1316
|
+
resourceId?: string;
|
|
1317
|
+
}
|
|
1318
|
+
export interface ConnectionUsernamePassword {
|
|
1319
|
+
password?: string;
|
|
1320
|
+
/** Optional, required by connections like SalesForce for extra security in addition to UsernamePassword */
|
|
1321
|
+
securityToken?: string;
|
|
1322
|
+
username?: string;
|
|
1323
|
+
}
|
|
1324
|
+
export interface ConnectionSharedAccessSignature {
|
|
1325
|
+
sas?: string;
|
|
1326
|
+
}
|
|
1327
|
+
/** Account key object for connection credential. */
|
|
1328
|
+
export interface ConnectionAccountKey {
|
|
1329
|
+
key?: string;
|
|
1330
|
+
}
|
|
1331
|
+
export interface ConnectionServicePrincipal {
|
|
1332
|
+
clientId?: string;
|
|
1333
|
+
clientSecret?: string;
|
|
1334
|
+
tenantId?: string;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ConnectionAccessKey {
|
|
1337
|
+
accessKeyId?: string;
|
|
1338
|
+
secretAccessKey?: string;
|
|
1339
|
+
}
|
|
1340
|
+
/** Api key object for connection credential. */
|
|
1341
|
+
export interface ConnectionApiKey {
|
|
1342
|
+
key?: string;
|
|
1343
|
+
}
|
|
1344
|
+
/** Custom Keys credential object */
|
|
1345
|
+
export interface CustomKeys {
|
|
1346
|
+
/** Dictionary of <string> */
|
|
1347
|
+
keys?: {
|
|
1348
|
+
[propertyName: string]: string;
|
|
1349
|
+
};
|
|
1350
|
+
}
|
|
1351
|
+
/**
|
|
1352
|
+
* ClientId and ClientSecret are required. Other properties are optional
|
|
1353
|
+
* depending on each OAuth2 provider's implementation.
|
|
1354
|
+
*/
|
|
1355
|
+
export interface ConnectionOAuth2 {
|
|
1356
|
+
/** Required by Concur connection category */
|
|
1357
|
+
authUrl?: string;
|
|
1358
|
+
/** Client id in the format of UUID */
|
|
1359
|
+
clientId?: string;
|
|
1360
|
+
clientSecret?: string;
|
|
1361
|
+
/** Required by GoogleAdWords connection category */
|
|
1362
|
+
developerToken?: string;
|
|
1363
|
+
password?: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho
|
|
1366
|
+
* where user needs to get RefreshToken offline
|
|
1367
|
+
*/
|
|
1368
|
+
refreshToken?: string;
|
|
1369
|
+
/** Required by QuickBooks and Xero connection categories */
|
|
1370
|
+
tenantId?: string;
|
|
1371
|
+
/**
|
|
1372
|
+
* Concur, ServiceNow auth server AccessToken grant type is 'Password'
|
|
1373
|
+
* which requires UsernamePassword
|
|
1374
|
+
*/
|
|
1375
|
+
username?: string;
|
|
1376
|
+
}
|
|
1377
|
+
/** Properties to EncryptionScope */
|
|
1378
|
+
export interface EncryptionScopeProperties extends Encryption {
|
|
1379
|
+
/**
|
|
1380
|
+
* Gets the status of the resource at the time the operation was called.
|
|
1381
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1382
|
+
*/
|
|
1383
|
+
readonly provisioningState?: EncryptionScopeProvisioningState;
|
|
1384
|
+
/** The encryptionScope state. */
|
|
1385
|
+
state?: EncryptionScopeState;
|
|
1386
|
+
}
|
|
1387
|
+
/** The resource model definition for an Azure Resource Manager resource with an etag. */
|
|
1388
|
+
export interface AzureEntityResource extends Resource {
|
|
1389
|
+
/**
|
|
1390
|
+
* Resource Etag.
|
|
1391
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1392
|
+
*/
|
|
1393
|
+
readonly etag?: string;
|
|
1394
|
+
}
|
|
1395
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1396
|
+
export interface ProxyResource extends Resource {
|
|
1397
|
+
}
|
|
1398
|
+
/** A private link resource */
|
|
1399
|
+
export interface PrivateLinkResource extends Resource {
|
|
1400
|
+
/** Resource properties. */
|
|
1401
|
+
properties?: PrivateLinkResourceProperties;
|
|
1402
|
+
}
|
|
1403
|
+
/** Connection base resource schema. */
|
|
1404
|
+
export interface ConnectionPropertiesV2BasicResource extends Resource {
|
|
1405
|
+
/** Connection property base schema. */
|
|
1406
|
+
properties: ConnectionPropertiesV2Union;
|
|
1407
|
+
}
|
|
1408
|
+
/** Cognitive Services account Model. */
|
|
1409
|
+
export interface AccountModel extends DeploymentModel {
|
|
1410
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
1411
|
+
baseModel?: DeploymentModel;
|
|
1412
|
+
/** If the model is default version. */
|
|
1413
|
+
isDefaultVersion?: boolean;
|
|
1414
|
+
/** The list of Model Sku. */
|
|
1415
|
+
skus?: ModelSku[];
|
|
1416
|
+
/** The max capacity. */
|
|
1417
|
+
maxCapacity?: number;
|
|
1418
|
+
/** The capabilities. */
|
|
1419
|
+
capabilities?: {
|
|
1420
|
+
[propertyName: string]: string;
|
|
1421
|
+
};
|
|
1422
|
+
/** The capabilities for finetune models. */
|
|
1423
|
+
finetuneCapabilities?: {
|
|
1424
|
+
[propertyName: string]: string;
|
|
1425
|
+
};
|
|
1426
|
+
/** Cognitive Services account ModelDeprecationInfo. */
|
|
1427
|
+
deprecation?: ModelDeprecationInfo;
|
|
1428
|
+
/** Model lifecycle status. */
|
|
1429
|
+
lifecycleStatus?: ModelLifecycleStatus;
|
|
1430
|
+
/**
|
|
1431
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1432
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1433
|
+
*/
|
|
1434
|
+
readonly systemData?: SystemData;
|
|
1435
|
+
}
|
|
1436
|
+
/** The object being used to update tags and sku of a resource, in general used for PATCH operations. */
|
|
1437
|
+
export interface PatchResourceTagsAndSku extends PatchResourceTags {
|
|
1438
|
+
/** The resource model definition representing SKU */
|
|
1439
|
+
sku?: Sku;
|
|
1440
|
+
}
|
|
1441
|
+
/** Gets or sets the source to which filter applies. */
|
|
1442
|
+
export interface CustomBlocklistConfig extends RaiBlocklistConfig {
|
|
1443
|
+
/** Content source to apply the Content Filters. */
|
|
1444
|
+
source?: RaiPolicyContentSource;
|
|
1445
|
+
}
|
|
1446
|
+
export interface PATAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1447
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1448
|
+
authType: "PAT";
|
|
1449
|
+
credentials?: ConnectionPersonalAccessToken;
|
|
1450
|
+
}
|
|
1451
|
+
export interface ManagedIdentityAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1452
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1453
|
+
authType: "ManagedIdentity";
|
|
1454
|
+
credentials?: ConnectionManagedIdentity;
|
|
1455
|
+
}
|
|
1456
|
+
export interface UsernamePasswordAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1457
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1458
|
+
authType: "UsernamePassword";
|
|
1459
|
+
credentials?: ConnectionUsernamePassword;
|
|
1460
|
+
}
|
|
1461
|
+
export interface NoneAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1462
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1463
|
+
authType: "None";
|
|
1464
|
+
}
|
|
1465
|
+
export interface SASAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1466
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1467
|
+
authType: "SAS";
|
|
1468
|
+
credentials?: ConnectionSharedAccessSignature;
|
|
1469
|
+
}
|
|
1470
|
+
/** This connection type covers the account key connection for Azure storage */
|
|
1471
|
+
export interface AccountKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1472
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1473
|
+
authType: "AccountKey";
|
|
1474
|
+
/** Account key object for connection credential. */
|
|
1475
|
+
credentials?: ConnectionAccountKey;
|
|
1476
|
+
}
|
|
1477
|
+
export interface ServicePrincipalAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1478
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1479
|
+
authType: "ServicePrincipal";
|
|
1480
|
+
credentials?: ConnectionServicePrincipal;
|
|
1481
|
+
}
|
|
1482
|
+
export interface AccessKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1483
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1484
|
+
authType: "AccessKey";
|
|
1485
|
+
credentials?: ConnectionAccessKey;
|
|
1486
|
+
}
|
|
1487
|
+
/**
|
|
1488
|
+
* This connection type covers the generic ApiKey auth connection categories, for examples:
|
|
1489
|
+
* AzureOpenAI:
|
|
1490
|
+
* Category:= AzureOpenAI
|
|
1491
|
+
* AuthType:= ApiKey (as type discriminator)
|
|
1492
|
+
* Credentials:= {ApiKey} as .ApiKey
|
|
1493
|
+
* Target:= {ApiBase}
|
|
1494
|
+
*
|
|
1495
|
+
* CognitiveService:
|
|
1496
|
+
* Category:= CognitiveService
|
|
1497
|
+
* AuthType:= ApiKey (as type discriminator)
|
|
1498
|
+
* Credentials:= {SubscriptionKey} as ApiKey
|
|
1499
|
+
* Target:= ServiceRegion={serviceRegion}
|
|
1500
|
+
*
|
|
1501
|
+
* CognitiveSearch:
|
|
1502
|
+
* Category:= CognitiveSearch
|
|
1503
|
+
* AuthType:= ApiKey (as type discriminator)
|
|
1504
|
+
* Credentials:= {Key} as ApiKey
|
|
1505
|
+
* Target:= {Endpoint}
|
|
1506
|
+
*
|
|
1507
|
+
* Use Metadata property bag for ApiType, ApiVersion, Kind and other metadata fields
|
|
1508
|
+
*/
|
|
1509
|
+
export interface ApiKeyAuthConnectionProperties extends ConnectionPropertiesV2 {
|
|
1510
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1511
|
+
authType: "ApiKey";
|
|
1512
|
+
/** Api key object for connection credential. */
|
|
1513
|
+
credentials?: ConnectionApiKey;
|
|
1514
|
+
}
|
|
1515
|
+
/**
|
|
1516
|
+
* Category:= CustomKeys
|
|
1517
|
+
* AuthType:= CustomKeys (as type discriminator)
|
|
1518
|
+
* Credentials:= {CustomKeys} as CustomKeys
|
|
1519
|
+
* Target:= {any value}
|
|
1520
|
+
* Use Metadata property bag for ApiVersion and other metadata fields
|
|
1521
|
+
*/
|
|
1522
|
+
export interface CustomKeysConnectionProperties extends ConnectionPropertiesV2 {
|
|
1523
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1524
|
+
authType: "CustomKeys";
|
|
1525
|
+
/** Custom Keys credential object */
|
|
1526
|
+
credentials?: CustomKeys;
|
|
1527
|
+
}
|
|
1528
|
+
export interface OAuth2AuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1529
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1530
|
+
authType: "OAuth2";
|
|
1531
|
+
/**
|
|
1532
|
+
* ClientId and ClientSecret are required. Other properties are optional
|
|
1533
|
+
* depending on each OAuth2 provider's implementation.
|
|
1534
|
+
*/
|
|
1535
|
+
credentials?: ConnectionOAuth2;
|
|
1536
|
+
}
|
|
1537
|
+
/** This connection type covers the AAD auth for any applicable Azure service */
|
|
1538
|
+
export interface AADAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1539
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1540
|
+
authType: "AAD";
|
|
1541
|
+
}
|
|
1542
|
+
export interface CapabilityHostProperties extends ResourceBase {
|
|
1543
|
+
/** List of AI services connections. */
|
|
1544
|
+
aiServicesConnections?: string[];
|
|
1545
|
+
/** Kind of this capability host. */
|
|
1546
|
+
capabilityHostKind?: CapabilityHostKind;
|
|
1547
|
+
/** Customer subnet info to help set up this capability host. */
|
|
1548
|
+
customerSubnet?: string;
|
|
1549
|
+
/**
|
|
1550
|
+
* Provisioning state for the CapabilityHost.
|
|
1551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1552
|
+
*/
|
|
1553
|
+
readonly provisioningState?: CapabilityHostProvisioningState;
|
|
1554
|
+
/** List of Storage connections. */
|
|
1555
|
+
storageConnections?: string[];
|
|
1556
|
+
/** List of Thread storage connections. */
|
|
1557
|
+
threadStorageConnections?: string[];
|
|
1558
|
+
/** List of VectorStore connections. */
|
|
1559
|
+
vectorStoreConnections?: string[];
|
|
1560
|
+
}
|
|
1561
|
+
/** The Private Endpoint Connection resource. */
|
|
1562
|
+
export interface PrivateEndpointConnection extends AzureEntityResource {
|
|
1563
|
+
/** Resource properties. */
|
|
1564
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
1565
|
+
/**
|
|
1566
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1567
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1568
|
+
*/
|
|
1569
|
+
readonly systemData?: SystemData;
|
|
1570
|
+
/** The location of the private endpoint connection */
|
|
1571
|
+
location?: string;
|
|
1572
|
+
}
|
|
1573
|
+
/** Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. */
|
|
1574
|
+
export interface Account extends AzureEntityResource {
|
|
1575
|
+
/** The Kind of the resource. */
|
|
1576
|
+
kind?: string;
|
|
1577
|
+
/** The resource model definition representing SKU */
|
|
1578
|
+
sku?: Sku;
|
|
1579
|
+
/** Identity for the resource. */
|
|
1580
|
+
identity?: Identity;
|
|
1581
|
+
/**
|
|
1582
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1584
|
+
*/
|
|
1585
|
+
readonly systemData?: SystemData;
|
|
1586
|
+
/** Resource tags. */
|
|
1587
|
+
tags?: {
|
|
1588
|
+
[propertyName: string]: string;
|
|
1589
|
+
};
|
|
1590
|
+
/** The geo-location where the resource lives */
|
|
1591
|
+
location?: string;
|
|
1592
|
+
/** Properties of Cognitive Services account. */
|
|
1593
|
+
properties?: AccountProperties;
|
|
1594
|
+
}
|
|
1595
|
+
/** Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. */
|
|
1596
|
+
export interface Project extends AzureEntityResource {
|
|
1597
|
+
/** Identity for the resource. */
|
|
1598
|
+
identity?: Identity;
|
|
1599
|
+
/**
|
|
1600
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1602
|
+
*/
|
|
1603
|
+
readonly systemData?: SystemData;
|
|
1604
|
+
/** Resource tags. */
|
|
1605
|
+
tags?: {
|
|
1606
|
+
[propertyName: string]: string;
|
|
1607
|
+
};
|
|
1608
|
+
/** The geo-location where the resource lives */
|
|
1609
|
+
location?: string;
|
|
1610
|
+
/** Properties of Cognitive Services project. */
|
|
1611
|
+
properties?: ProjectProperties;
|
|
1612
|
+
}
|
|
1613
|
+
export interface ModelCapacityListResultValueItem extends ProxyResource {
|
|
1614
|
+
/** The location of the Model Sku Capacity. */
|
|
1615
|
+
location?: string;
|
|
1616
|
+
/** Cognitive Services account ModelSkuCapacity. */
|
|
1617
|
+
properties?: ModelSkuCapacityProperties;
|
|
1618
|
+
}
|
|
1619
|
+
/** Cognitive Services account deployment. */
|
|
1620
|
+
export interface Deployment extends ProxyResource {
|
|
1621
|
+
/** The resource model definition representing SKU */
|
|
1622
|
+
sku?: Sku;
|
|
1623
|
+
/**
|
|
1624
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1626
|
+
*/
|
|
1627
|
+
readonly systemData?: SystemData;
|
|
1628
|
+
/**
|
|
1629
|
+
* Resource Etag.
|
|
1630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1631
|
+
*/
|
|
1632
|
+
readonly etag?: string;
|
|
1633
|
+
/** Resource tags. */
|
|
1634
|
+
tags?: {
|
|
1635
|
+
[propertyName: string]: string;
|
|
1636
|
+
};
|
|
1637
|
+
/** Properties of Cognitive Services account deployment. */
|
|
1638
|
+
properties?: DeploymentProperties;
|
|
1639
|
+
}
|
|
1640
|
+
/** Cognitive Services account commitment plan. */
|
|
1641
|
+
export interface CommitmentPlan extends ProxyResource {
|
|
1642
|
+
/**
|
|
1643
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1644
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1645
|
+
*/
|
|
1646
|
+
readonly systemData?: SystemData;
|
|
1647
|
+
/**
|
|
1648
|
+
* Resource Etag.
|
|
1649
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1650
|
+
*/
|
|
1651
|
+
readonly etag?: string;
|
|
1652
|
+
/** The Kind of the resource. */
|
|
1653
|
+
kind?: string;
|
|
1654
|
+
/** The resource model definition representing SKU */
|
|
1655
|
+
sku?: Sku;
|
|
1656
|
+
/** Resource tags. */
|
|
1657
|
+
tags?: {
|
|
1658
|
+
[propertyName: string]: string;
|
|
1659
|
+
};
|
|
1660
|
+
/** The geo-location where the resource lives */
|
|
1661
|
+
location?: string;
|
|
1662
|
+
/** Properties of Cognitive Services account commitment plan. */
|
|
1663
|
+
properties?: CommitmentPlanProperties;
|
|
1664
|
+
}
|
|
1665
|
+
/** Cognitive Services EncryptionScope */
|
|
1666
|
+
export interface EncryptionScope extends ProxyResource {
|
|
1667
|
+
/**
|
|
1668
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1669
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1670
|
+
*/
|
|
1671
|
+
readonly systemData?: SystemData;
|
|
1672
|
+
/**
|
|
1673
|
+
* Resource Etag.
|
|
1674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1675
|
+
*/
|
|
1676
|
+
readonly etag?: string;
|
|
1677
|
+
/** Resource tags. */
|
|
1678
|
+
tags?: {
|
|
1679
|
+
[propertyName: string]: string;
|
|
1680
|
+
};
|
|
1681
|
+
/** Properties of Cognitive Services EncryptionScope. */
|
|
1682
|
+
properties?: EncryptionScopeProperties;
|
|
1683
|
+
}
|
|
1684
|
+
/** Cognitive Services RaiPolicy. */
|
|
1685
|
+
export interface RaiPolicy extends ProxyResource {
|
|
1686
|
+
/**
|
|
1687
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1689
|
+
*/
|
|
1690
|
+
readonly systemData?: SystemData;
|
|
1691
|
+
/**
|
|
1692
|
+
* Resource Etag.
|
|
1693
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1694
|
+
*/
|
|
1695
|
+
readonly etag?: string;
|
|
1696
|
+
/** Resource tags. */
|
|
1697
|
+
tags?: {
|
|
1698
|
+
[propertyName: string]: string;
|
|
1699
|
+
};
|
|
1700
|
+
/** Properties of Cognitive Services RaiPolicy. */
|
|
1701
|
+
properties?: RaiPolicyProperties;
|
|
1702
|
+
}
|
|
1703
|
+
/** Cognitive Services RaiBlocklist. */
|
|
1704
|
+
export interface RaiBlocklist extends ProxyResource {
|
|
1705
|
+
/**
|
|
1706
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1707
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1708
|
+
*/
|
|
1709
|
+
readonly systemData?: SystemData;
|
|
1710
|
+
/**
|
|
1711
|
+
* Resource Etag.
|
|
1712
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1713
|
+
*/
|
|
1714
|
+
readonly etag?: string;
|
|
1715
|
+
/** Resource tags. */
|
|
1716
|
+
tags?: {
|
|
1717
|
+
[propertyName: string]: string;
|
|
1718
|
+
};
|
|
1719
|
+
/** Properties of Cognitive Services RaiBlocklist. */
|
|
1720
|
+
properties?: RaiBlocklistProperties;
|
|
1721
|
+
}
|
|
1722
|
+
/** Cognitive Services RaiBlocklist Item. */
|
|
1723
|
+
export interface RaiBlocklistItem extends ProxyResource {
|
|
1724
|
+
/**
|
|
1725
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1726
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1727
|
+
*/
|
|
1728
|
+
readonly systemData?: SystemData;
|
|
1729
|
+
/**
|
|
1730
|
+
* Resource Etag.
|
|
1731
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1732
|
+
*/
|
|
1733
|
+
readonly etag?: string;
|
|
1734
|
+
/** Resource tags. */
|
|
1735
|
+
tags?: {
|
|
1736
|
+
[propertyName: string]: string;
|
|
1737
|
+
};
|
|
1738
|
+
/** Properties of Cognitive Services RaiBlocklist Item. */
|
|
1739
|
+
properties?: RaiBlocklistItemProperties;
|
|
1740
|
+
}
|
|
1741
|
+
/** Azure OpenAI Content Filter. */
|
|
1742
|
+
export interface RaiContentFilter extends ProxyResource {
|
|
1743
|
+
/** Azure OpenAI Content Filter Properties. */
|
|
1744
|
+
properties?: RaiContentFilterProperties;
|
|
1745
|
+
}
|
|
1746
|
+
/** The commitment plan association. */
|
|
1747
|
+
export interface CommitmentPlanAccountAssociation extends ProxyResource {
|
|
1748
|
+
/**
|
|
1749
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1750
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1751
|
+
*/
|
|
1752
|
+
readonly systemData?: SystemData;
|
|
1753
|
+
/**
|
|
1754
|
+
* Resource Etag.
|
|
1755
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1756
|
+
*/
|
|
1757
|
+
readonly etag?: string;
|
|
1758
|
+
/** Resource tags. */
|
|
1759
|
+
tags?: {
|
|
1760
|
+
[propertyName: string]: string;
|
|
1761
|
+
};
|
|
1762
|
+
/** The Azure resource id of the account. */
|
|
1763
|
+
accountId?: string;
|
|
1764
|
+
}
|
|
1765
|
+
/** NSP Configuration for an Cognitive Services account. */
|
|
1766
|
+
export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
|
|
1767
|
+
/** NSP Configuration properties. */
|
|
1768
|
+
properties?: NetworkSecurityPerimeterConfigurationProperties;
|
|
1769
|
+
}
|
|
1770
|
+
/** The Defender for AI resource. */
|
|
1771
|
+
export interface DefenderForAISetting extends ProxyResource {
|
|
1772
|
+
/**
|
|
1773
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1775
|
+
*/
|
|
1776
|
+
readonly systemData?: SystemData;
|
|
1777
|
+
/**
|
|
1778
|
+
* Resource Etag.
|
|
1779
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1780
|
+
*/
|
|
1781
|
+
readonly etag?: string;
|
|
1782
|
+
/** Resource tags. */
|
|
1783
|
+
tags?: {
|
|
1784
|
+
[propertyName: string]: string;
|
|
1785
|
+
};
|
|
1786
|
+
/** Defender for AI state on the AI resource. */
|
|
1787
|
+
state?: DefenderForAISettingState;
|
|
1788
|
+
}
|
|
1789
|
+
/** Azure Resource Manager resource envelope. */
|
|
1790
|
+
export interface CapabilityHost extends ProxyResource {
|
|
1791
|
+
/** [Required] Additional attributes of the entity. */
|
|
1792
|
+
properties: CapabilityHostProperties;
|
|
1793
|
+
}
|
|
1794
|
+
/** Defines headers for Deployments_update operation. */
|
|
1795
|
+
export interface DeploymentsUpdateHeaders {
|
|
1796
|
+
location?: string;
|
|
1797
|
+
}
|
|
1798
|
+
/** Defines headers for CommitmentPlans_updatePlan operation. */
|
|
1799
|
+
export interface CommitmentPlansUpdatePlanHeaders {
|
|
1800
|
+
location?: string;
|
|
1801
|
+
}
|
|
1802
|
+
/** Defines headers for CommitmentPlans_deletePlan operation. */
|
|
1803
|
+
export interface CommitmentPlansDeletePlanHeaders {
|
|
1804
|
+
location?: string;
|
|
1805
|
+
}
|
|
1806
|
+
/** Defines headers for CommitmentPlans_deleteAssociation operation. */
|
|
1807
|
+
export interface CommitmentPlansDeleteAssociationHeaders {
|
|
1808
|
+
location?: string;
|
|
1809
|
+
}
|
|
1810
|
+
/** Defines headers for EncryptionScopes_delete operation. */
|
|
1811
|
+
export interface EncryptionScopesDeleteHeaders {
|
|
1812
|
+
location?: string;
|
|
1813
|
+
}
|
|
1814
|
+
/** Defines headers for RaiPolicies_delete operation. */
|
|
1815
|
+
export interface RaiPoliciesDeleteHeaders {
|
|
1816
|
+
location?: string;
|
|
1817
|
+
}
|
|
1818
|
+
/** Defines headers for RaiBlocklists_delete operation. */
|
|
1819
|
+
export interface RaiBlocklistsDeleteHeaders {
|
|
1820
|
+
location?: string;
|
|
1821
|
+
}
|
|
1822
|
+
/** Defines headers for RaiBlocklistItems_delete operation. */
|
|
1823
|
+
export interface RaiBlocklistItemsDeleteHeaders {
|
|
1824
|
+
location?: string;
|
|
1825
|
+
}
|
|
1826
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
1827
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
1828
|
+
location?: string;
|
|
1829
|
+
}
|
|
1830
|
+
/** Defines headers for AccountCapabilityHosts_delete operation. */
|
|
1831
|
+
export interface AccountCapabilityHostsDeleteHeaders {
|
|
1832
|
+
/** Timeout for the client to use when polling the asynchronous operation. */
|
|
1833
|
+
xMsAsyncOperationTimeout?: string;
|
|
1834
|
+
/** URI to poll for asynchronous operation result. */
|
|
1835
|
+
location?: string;
|
|
1836
|
+
/** Duration the client should wait between requests, in seconds. */
|
|
1837
|
+
retryAfter?: number;
|
|
1838
|
+
}
|
|
1839
|
+
/** Defines headers for AccountCapabilityHosts_createOrUpdate operation. */
|
|
1840
|
+
export interface AccountCapabilityHostsCreateOrUpdateHeaders {
|
|
1841
|
+
/** Timeout for the client to use when polling the asynchronous operation. */
|
|
1842
|
+
xMsAsyncOperationTimeout?: string;
|
|
1843
|
+
/** URI to poll for asynchronous operation status. */
|
|
1844
|
+
azureAsyncOperation?: string;
|
|
1845
|
+
}
|
|
1846
|
+
/** Defines headers for ProjectCapabilityHosts_delete operation. */
|
|
1847
|
+
export interface ProjectCapabilityHostsDeleteHeaders {
|
|
1848
|
+
/** Timeout for the client to use when polling the asynchronous operation. */
|
|
1849
|
+
xMsAsyncOperationTimeout?: string;
|
|
1850
|
+
/** URI to poll for asynchronous operation result. */
|
|
1851
|
+
location?: string;
|
|
1852
|
+
/** Duration the client should wait between requests, in seconds. */
|
|
1853
|
+
retryAfter?: number;
|
|
1854
|
+
}
|
|
1855
|
+
/** Defines headers for ProjectCapabilityHosts_createOrUpdate operation. */
|
|
1856
|
+
export interface ProjectCapabilityHostsCreateOrUpdateHeaders {
|
|
1857
|
+
/** Timeout for the client to use when polling the asynchronous operation. */
|
|
1858
|
+
xMsAsyncOperationTimeout?: string;
|
|
1859
|
+
/** URI to poll for asynchronous operation status. */
|
|
1860
|
+
azureAsyncOperation?: string;
|
|
1861
|
+
}
|
|
1862
|
+
/** Known values of {@link SkuTier} that the service accepts. */
|
|
1863
|
+
export declare enum KnownSkuTier {
|
|
1864
|
+
/** Free */
|
|
1865
|
+
Free = "Free",
|
|
1866
|
+
/** Basic */
|
|
1867
|
+
Basic = "Basic",
|
|
1868
|
+
/** Standard */
|
|
1869
|
+
Standard = "Standard",
|
|
1870
|
+
/** Premium */
|
|
1871
|
+
Premium = "Premium",
|
|
1872
|
+
/** Enterprise */
|
|
1873
|
+
Enterprise = "Enterprise"
|
|
1874
|
+
}
|
|
1875
|
+
/**
|
|
1876
|
+
* Defines values for SkuTier. \
|
|
1877
|
+
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
1878
|
+
* this enum contains the known values that the service supports.
|
|
1879
|
+
* ### Known values supported by the service
|
|
1880
|
+
* **Free** \
|
|
1881
|
+
* **Basic** \
|
|
1882
|
+
* **Standard** \
|
|
1883
|
+
* **Premium** \
|
|
1884
|
+
* **Enterprise**
|
|
1885
|
+
*/
|
|
1886
|
+
export type SkuTier = string;
|
|
1887
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1888
|
+
export declare enum KnownCreatedByType {
|
|
1889
|
+
/** User */
|
|
1890
|
+
User = "User",
|
|
1891
|
+
/** Application */
|
|
1892
|
+
Application = "Application",
|
|
1893
|
+
/** ManagedIdentity */
|
|
1894
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1895
|
+
/** Key */
|
|
1896
|
+
Key = "Key"
|
|
1897
|
+
}
|
|
1898
|
+
/**
|
|
1899
|
+
* Defines values for CreatedByType. \
|
|
1900
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1901
|
+
* this enum contains the known values that the service supports.
|
|
1902
|
+
* ### Known values supported by the service
|
|
1903
|
+
* **User** \
|
|
1904
|
+
* **Application** \
|
|
1905
|
+
* **ManagedIdentity** \
|
|
1906
|
+
* **Key**
|
|
1907
|
+
*/
|
|
1908
|
+
export type CreatedByType = string;
|
|
1909
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1910
|
+
export declare enum KnownProvisioningState {
|
|
1911
|
+
/** Accepted */
|
|
1912
|
+
Accepted = "Accepted",
|
|
1913
|
+
/** Creating */
|
|
1914
|
+
Creating = "Creating",
|
|
1915
|
+
/** Deleting */
|
|
1916
|
+
Deleting = "Deleting",
|
|
1917
|
+
/** Moving */
|
|
1918
|
+
Moving = "Moving",
|
|
1919
|
+
/** Failed */
|
|
1920
|
+
Failed = "Failed",
|
|
1921
|
+
/** Succeeded */
|
|
1922
|
+
Succeeded = "Succeeded",
|
|
1923
|
+
/** ResolvingDNS */
|
|
1924
|
+
ResolvingDNS = "ResolvingDNS",
|
|
1925
|
+
/** Canceled */
|
|
1926
|
+
Canceled = "Canceled"
|
|
1927
|
+
}
|
|
1928
|
+
/**
|
|
1929
|
+
* Defines values for ProvisioningState. \
|
|
1930
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1931
|
+
* this enum contains the known values that the service supports.
|
|
1932
|
+
* ### Known values supported by the service
|
|
1933
|
+
* **Accepted** \
|
|
1934
|
+
* **Creating** \
|
|
1935
|
+
* **Deleting** \
|
|
1936
|
+
* **Moving** \
|
|
1937
|
+
* **Failed** \
|
|
1938
|
+
* **Succeeded** \
|
|
1939
|
+
* **ResolvingDNS** \
|
|
1940
|
+
* **Canceled**
|
|
1941
|
+
*/
|
|
1942
|
+
export type ProvisioningState = string;
|
|
1943
|
+
/** Known values of {@link NetworkRuleAction} that the service accepts. */
|
|
1944
|
+
export declare enum KnownNetworkRuleAction {
|
|
1945
|
+
/** Allow */
|
|
1946
|
+
Allow = "Allow",
|
|
1947
|
+
/** Deny */
|
|
1948
|
+
Deny = "Deny"
|
|
1949
|
+
}
|
|
1950
|
+
/**
|
|
1951
|
+
* Defines values for NetworkRuleAction. \
|
|
1952
|
+
* {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
|
|
1953
|
+
* this enum contains the known values that the service supports.
|
|
1954
|
+
* ### Known values supported by the service
|
|
1955
|
+
* **Allow** \
|
|
1956
|
+
* **Deny**
|
|
1957
|
+
*/
|
|
1958
|
+
export type NetworkRuleAction = string;
|
|
1959
|
+
/** Known values of {@link ByPassSelection} that the service accepts. */
|
|
1960
|
+
export declare enum KnownByPassSelection {
|
|
1961
|
+
/** None */
|
|
1962
|
+
None = "None",
|
|
1963
|
+
/** AzureServices */
|
|
1964
|
+
AzureServices = "AzureServices"
|
|
1965
|
+
}
|
|
1966
|
+
/**
|
|
1967
|
+
* Defines values for ByPassSelection. \
|
|
1968
|
+
* {@link KnownByPassSelection} can be used interchangeably with ByPassSelection,
|
|
1969
|
+
* this enum contains the known values that the service supports.
|
|
1970
|
+
* ### Known values supported by the service
|
|
1971
|
+
* **None** \
|
|
1972
|
+
* **AzureServices**
|
|
1973
|
+
*/
|
|
1974
|
+
export type ByPassSelection = string;
|
|
1975
|
+
/** Known values of {@link KeySource} that the service accepts. */
|
|
1976
|
+
export declare enum KnownKeySource {
|
|
1977
|
+
/** MicrosoftCognitiveServices */
|
|
1978
|
+
MicrosoftCognitiveServices = "Microsoft.CognitiveServices",
|
|
1979
|
+
/** MicrosoftKeyVault */
|
|
1980
|
+
MicrosoftKeyVault = "Microsoft.KeyVault"
|
|
1981
|
+
}
|
|
1982
|
+
/**
|
|
1983
|
+
* Defines values for KeySource. \
|
|
1984
|
+
* {@link KnownKeySource} can be used interchangeably with KeySource,
|
|
1985
|
+
* this enum contains the known values that the service supports.
|
|
1986
|
+
* ### Known values supported by the service
|
|
1987
|
+
* **Microsoft.CognitiveServices** \
|
|
1988
|
+
* **Microsoft.KeyVault**
|
|
1989
|
+
*/
|
|
1990
|
+
export type KeySource = string;
|
|
1991
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1992
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1993
|
+
/** Pending */
|
|
1994
|
+
Pending = "Pending",
|
|
1995
|
+
/** Approved */
|
|
1996
|
+
Approved = "Approved",
|
|
1997
|
+
/** Rejected */
|
|
1998
|
+
Rejected = "Rejected"
|
|
1999
|
+
}
|
|
2000
|
+
/**
|
|
2001
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
2002
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
2003
|
+
* this enum contains the known values that the service supports.
|
|
2004
|
+
* ### Known values supported by the service
|
|
2005
|
+
* **Pending** \
|
|
2006
|
+
* **Approved** \
|
|
2007
|
+
* **Rejected**
|
|
2008
|
+
*/
|
|
2009
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
2010
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
2011
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
2012
|
+
/** Succeeded */
|
|
2013
|
+
Succeeded = "Succeeded",
|
|
2014
|
+
/** Creating */
|
|
2015
|
+
Creating = "Creating",
|
|
2016
|
+
/** Deleting */
|
|
2017
|
+
Deleting = "Deleting",
|
|
2018
|
+
/** Failed */
|
|
2019
|
+
Failed = "Failed"
|
|
2020
|
+
}
|
|
2021
|
+
/**
|
|
2022
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
2023
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
2024
|
+
* this enum contains the known values that the service supports.
|
|
2025
|
+
* ### Known values supported by the service
|
|
2026
|
+
* **Succeeded** \
|
|
2027
|
+
* **Creating** \
|
|
2028
|
+
* **Deleting** \
|
|
2029
|
+
* **Failed**
|
|
2030
|
+
*/
|
|
2031
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
2032
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
2033
|
+
export declare enum KnownPublicNetworkAccess {
|
|
2034
|
+
/** Enabled */
|
|
2035
|
+
Enabled = "Enabled",
|
|
2036
|
+
/** Disabled */
|
|
2037
|
+
Disabled = "Disabled"
|
|
2038
|
+
}
|
|
2039
|
+
/**
|
|
2040
|
+
* Defines values for PublicNetworkAccess. \
|
|
2041
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
2042
|
+
* this enum contains the known values that the service supports.
|
|
2043
|
+
* ### Known values supported by the service
|
|
2044
|
+
* **Enabled** \
|
|
2045
|
+
* **Disabled**
|
|
2046
|
+
*/
|
|
2047
|
+
export type PublicNetworkAccess = string;
|
|
2048
|
+
/** Known values of {@link RoutingMethods} that the service accepts. */
|
|
2049
|
+
export declare enum KnownRoutingMethods {
|
|
2050
|
+
/** Priority */
|
|
2051
|
+
Priority = "Priority",
|
|
2052
|
+
/** Weighted */
|
|
2053
|
+
Weighted = "Weighted",
|
|
2054
|
+
/** Performance */
|
|
2055
|
+
Performance = "Performance"
|
|
2056
|
+
}
|
|
2057
|
+
/**
|
|
2058
|
+
* Defines values for RoutingMethods. \
|
|
2059
|
+
* {@link KnownRoutingMethods} can be used interchangeably with RoutingMethods,
|
|
2060
|
+
* this enum contains the known values that the service supports.
|
|
2061
|
+
* ### Known values supported by the service
|
|
2062
|
+
* **Priority** \
|
|
2063
|
+
* **Weighted** \
|
|
2064
|
+
* **Performance**
|
|
2065
|
+
*/
|
|
2066
|
+
export type RoutingMethods = string;
|
|
2067
|
+
/** Known values of {@link AbusePenaltyAction} that the service accepts. */
|
|
2068
|
+
export declare enum KnownAbusePenaltyAction {
|
|
2069
|
+
/** Throttle */
|
|
2070
|
+
Throttle = "Throttle",
|
|
2071
|
+
/** Block */
|
|
2072
|
+
Block = "Block"
|
|
2073
|
+
}
|
|
2074
|
+
/**
|
|
2075
|
+
* Defines values for AbusePenaltyAction. \
|
|
2076
|
+
* {@link KnownAbusePenaltyAction} can be used interchangeably with AbusePenaltyAction,
|
|
2077
|
+
* this enum contains the known values that the service supports.
|
|
2078
|
+
* ### Known values supported by the service
|
|
2079
|
+
* **Throttle** \
|
|
2080
|
+
* **Block**
|
|
2081
|
+
*/
|
|
2082
|
+
export type AbusePenaltyAction = string;
|
|
2083
|
+
/** Known values of {@link ScenarioType} that the service accepts. */
|
|
2084
|
+
export declare enum KnownScenarioType {
|
|
2085
|
+
/** None */
|
|
2086
|
+
None = "none",
|
|
2087
|
+
/** Agent */
|
|
2088
|
+
Agent = "agent"
|
|
2089
|
+
}
|
|
2090
|
+
/**
|
|
2091
|
+
* Defines values for ScenarioType. \
|
|
2092
|
+
* {@link KnownScenarioType} can be used interchangeably with ScenarioType,
|
|
2093
|
+
* this enum contains the known values that the service supports.
|
|
2094
|
+
* ### Known values supported by the service
|
|
2095
|
+
* **none** \
|
|
2096
|
+
* **agent**
|
|
2097
|
+
*/
|
|
2098
|
+
export type ScenarioType = string;
|
|
2099
|
+
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
2100
|
+
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
2101
|
+
/** QuotaId */
|
|
2102
|
+
QuotaId = "QuotaId",
|
|
2103
|
+
/** NotAvailableForSubscription */
|
|
2104
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
2105
|
+
}
|
|
2106
|
+
/**
|
|
2107
|
+
* Defines values for ResourceSkuRestrictionsReasonCode. \
|
|
2108
|
+
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
2109
|
+
* this enum contains the known values that the service supports.
|
|
2110
|
+
* ### Known values supported by the service
|
|
2111
|
+
* **QuotaId** \
|
|
2112
|
+
* **NotAvailableForSubscription**
|
|
2113
|
+
*/
|
|
2114
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
2115
|
+
/** Known values of {@link UnitType} that the service accepts. */
|
|
2116
|
+
export declare enum KnownUnitType {
|
|
2117
|
+
/** Count */
|
|
2118
|
+
Count = "Count",
|
|
2119
|
+
/** Bytes */
|
|
2120
|
+
Bytes = "Bytes",
|
|
2121
|
+
/** Seconds */
|
|
2122
|
+
Seconds = "Seconds",
|
|
2123
|
+
/** Percent */
|
|
2124
|
+
Percent = "Percent",
|
|
2125
|
+
/** CountPerSecond */
|
|
2126
|
+
CountPerSecond = "CountPerSecond",
|
|
2127
|
+
/** BytesPerSecond */
|
|
2128
|
+
BytesPerSecond = "BytesPerSecond",
|
|
2129
|
+
/** Milliseconds */
|
|
2130
|
+
Milliseconds = "Milliseconds"
|
|
2131
|
+
}
|
|
2132
|
+
/**
|
|
2133
|
+
* Defines values for UnitType. \
|
|
2134
|
+
* {@link KnownUnitType} can be used interchangeably with UnitType,
|
|
2135
|
+
* this enum contains the known values that the service supports.
|
|
2136
|
+
* ### Known values supported by the service
|
|
2137
|
+
* **Count** \
|
|
2138
|
+
* **Bytes** \
|
|
2139
|
+
* **Seconds** \
|
|
2140
|
+
* **Percent** \
|
|
2141
|
+
* **CountPerSecond** \
|
|
2142
|
+
* **BytesPerSecond** \
|
|
2143
|
+
* **Milliseconds**
|
|
2144
|
+
*/
|
|
2145
|
+
export type UnitType = string;
|
|
2146
|
+
/** Known values of {@link QuotaUsageStatus} that the service accepts. */
|
|
2147
|
+
export declare enum KnownQuotaUsageStatus {
|
|
2148
|
+
/** Included */
|
|
2149
|
+
Included = "Included",
|
|
2150
|
+
/** Blocked */
|
|
2151
|
+
Blocked = "Blocked",
|
|
2152
|
+
/** InOverage */
|
|
2153
|
+
InOverage = "InOverage",
|
|
2154
|
+
/** Unknown */
|
|
2155
|
+
Unknown = "Unknown"
|
|
2156
|
+
}
|
|
2157
|
+
/**
|
|
2158
|
+
* Defines values for QuotaUsageStatus. \
|
|
2159
|
+
* {@link KnownQuotaUsageStatus} can be used interchangeably with QuotaUsageStatus,
|
|
2160
|
+
* this enum contains the known values that the service supports.
|
|
2161
|
+
* ### Known values supported by the service
|
|
2162
|
+
* **Included** \
|
|
2163
|
+
* **Blocked** \
|
|
2164
|
+
* **InOverage** \
|
|
2165
|
+
* **Unknown**
|
|
2166
|
+
*/
|
|
2167
|
+
export type QuotaUsageStatus = string;
|
|
2168
|
+
/** Known values of {@link ModelLifecycleStatus} that the service accepts. */
|
|
2169
|
+
export declare enum KnownModelLifecycleStatus {
|
|
2170
|
+
/** Stable */
|
|
2171
|
+
Stable = "Stable",
|
|
2172
|
+
/** Preview */
|
|
2173
|
+
Preview = "Preview",
|
|
2174
|
+
/** GenerallyAvailable */
|
|
2175
|
+
GenerallyAvailable = "GenerallyAvailable",
|
|
2176
|
+
/** Deprecating */
|
|
2177
|
+
Deprecating = "Deprecating",
|
|
2178
|
+
/** Deprecated */
|
|
2179
|
+
Deprecated = "Deprecated"
|
|
2180
|
+
}
|
|
2181
|
+
/**
|
|
2182
|
+
* Defines values for ModelLifecycleStatus. \
|
|
2183
|
+
* {@link KnownModelLifecycleStatus} can be used interchangeably with ModelLifecycleStatus,
|
|
2184
|
+
* this enum contains the known values that the service supports.
|
|
2185
|
+
* ### Known values supported by the service
|
|
2186
|
+
* **Stable** \
|
|
2187
|
+
* **Preview** \
|
|
2188
|
+
* **GenerallyAvailable** \
|
|
2189
|
+
* **Deprecating** \
|
|
2190
|
+
* **Deprecated**
|
|
2191
|
+
*/
|
|
2192
|
+
export type ModelLifecycleStatus = string;
|
|
2193
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
2194
|
+
export declare enum KnownOrigin {
|
|
2195
|
+
/** User */
|
|
2196
|
+
User = "user",
|
|
2197
|
+
/** System */
|
|
2198
|
+
System = "system",
|
|
2199
|
+
/** UserSystem */
|
|
2200
|
+
UserSystem = "user,system"
|
|
2201
|
+
}
|
|
2202
|
+
/**
|
|
2203
|
+
* Defines values for Origin. \
|
|
2204
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2205
|
+
* this enum contains the known values that the service supports.
|
|
2206
|
+
* ### Known values supported by the service
|
|
2207
|
+
* **user** \
|
|
2208
|
+
* **system** \
|
|
2209
|
+
* **user,system**
|
|
2210
|
+
*/
|
|
2211
|
+
export type Origin = string;
|
|
2212
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
2213
|
+
export declare enum KnownActionType {
|
|
2214
|
+
/** Internal */
|
|
2215
|
+
Internal = "Internal"
|
|
2216
|
+
}
|
|
2217
|
+
/**
|
|
2218
|
+
* Defines values for ActionType. \
|
|
2219
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
2220
|
+
* this enum contains the known values that the service supports.
|
|
2221
|
+
* ### Known values supported by the service
|
|
2222
|
+
* **Internal**
|
|
2223
|
+
*/
|
|
2224
|
+
export type ActionType = string;
|
|
2225
|
+
/** Known values of {@link HostingModel} that the service accepts. */
|
|
2226
|
+
export declare enum KnownHostingModel {
|
|
2227
|
+
/** Web */
|
|
2228
|
+
Web = "Web",
|
|
2229
|
+
/** ConnectedContainer */
|
|
2230
|
+
ConnectedContainer = "ConnectedContainer",
|
|
2231
|
+
/** DisconnectedContainer */
|
|
2232
|
+
DisconnectedContainer = "DisconnectedContainer",
|
|
2233
|
+
/** ProvisionedWeb */
|
|
2234
|
+
ProvisionedWeb = "ProvisionedWeb"
|
|
2235
|
+
}
|
|
2236
|
+
/**
|
|
2237
|
+
* Defines values for HostingModel. \
|
|
2238
|
+
* {@link KnownHostingModel} can be used interchangeably with HostingModel,
|
|
2239
|
+
* this enum contains the known values that the service supports.
|
|
2240
|
+
* ### Known values supported by the service
|
|
2241
|
+
* **Web** \
|
|
2242
|
+
* **ConnectedContainer** \
|
|
2243
|
+
* **DisconnectedContainer** \
|
|
2244
|
+
* **ProvisionedWeb**
|
|
2245
|
+
*/
|
|
2246
|
+
export type HostingModel = string;
|
|
2247
|
+
/** Known values of {@link DeploymentProvisioningState} that the service accepts. */
|
|
2248
|
+
export declare enum KnownDeploymentProvisioningState {
|
|
2249
|
+
/** Accepted */
|
|
2250
|
+
Accepted = "Accepted",
|
|
2251
|
+
/** Creating */
|
|
2252
|
+
Creating = "Creating",
|
|
2253
|
+
/** Deleting */
|
|
2254
|
+
Deleting = "Deleting",
|
|
2255
|
+
/** Moving */
|
|
2256
|
+
Moving = "Moving",
|
|
2257
|
+
/** Failed */
|
|
2258
|
+
Failed = "Failed",
|
|
2259
|
+
/** Succeeded */
|
|
2260
|
+
Succeeded = "Succeeded",
|
|
2261
|
+
/** Disabled */
|
|
2262
|
+
Disabled = "Disabled",
|
|
2263
|
+
/** Canceled */
|
|
2264
|
+
Canceled = "Canceled"
|
|
2265
|
+
}
|
|
2266
|
+
/**
|
|
2267
|
+
* Defines values for DeploymentProvisioningState. \
|
|
2268
|
+
* {@link KnownDeploymentProvisioningState} can be used interchangeably with DeploymentProvisioningState,
|
|
2269
|
+
* this enum contains the known values that the service supports.
|
|
2270
|
+
* ### Known values supported by the service
|
|
2271
|
+
* **Accepted** \
|
|
2272
|
+
* **Creating** \
|
|
2273
|
+
* **Deleting** \
|
|
2274
|
+
* **Moving** \
|
|
2275
|
+
* **Failed** \
|
|
2276
|
+
* **Succeeded** \
|
|
2277
|
+
* **Disabled** \
|
|
2278
|
+
* **Canceled**
|
|
2279
|
+
*/
|
|
2280
|
+
export type DeploymentProvisioningState = string;
|
|
2281
|
+
/** Known values of {@link DeploymentScaleType} that the service accepts. */
|
|
2282
|
+
export declare enum KnownDeploymentScaleType {
|
|
2283
|
+
/** Standard */
|
|
2284
|
+
Standard = "Standard",
|
|
2285
|
+
/** Manual */
|
|
2286
|
+
Manual = "Manual"
|
|
2287
|
+
}
|
|
2288
|
+
/**
|
|
2289
|
+
* Defines values for DeploymentScaleType. \
|
|
2290
|
+
* {@link KnownDeploymentScaleType} can be used interchangeably with DeploymentScaleType,
|
|
2291
|
+
* this enum contains the known values that the service supports.
|
|
2292
|
+
* ### Known values supported by the service
|
|
2293
|
+
* **Standard** \
|
|
2294
|
+
* **Manual**
|
|
2295
|
+
*/
|
|
2296
|
+
export type DeploymentScaleType = string;
|
|
2297
|
+
/** Known values of {@link DeploymentModelVersionUpgradeOption} that the service accepts. */
|
|
2298
|
+
export declare enum KnownDeploymentModelVersionUpgradeOption {
|
|
2299
|
+
/** OnceNewDefaultVersionAvailable */
|
|
2300
|
+
OnceNewDefaultVersionAvailable = "OnceNewDefaultVersionAvailable",
|
|
2301
|
+
/** OnceCurrentVersionExpired */
|
|
2302
|
+
OnceCurrentVersionExpired = "OnceCurrentVersionExpired",
|
|
2303
|
+
/** NoAutoUpgrade */
|
|
2304
|
+
NoAutoUpgrade = "NoAutoUpgrade"
|
|
2305
|
+
}
|
|
2306
|
+
/**
|
|
2307
|
+
* Defines values for DeploymentModelVersionUpgradeOption. \
|
|
2308
|
+
* {@link KnownDeploymentModelVersionUpgradeOption} can be used interchangeably with DeploymentModelVersionUpgradeOption,
|
|
2309
|
+
* this enum contains the known values that the service supports.
|
|
2310
|
+
* ### Known values supported by the service
|
|
2311
|
+
* **OnceNewDefaultVersionAvailable** \
|
|
2312
|
+
* **OnceCurrentVersionExpired** \
|
|
2313
|
+
* **NoAutoUpgrade**
|
|
2314
|
+
*/
|
|
2315
|
+
export type DeploymentModelVersionUpgradeOption = string;
|
|
2316
|
+
/** Known values of {@link CommitmentPlanProvisioningState} that the service accepts. */
|
|
2317
|
+
export declare enum KnownCommitmentPlanProvisioningState {
|
|
2318
|
+
/** Accepted */
|
|
2319
|
+
Accepted = "Accepted",
|
|
2320
|
+
/** Creating */
|
|
2321
|
+
Creating = "Creating",
|
|
2322
|
+
/** Deleting */
|
|
2323
|
+
Deleting = "Deleting",
|
|
2324
|
+
/** Moving */
|
|
2325
|
+
Moving = "Moving",
|
|
2326
|
+
/** Failed */
|
|
2327
|
+
Failed = "Failed",
|
|
2328
|
+
/** Succeeded */
|
|
2329
|
+
Succeeded = "Succeeded",
|
|
2330
|
+
/** Canceled */
|
|
2331
|
+
Canceled = "Canceled"
|
|
2332
|
+
}
|
|
2333
|
+
/**
|
|
2334
|
+
* Defines values for CommitmentPlanProvisioningState. \
|
|
2335
|
+
* {@link KnownCommitmentPlanProvisioningState} can be used interchangeably with CommitmentPlanProvisioningState,
|
|
2336
|
+
* this enum contains the known values that the service supports.
|
|
2337
|
+
* ### Known values supported by the service
|
|
2338
|
+
* **Accepted** \
|
|
2339
|
+
* **Creating** \
|
|
2340
|
+
* **Deleting** \
|
|
2341
|
+
* **Moving** \
|
|
2342
|
+
* **Failed** \
|
|
2343
|
+
* **Succeeded** \
|
|
2344
|
+
* **Canceled**
|
|
2345
|
+
*/
|
|
2346
|
+
export type CommitmentPlanProvisioningState = string;
|
|
2347
|
+
/** Known values of {@link EncryptionScopeProvisioningState} that the service accepts. */
|
|
2348
|
+
export declare enum KnownEncryptionScopeProvisioningState {
|
|
2349
|
+
/** Accepted */
|
|
2350
|
+
Accepted = "Accepted",
|
|
2351
|
+
/** Creating */
|
|
2352
|
+
Creating = "Creating",
|
|
2353
|
+
/** Deleting */
|
|
2354
|
+
Deleting = "Deleting",
|
|
2355
|
+
/** Moving */
|
|
2356
|
+
Moving = "Moving",
|
|
2357
|
+
/** Failed */
|
|
2358
|
+
Failed = "Failed",
|
|
2359
|
+
/** Succeeded */
|
|
2360
|
+
Succeeded = "Succeeded",
|
|
2361
|
+
/** Canceled */
|
|
2362
|
+
Canceled = "Canceled"
|
|
2363
|
+
}
|
|
2364
|
+
/**
|
|
2365
|
+
* Defines values for EncryptionScopeProvisioningState. \
|
|
2366
|
+
* {@link KnownEncryptionScopeProvisioningState} can be used interchangeably with EncryptionScopeProvisioningState,
|
|
2367
|
+
* this enum contains the known values that the service supports.
|
|
2368
|
+
* ### Known values supported by the service
|
|
2369
|
+
* **Accepted** \
|
|
2370
|
+
* **Creating** \
|
|
2371
|
+
* **Deleting** \
|
|
2372
|
+
* **Moving** \
|
|
2373
|
+
* **Failed** \
|
|
2374
|
+
* **Succeeded** \
|
|
2375
|
+
* **Canceled**
|
|
2376
|
+
*/
|
|
2377
|
+
export type EncryptionScopeProvisioningState = string;
|
|
2378
|
+
/** Known values of {@link EncryptionScopeState} that the service accepts. */
|
|
2379
|
+
export declare enum KnownEncryptionScopeState {
|
|
2380
|
+
/** Disabled */
|
|
2381
|
+
Disabled = "Disabled",
|
|
2382
|
+
/** Enabled */
|
|
2383
|
+
Enabled = "Enabled"
|
|
2384
|
+
}
|
|
2385
|
+
/**
|
|
2386
|
+
* Defines values for EncryptionScopeState. \
|
|
2387
|
+
* {@link KnownEncryptionScopeState} can be used interchangeably with EncryptionScopeState,
|
|
2388
|
+
* this enum contains the known values that the service supports.
|
|
2389
|
+
* ### Known values supported by the service
|
|
2390
|
+
* **Disabled** \
|
|
2391
|
+
* **Enabled**
|
|
2392
|
+
*/
|
|
2393
|
+
export type EncryptionScopeState = string;
|
|
2394
|
+
/** Known values of {@link RaiPolicyType} that the service accepts. */
|
|
2395
|
+
export declare enum KnownRaiPolicyType {
|
|
2396
|
+
/** UserManaged */
|
|
2397
|
+
UserManaged = "UserManaged",
|
|
2398
|
+
/** SystemManaged */
|
|
2399
|
+
SystemManaged = "SystemManaged"
|
|
2400
|
+
}
|
|
2401
|
+
/**
|
|
2402
|
+
* Defines values for RaiPolicyType. \
|
|
2403
|
+
* {@link KnownRaiPolicyType} can be used interchangeably with RaiPolicyType,
|
|
2404
|
+
* this enum contains the known values that the service supports.
|
|
2405
|
+
* ### Known values supported by the service
|
|
2406
|
+
* **UserManaged** \
|
|
2407
|
+
* **SystemManaged**
|
|
2408
|
+
*/
|
|
2409
|
+
export type RaiPolicyType = string;
|
|
2410
|
+
/** Known values of {@link RaiPolicyMode} that the service accepts. */
|
|
2411
|
+
export declare enum KnownRaiPolicyMode {
|
|
2412
|
+
/** Default */
|
|
2413
|
+
Default = "Default",
|
|
2414
|
+
/** Deferred */
|
|
2415
|
+
Deferred = "Deferred",
|
|
2416
|
+
/** Blocking */
|
|
2417
|
+
Blocking = "Blocking",
|
|
2418
|
+
/** AsynchronousFilter */
|
|
2419
|
+
AsynchronousFilter = "Asynchronous_filter"
|
|
2420
|
+
}
|
|
2421
|
+
/**
|
|
2422
|
+
* Defines values for RaiPolicyMode. \
|
|
2423
|
+
* {@link KnownRaiPolicyMode} can be used interchangeably with RaiPolicyMode,
|
|
2424
|
+
* this enum contains the known values that the service supports.
|
|
2425
|
+
* ### Known values supported by the service
|
|
2426
|
+
* **Default** \
|
|
2427
|
+
* **Deferred** \
|
|
2428
|
+
* **Blocking** \
|
|
2429
|
+
* **Asynchronous_filter**
|
|
2430
|
+
*/
|
|
2431
|
+
export type RaiPolicyMode = string;
|
|
2432
|
+
/** Known values of {@link ContentLevel} that the service accepts. */
|
|
2433
|
+
export declare enum KnownContentLevel {
|
|
2434
|
+
/** Low */
|
|
2435
|
+
Low = "Low",
|
|
2436
|
+
/** Medium */
|
|
2437
|
+
Medium = "Medium",
|
|
2438
|
+
/** High */
|
|
2439
|
+
High = "High"
|
|
2440
|
+
}
|
|
2441
|
+
/**
|
|
2442
|
+
* Defines values for ContentLevel. \
|
|
2443
|
+
* {@link KnownContentLevel} can be used interchangeably with ContentLevel,
|
|
2444
|
+
* this enum contains the known values that the service supports.
|
|
2445
|
+
* ### Known values supported by the service
|
|
2446
|
+
* **Low** \
|
|
2447
|
+
* **Medium** \
|
|
2448
|
+
* **High**
|
|
2449
|
+
*/
|
|
2450
|
+
export type ContentLevel = string;
|
|
2451
|
+
/** Known values of {@link RaiPolicyContentSource} that the service accepts. */
|
|
2452
|
+
export declare enum KnownRaiPolicyContentSource {
|
|
2453
|
+
/** Prompt */
|
|
2454
|
+
Prompt = "Prompt",
|
|
2455
|
+
/** Completion */
|
|
2456
|
+
Completion = "Completion"
|
|
2457
|
+
}
|
|
2458
|
+
/**
|
|
2459
|
+
* Defines values for RaiPolicyContentSource. \
|
|
2460
|
+
* {@link KnownRaiPolicyContentSource} can be used interchangeably with RaiPolicyContentSource,
|
|
2461
|
+
* this enum contains the known values that the service supports.
|
|
2462
|
+
* ### Known values supported by the service
|
|
2463
|
+
* **Prompt** \
|
|
2464
|
+
* **Completion**
|
|
2465
|
+
*/
|
|
2466
|
+
export type RaiPolicyContentSource = string;
|
|
2467
|
+
/** Known values of {@link NspAccessRuleDirection} that the service accepts. */
|
|
2468
|
+
export declare enum KnownNspAccessRuleDirection {
|
|
2469
|
+
/** Inbound */
|
|
2470
|
+
Inbound = "Inbound",
|
|
2471
|
+
/** Outbound */
|
|
2472
|
+
Outbound = "Outbound"
|
|
2473
|
+
}
|
|
2474
|
+
/**
|
|
2475
|
+
* Defines values for NspAccessRuleDirection. \
|
|
2476
|
+
* {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,
|
|
2477
|
+
* this enum contains the known values that the service supports.
|
|
2478
|
+
* ### Known values supported by the service
|
|
2479
|
+
* **Inbound** \
|
|
2480
|
+
* **Outbound**
|
|
2481
|
+
*/
|
|
2482
|
+
export type NspAccessRuleDirection = string;
|
|
2483
|
+
/** Known values of {@link DefenderForAISettingState} that the service accepts. */
|
|
2484
|
+
export declare enum KnownDefenderForAISettingState {
|
|
2485
|
+
/** Disabled */
|
|
2486
|
+
Disabled = "Disabled",
|
|
2487
|
+
/** Enabled */
|
|
2488
|
+
Enabled = "Enabled"
|
|
2489
|
+
}
|
|
2490
|
+
/**
|
|
2491
|
+
* Defines values for DefenderForAISettingState. \
|
|
2492
|
+
* {@link KnownDefenderForAISettingState} can be used interchangeably with DefenderForAISettingState,
|
|
2493
|
+
* this enum contains the known values that the service supports.
|
|
2494
|
+
* ### Known values supported by the service
|
|
2495
|
+
* **Disabled** \
|
|
2496
|
+
* **Enabled**
|
|
2497
|
+
*/
|
|
2498
|
+
export type DefenderForAISettingState = string;
|
|
2499
|
+
/** Known values of {@link ConnectionAuthType} that the service accepts. */
|
|
2500
|
+
export declare enum KnownConnectionAuthType {
|
|
2501
|
+
/** PAT */
|
|
2502
|
+
PAT = "PAT",
|
|
2503
|
+
/** ManagedIdentity */
|
|
2504
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2505
|
+
/** UsernamePassword */
|
|
2506
|
+
UsernamePassword = "UsernamePassword",
|
|
2507
|
+
/** None */
|
|
2508
|
+
None = "None",
|
|
2509
|
+
/** SAS */
|
|
2510
|
+
SAS = "SAS",
|
|
2511
|
+
/** AccountKey */
|
|
2512
|
+
AccountKey = "AccountKey",
|
|
2513
|
+
/** ServicePrincipal */
|
|
2514
|
+
ServicePrincipal = "ServicePrincipal",
|
|
2515
|
+
/** AccessKey */
|
|
2516
|
+
AccessKey = "AccessKey",
|
|
2517
|
+
/** ApiKey */
|
|
2518
|
+
ApiKey = "ApiKey",
|
|
2519
|
+
/** CustomKeys */
|
|
2520
|
+
CustomKeys = "CustomKeys",
|
|
2521
|
+
/** OAuth2 */
|
|
2522
|
+
OAuth2 = "OAuth2",
|
|
2523
|
+
/** AAD */
|
|
2524
|
+
AAD = "AAD"
|
|
2525
|
+
}
|
|
2526
|
+
/**
|
|
2527
|
+
* Defines values for ConnectionAuthType. \
|
|
2528
|
+
* {@link KnownConnectionAuthType} can be used interchangeably with ConnectionAuthType,
|
|
2529
|
+
* this enum contains the known values that the service supports.
|
|
2530
|
+
* ### Known values supported by the service
|
|
2531
|
+
* **PAT** \
|
|
2532
|
+
* **ManagedIdentity** \
|
|
2533
|
+
* **UsernamePassword** \
|
|
2534
|
+
* **None** \
|
|
2535
|
+
* **SAS** \
|
|
2536
|
+
* **AccountKey** \
|
|
2537
|
+
* **ServicePrincipal** \
|
|
2538
|
+
* **AccessKey** \
|
|
2539
|
+
* **ApiKey** \
|
|
2540
|
+
* **CustomKeys** \
|
|
2541
|
+
* **OAuth2** \
|
|
2542
|
+
* **AAD**
|
|
2543
|
+
*/
|
|
2544
|
+
export type ConnectionAuthType = string;
|
|
2545
|
+
/** Known values of {@link ConnectionCategory} that the service accepts. */
|
|
2546
|
+
export declare enum KnownConnectionCategory {
|
|
2547
|
+
/** PythonFeed */
|
|
2548
|
+
PythonFeed = "PythonFeed",
|
|
2549
|
+
/** ContainerRegistry */
|
|
2550
|
+
ContainerRegistry = "ContainerRegistry",
|
|
2551
|
+
/** Git */
|
|
2552
|
+
Git = "Git",
|
|
2553
|
+
/** S3 */
|
|
2554
|
+
S3 = "S3",
|
|
2555
|
+
/** Snowflake */
|
|
2556
|
+
Snowflake = "Snowflake",
|
|
2557
|
+
/** AzureSqlDb */
|
|
2558
|
+
AzureSqlDb = "AzureSqlDb",
|
|
2559
|
+
/** AzureSynapseAnalytics */
|
|
2560
|
+
AzureSynapseAnalytics = "AzureSynapseAnalytics",
|
|
2561
|
+
/** AzureMySqlDb */
|
|
2562
|
+
AzureMySqlDb = "AzureMySqlDb",
|
|
2563
|
+
/** AzurePostgresDb */
|
|
2564
|
+
AzurePostgresDb = "AzurePostgresDb",
|
|
2565
|
+
/** AdlsGen2 */
|
|
2566
|
+
AdlsGen2 = "ADLSGen2",
|
|
2567
|
+
/** Redis */
|
|
2568
|
+
Redis = "Redis",
|
|
2569
|
+
/** ApiKey */
|
|
2570
|
+
ApiKey = "ApiKey",
|
|
2571
|
+
/** AzureOpenAI */
|
|
2572
|
+
AzureOpenAI = "AzureOpenAI",
|
|
2573
|
+
/** AIServices */
|
|
2574
|
+
AIServices = "AIServices",
|
|
2575
|
+
/** CognitiveSearch */
|
|
2576
|
+
CognitiveSearch = "CognitiveSearch",
|
|
2577
|
+
/** CognitiveService */
|
|
2578
|
+
CognitiveService = "CognitiveService",
|
|
2579
|
+
/** CustomKeys */
|
|
2580
|
+
CustomKeys = "CustomKeys",
|
|
2581
|
+
/** AzureBlob */
|
|
2582
|
+
AzureBlob = "AzureBlob",
|
|
2583
|
+
/** AzureOneLake */
|
|
2584
|
+
AzureOneLake = "AzureOneLake",
|
|
2585
|
+
/** CosmosDb */
|
|
2586
|
+
CosmosDb = "CosmosDb",
|
|
2587
|
+
/** CosmosDbMongoDbApi */
|
|
2588
|
+
CosmosDbMongoDbApi = "CosmosDbMongoDbApi",
|
|
2589
|
+
/** AzureDataExplorer */
|
|
2590
|
+
AzureDataExplorer = "AzureDataExplorer",
|
|
2591
|
+
/** AzureMariaDb */
|
|
2592
|
+
AzureMariaDb = "AzureMariaDb",
|
|
2593
|
+
/** AzureDatabricksDeltaLake */
|
|
2594
|
+
AzureDatabricksDeltaLake = "AzureDatabricksDeltaLake",
|
|
2595
|
+
/** AzureSqlMi */
|
|
2596
|
+
AzureSqlMi = "AzureSqlMi",
|
|
2597
|
+
/** AzureTableStorage */
|
|
2598
|
+
AzureTableStorage = "AzureTableStorage",
|
|
2599
|
+
/** AmazonRdsForOracle */
|
|
2600
|
+
AmazonRdsForOracle = "AmazonRdsForOracle",
|
|
2601
|
+
/** AmazonRdsForSqlServer */
|
|
2602
|
+
AmazonRdsForSqlServer = "AmazonRdsForSqlServer",
|
|
2603
|
+
/** AmazonRedshift */
|
|
2604
|
+
AmazonRedshift = "AmazonRedshift",
|
|
2605
|
+
/** Db2 */
|
|
2606
|
+
Db2 = "Db2",
|
|
2607
|
+
/** Drill */
|
|
2608
|
+
Drill = "Drill",
|
|
2609
|
+
/** GoogleBigQuery */
|
|
2610
|
+
GoogleBigQuery = "GoogleBigQuery",
|
|
2611
|
+
/** Greenplum */
|
|
2612
|
+
Greenplum = "Greenplum",
|
|
2613
|
+
/** Hbase */
|
|
2614
|
+
Hbase = "Hbase",
|
|
2615
|
+
/** Hive */
|
|
2616
|
+
Hive = "Hive",
|
|
2617
|
+
/** Impala */
|
|
2618
|
+
Impala = "Impala",
|
|
2619
|
+
/** Informix */
|
|
2620
|
+
Informix = "Informix",
|
|
2621
|
+
/** MariaDb */
|
|
2622
|
+
MariaDb = "MariaDb",
|
|
2623
|
+
/** MicrosoftAccess */
|
|
2624
|
+
MicrosoftAccess = "MicrosoftAccess",
|
|
2625
|
+
/** MySql */
|
|
2626
|
+
MySql = "MySql",
|
|
2627
|
+
/** Netezza */
|
|
2628
|
+
Netezza = "Netezza",
|
|
2629
|
+
/** Oracle */
|
|
2630
|
+
Oracle = "Oracle",
|
|
2631
|
+
/** Phoenix */
|
|
2632
|
+
Phoenix = "Phoenix",
|
|
2633
|
+
/** PostgreSql */
|
|
2634
|
+
PostgreSql = "PostgreSql",
|
|
2635
|
+
/** Presto */
|
|
2636
|
+
Presto = "Presto",
|
|
2637
|
+
/** SapOpenHub */
|
|
2638
|
+
SapOpenHub = "SapOpenHub",
|
|
2639
|
+
/** SapBw */
|
|
2640
|
+
SapBw = "SapBw",
|
|
2641
|
+
/** SapHana */
|
|
2642
|
+
SapHana = "SapHana",
|
|
2643
|
+
/** SapTable */
|
|
2644
|
+
SapTable = "SapTable",
|
|
2645
|
+
/** Spark */
|
|
2646
|
+
Spark = "Spark",
|
|
2647
|
+
/** SqlServer */
|
|
2648
|
+
SqlServer = "SqlServer",
|
|
2649
|
+
/** Sybase */
|
|
2650
|
+
Sybase = "Sybase",
|
|
2651
|
+
/** Teradata */
|
|
2652
|
+
Teradata = "Teradata",
|
|
2653
|
+
/** Vertica */
|
|
2654
|
+
Vertica = "Vertica",
|
|
2655
|
+
/** Pinecone */
|
|
2656
|
+
Pinecone = "Pinecone",
|
|
2657
|
+
/** Cassandra */
|
|
2658
|
+
Cassandra = "Cassandra",
|
|
2659
|
+
/** Couchbase */
|
|
2660
|
+
Couchbase = "Couchbase",
|
|
2661
|
+
/** MongoDbV2 */
|
|
2662
|
+
MongoDbV2 = "MongoDbV2",
|
|
2663
|
+
/** MongoDbAtlas */
|
|
2664
|
+
MongoDbAtlas = "MongoDbAtlas",
|
|
2665
|
+
/** AmazonS3Compatible */
|
|
2666
|
+
AmazonS3Compatible = "AmazonS3Compatible",
|
|
2667
|
+
/** FileServer */
|
|
2668
|
+
FileServer = "FileServer",
|
|
2669
|
+
/** FtpServer */
|
|
2670
|
+
FtpServer = "FtpServer",
|
|
2671
|
+
/** GoogleCloudStorage */
|
|
2672
|
+
GoogleCloudStorage = "GoogleCloudStorage",
|
|
2673
|
+
/** Hdfs */
|
|
2674
|
+
Hdfs = "Hdfs",
|
|
2675
|
+
/** OracleCloudStorage */
|
|
2676
|
+
OracleCloudStorage = "OracleCloudStorage",
|
|
2677
|
+
/** Sftp */
|
|
2678
|
+
Sftp = "Sftp",
|
|
2679
|
+
/** GenericHttp */
|
|
2680
|
+
GenericHttp = "GenericHttp",
|
|
2681
|
+
/** ODataRest */
|
|
2682
|
+
ODataRest = "ODataRest",
|
|
2683
|
+
/** Odbc */
|
|
2684
|
+
Odbc = "Odbc",
|
|
2685
|
+
/** GenericRest */
|
|
2686
|
+
GenericRest = "GenericRest",
|
|
2687
|
+
/** AmazonMws */
|
|
2688
|
+
AmazonMws = "AmazonMws",
|
|
2689
|
+
/** Concur */
|
|
2690
|
+
Concur = "Concur",
|
|
2691
|
+
/** Dynamics */
|
|
2692
|
+
Dynamics = "Dynamics",
|
|
2693
|
+
/** DynamicsAx */
|
|
2694
|
+
DynamicsAx = "DynamicsAx",
|
|
2695
|
+
/** DynamicsCrm */
|
|
2696
|
+
DynamicsCrm = "DynamicsCrm",
|
|
2697
|
+
/** GoogleAdWords */
|
|
2698
|
+
GoogleAdWords = "GoogleAdWords",
|
|
2699
|
+
/** Hubspot */
|
|
2700
|
+
Hubspot = "Hubspot",
|
|
2701
|
+
/** Jira */
|
|
2702
|
+
Jira = "Jira",
|
|
2703
|
+
/** Magento */
|
|
2704
|
+
Magento = "Magento",
|
|
2705
|
+
/** Marketo */
|
|
2706
|
+
Marketo = "Marketo",
|
|
2707
|
+
/** Office365 */
|
|
2708
|
+
Office365 = "Office365",
|
|
2709
|
+
/** Eloqua */
|
|
2710
|
+
Eloqua = "Eloqua",
|
|
2711
|
+
/** Responsys */
|
|
2712
|
+
Responsys = "Responsys",
|
|
2713
|
+
/** OracleServiceCloud */
|
|
2714
|
+
OracleServiceCloud = "OracleServiceCloud",
|
|
2715
|
+
/** PayPal */
|
|
2716
|
+
PayPal = "PayPal",
|
|
2717
|
+
/** QuickBooks */
|
|
2718
|
+
QuickBooks = "QuickBooks",
|
|
2719
|
+
/** Salesforce */
|
|
2720
|
+
Salesforce = "Salesforce",
|
|
2721
|
+
/** SalesforceServiceCloud */
|
|
2722
|
+
SalesforceServiceCloud = "SalesforceServiceCloud",
|
|
2723
|
+
/** SalesforceMarketingCloud */
|
|
2724
|
+
SalesforceMarketingCloud = "SalesforceMarketingCloud",
|
|
2725
|
+
/** SapCloudForCustomer */
|
|
2726
|
+
SapCloudForCustomer = "SapCloudForCustomer",
|
|
2727
|
+
/** SapEcc */
|
|
2728
|
+
SapEcc = "SapEcc",
|
|
2729
|
+
/** ServiceNow */
|
|
2730
|
+
ServiceNow = "ServiceNow",
|
|
2731
|
+
/** SharePointOnlineList */
|
|
2732
|
+
SharePointOnlineList = "SharePointOnlineList",
|
|
2733
|
+
/** Shopify */
|
|
2734
|
+
Shopify = "Shopify",
|
|
2735
|
+
/** Square */
|
|
2736
|
+
Square = "Square",
|
|
2737
|
+
/** WebTable */
|
|
2738
|
+
WebTable = "WebTable",
|
|
2739
|
+
/** Xero */
|
|
2740
|
+
Xero = "Xero",
|
|
2741
|
+
/** Zoho */
|
|
2742
|
+
Zoho = "Zoho",
|
|
2743
|
+
/** GenericContainerRegistry */
|
|
2744
|
+
GenericContainerRegistry = "GenericContainerRegistry",
|
|
2745
|
+
/** Elasticsearch */
|
|
2746
|
+
Elasticsearch = "Elasticsearch",
|
|
2747
|
+
/** OpenAI */
|
|
2748
|
+
OpenAI = "OpenAI",
|
|
2749
|
+
/** Serp */
|
|
2750
|
+
Serp = "Serp",
|
|
2751
|
+
/** BingLLMSearch */
|
|
2752
|
+
BingLLMSearch = "BingLLMSearch",
|
|
2753
|
+
/** Serverless */
|
|
2754
|
+
Serverless = "Serverless",
|
|
2755
|
+
/** ManagedOnlineEndpoint */
|
|
2756
|
+
ManagedOnlineEndpoint = "ManagedOnlineEndpoint"
|
|
2757
|
+
}
|
|
2758
|
+
/**
|
|
2759
|
+
* Defines values for ConnectionCategory. \
|
|
2760
|
+
* {@link KnownConnectionCategory} can be used interchangeably with ConnectionCategory,
|
|
2761
|
+
* this enum contains the known values that the service supports.
|
|
2762
|
+
* ### Known values supported by the service
|
|
2763
|
+
* **PythonFeed** \
|
|
2764
|
+
* **ContainerRegistry** \
|
|
2765
|
+
* **Git** \
|
|
2766
|
+
* **S3** \
|
|
2767
|
+
* **Snowflake** \
|
|
2768
|
+
* **AzureSqlDb** \
|
|
2769
|
+
* **AzureSynapseAnalytics** \
|
|
2770
|
+
* **AzureMySqlDb** \
|
|
2771
|
+
* **AzurePostgresDb** \
|
|
2772
|
+
* **ADLSGen2** \
|
|
2773
|
+
* **Redis** \
|
|
2774
|
+
* **ApiKey** \
|
|
2775
|
+
* **AzureOpenAI** \
|
|
2776
|
+
* **AIServices** \
|
|
2777
|
+
* **CognitiveSearch** \
|
|
2778
|
+
* **CognitiveService** \
|
|
2779
|
+
* **CustomKeys** \
|
|
2780
|
+
* **AzureBlob** \
|
|
2781
|
+
* **AzureOneLake** \
|
|
2782
|
+
* **CosmosDb** \
|
|
2783
|
+
* **CosmosDbMongoDbApi** \
|
|
2784
|
+
* **AzureDataExplorer** \
|
|
2785
|
+
* **AzureMariaDb** \
|
|
2786
|
+
* **AzureDatabricksDeltaLake** \
|
|
2787
|
+
* **AzureSqlMi** \
|
|
2788
|
+
* **AzureTableStorage** \
|
|
2789
|
+
* **AmazonRdsForOracle** \
|
|
2790
|
+
* **AmazonRdsForSqlServer** \
|
|
2791
|
+
* **AmazonRedshift** \
|
|
2792
|
+
* **Db2** \
|
|
2793
|
+
* **Drill** \
|
|
2794
|
+
* **GoogleBigQuery** \
|
|
2795
|
+
* **Greenplum** \
|
|
2796
|
+
* **Hbase** \
|
|
2797
|
+
* **Hive** \
|
|
2798
|
+
* **Impala** \
|
|
2799
|
+
* **Informix** \
|
|
2800
|
+
* **MariaDb** \
|
|
2801
|
+
* **MicrosoftAccess** \
|
|
2802
|
+
* **MySql** \
|
|
2803
|
+
* **Netezza** \
|
|
2804
|
+
* **Oracle** \
|
|
2805
|
+
* **Phoenix** \
|
|
2806
|
+
* **PostgreSql** \
|
|
2807
|
+
* **Presto** \
|
|
2808
|
+
* **SapOpenHub** \
|
|
2809
|
+
* **SapBw** \
|
|
2810
|
+
* **SapHana** \
|
|
2811
|
+
* **SapTable** \
|
|
2812
|
+
* **Spark** \
|
|
2813
|
+
* **SqlServer** \
|
|
2814
|
+
* **Sybase** \
|
|
2815
|
+
* **Teradata** \
|
|
2816
|
+
* **Vertica** \
|
|
2817
|
+
* **Pinecone** \
|
|
2818
|
+
* **Cassandra** \
|
|
2819
|
+
* **Couchbase** \
|
|
2820
|
+
* **MongoDbV2** \
|
|
2821
|
+
* **MongoDbAtlas** \
|
|
2822
|
+
* **AmazonS3Compatible** \
|
|
2823
|
+
* **FileServer** \
|
|
2824
|
+
* **FtpServer** \
|
|
2825
|
+
* **GoogleCloudStorage** \
|
|
2826
|
+
* **Hdfs** \
|
|
2827
|
+
* **OracleCloudStorage** \
|
|
2828
|
+
* **Sftp** \
|
|
2829
|
+
* **GenericHttp** \
|
|
2830
|
+
* **ODataRest** \
|
|
2831
|
+
* **Odbc** \
|
|
2832
|
+
* **GenericRest** \
|
|
2833
|
+
* **AmazonMws** \
|
|
2834
|
+
* **Concur** \
|
|
2835
|
+
* **Dynamics** \
|
|
2836
|
+
* **DynamicsAx** \
|
|
2837
|
+
* **DynamicsCrm** \
|
|
2838
|
+
* **GoogleAdWords** \
|
|
2839
|
+
* **Hubspot** \
|
|
2840
|
+
* **Jira** \
|
|
2841
|
+
* **Magento** \
|
|
2842
|
+
* **Marketo** \
|
|
2843
|
+
* **Office365** \
|
|
2844
|
+
* **Eloqua** \
|
|
2845
|
+
* **Responsys** \
|
|
2846
|
+
* **OracleServiceCloud** \
|
|
2847
|
+
* **PayPal** \
|
|
2848
|
+
* **QuickBooks** \
|
|
2849
|
+
* **Salesforce** \
|
|
2850
|
+
* **SalesforceServiceCloud** \
|
|
2851
|
+
* **SalesforceMarketingCloud** \
|
|
2852
|
+
* **SapCloudForCustomer** \
|
|
2853
|
+
* **SapEcc** \
|
|
2854
|
+
* **ServiceNow** \
|
|
2855
|
+
* **SharePointOnlineList** \
|
|
2856
|
+
* **Shopify** \
|
|
2857
|
+
* **Square** \
|
|
2858
|
+
* **WebTable** \
|
|
2859
|
+
* **Xero** \
|
|
2860
|
+
* **Zoho** \
|
|
2861
|
+
* **GenericContainerRegistry** \
|
|
2862
|
+
* **Elasticsearch** \
|
|
2863
|
+
* **OpenAI** \
|
|
2864
|
+
* **Serp** \
|
|
2865
|
+
* **BingLLMSearch** \
|
|
2866
|
+
* **Serverless** \
|
|
2867
|
+
* **ManagedOnlineEndpoint**
|
|
2868
|
+
*/
|
|
2869
|
+
export type ConnectionCategory = string;
|
|
2870
|
+
/** Known values of {@link ConnectionGroup} that the service accepts. */
|
|
2871
|
+
export declare enum KnownConnectionGroup {
|
|
2872
|
+
/** Azure */
|
|
2873
|
+
Azure = "Azure",
|
|
2874
|
+
/** AzureAI */
|
|
2875
|
+
AzureAI = "AzureAI",
|
|
2876
|
+
/** Database */
|
|
2877
|
+
Database = "Database",
|
|
2878
|
+
/** NoSQL */
|
|
2879
|
+
NoSQL = "NoSQL",
|
|
2880
|
+
/** File */
|
|
2881
|
+
File = "File",
|
|
2882
|
+
/** GenericProtocol */
|
|
2883
|
+
GenericProtocol = "GenericProtocol",
|
|
2884
|
+
/** ServicesAndApps */
|
|
2885
|
+
ServicesAndApps = "ServicesAndApps"
|
|
2886
|
+
}
|
|
2887
|
+
/**
|
|
2888
|
+
* Defines values for ConnectionGroup. \
|
|
2889
|
+
* {@link KnownConnectionGroup} can be used interchangeably with ConnectionGroup,
|
|
2890
|
+
* this enum contains the known values that the service supports.
|
|
2891
|
+
* ### Known values supported by the service
|
|
2892
|
+
* **Azure** \
|
|
2893
|
+
* **AzureAI** \
|
|
2894
|
+
* **Database** \
|
|
2895
|
+
* **NoSQL** \
|
|
2896
|
+
* **File** \
|
|
2897
|
+
* **GenericProtocol** \
|
|
2898
|
+
* **ServicesAndApps**
|
|
2899
|
+
*/
|
|
2900
|
+
export type ConnectionGroup = string;
|
|
2901
|
+
/** Known values of {@link ManagedPERequirement} that the service accepts. */
|
|
2902
|
+
export declare enum KnownManagedPERequirement {
|
|
2903
|
+
/** Required */
|
|
2904
|
+
Required = "Required",
|
|
2905
|
+
/** NotRequired */
|
|
2906
|
+
NotRequired = "NotRequired",
|
|
2907
|
+
/** NotApplicable */
|
|
2908
|
+
NotApplicable = "NotApplicable"
|
|
2909
|
+
}
|
|
2910
|
+
/**
|
|
2911
|
+
* Defines values for ManagedPERequirement. \
|
|
2912
|
+
* {@link KnownManagedPERequirement} can be used interchangeably with ManagedPERequirement,
|
|
2913
|
+
* this enum contains the known values that the service supports.
|
|
2914
|
+
* ### Known values supported by the service
|
|
2915
|
+
* **Required** \
|
|
2916
|
+
* **NotRequired** \
|
|
2917
|
+
* **NotApplicable**
|
|
2918
|
+
*/
|
|
2919
|
+
export type ManagedPERequirement = string;
|
|
2920
|
+
/** Known values of {@link ManagedPEStatus} that the service accepts. */
|
|
2921
|
+
export declare enum KnownManagedPEStatus {
|
|
2922
|
+
/** Inactive */
|
|
2923
|
+
Inactive = "Inactive",
|
|
2924
|
+
/** Active */
|
|
2925
|
+
Active = "Active",
|
|
2926
|
+
/** NotApplicable */
|
|
2927
|
+
NotApplicable = "NotApplicable"
|
|
2928
|
+
}
|
|
2929
|
+
/**
|
|
2930
|
+
* Defines values for ManagedPEStatus. \
|
|
2931
|
+
* {@link KnownManagedPEStatus} can be used interchangeably with ManagedPEStatus,
|
|
2932
|
+
* this enum contains the known values that the service supports.
|
|
2933
|
+
* ### Known values supported by the service
|
|
2934
|
+
* **Inactive** \
|
|
2935
|
+
* **Active** \
|
|
2936
|
+
* **NotApplicable**
|
|
2937
|
+
*/
|
|
2938
|
+
export type ManagedPEStatus = string;
|
|
2939
|
+
/** Known values of {@link CapabilityHostKind} that the service accepts. */
|
|
2940
|
+
export declare enum KnownCapabilityHostKind {
|
|
2941
|
+
/** Agents */
|
|
2942
|
+
Agents = "Agents"
|
|
2943
|
+
}
|
|
2944
|
+
/**
|
|
2945
|
+
* Defines values for CapabilityHostKind. \
|
|
2946
|
+
* {@link KnownCapabilityHostKind} can be used interchangeably with CapabilityHostKind,
|
|
2947
|
+
* this enum contains the known values that the service supports.
|
|
2948
|
+
* ### Known values supported by the service
|
|
2949
|
+
* **Agents**
|
|
2950
|
+
*/
|
|
2951
|
+
export type CapabilityHostKind = string;
|
|
2952
|
+
/** Known values of {@link CapabilityHostProvisioningState} that the service accepts. */
|
|
2953
|
+
export declare enum KnownCapabilityHostProvisioningState {
|
|
2954
|
+
/** Succeeded */
|
|
2955
|
+
Succeeded = "Succeeded",
|
|
2956
|
+
/** Failed */
|
|
2957
|
+
Failed = "Failed",
|
|
2958
|
+
/** Canceled */
|
|
2959
|
+
Canceled = "Canceled",
|
|
2960
|
+
/** Creating */
|
|
2961
|
+
Creating = "Creating",
|
|
2962
|
+
/** Updating */
|
|
2963
|
+
Updating = "Updating",
|
|
2964
|
+
/** Deleting */
|
|
2965
|
+
Deleting = "Deleting"
|
|
2966
|
+
}
|
|
2967
|
+
/**
|
|
2968
|
+
* Defines values for CapabilityHostProvisioningState. \
|
|
2969
|
+
* {@link KnownCapabilityHostProvisioningState} can be used interchangeably with CapabilityHostProvisioningState,
|
|
2970
|
+
* this enum contains the known values that the service supports.
|
|
2971
|
+
* ### Known values supported by the service
|
|
2972
|
+
* **Succeeded** \
|
|
2973
|
+
* **Failed** \
|
|
2974
|
+
* **Canceled** \
|
|
2975
|
+
* **Creating** \
|
|
2976
|
+
* **Updating** \
|
|
2977
|
+
* **Deleting**
|
|
2978
|
+
*/
|
|
2979
|
+
export type CapabilityHostProvisioningState = string;
|
|
2980
|
+
/** Defines values for ResourceIdentityType. */
|
|
2981
|
+
export type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
|
|
2982
|
+
/** Defines values for KeyName. */
|
|
2983
|
+
export type KeyName = "Key1" | "Key2";
|
|
2984
|
+
/** Defines values for ResourceSkuRestrictionsType. */
|
|
2985
|
+
export type ResourceSkuRestrictionsType = "Location" | "Zone";
|
|
2986
|
+
/** Optional parameters. */
|
|
2987
|
+
export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2988
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2989
|
+
updateIntervalInMs?: number;
|
|
2990
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2991
|
+
resumeFrom?: string;
|
|
2992
|
+
}
|
|
2993
|
+
/** Contains response data for the create operation. */
|
|
2994
|
+
export type AccountsCreateResponse = Account;
|
|
2995
|
+
/** Optional parameters. */
|
|
2996
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2997
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2998
|
+
updateIntervalInMs?: number;
|
|
2999
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3000
|
+
resumeFrom?: string;
|
|
3001
|
+
}
|
|
3002
|
+
/** Contains response data for the update operation. */
|
|
3003
|
+
export type AccountsUpdateResponse = Account;
|
|
3004
|
+
/** Optional parameters. */
|
|
3005
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3006
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3007
|
+
updateIntervalInMs?: number;
|
|
3008
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3009
|
+
resumeFrom?: string;
|
|
3010
|
+
}
|
|
3011
|
+
/** Optional parameters. */
|
|
3012
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
3013
|
+
}
|
|
3014
|
+
/** Contains response data for the get operation. */
|
|
3015
|
+
export type AccountsGetResponse = Account;
|
|
3016
|
+
/** Optional parameters. */
|
|
3017
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3018
|
+
}
|
|
3019
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3020
|
+
export type AccountsListByResourceGroupResponse = AccountListResult;
|
|
3021
|
+
/** Optional parameters. */
|
|
3022
|
+
export interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3023
|
+
}
|
|
3024
|
+
/** Contains response data for the list operation. */
|
|
3025
|
+
export type AccountsListResponse = AccountListResult;
|
|
3026
|
+
/** Optional parameters. */
|
|
3027
|
+
export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
3028
|
+
}
|
|
3029
|
+
/** Contains response data for the listKeys operation. */
|
|
3030
|
+
export type AccountsListKeysResponse = ApiKeys;
|
|
3031
|
+
/** Optional parameters. */
|
|
3032
|
+
export interface AccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
3033
|
+
}
|
|
3034
|
+
/** Contains response data for the regenerateKey operation. */
|
|
3035
|
+
export type AccountsRegenerateKeyResponse = ApiKeys;
|
|
3036
|
+
/** Optional parameters. */
|
|
3037
|
+
export interface AccountsListSkusOptionalParams extends coreClient.OperationOptions {
|
|
3038
|
+
}
|
|
3039
|
+
/** Contains response data for the listSkus operation. */
|
|
3040
|
+
export type AccountsListSkusResponse = AccountSkuListResult;
|
|
3041
|
+
/** Optional parameters. */
|
|
3042
|
+
export interface AccountsListUsagesOptionalParams extends coreClient.OperationOptions {
|
|
3043
|
+
/** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */
|
|
3044
|
+
filter?: string;
|
|
3045
|
+
}
|
|
3046
|
+
/** Contains response data for the listUsages operation. */
|
|
3047
|
+
export type AccountsListUsagesResponse = UsageListResult;
|
|
3048
|
+
/** Optional parameters. */
|
|
3049
|
+
export interface AccountsListModelsOptionalParams extends coreClient.OperationOptions {
|
|
3050
|
+
}
|
|
3051
|
+
/** Contains response data for the listModels operation. */
|
|
3052
|
+
export type AccountsListModelsResponse = AccountModelListResult;
|
|
3053
|
+
/** Optional parameters. */
|
|
3054
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3055
|
+
}
|
|
3056
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3057
|
+
export type AccountsListByResourceGroupNextResponse = AccountListResult;
|
|
3058
|
+
/** Optional parameters. */
|
|
3059
|
+
export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3060
|
+
}
|
|
3061
|
+
/** Contains response data for the listNext operation. */
|
|
3062
|
+
export type AccountsListNextResponse = AccountListResult;
|
|
3063
|
+
/** Optional parameters. */
|
|
3064
|
+
export interface AccountsListModelsNextOptionalParams extends coreClient.OperationOptions {
|
|
3065
|
+
}
|
|
3066
|
+
/** Contains response data for the listModelsNext operation. */
|
|
3067
|
+
export type AccountsListModelsNextResponse = AccountModelListResult;
|
|
3068
|
+
/** Optional parameters. */
|
|
3069
|
+
export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
3070
|
+
}
|
|
3071
|
+
/** Contains response data for the get operation. */
|
|
3072
|
+
export type DeletedAccountsGetResponse = Account;
|
|
3073
|
+
/** Optional parameters. */
|
|
3074
|
+
export interface DeletedAccountsPurgeOptionalParams extends coreClient.OperationOptions {
|
|
3075
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3076
|
+
updateIntervalInMs?: number;
|
|
3077
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3078
|
+
resumeFrom?: string;
|
|
3079
|
+
}
|
|
3080
|
+
/** Optional parameters. */
|
|
3081
|
+
export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3082
|
+
}
|
|
3083
|
+
/** Contains response data for the list operation. */
|
|
3084
|
+
export type DeletedAccountsListResponse = AccountListResult;
|
|
3085
|
+
/** Optional parameters. */
|
|
3086
|
+
export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3087
|
+
}
|
|
3088
|
+
/** Contains response data for the listNext operation. */
|
|
3089
|
+
export type DeletedAccountsListNextResponse = AccountListResult;
|
|
3090
|
+
/** Optional parameters. */
|
|
3091
|
+
export interface ResourceSkusListOptionalParams extends coreClient.OperationOptions {
|
|
3092
|
+
}
|
|
3093
|
+
/** Contains response data for the list operation. */
|
|
3094
|
+
export type ResourceSkusListResponse = ResourceSkuListResult;
|
|
3095
|
+
/** Optional parameters. */
|
|
3096
|
+
export interface ResourceSkusListNextOptionalParams extends coreClient.OperationOptions {
|
|
3097
|
+
}
|
|
3098
|
+
/** Contains response data for the listNext operation. */
|
|
3099
|
+
export type ResourceSkusListNextResponse = ResourceSkuListResult;
|
|
3100
|
+
/** Optional parameters. */
|
|
3101
|
+
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
3102
|
+
/** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */
|
|
3103
|
+
filter?: string;
|
|
3104
|
+
}
|
|
3105
|
+
/** Contains response data for the list operation. */
|
|
3106
|
+
export type UsagesListResponse = UsageListResult;
|
|
3107
|
+
/** Optional parameters. */
|
|
3108
|
+
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3109
|
+
}
|
|
3110
|
+
/** Contains response data for the listNext operation. */
|
|
3111
|
+
export type UsagesListNextResponse = UsageListResult;
|
|
3112
|
+
/** Optional parameters. */
|
|
3113
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3114
|
+
}
|
|
3115
|
+
/** Contains response data for the list operation. */
|
|
3116
|
+
export type OperationsListResponse = OperationListResult;
|
|
3117
|
+
/** Optional parameters. */
|
|
3118
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3119
|
+
}
|
|
3120
|
+
/** Contains response data for the listNext operation. */
|
|
3121
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
3122
|
+
/** Optional parameters. */
|
|
3123
|
+
export interface CheckSkuAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
3124
|
+
}
|
|
3125
|
+
/** Contains response data for the checkSkuAvailability operation. */
|
|
3126
|
+
export type CheckSkuAvailabilityResponse = SkuAvailabilityListResult;
|
|
3127
|
+
/** Optional parameters. */
|
|
3128
|
+
export interface CheckDomainAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
3129
|
+
/** The Kind of the resource. */
|
|
3130
|
+
kind?: string;
|
|
3131
|
+
}
|
|
3132
|
+
/** Contains response data for the checkDomainAvailability operation. */
|
|
3133
|
+
export type CheckDomainAvailabilityResponse = DomainAvailability;
|
|
3134
|
+
/** Optional parameters. */
|
|
3135
|
+
export interface CalculateModelCapacityOptionalParams extends coreClient.OperationOptions {
|
|
3136
|
+
/** Properties of Cognitive Services account deployment model. */
|
|
3137
|
+
model?: DeploymentModel;
|
|
3138
|
+
/** The name of SKU. */
|
|
3139
|
+
skuName?: string;
|
|
3140
|
+
/** List of Model Capacity Calculator Workload. */
|
|
3141
|
+
workloads?: ModelCapacityCalculatorWorkload[];
|
|
3142
|
+
}
|
|
3143
|
+
/** Contains response data for the calculateModelCapacity operation. */
|
|
3144
|
+
export type CalculateModelCapacityResponse = CalculateModelCapacityResult;
|
|
3145
|
+
/** Optional parameters. */
|
|
3146
|
+
export interface CommitmentTiersListOptionalParams extends coreClient.OperationOptions {
|
|
3147
|
+
}
|
|
3148
|
+
/** Contains response data for the list operation. */
|
|
3149
|
+
export type CommitmentTiersListResponse = CommitmentTierListResult;
|
|
3150
|
+
/** Optional parameters. */
|
|
3151
|
+
export interface CommitmentTiersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3152
|
+
}
|
|
3153
|
+
/** Contains response data for the listNext operation. */
|
|
3154
|
+
export type CommitmentTiersListNextResponse = CommitmentTierListResult;
|
|
3155
|
+
/** Optional parameters. */
|
|
3156
|
+
export interface ModelsListOptionalParams extends coreClient.OperationOptions {
|
|
3157
|
+
}
|
|
3158
|
+
/** Contains response data for the list operation. */
|
|
3159
|
+
export type ModelsListResponse = ModelListResult;
|
|
3160
|
+
/** Optional parameters. */
|
|
3161
|
+
export interface ModelsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3162
|
+
}
|
|
3163
|
+
/** Contains response data for the listNext operation. */
|
|
3164
|
+
export type ModelsListNextResponse = ModelListResult;
|
|
3165
|
+
/** Optional parameters. */
|
|
3166
|
+
export interface LocationBasedModelCapacitiesListOptionalParams extends coreClient.OperationOptions {
|
|
3167
|
+
}
|
|
3168
|
+
/** Contains response data for the list operation. */
|
|
3169
|
+
export type LocationBasedModelCapacitiesListResponse = ModelCapacityListResult;
|
|
3170
|
+
/** Optional parameters. */
|
|
3171
|
+
export interface LocationBasedModelCapacitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3172
|
+
}
|
|
3173
|
+
/** Contains response data for the listNext operation. */
|
|
3174
|
+
export type LocationBasedModelCapacitiesListNextResponse = ModelCapacityListResult;
|
|
3175
|
+
/** Optional parameters. */
|
|
3176
|
+
export interface ModelCapacitiesListOptionalParams extends coreClient.OperationOptions {
|
|
3177
|
+
}
|
|
3178
|
+
/** Contains response data for the list operation. */
|
|
3179
|
+
export type ModelCapacitiesListResponse = ModelCapacityListResult;
|
|
3180
|
+
/** Optional parameters. */
|
|
3181
|
+
export interface ModelCapacitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3182
|
+
}
|
|
3183
|
+
/** Contains response data for the listNext operation. */
|
|
3184
|
+
export type ModelCapacitiesListNextResponse = ModelCapacityListResult;
|
|
3185
|
+
/** Optional parameters. */
|
|
3186
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
3187
|
+
}
|
|
3188
|
+
/** Contains response data for the list operation. */
|
|
3189
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
3190
|
+
/** Optional parameters. */
|
|
3191
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3192
|
+
}
|
|
3193
|
+
/** Contains response data for the get operation. */
|
|
3194
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
3195
|
+
/** Optional parameters. */
|
|
3196
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3197
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3198
|
+
updateIntervalInMs?: number;
|
|
3199
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3200
|
+
resumeFrom?: string;
|
|
3201
|
+
}
|
|
3202
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3203
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
3204
|
+
/** Optional parameters. */
|
|
3205
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3206
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3207
|
+
updateIntervalInMs?: number;
|
|
3208
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3209
|
+
resumeFrom?: string;
|
|
3210
|
+
}
|
|
3211
|
+
/** Optional parameters. */
|
|
3212
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
3213
|
+
}
|
|
3214
|
+
/** Contains response data for the list operation. */
|
|
3215
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
3216
|
+
/** Optional parameters. */
|
|
3217
|
+
export interface DeploymentsListOptionalParams extends coreClient.OperationOptions {
|
|
3218
|
+
}
|
|
3219
|
+
/** Contains response data for the list operation. */
|
|
3220
|
+
export type DeploymentsListResponse = DeploymentListResult;
|
|
3221
|
+
/** Optional parameters. */
|
|
3222
|
+
export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
|
|
3223
|
+
}
|
|
3224
|
+
/** Contains response data for the get operation. */
|
|
3225
|
+
export type DeploymentsGetResponse = Deployment;
|
|
3226
|
+
/** Optional parameters. */
|
|
3227
|
+
export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3228
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3229
|
+
updateIntervalInMs?: number;
|
|
3230
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3231
|
+
resumeFrom?: string;
|
|
3232
|
+
}
|
|
3233
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3234
|
+
export type DeploymentsCreateOrUpdateResponse = Deployment;
|
|
3235
|
+
/** Optional parameters. */
|
|
3236
|
+
export interface DeploymentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3237
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3238
|
+
updateIntervalInMs?: number;
|
|
3239
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3240
|
+
resumeFrom?: string;
|
|
3241
|
+
}
|
|
3242
|
+
/** Contains response data for the update operation. */
|
|
3243
|
+
export type DeploymentsUpdateResponse = Deployment;
|
|
3244
|
+
/** Optional parameters. */
|
|
3245
|
+
export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3246
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3247
|
+
updateIntervalInMs?: number;
|
|
3248
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3249
|
+
resumeFrom?: string;
|
|
3250
|
+
}
|
|
3251
|
+
/** Optional parameters. */
|
|
3252
|
+
export interface DeploymentsListSkusOptionalParams extends coreClient.OperationOptions {
|
|
3253
|
+
}
|
|
3254
|
+
/** Contains response data for the listSkus operation. */
|
|
3255
|
+
export type DeploymentsListSkusResponse = DeploymentSkuListResult;
|
|
3256
|
+
/** Optional parameters. */
|
|
3257
|
+
export interface DeploymentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3258
|
+
}
|
|
3259
|
+
/** Contains response data for the listNext operation. */
|
|
3260
|
+
export type DeploymentsListNextResponse = DeploymentListResult;
|
|
3261
|
+
/** Optional parameters. */
|
|
3262
|
+
export interface DeploymentsListSkusNextOptionalParams extends coreClient.OperationOptions {
|
|
3263
|
+
}
|
|
3264
|
+
/** Contains response data for the listSkusNext operation. */
|
|
3265
|
+
export type DeploymentsListSkusNextResponse = DeploymentSkuListResult;
|
|
3266
|
+
/** Optional parameters. */
|
|
3267
|
+
export interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
|
|
3268
|
+
}
|
|
3269
|
+
/** Contains response data for the list operation. */
|
|
3270
|
+
export type CommitmentPlansListResponse = CommitmentPlanListResult;
|
|
3271
|
+
/** Optional parameters. */
|
|
3272
|
+
export interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
|
|
3273
|
+
}
|
|
3274
|
+
/** Contains response data for the get operation. */
|
|
3275
|
+
export type CommitmentPlansGetResponse = CommitmentPlan;
|
|
3276
|
+
/** Optional parameters. */
|
|
3277
|
+
export interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3278
|
+
}
|
|
3279
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3280
|
+
export type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
|
|
3281
|
+
/** Optional parameters. */
|
|
3282
|
+
export interface CommitmentPlansDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3283
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3284
|
+
updateIntervalInMs?: number;
|
|
3285
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3286
|
+
resumeFrom?: string;
|
|
3287
|
+
}
|
|
3288
|
+
/** Optional parameters. */
|
|
3289
|
+
export interface CommitmentPlansCreateOrUpdatePlanOptionalParams extends coreClient.OperationOptions {
|
|
3290
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3291
|
+
updateIntervalInMs?: number;
|
|
3292
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3293
|
+
resumeFrom?: string;
|
|
3294
|
+
}
|
|
3295
|
+
/** Contains response data for the createOrUpdatePlan operation. */
|
|
3296
|
+
export type CommitmentPlansCreateOrUpdatePlanResponse = CommitmentPlan;
|
|
3297
|
+
/** Optional parameters. */
|
|
3298
|
+
export interface CommitmentPlansUpdatePlanOptionalParams extends coreClient.OperationOptions {
|
|
3299
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3300
|
+
updateIntervalInMs?: number;
|
|
3301
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3302
|
+
resumeFrom?: string;
|
|
3303
|
+
}
|
|
3304
|
+
/** Contains response data for the updatePlan operation. */
|
|
3305
|
+
export type CommitmentPlansUpdatePlanResponse = CommitmentPlan;
|
|
3306
|
+
/** Optional parameters. */
|
|
3307
|
+
export interface CommitmentPlansDeletePlanOptionalParams extends coreClient.OperationOptions {
|
|
3308
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3309
|
+
updateIntervalInMs?: number;
|
|
3310
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3311
|
+
resumeFrom?: string;
|
|
3312
|
+
}
|
|
3313
|
+
/** Optional parameters. */
|
|
3314
|
+
export interface CommitmentPlansGetPlanOptionalParams extends coreClient.OperationOptions {
|
|
3315
|
+
}
|
|
3316
|
+
/** Contains response data for the getPlan operation. */
|
|
3317
|
+
export type CommitmentPlansGetPlanResponse = CommitmentPlan;
|
|
3318
|
+
/** Optional parameters. */
|
|
3319
|
+
export interface CommitmentPlansListPlansByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3320
|
+
}
|
|
3321
|
+
/** Contains response data for the listPlansByResourceGroup operation. */
|
|
3322
|
+
export type CommitmentPlansListPlansByResourceGroupResponse = CommitmentPlanListResult;
|
|
3323
|
+
/** Optional parameters. */
|
|
3324
|
+
export interface CommitmentPlansListPlansBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3325
|
+
}
|
|
3326
|
+
/** Contains response data for the listPlansBySubscription operation. */
|
|
3327
|
+
export type CommitmentPlansListPlansBySubscriptionResponse = CommitmentPlanListResult;
|
|
3328
|
+
/** Optional parameters. */
|
|
3329
|
+
export interface CommitmentPlansListAssociationsOptionalParams extends coreClient.OperationOptions {
|
|
3330
|
+
}
|
|
3331
|
+
/** Contains response data for the listAssociations operation. */
|
|
3332
|
+
export type CommitmentPlansListAssociationsResponse = CommitmentPlanAccountAssociationListResult;
|
|
3333
|
+
/** Optional parameters. */
|
|
3334
|
+
export interface CommitmentPlansGetAssociationOptionalParams extends coreClient.OperationOptions {
|
|
3335
|
+
}
|
|
3336
|
+
/** Contains response data for the getAssociation operation. */
|
|
3337
|
+
export type CommitmentPlansGetAssociationResponse = CommitmentPlanAccountAssociation;
|
|
3338
|
+
/** Optional parameters. */
|
|
3339
|
+
export interface CommitmentPlansCreateOrUpdateAssociationOptionalParams extends coreClient.OperationOptions {
|
|
3340
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3341
|
+
updateIntervalInMs?: number;
|
|
3342
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3343
|
+
resumeFrom?: string;
|
|
3344
|
+
}
|
|
3345
|
+
/** Contains response data for the createOrUpdateAssociation operation. */
|
|
3346
|
+
export type CommitmentPlansCreateOrUpdateAssociationResponse = CommitmentPlanAccountAssociation;
|
|
3347
|
+
/** Optional parameters. */
|
|
3348
|
+
export interface CommitmentPlansDeleteAssociationOptionalParams extends coreClient.OperationOptions {
|
|
3349
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3350
|
+
updateIntervalInMs?: number;
|
|
3351
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3352
|
+
resumeFrom?: string;
|
|
3353
|
+
}
|
|
3354
|
+
/** Optional parameters. */
|
|
3355
|
+
export interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
|
|
3356
|
+
}
|
|
3357
|
+
/** Contains response data for the listNext operation. */
|
|
3358
|
+
export type CommitmentPlansListNextResponse = CommitmentPlanListResult;
|
|
3359
|
+
/** Optional parameters. */
|
|
3360
|
+
export interface CommitmentPlansListPlansByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3361
|
+
}
|
|
3362
|
+
/** Contains response data for the listPlansByResourceGroupNext operation. */
|
|
3363
|
+
export type CommitmentPlansListPlansByResourceGroupNextResponse = CommitmentPlanListResult;
|
|
3364
|
+
/** Optional parameters. */
|
|
3365
|
+
export interface CommitmentPlansListPlansBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3366
|
+
}
|
|
3367
|
+
/** Contains response data for the listPlansBySubscriptionNext operation. */
|
|
3368
|
+
export type CommitmentPlansListPlansBySubscriptionNextResponse = CommitmentPlanListResult;
|
|
3369
|
+
/** Optional parameters. */
|
|
3370
|
+
export interface CommitmentPlansListAssociationsNextOptionalParams extends coreClient.OperationOptions {
|
|
3371
|
+
}
|
|
3372
|
+
/** Contains response data for the listAssociationsNext operation. */
|
|
3373
|
+
export type CommitmentPlansListAssociationsNextResponse = CommitmentPlanAccountAssociationListResult;
|
|
3374
|
+
/** Optional parameters. */
|
|
3375
|
+
export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
|
|
3376
|
+
}
|
|
3377
|
+
/** Contains response data for the list operation. */
|
|
3378
|
+
export type EncryptionScopesListResponse = EncryptionScopeListResult;
|
|
3379
|
+
/** Optional parameters. */
|
|
3380
|
+
export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
3381
|
+
}
|
|
3382
|
+
/** Contains response data for the get operation. */
|
|
3383
|
+
export type EncryptionScopesGetResponse = EncryptionScope;
|
|
3384
|
+
/** Optional parameters. */
|
|
3385
|
+
export interface EncryptionScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3386
|
+
}
|
|
3387
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3388
|
+
export type EncryptionScopesCreateOrUpdateResponse = EncryptionScope;
|
|
3389
|
+
/** Optional parameters. */
|
|
3390
|
+
export interface EncryptionScopesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3391
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3392
|
+
updateIntervalInMs?: number;
|
|
3393
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3394
|
+
resumeFrom?: string;
|
|
3395
|
+
}
|
|
3396
|
+
/** Contains response data for the delete operation. */
|
|
3397
|
+
export type EncryptionScopesDeleteResponse = EncryptionScopesDeleteHeaders;
|
|
3398
|
+
/** Optional parameters. */
|
|
3399
|
+
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3400
|
+
}
|
|
3401
|
+
/** Contains response data for the listNext operation. */
|
|
3402
|
+
export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
|
|
3403
|
+
/** Optional parameters. */
|
|
3404
|
+
export interface RaiPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3405
|
+
}
|
|
3406
|
+
/** Contains response data for the list operation. */
|
|
3407
|
+
export type RaiPoliciesListResponse = RaiPolicyListResult;
|
|
3408
|
+
/** Optional parameters. */
|
|
3409
|
+
export interface RaiPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3410
|
+
}
|
|
3411
|
+
/** Contains response data for the get operation. */
|
|
3412
|
+
export type RaiPoliciesGetResponse = RaiPolicy;
|
|
3413
|
+
/** Optional parameters. */
|
|
3414
|
+
export interface RaiPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3415
|
+
}
|
|
3416
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3417
|
+
export type RaiPoliciesCreateOrUpdateResponse = RaiPolicy;
|
|
3418
|
+
/** Optional parameters. */
|
|
3419
|
+
export interface RaiPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3420
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3421
|
+
updateIntervalInMs?: number;
|
|
3422
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3423
|
+
resumeFrom?: string;
|
|
3424
|
+
}
|
|
3425
|
+
/** Contains response data for the delete operation. */
|
|
3426
|
+
export type RaiPoliciesDeleteResponse = RaiPoliciesDeleteHeaders;
|
|
3427
|
+
/** Optional parameters. */
|
|
3428
|
+
export interface RaiPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3429
|
+
}
|
|
3430
|
+
/** Contains response data for the listNext operation. */
|
|
3431
|
+
export type RaiPoliciesListNextResponse = RaiPolicyListResult;
|
|
3432
|
+
/** Optional parameters. */
|
|
3433
|
+
export interface RaiBlocklistsListOptionalParams extends coreClient.OperationOptions {
|
|
3434
|
+
}
|
|
3435
|
+
/** Contains response data for the list operation. */
|
|
3436
|
+
export type RaiBlocklistsListResponse = RaiBlockListResult;
|
|
3437
|
+
/** Optional parameters. */
|
|
3438
|
+
export interface RaiBlocklistsGetOptionalParams extends coreClient.OperationOptions {
|
|
3439
|
+
}
|
|
3440
|
+
/** Contains response data for the get operation. */
|
|
3441
|
+
export type RaiBlocklistsGetResponse = RaiBlocklist;
|
|
3442
|
+
/** Optional parameters. */
|
|
3443
|
+
export interface RaiBlocklistsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3444
|
+
}
|
|
3445
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3446
|
+
export type RaiBlocklistsCreateOrUpdateResponse = RaiBlocklist;
|
|
3447
|
+
/** Optional parameters. */
|
|
3448
|
+
export interface RaiBlocklistsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3449
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3450
|
+
updateIntervalInMs?: number;
|
|
3451
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3452
|
+
resumeFrom?: string;
|
|
3453
|
+
}
|
|
3454
|
+
/** Contains response data for the delete operation. */
|
|
3455
|
+
export type RaiBlocklistsDeleteResponse = RaiBlocklistsDeleteHeaders;
|
|
3456
|
+
/** Optional parameters. */
|
|
3457
|
+
export interface RaiBlocklistsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3458
|
+
}
|
|
3459
|
+
/** Contains response data for the listNext operation. */
|
|
3460
|
+
export type RaiBlocklistsListNextResponse = RaiBlockListResult;
|
|
3461
|
+
/** Optional parameters. */
|
|
3462
|
+
export interface RaiBlocklistItemsListOptionalParams extends coreClient.OperationOptions {
|
|
3463
|
+
}
|
|
3464
|
+
/** Contains response data for the list operation. */
|
|
3465
|
+
export type RaiBlocklistItemsListResponse = RaiBlockListItemsResult;
|
|
3466
|
+
/** Optional parameters. */
|
|
3467
|
+
export interface RaiBlocklistItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
3468
|
+
}
|
|
3469
|
+
/** Contains response data for the get operation. */
|
|
3470
|
+
export type RaiBlocklistItemsGetResponse = RaiBlocklistItem;
|
|
3471
|
+
/** Optional parameters. */
|
|
3472
|
+
export interface RaiBlocklistItemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3473
|
+
}
|
|
3474
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3475
|
+
export type RaiBlocklistItemsCreateOrUpdateResponse = RaiBlocklistItem;
|
|
3476
|
+
/** Optional parameters. */
|
|
3477
|
+
export interface RaiBlocklistItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3478
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3479
|
+
updateIntervalInMs?: number;
|
|
3480
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3481
|
+
resumeFrom?: string;
|
|
3482
|
+
}
|
|
3483
|
+
/** Contains response data for the delete operation. */
|
|
3484
|
+
export type RaiBlocklistItemsDeleteResponse = RaiBlocklistItemsDeleteHeaders;
|
|
3485
|
+
/** Optional parameters. */
|
|
3486
|
+
export interface RaiBlocklistItemsBatchAddOptionalParams extends coreClient.OperationOptions {
|
|
3487
|
+
}
|
|
3488
|
+
/** Contains response data for the batchAdd operation. */
|
|
3489
|
+
export type RaiBlocklistItemsBatchAddResponse = RaiBlocklist;
|
|
3490
|
+
/** Optional parameters. */
|
|
3491
|
+
export interface RaiBlocklistItemsBatchDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3492
|
+
}
|
|
3493
|
+
/** Optional parameters. */
|
|
3494
|
+
export interface RaiBlocklistItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3495
|
+
}
|
|
3496
|
+
/** Contains response data for the listNext operation. */
|
|
3497
|
+
export type RaiBlocklistItemsListNextResponse = RaiBlockListItemsResult;
|
|
3498
|
+
/** Optional parameters. */
|
|
3499
|
+
export interface RaiContentFiltersListOptionalParams extends coreClient.OperationOptions {
|
|
3500
|
+
}
|
|
3501
|
+
/** Contains response data for the list operation. */
|
|
3502
|
+
export type RaiContentFiltersListResponse = RaiContentFilterListResult;
|
|
3503
|
+
/** Optional parameters. */
|
|
3504
|
+
export interface RaiContentFiltersGetOptionalParams extends coreClient.OperationOptions {
|
|
3505
|
+
}
|
|
3506
|
+
/** Contains response data for the get operation. */
|
|
3507
|
+
export type RaiContentFiltersGetResponse = RaiContentFilter;
|
|
3508
|
+
/** Optional parameters. */
|
|
3509
|
+
export interface RaiContentFiltersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3510
|
+
}
|
|
3511
|
+
/** Contains response data for the listNext operation. */
|
|
3512
|
+
export type RaiContentFiltersListNextResponse = RaiContentFilterListResult;
|
|
3513
|
+
/** Optional parameters. */
|
|
3514
|
+
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
3515
|
+
}
|
|
3516
|
+
/** Contains response data for the list operation. */
|
|
3517
|
+
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationList;
|
|
3518
|
+
/** Optional parameters. */
|
|
3519
|
+
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
3520
|
+
}
|
|
3521
|
+
/** Contains response data for the get operation. */
|
|
3522
|
+
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
3523
|
+
/** Optional parameters. */
|
|
3524
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
3525
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3526
|
+
updateIntervalInMs?: number;
|
|
3527
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3528
|
+
resumeFrom?: string;
|
|
3529
|
+
}
|
|
3530
|
+
/** Contains response data for the reconcile operation. */
|
|
3531
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfiguration;
|
|
3532
|
+
/** Optional parameters. */
|
|
3533
|
+
export interface NetworkSecurityPerimeterConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3534
|
+
}
|
|
3535
|
+
/** Contains response data for the listNext operation. */
|
|
3536
|
+
export type NetworkSecurityPerimeterConfigurationsListNextResponse = NetworkSecurityPerimeterConfigurationList;
|
|
3537
|
+
/** Optional parameters. */
|
|
3538
|
+
export interface DefenderForAISettingsListOptionalParams extends coreClient.OperationOptions {
|
|
3539
|
+
}
|
|
3540
|
+
/** Contains response data for the list operation. */
|
|
3541
|
+
export type DefenderForAISettingsListResponse = DefenderForAISettingResult;
|
|
3542
|
+
/** Optional parameters. */
|
|
3543
|
+
export interface DefenderForAISettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3544
|
+
}
|
|
3545
|
+
/** Contains response data for the get operation. */
|
|
3546
|
+
export type DefenderForAISettingsGetResponse = DefenderForAISetting;
|
|
3547
|
+
/** Optional parameters. */
|
|
3548
|
+
export interface DefenderForAISettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3549
|
+
}
|
|
3550
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3551
|
+
export type DefenderForAISettingsCreateOrUpdateResponse = DefenderForAISetting;
|
|
3552
|
+
/** Optional parameters. */
|
|
3553
|
+
export interface DefenderForAISettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3554
|
+
}
|
|
3555
|
+
/** Contains response data for the update operation. */
|
|
3556
|
+
export type DefenderForAISettingsUpdateResponse = DefenderForAISetting;
|
|
3557
|
+
/** Optional parameters. */
|
|
3558
|
+
export interface DefenderForAISettingsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3559
|
+
}
|
|
3560
|
+
/** Contains response data for the listNext operation. */
|
|
3561
|
+
export type DefenderForAISettingsListNextResponse = DefenderForAISettingResult;
|
|
3562
|
+
/** Optional parameters. */
|
|
3563
|
+
export interface ProjectsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3564
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3565
|
+
updateIntervalInMs?: number;
|
|
3566
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3567
|
+
resumeFrom?: string;
|
|
3568
|
+
}
|
|
3569
|
+
/** Contains response data for the create operation. */
|
|
3570
|
+
export type ProjectsCreateResponse = Project;
|
|
3571
|
+
/** Optional parameters. */
|
|
3572
|
+
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3573
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3574
|
+
updateIntervalInMs?: number;
|
|
3575
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3576
|
+
resumeFrom?: string;
|
|
3577
|
+
}
|
|
3578
|
+
/** Contains response data for the update operation. */
|
|
3579
|
+
export type ProjectsUpdateResponse = Project;
|
|
3580
|
+
/** Optional parameters. */
|
|
3581
|
+
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3582
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3583
|
+
updateIntervalInMs?: number;
|
|
3584
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3585
|
+
resumeFrom?: string;
|
|
3586
|
+
}
|
|
3587
|
+
/** Optional parameters. */
|
|
3588
|
+
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
3589
|
+
}
|
|
3590
|
+
/** Contains response data for the get operation. */
|
|
3591
|
+
export type ProjectsGetResponse = Project;
|
|
3592
|
+
/** Optional parameters. */
|
|
3593
|
+
export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
|
3594
|
+
}
|
|
3595
|
+
/** Contains response data for the list operation. */
|
|
3596
|
+
export type ProjectsListResponse = ProjectListResult;
|
|
3597
|
+
/** Optional parameters. */
|
|
3598
|
+
export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3599
|
+
}
|
|
3600
|
+
/** Contains response data for the listNext operation. */
|
|
3601
|
+
export type ProjectsListNextResponse = ProjectListResult;
|
|
3602
|
+
/** Optional parameters. */
|
|
3603
|
+
export interface AccountConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3604
|
+
}
|
|
3605
|
+
/** Optional parameters. */
|
|
3606
|
+
export interface AccountConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
3607
|
+
}
|
|
3608
|
+
/** Contains response data for the get operation. */
|
|
3609
|
+
export type AccountConnectionGetResponse = ConnectionPropertiesV2BasicResource;
|
|
3610
|
+
/** Optional parameters. */
|
|
3611
|
+
export interface AccountConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3612
|
+
/** Parameters for account connection update. */
|
|
3613
|
+
body?: ConnectionUpdateContent;
|
|
3614
|
+
}
|
|
3615
|
+
/** Contains response data for the update operation. */
|
|
3616
|
+
export type AccountConnectionUpdateResponse = ConnectionPropertiesV2BasicResource;
|
|
3617
|
+
/** Optional parameters. */
|
|
3618
|
+
export interface AccountConnectionCreateOptionalParams extends coreClient.OperationOptions {
|
|
3619
|
+
/** The object for creating or updating a new account connection */
|
|
3620
|
+
body?: ConnectionPropertiesV2BasicResource;
|
|
3621
|
+
}
|
|
3622
|
+
/** Contains response data for the create operation. */
|
|
3623
|
+
export type AccountConnectionCreateResponse = ConnectionPropertiesV2BasicResource;
|
|
3624
|
+
/** Optional parameters. */
|
|
3625
|
+
export interface AccountConnectionListOptionalParams extends coreClient.OperationOptions {
|
|
3626
|
+
/** Target of the connection. */
|
|
3627
|
+
target?: string;
|
|
3628
|
+
/** Category of the connection. */
|
|
3629
|
+
category?: string;
|
|
3630
|
+
/** query parameter that indicates if get connection call should return both connections and datastores */
|
|
3631
|
+
includeAll?: boolean;
|
|
3632
|
+
}
|
|
3633
|
+
/** Contains response data for the list operation. */
|
|
3634
|
+
export type AccountConnectionListResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
3635
|
+
/** Optional parameters. */
|
|
3636
|
+
export interface AccountConnectionListNextOptionalParams extends coreClient.OperationOptions {
|
|
3637
|
+
}
|
|
3638
|
+
/** Contains response data for the listNext operation. */
|
|
3639
|
+
export type AccountConnectionListNextResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
3640
|
+
/** Optional parameters. */
|
|
3641
|
+
export interface ProjectConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3642
|
+
}
|
|
3643
|
+
/** Optional parameters. */
|
|
3644
|
+
export interface ProjectConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
3645
|
+
}
|
|
3646
|
+
/** Contains response data for the get operation. */
|
|
3647
|
+
export type ProjectConnectionGetResponse = ConnectionPropertiesV2BasicResource;
|
|
3648
|
+
/** Optional parameters. */
|
|
3649
|
+
export interface ProjectConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3650
|
+
/** Parameters for account connection update. */
|
|
3651
|
+
body?: ConnectionUpdateContent;
|
|
3652
|
+
}
|
|
3653
|
+
/** Contains response data for the update operation. */
|
|
3654
|
+
export type ProjectConnectionUpdateResponse = ConnectionPropertiesV2BasicResource;
|
|
3655
|
+
/** Optional parameters. */
|
|
3656
|
+
export interface ProjectConnectionCreateOptionalParams extends coreClient.OperationOptions {
|
|
3657
|
+
/** The object for creating or updating a new account connection */
|
|
3658
|
+
body?: ConnectionPropertiesV2BasicResource;
|
|
3659
|
+
}
|
|
3660
|
+
/** Contains response data for the create operation. */
|
|
3661
|
+
export type ProjectConnectionCreateResponse = ConnectionPropertiesV2BasicResource;
|
|
3662
|
+
/** Optional parameters. */
|
|
3663
|
+
export interface ProjectConnectionListOptionalParams extends coreClient.OperationOptions {
|
|
3664
|
+
/** Target of the connection. */
|
|
3665
|
+
target?: string;
|
|
3666
|
+
/** Category of the connection. */
|
|
3667
|
+
category?: string;
|
|
3668
|
+
/** query parameter that indicates if get connection call should return both connections and datastores */
|
|
3669
|
+
includeAll?: boolean;
|
|
3670
|
+
}
|
|
3671
|
+
/** Contains response data for the list operation. */
|
|
3672
|
+
export type ProjectConnectionListResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
3673
|
+
/** Optional parameters. */
|
|
3674
|
+
export interface ProjectConnectionListNextOptionalParams extends coreClient.OperationOptions {
|
|
3675
|
+
}
|
|
3676
|
+
/** Contains response data for the listNext operation. */
|
|
3677
|
+
export type ProjectConnectionListNextResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
3678
|
+
/** Optional parameters. */
|
|
3679
|
+
export interface AccountCapabilityHostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3680
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3681
|
+
updateIntervalInMs?: number;
|
|
3682
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3683
|
+
resumeFrom?: string;
|
|
3684
|
+
}
|
|
3685
|
+
/** Contains response data for the delete operation. */
|
|
3686
|
+
export type AccountCapabilityHostsDeleteResponse = AccountCapabilityHostsDeleteHeaders;
|
|
3687
|
+
/** Optional parameters. */
|
|
3688
|
+
export interface AccountCapabilityHostsGetOptionalParams extends coreClient.OperationOptions {
|
|
3689
|
+
}
|
|
3690
|
+
/** Contains response data for the get operation. */
|
|
3691
|
+
export type AccountCapabilityHostsGetResponse = CapabilityHost;
|
|
3692
|
+
/** Optional parameters. */
|
|
3693
|
+
export interface AccountCapabilityHostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3694
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3695
|
+
updateIntervalInMs?: number;
|
|
3696
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3697
|
+
resumeFrom?: string;
|
|
3698
|
+
}
|
|
3699
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3700
|
+
export type AccountCapabilityHostsCreateOrUpdateResponse = CapabilityHost;
|
|
3701
|
+
/** Optional parameters. */
|
|
3702
|
+
export interface ProjectCapabilityHostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3703
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3704
|
+
updateIntervalInMs?: number;
|
|
3705
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3706
|
+
resumeFrom?: string;
|
|
3707
|
+
}
|
|
3708
|
+
/** Contains response data for the delete operation. */
|
|
3709
|
+
export type ProjectCapabilityHostsDeleteResponse = ProjectCapabilityHostsDeleteHeaders;
|
|
3710
|
+
/** Optional parameters. */
|
|
3711
|
+
export interface ProjectCapabilityHostsGetOptionalParams extends coreClient.OperationOptions {
|
|
3712
|
+
}
|
|
3713
|
+
/** Contains response data for the get operation. */
|
|
3714
|
+
export type ProjectCapabilityHostsGetResponse = CapabilityHost;
|
|
3715
|
+
/** Optional parameters. */
|
|
3716
|
+
export interface ProjectCapabilityHostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3717
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3718
|
+
updateIntervalInMs?: number;
|
|
3719
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3720
|
+
resumeFrom?: string;
|
|
3721
|
+
}
|
|
3722
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3723
|
+
export type ProjectCapabilityHostsCreateOrUpdateResponse = CapabilityHost;
|
|
3724
|
+
/** Optional parameters. */
|
|
3725
|
+
export interface CognitiveServicesManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
3726
|
+
/** server parameter */
|
|
3727
|
+
$host?: string;
|
|
3728
|
+
/** Api Version */
|
|
3729
|
+
apiVersion?: string;
|
|
3730
|
+
/** Overrides client endpoint. */
|
|
3731
|
+
endpoint?: string;
|
|
3732
|
+
}
|
|
3733
|
+
//# sourceMappingURL=index.d.ts.map
|