@azure/arm-cognitiveservices 6.1.0 → 7.0.0-alpha.20211202.3
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 +16 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +4800 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +964 -1092
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/{src/models/commitmentTiersMappers.ts → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -10
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -30
- package/src/cognitiveServicesManagementClient.ts +157 -153
- package/src/{models/resourceSkusMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1063 -1831
- package/src/models/mappers.ts +1021 -1150
- package/src/models/parameters.ts +151 -54
- package/src/operations/accounts.ts +613 -497
- package/src/operations/commitmentPlans.ts +253 -203
- package/src/operations/commitmentTiers.ts +105 -80
- package/src/operations/deletedAccounts.ts +209 -161
- package/src/operations/deployments.ts +325 -193
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +257 -164
- package/src/operations/privateLinkResources.ts +37 -51
- package/src/operations/resourceSkus.ts +90 -76
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -4713
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -80
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -128
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -60
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/commitmentPlansMappers.d.ts +0 -2
- package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
- package/esm/models/commitmentPlansMappers.js +0 -9
- package/esm/models/commitmentPlansMappers.js.map +0 -1
- package/esm/models/commitmentTiersMappers.d.ts +0 -2
- package/esm/models/commitmentTiersMappers.d.ts.map +0 -1
- package/esm/models/commitmentTiersMappers.js +0 -9
- package/esm/models/commitmentTiersMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/deploymentsMappers.d.ts +0 -2
- package/esm/models/deploymentsMappers.d.ts.map +0 -1
- package/esm/models/deploymentsMappers.js +0 -9
- package/esm/models/deploymentsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2102
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -71
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -13
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -137
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -245
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -476
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/commitmentPlans.d.ts +0 -130
- package/esm/operations/commitmentPlans.d.ts.map +0 -1
- package/esm/operations/commitmentPlans.js +0 -216
- package/esm/operations/commitmentPlans.js.map +0 -1
- package/esm/operations/commitmentTiers.d.ts +0 -49
- package/esm/operations/commitmentTiers.d.ts.map +0 -1
- package/esm/operations/commitmentTiers.js +0 -84
- package/esm/operations/commitmentTiers.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -89
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -168
- package/esm/operations/deletedAccounts.js.map +0 -1
- package/esm/operations/deployments.d.ts +0 -115
- package/esm/operations/deployments.d.ts.map +0 -1
- package/esm/operations/deployments.js +0 -236
- package/esm/operations/deployments.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -108
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -215
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -82
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -67
- package/src/models/accountsMappers.ts +0 -59
- package/src/models/commitmentPlansMappers.ts +0 -52
- package/src/models/deletedAccountsMappers.ts +0 -52
- package/src/models/deploymentsMappers.ts +0 -52
- package/src/models/privateEndpointConnectionsMappers.ts +0 -52
- package/src/models/privateLinkResourcesMappers.ts +0 -52
|
@@ -0,0 +1,1150 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-cognitiveservices"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type Account = AzureEntityResource & {
|
|
15
|
+
kind?: string;
|
|
16
|
+
sku?: Sku;
|
|
17
|
+
identity?: Identity;
|
|
18
|
+
readonly systemData?: SystemData;
|
|
19
|
+
tags?: {
|
|
20
|
+
[propertyName: string]: string;
|
|
21
|
+
};
|
|
22
|
+
location?: string;
|
|
23
|
+
properties?: AccountProperties;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export interface AccountListResult {
|
|
28
|
+
nextLink?: string;
|
|
29
|
+
readonly value?: Account[];
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface AccountProperties {
|
|
34
|
+
// (undocumented)
|
|
35
|
+
allowedFqdnList?: string[];
|
|
36
|
+
apiProperties?: ApiProperties;
|
|
37
|
+
readonly callRateLimit?: CallRateLimit;
|
|
38
|
+
readonly capabilities?: SkuCapability[];
|
|
39
|
+
customSubDomainName?: string;
|
|
40
|
+
readonly dateCreated?: string;
|
|
41
|
+
// (undocumented)
|
|
42
|
+
disableLocalAuth?: boolean;
|
|
43
|
+
encryption?: Encryption;
|
|
44
|
+
readonly endpoint?: string;
|
|
45
|
+
readonly endpoints?: {
|
|
46
|
+
[propertyName: string]: string;
|
|
47
|
+
};
|
|
48
|
+
readonly internalId?: string;
|
|
49
|
+
readonly isMigrated?: boolean;
|
|
50
|
+
migrationToken?: string;
|
|
51
|
+
networkAcls?: NetworkRuleSet;
|
|
52
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
53
|
+
readonly provisioningState?: ProvisioningState;
|
|
54
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
55
|
+
readonly quotaLimit?: QuotaLimit;
|
|
56
|
+
// (undocumented)
|
|
57
|
+
restore?: boolean;
|
|
58
|
+
// (undocumented)
|
|
59
|
+
restrictOutboundNetworkAccess?: boolean;
|
|
60
|
+
readonly skuChangeInfo?: SkuChangeInfo;
|
|
61
|
+
userOwnedStorage?: UserOwnedStorage[];
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export interface Accounts {
|
|
66
|
+
beginCreate(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateResponse>, AccountsCreateResponse>>;
|
|
67
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOptionalParams): Promise<AccountsCreateResponse>;
|
|
68
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
69
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
70
|
+
beginUpdate(resourceGroupName: string, accountName: string, account: Account, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
|
|
71
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
72
|
+
get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
73
|
+
list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
74
|
+
listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
75
|
+
listKeys(resourceGroupName: string, accountName: string, options?: AccountsListKeysOptionalParams): Promise<AccountsListKeysResponse>;
|
|
76
|
+
listSkus(resourceGroupName: string, accountName: string, options?: AccountsListSkusOptionalParams): Promise<AccountsListSkusResponse>;
|
|
77
|
+
listUsages(resourceGroupName: string, accountName: string, options?: AccountsListUsagesOptionalParams): Promise<AccountsListUsagesResponse>;
|
|
78
|
+
regenerateKey(resourceGroupName: string, accountName: string, keyName: KeyName, options?: AccountsRegenerateKeyOptionalParams): Promise<AccountsRegenerateKeyResponse>;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
83
|
+
resumeFrom?: string;
|
|
84
|
+
updateIntervalInMs?: number;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export type AccountsCreateResponse = Account;
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
92
|
+
resumeFrom?: string;
|
|
93
|
+
updateIntervalInMs?: number;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export type AccountsGetResponse = Account;
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface AccountSku {
|
|
105
|
+
resourceType?: string;
|
|
106
|
+
sku?: Sku;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export interface AccountSkuListResult {
|
|
111
|
+
value?: AccountSku[];
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type AccountsListByResourceGroupNextResponse = AccountListResult;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export type AccountsListByResourceGroupResponse = AccountListResult;
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export type AccountsListKeysResponse = ApiKeys;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export type AccountsListNextResponse = AccountListResult;
|
|
141
|
+
|
|
142
|
+
// @public
|
|
143
|
+
export interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export type AccountsListResponse = AccountListResult;
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export interface AccountsListSkusOptionalParams extends coreClient.OperationOptions {
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// @public
|
|
154
|
+
export type AccountsListSkusResponse = AccountSkuListResult;
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export interface AccountsListUsagesOptionalParams extends coreClient.OperationOptions {
|
|
158
|
+
filter?: string;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// @public
|
|
162
|
+
export type AccountsListUsagesResponse = UsageListResult;
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface AccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export type AccountsRegenerateKeyResponse = ApiKeys;
|
|
170
|
+
|
|
171
|
+
// @public
|
|
172
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
173
|
+
resumeFrom?: string;
|
|
174
|
+
updateIntervalInMs?: number;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export type AccountsUpdateResponse = Account;
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export type ActionType = string;
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export interface ApiKeys {
|
|
185
|
+
key1?: string;
|
|
186
|
+
key2?: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface ApiProperties {
|
|
191
|
+
[property: string]: any;
|
|
192
|
+
aadClientId?: string;
|
|
193
|
+
aadTenantId?: string;
|
|
194
|
+
eventHubConnectionString?: string;
|
|
195
|
+
qnaAzureSearchEndpointId?: string;
|
|
196
|
+
qnaAzureSearchEndpointKey?: string;
|
|
197
|
+
qnaRuntimeEndpoint?: string;
|
|
198
|
+
statisticsEnabled?: boolean;
|
|
199
|
+
storageAccountConnectionString?: string;
|
|
200
|
+
superUser?: string;
|
|
201
|
+
websiteName?: string;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export type AzureEntityResource = Resource & {
|
|
206
|
+
readonly etag?: string;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface CallRateLimit {
|
|
211
|
+
count?: number;
|
|
212
|
+
renewalPeriod?: number;
|
|
213
|
+
// (undocumented)
|
|
214
|
+
rules?: ThrottlingRule[];
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface CheckDomainAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
219
|
+
kind?: string;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export interface CheckDomainAvailabilityParameter {
|
|
224
|
+
kind?: string;
|
|
225
|
+
subdomainName: string;
|
|
226
|
+
type: string;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export type CheckDomainAvailabilityResponse = DomainAvailability;
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface CheckSkuAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export interface CheckSkuAvailabilityParameter {
|
|
238
|
+
kind: string;
|
|
239
|
+
skus: string[];
|
|
240
|
+
type: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export type CheckSkuAvailabilityResponse = SkuAvailabilityListResult;
|
|
245
|
+
|
|
246
|
+
// @public (undocumented)
|
|
247
|
+
export class CognitiveServicesManagementClient extends coreClient.ServiceClient {
|
|
248
|
+
// (undocumented)
|
|
249
|
+
$host: string;
|
|
250
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CognitiveServicesManagementClientOptionalParams);
|
|
251
|
+
// (undocumented)
|
|
252
|
+
accounts: Accounts;
|
|
253
|
+
// (undocumented)
|
|
254
|
+
apiVersion: string;
|
|
255
|
+
checkDomainAvailability(subdomainName: string, typeParam: string, options?: CheckDomainAvailabilityOptionalParams): Promise<CheckDomainAvailabilityResponse>;
|
|
256
|
+
checkSkuAvailability(location: string, skus: string[], kind: string, typeParam: string, options?: CheckSkuAvailabilityOptionalParams): Promise<CheckSkuAvailabilityResponse>;
|
|
257
|
+
// (undocumented)
|
|
258
|
+
commitmentPlans: CommitmentPlans;
|
|
259
|
+
// (undocumented)
|
|
260
|
+
commitmentTiers: CommitmentTiers;
|
|
261
|
+
// (undocumented)
|
|
262
|
+
deletedAccounts: DeletedAccounts;
|
|
263
|
+
// (undocumented)
|
|
264
|
+
deployments: Deployments;
|
|
265
|
+
// (undocumented)
|
|
266
|
+
operations: Operations;
|
|
267
|
+
// (undocumented)
|
|
268
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
269
|
+
// (undocumented)
|
|
270
|
+
privateLinkResources: PrivateLinkResources;
|
|
271
|
+
// (undocumented)
|
|
272
|
+
resourceSkus: ResourceSkus;
|
|
273
|
+
// (undocumented)
|
|
274
|
+
subscriptionId: string;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface CognitiveServicesManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
279
|
+
$host?: string;
|
|
280
|
+
apiVersion?: string;
|
|
281
|
+
endpoint?: string;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export interface CommitmentCost {
|
|
286
|
+
commitmentMeterId?: string;
|
|
287
|
+
overageMeterId?: string;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// @public
|
|
291
|
+
export interface CommitmentPeriod {
|
|
292
|
+
count?: number;
|
|
293
|
+
readonly endDate?: string;
|
|
294
|
+
readonly quota?: CommitmentQuota;
|
|
295
|
+
readonly startDate?: string;
|
|
296
|
+
tier?: string;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export type CommitmentPlan = ProxyResource & {
|
|
301
|
+
readonly systemData?: SystemData;
|
|
302
|
+
readonly etag?: string;
|
|
303
|
+
properties?: CommitmentPlanProperties;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export interface CommitmentPlanListResult {
|
|
308
|
+
nextLink?: string;
|
|
309
|
+
readonly value?: CommitmentPlan[];
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export interface CommitmentPlanProperties {
|
|
314
|
+
autoRenew?: boolean;
|
|
315
|
+
current?: CommitmentPeriod;
|
|
316
|
+
hostingModel?: HostingModel;
|
|
317
|
+
readonly last?: CommitmentPeriod;
|
|
318
|
+
next?: CommitmentPeriod;
|
|
319
|
+
planType?: string;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// @public
|
|
323
|
+
export interface CommitmentPlans {
|
|
324
|
+
beginDelete(resourceGroupName: string, accountName: string, commitmentPlanName: string, options?: CommitmentPlansDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
325
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, commitmentPlanName: string, options?: CommitmentPlansDeleteOptionalParams): Promise<void>;
|
|
326
|
+
createOrUpdate(resourceGroupName: string, accountName: string, commitmentPlanName: string, commitmentPlan: CommitmentPlan, options?: CommitmentPlansCreateOrUpdateOptionalParams): Promise<CommitmentPlansCreateOrUpdateResponse>;
|
|
327
|
+
get(resourceGroupName: string, accountName: string, commitmentPlanName: string, options?: CommitmentPlansGetOptionalParams): Promise<CommitmentPlansGetResponse>;
|
|
328
|
+
list(resourceGroupName: string, accountName: string, options?: CommitmentPlansListOptionalParams): PagedAsyncIterableIterator<CommitmentPlan>;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
// @public
|
|
336
|
+
export type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
|
|
337
|
+
|
|
338
|
+
// @public
|
|
339
|
+
export interface CommitmentPlansDeleteOptionalParams extends coreClient.OperationOptions {
|
|
340
|
+
resumeFrom?: string;
|
|
341
|
+
updateIntervalInMs?: number;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// @public
|
|
349
|
+
export type CommitmentPlansGetResponse = CommitmentPlan;
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export type CommitmentPlansListNextResponse = CommitmentPlanListResult;
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type CommitmentPlansListResponse = CommitmentPlanListResult;
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface CommitmentQuota {
|
|
367
|
+
quantity?: number;
|
|
368
|
+
unit?: string;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface CommitmentTier {
|
|
373
|
+
cost?: CommitmentCost;
|
|
374
|
+
hostingModel?: HostingModel;
|
|
375
|
+
kind?: string;
|
|
376
|
+
maxCount?: number;
|
|
377
|
+
planType?: string;
|
|
378
|
+
quota?: CommitmentQuota;
|
|
379
|
+
skuName?: string;
|
|
380
|
+
tier?: string;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export interface CommitmentTierListResult {
|
|
385
|
+
nextLink?: string;
|
|
386
|
+
readonly value?: CommitmentTier[];
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
// @public
|
|
390
|
+
export interface CommitmentTiers {
|
|
391
|
+
list(location: string, options?: CommitmentTiersListOptionalParams): PagedAsyncIterableIterator<CommitmentTier>;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export interface CommitmentTiersListNextOptionalParams extends coreClient.OperationOptions {
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
// @public
|
|
399
|
+
export type CommitmentTiersListNextResponse = CommitmentTierListResult;
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export interface CommitmentTiersListOptionalParams extends coreClient.OperationOptions {
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export type CommitmentTiersListResponse = CommitmentTierListResult;
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export type CreatedByType = string;
|
|
410
|
+
|
|
411
|
+
// @public
|
|
412
|
+
export interface DeletedAccounts {
|
|
413
|
+
beginPurge(location: string, resourceGroupName: string, accountName: string, options?: DeletedAccountsPurgeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
414
|
+
beginPurgeAndWait(location: string, resourceGroupName: string, accountName: string, options?: DeletedAccountsPurgeOptionalParams): Promise<void>;
|
|
415
|
+
get(location: string, resourceGroupName: string, accountName: string, options?: DeletedAccountsGetOptionalParams): Promise<DeletedAccountsGetResponse>;
|
|
416
|
+
list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
// @public
|
|
424
|
+
export type DeletedAccountsGetResponse = Account;
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
// @public
|
|
431
|
+
export type DeletedAccountsListNextResponse = AccountListResult;
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
// @public
|
|
438
|
+
export type DeletedAccountsListResponse = AccountListResult;
|
|
439
|
+
|
|
440
|
+
// @public
|
|
441
|
+
export interface DeletedAccountsPurgeOptionalParams extends coreClient.OperationOptions {
|
|
442
|
+
resumeFrom?: string;
|
|
443
|
+
updateIntervalInMs?: number;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
// @public
|
|
447
|
+
export type Deployment = ProxyResource & {
|
|
448
|
+
readonly systemData?: SystemData;
|
|
449
|
+
readonly etag?: string;
|
|
450
|
+
properties?: DeploymentProperties;
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export interface DeploymentListResult {
|
|
455
|
+
nextLink?: string;
|
|
456
|
+
readonly value?: Deployment[];
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export interface DeploymentModel {
|
|
461
|
+
format?: string;
|
|
462
|
+
name?: string;
|
|
463
|
+
version?: string;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export interface DeploymentProperties {
|
|
468
|
+
model?: DeploymentModel;
|
|
469
|
+
readonly provisioningState?: DeploymentProvisioningState;
|
|
470
|
+
scaleSettings?: DeploymentScaleSettings;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export type DeploymentProvisioningState = string;
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface Deployments {
|
|
478
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, deploymentName: string, deployment: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
|
|
479
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, deploymentName: string, deployment: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
|
|
480
|
+
beginDelete(resourceGroupName: string, accountName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
481
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
|
|
482
|
+
get(resourceGroupName: string, accountName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
|
|
483
|
+
list(resourceGroupName: string, accountName: string, options?: DeploymentsListOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
// @public
|
|
487
|
+
export interface DeploymentScaleSettings {
|
|
488
|
+
capacity?: number;
|
|
489
|
+
scaleType?: DeploymentScaleType;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
// @public
|
|
493
|
+
export type DeploymentScaleType = string;
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
497
|
+
resumeFrom?: string;
|
|
498
|
+
updateIntervalInMs?: number;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export type DeploymentsCreateOrUpdateResponse = Deployment;
|
|
503
|
+
|
|
504
|
+
// @public
|
|
505
|
+
export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
506
|
+
resumeFrom?: string;
|
|
507
|
+
updateIntervalInMs?: number;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// @public
|
|
515
|
+
export type DeploymentsGetResponse = Deployment;
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export interface DeploymentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
// @public
|
|
522
|
+
export type DeploymentsListNextResponse = DeploymentListResult;
|
|
523
|
+
|
|
524
|
+
// @public
|
|
525
|
+
export interface DeploymentsListOptionalParams extends coreClient.OperationOptions {
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
// @public
|
|
529
|
+
export type DeploymentsListResponse = DeploymentListResult;
|
|
530
|
+
|
|
531
|
+
// @public
|
|
532
|
+
export interface DomainAvailability {
|
|
533
|
+
isSubdomainAvailable?: boolean;
|
|
534
|
+
kind?: string;
|
|
535
|
+
reason?: string;
|
|
536
|
+
subdomainName?: string;
|
|
537
|
+
type?: string;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export interface Encryption {
|
|
542
|
+
keySource?: KeySource;
|
|
543
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export interface ErrorAdditionalInfo {
|
|
548
|
+
readonly info?: Record<string, unknown>;
|
|
549
|
+
readonly type?: string;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
// @public
|
|
553
|
+
export interface ErrorDetail {
|
|
554
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
555
|
+
readonly code?: string;
|
|
556
|
+
readonly details?: ErrorDetail[];
|
|
557
|
+
readonly message?: string;
|
|
558
|
+
readonly target?: string;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export interface ErrorResponse {
|
|
563
|
+
error?: ErrorDetail;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export type HostingModel = string;
|
|
568
|
+
|
|
569
|
+
// @public
|
|
570
|
+
export interface Identity {
|
|
571
|
+
readonly principalId?: string;
|
|
572
|
+
readonly tenantId?: string;
|
|
573
|
+
type?: ResourceIdentityType;
|
|
574
|
+
userAssignedIdentities?: {
|
|
575
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
576
|
+
};
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
// @public
|
|
580
|
+
export interface IpRule {
|
|
581
|
+
value: string;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export type KeyName = "Key1" | "Key2";
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export type KeySource = string;
|
|
589
|
+
|
|
590
|
+
// @public
|
|
591
|
+
export interface KeyVaultProperties {
|
|
592
|
+
// (undocumented)
|
|
593
|
+
identityClientId?: string;
|
|
594
|
+
keyName?: string;
|
|
595
|
+
keyVaultUri?: string;
|
|
596
|
+
keyVersion?: string;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
// @public
|
|
600
|
+
export enum KnownActionType {
|
|
601
|
+
// (undocumented)
|
|
602
|
+
Internal = "Internal"
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export enum KnownCreatedByType {
|
|
607
|
+
// (undocumented)
|
|
608
|
+
Application = "Application",
|
|
609
|
+
// (undocumented)
|
|
610
|
+
Key = "Key",
|
|
611
|
+
// (undocumented)
|
|
612
|
+
ManagedIdentity = "ManagedIdentity",
|
|
613
|
+
// (undocumented)
|
|
614
|
+
User = "User"
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// @public
|
|
618
|
+
export enum KnownDeploymentProvisioningState {
|
|
619
|
+
// (undocumented)
|
|
620
|
+
Accepted = "Accepted",
|
|
621
|
+
// (undocumented)
|
|
622
|
+
Creating = "Creating",
|
|
623
|
+
// (undocumented)
|
|
624
|
+
Deleting = "Deleting",
|
|
625
|
+
// (undocumented)
|
|
626
|
+
Failed = "Failed",
|
|
627
|
+
// (undocumented)
|
|
628
|
+
Moving = "Moving",
|
|
629
|
+
// (undocumented)
|
|
630
|
+
Succeeded = "Succeeded"
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export enum KnownDeploymentScaleType {
|
|
635
|
+
// (undocumented)
|
|
636
|
+
Manual = "Manual"
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export enum KnownHostingModel {
|
|
641
|
+
// (undocumented)
|
|
642
|
+
ConnectedContainer = "ConnectedContainer",
|
|
643
|
+
// (undocumented)
|
|
644
|
+
DisconnectedContainer = "DisconnectedContainer",
|
|
645
|
+
// (undocumented)
|
|
646
|
+
Web = "Web"
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export enum KnownKeySource {
|
|
651
|
+
// (undocumented)
|
|
652
|
+
MicrosoftCognitiveServices = "Microsoft.CognitiveServices",
|
|
653
|
+
// (undocumented)
|
|
654
|
+
MicrosoftKeyVault = "Microsoft.KeyVault"
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export enum KnownNetworkRuleAction {
|
|
659
|
+
// (undocumented)
|
|
660
|
+
Allow = "Allow",
|
|
661
|
+
// (undocumented)
|
|
662
|
+
Deny = "Deny"
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export enum KnownOrigin {
|
|
667
|
+
// (undocumented)
|
|
668
|
+
System = "system",
|
|
669
|
+
// (undocumented)
|
|
670
|
+
User = "user",
|
|
671
|
+
// (undocumented)
|
|
672
|
+
UserSystem = "user,system"
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public
|
|
676
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
677
|
+
// (undocumented)
|
|
678
|
+
Creating = "Creating",
|
|
679
|
+
// (undocumented)
|
|
680
|
+
Deleting = "Deleting",
|
|
681
|
+
// (undocumented)
|
|
682
|
+
Failed = "Failed",
|
|
683
|
+
// (undocumented)
|
|
684
|
+
Succeeded = "Succeeded"
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
689
|
+
// (undocumented)
|
|
690
|
+
Approved = "Approved",
|
|
691
|
+
// (undocumented)
|
|
692
|
+
Pending = "Pending",
|
|
693
|
+
// (undocumented)
|
|
694
|
+
Rejected = "Rejected"
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
// @public
|
|
698
|
+
export enum KnownProvisioningState {
|
|
699
|
+
// (undocumented)
|
|
700
|
+
Accepted = "Accepted",
|
|
701
|
+
// (undocumented)
|
|
702
|
+
Creating = "Creating",
|
|
703
|
+
// (undocumented)
|
|
704
|
+
Deleting = "Deleting",
|
|
705
|
+
// (undocumented)
|
|
706
|
+
Failed = "Failed",
|
|
707
|
+
// (undocumented)
|
|
708
|
+
Moving = "Moving",
|
|
709
|
+
// (undocumented)
|
|
710
|
+
ResolvingDNS = "ResolvingDNS",
|
|
711
|
+
// (undocumented)
|
|
712
|
+
Succeeded = "Succeeded"
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
// @public
|
|
716
|
+
export enum KnownPublicNetworkAccess {
|
|
717
|
+
// (undocumented)
|
|
718
|
+
Disabled = "Disabled",
|
|
719
|
+
// (undocumented)
|
|
720
|
+
Enabled = "Enabled"
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export enum KnownQuotaUsageStatus {
|
|
725
|
+
// (undocumented)
|
|
726
|
+
Blocked = "Blocked",
|
|
727
|
+
// (undocumented)
|
|
728
|
+
Included = "Included",
|
|
729
|
+
// (undocumented)
|
|
730
|
+
InOverage = "InOverage",
|
|
731
|
+
// (undocumented)
|
|
732
|
+
Unknown = "Unknown"
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
// @public
|
|
736
|
+
export enum KnownResourceSkuRestrictionsReasonCode {
|
|
737
|
+
// (undocumented)
|
|
738
|
+
NotAvailableForSubscription = "NotAvailableForSubscription",
|
|
739
|
+
// (undocumented)
|
|
740
|
+
QuotaId = "QuotaId"
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
// @public
|
|
744
|
+
export enum KnownSkuTier {
|
|
745
|
+
// (undocumented)
|
|
746
|
+
Basic = "Basic",
|
|
747
|
+
// (undocumented)
|
|
748
|
+
Enterprise = "Enterprise",
|
|
749
|
+
// (undocumented)
|
|
750
|
+
Free = "Free",
|
|
751
|
+
// (undocumented)
|
|
752
|
+
Premium = "Premium",
|
|
753
|
+
// (undocumented)
|
|
754
|
+
Standard = "Standard"
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export enum KnownUnitType {
|
|
759
|
+
// (undocumented)
|
|
760
|
+
Bytes = "Bytes",
|
|
761
|
+
// (undocumented)
|
|
762
|
+
BytesPerSecond = "BytesPerSecond",
|
|
763
|
+
// (undocumented)
|
|
764
|
+
Count = "Count",
|
|
765
|
+
// (undocumented)
|
|
766
|
+
CountPerSecond = "CountPerSecond",
|
|
767
|
+
// (undocumented)
|
|
768
|
+
Milliseconds = "Milliseconds",
|
|
769
|
+
// (undocumented)
|
|
770
|
+
Percent = "Percent",
|
|
771
|
+
// (undocumented)
|
|
772
|
+
Seconds = "Seconds"
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
export interface MetricName {
|
|
777
|
+
localizedValue?: string;
|
|
778
|
+
value?: string;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
// @public
|
|
782
|
+
export type NetworkRuleAction = string;
|
|
783
|
+
|
|
784
|
+
// @public
|
|
785
|
+
export interface NetworkRuleSet {
|
|
786
|
+
defaultAction?: NetworkRuleAction;
|
|
787
|
+
ipRules?: IpRule[];
|
|
788
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
// @public
|
|
792
|
+
export interface Operation {
|
|
793
|
+
readonly actionType?: ActionType;
|
|
794
|
+
display?: OperationDisplay;
|
|
795
|
+
readonly isDataAction?: boolean;
|
|
796
|
+
readonly name?: string;
|
|
797
|
+
readonly origin?: Origin;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface OperationDisplay {
|
|
802
|
+
readonly description?: string;
|
|
803
|
+
readonly operation?: string;
|
|
804
|
+
readonly provider?: string;
|
|
805
|
+
readonly resource?: string;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
// @public
|
|
809
|
+
export interface OperationListResult {
|
|
810
|
+
readonly nextLink?: string;
|
|
811
|
+
readonly value?: Operation[];
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export interface Operations {
|
|
816
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
// @public
|
|
820
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export type OperationsListResponse = OperationListResult;
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export type Origin = string;
|
|
835
|
+
|
|
836
|
+
// @public
|
|
837
|
+
export interface PrivateEndpoint {
|
|
838
|
+
readonly id?: string;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export type PrivateEndpointConnection = AzureEntityResource & {
|
|
843
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
844
|
+
readonly systemData?: SystemData;
|
|
845
|
+
location?: string;
|
|
846
|
+
};
|
|
847
|
+
|
|
848
|
+
// @public
|
|
849
|
+
export interface PrivateEndpointConnectionListResult {
|
|
850
|
+
value?: PrivateEndpointConnection[];
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
// @public
|
|
854
|
+
export interface PrivateEndpointConnectionProperties {
|
|
855
|
+
groupIds?: string[];
|
|
856
|
+
privateEndpoint?: PrivateEndpoint;
|
|
857
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
858
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
863
|
+
|
|
864
|
+
// @public
|
|
865
|
+
export interface PrivateEndpointConnections {
|
|
866
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
867
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
868
|
+
beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
869
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
870
|
+
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
871
|
+
list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionsListResponse>;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
// @public
|
|
875
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
876
|
+
resumeFrom?: string;
|
|
877
|
+
updateIntervalInMs?: number;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
// @public
|
|
881
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
885
|
+
resumeFrom?: string;
|
|
886
|
+
updateIntervalInMs?: number;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
// @public
|
|
890
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
902
|
+
|
|
903
|
+
// @public
|
|
904
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export type PrivateLinkResource = Resource & {
|
|
908
|
+
properties?: PrivateLinkResourceProperties;
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
// @public
|
|
912
|
+
export interface PrivateLinkResourceListResult {
|
|
913
|
+
value?: PrivateLinkResource[];
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
// @public
|
|
917
|
+
export interface PrivateLinkResourceProperties {
|
|
918
|
+
readonly displayName?: string;
|
|
919
|
+
readonly groupId?: string;
|
|
920
|
+
readonly requiredMembers?: string[];
|
|
921
|
+
requiredZoneNames?: string[];
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
// @public
|
|
925
|
+
export interface PrivateLinkResources {
|
|
926
|
+
list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourcesListResponse>;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
// @public
|
|
930
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
935
|
+
|
|
936
|
+
// @public
|
|
937
|
+
export interface PrivateLinkServiceConnectionState {
|
|
938
|
+
actionsRequired?: string;
|
|
939
|
+
description?: string;
|
|
940
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
// @public
|
|
944
|
+
export type ProvisioningState = string;
|
|
945
|
+
|
|
946
|
+
// @public
|
|
947
|
+
export type ProxyResource = Resource & {};
|
|
948
|
+
|
|
949
|
+
// @public
|
|
950
|
+
export type PublicNetworkAccess = string;
|
|
951
|
+
|
|
952
|
+
// @public (undocumented)
|
|
953
|
+
export interface QuotaLimit {
|
|
954
|
+
// (undocumented)
|
|
955
|
+
count?: number;
|
|
956
|
+
// (undocumented)
|
|
957
|
+
renewalPeriod?: number;
|
|
958
|
+
// (undocumented)
|
|
959
|
+
rules?: ThrottlingRule[];
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
// @public
|
|
963
|
+
export type QuotaUsageStatus = string;
|
|
964
|
+
|
|
965
|
+
// @public
|
|
966
|
+
export interface RegenerateKeyParameters {
|
|
967
|
+
keyName: KeyName;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
// @public (undocumented)
|
|
971
|
+
export interface RequestMatchPattern {
|
|
972
|
+
// (undocumented)
|
|
973
|
+
method?: string;
|
|
974
|
+
// (undocumented)
|
|
975
|
+
path?: string;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export interface Resource {
|
|
980
|
+
readonly id?: string;
|
|
981
|
+
readonly name?: string;
|
|
982
|
+
readonly type?: string;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
// @public
|
|
986
|
+
export type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
|
|
987
|
+
|
|
988
|
+
// @public
|
|
989
|
+
export interface ResourceSku {
|
|
990
|
+
kind?: string;
|
|
991
|
+
locations?: string[];
|
|
992
|
+
name?: string;
|
|
993
|
+
resourceType?: string;
|
|
994
|
+
restrictions?: ResourceSkuRestrictions[];
|
|
995
|
+
tier?: string;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
// @public
|
|
999
|
+
export interface ResourceSkuListResult {
|
|
1000
|
+
nextLink?: string;
|
|
1001
|
+
value: ResourceSku[];
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
// @public (undocumented)
|
|
1005
|
+
export interface ResourceSkuRestrictionInfo {
|
|
1006
|
+
locations?: string[];
|
|
1007
|
+
zones?: string[];
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
// @public
|
|
1011
|
+
export interface ResourceSkuRestrictions {
|
|
1012
|
+
reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
1013
|
+
restrictionInfo?: ResourceSkuRestrictionInfo;
|
|
1014
|
+
type?: ResourceSkuRestrictionsType;
|
|
1015
|
+
values?: string[];
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export type ResourceSkuRestrictionsType = "Location" | "Zone";
|
|
1023
|
+
|
|
1024
|
+
// @public
|
|
1025
|
+
export interface ResourceSkus {
|
|
1026
|
+
list(options?: ResourceSkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
// @public
|
|
1030
|
+
export interface ResourceSkusListNextOptionalParams extends coreClient.OperationOptions {
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export type ResourceSkusListNextResponse = ResourceSkuListResult;
|
|
1035
|
+
|
|
1036
|
+
// @public
|
|
1037
|
+
export interface ResourceSkusListOptionalParams extends coreClient.OperationOptions {
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
// @public
|
|
1041
|
+
export type ResourceSkusListResponse = ResourceSkuListResult;
|
|
1042
|
+
|
|
1043
|
+
// @public
|
|
1044
|
+
export interface Sku {
|
|
1045
|
+
capacity?: number;
|
|
1046
|
+
family?: string;
|
|
1047
|
+
name: string;
|
|
1048
|
+
size?: string;
|
|
1049
|
+
tier?: SkuTier;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export interface SkuAvailability {
|
|
1054
|
+
kind?: string;
|
|
1055
|
+
message?: string;
|
|
1056
|
+
reason?: string;
|
|
1057
|
+
skuAvailable?: boolean;
|
|
1058
|
+
skuName?: string;
|
|
1059
|
+
type?: string;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export interface SkuAvailabilityListResult {
|
|
1064
|
+
value?: SkuAvailability[];
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
// @public
|
|
1068
|
+
export interface SkuCapability {
|
|
1069
|
+
name?: string;
|
|
1070
|
+
value?: string;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
// @public
|
|
1074
|
+
export interface SkuChangeInfo {
|
|
1075
|
+
countOfDowngrades?: number;
|
|
1076
|
+
countOfUpgradesAfterDowngrades?: number;
|
|
1077
|
+
lastChangeDate?: string;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export type SkuTier = string;
|
|
1082
|
+
|
|
1083
|
+
// @public
|
|
1084
|
+
export interface SystemData {
|
|
1085
|
+
createdAt?: Date;
|
|
1086
|
+
createdBy?: string;
|
|
1087
|
+
createdByType?: CreatedByType;
|
|
1088
|
+
lastModifiedAt?: Date;
|
|
1089
|
+
lastModifiedBy?: string;
|
|
1090
|
+
lastModifiedByType?: CreatedByType;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
// @public (undocumented)
|
|
1094
|
+
export interface ThrottlingRule {
|
|
1095
|
+
// (undocumented)
|
|
1096
|
+
count?: number;
|
|
1097
|
+
// (undocumented)
|
|
1098
|
+
dynamicThrottlingEnabled?: boolean;
|
|
1099
|
+
// (undocumented)
|
|
1100
|
+
key?: string;
|
|
1101
|
+
// (undocumented)
|
|
1102
|
+
matchPatterns?: RequestMatchPattern[];
|
|
1103
|
+
// (undocumented)
|
|
1104
|
+
minCount?: number;
|
|
1105
|
+
// (undocumented)
|
|
1106
|
+
renewalPeriod?: number;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
// @public
|
|
1110
|
+
export type UnitType = string;
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export interface Usage {
|
|
1114
|
+
currentValue?: number;
|
|
1115
|
+
limit?: number;
|
|
1116
|
+
name?: MetricName;
|
|
1117
|
+
nextResetTime?: string;
|
|
1118
|
+
quotaPeriod?: string;
|
|
1119
|
+
status?: QuotaUsageStatus;
|
|
1120
|
+
unit?: UnitType;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
// @public
|
|
1124
|
+
export interface UsageListResult {
|
|
1125
|
+
value?: Usage[];
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
// @public
|
|
1129
|
+
export interface UserAssignedIdentity {
|
|
1130
|
+
readonly clientId?: string;
|
|
1131
|
+
readonly principalId?: string;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
// @public
|
|
1135
|
+
export interface UserOwnedStorage {
|
|
1136
|
+
// (undocumented)
|
|
1137
|
+
identityClientId?: string;
|
|
1138
|
+
resourceId?: string;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
// @public
|
|
1142
|
+
export interface VirtualNetworkRule {
|
|
1143
|
+
id: string;
|
|
1144
|
+
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
1145
|
+
state?: string;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
// (No @packageDocumentation comment for this package)
|
|
1149
|
+
|
|
1150
|
+
```
|