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