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