@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
package/esm/models/index.d.ts
DELETED
|
@@ -1,2102 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* The resource model definition representing SKU
|
|
6
|
-
*/
|
|
7
|
-
export interface Sku {
|
|
8
|
-
/**
|
|
9
|
-
* The name of the SKU. Ex - P3. It is typically a letter+number code
|
|
10
|
-
*/
|
|
11
|
-
name: string;
|
|
12
|
-
/**
|
|
13
|
-
* This field is required to be implemented by the Resource Provider if the service has more than
|
|
14
|
-
* one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard',
|
|
15
|
-
* 'Premium', 'Enterprise'
|
|
16
|
-
*/
|
|
17
|
-
tier?: SkuTier;
|
|
18
|
-
/**
|
|
19
|
-
* The SKU size. When the name field is the combination of tier and some other value, this would
|
|
20
|
-
* be the standalone code.
|
|
21
|
-
*/
|
|
22
|
-
size?: string;
|
|
23
|
-
/**
|
|
24
|
-
* If the service has different generations of hardware, for the same SKU, then that can be
|
|
25
|
-
* captured here.
|
|
26
|
-
*/
|
|
27
|
-
family?: string;
|
|
28
|
-
/**
|
|
29
|
-
* If the SKU supports scale out/in then the capacity integer should be included. If scale out/in
|
|
30
|
-
* is not possible for the resource this may be omitted.
|
|
31
|
-
*/
|
|
32
|
-
capacity?: number;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* User-assigned managed identity.
|
|
36
|
-
*/
|
|
37
|
-
export interface UserAssignedIdentity {
|
|
38
|
-
/**
|
|
39
|
-
* Azure Active Directory principal ID associated with this Identity.
|
|
40
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
41
|
-
*/
|
|
42
|
-
readonly principalId?: string;
|
|
43
|
-
/**
|
|
44
|
-
* Client App Id associated with this identity.
|
|
45
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
46
|
-
*/
|
|
47
|
-
readonly clientId?: string;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Identity for the resource.
|
|
51
|
-
*/
|
|
52
|
-
export interface Identity {
|
|
53
|
-
/**
|
|
54
|
-
* The identity type. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',
|
|
55
|
-
* 'SystemAssigned, UserAssigned'
|
|
56
|
-
*/
|
|
57
|
-
type?: ResourceIdentityType;
|
|
58
|
-
/**
|
|
59
|
-
* The tenant ID of resource.
|
|
60
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
61
|
-
*/
|
|
62
|
-
readonly tenantId?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The principal ID of resource identity.
|
|
65
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
66
|
-
*/
|
|
67
|
-
readonly principalId?: string;
|
|
68
|
-
/**
|
|
69
|
-
* The list of user assigned identities associated with the resource. The user identity
|
|
70
|
-
* dictionary key references will be ARM resource ids in the form:
|
|
71
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
|
|
72
|
-
*/
|
|
73
|
-
userAssignedIdentities?: {
|
|
74
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
79
|
-
*/
|
|
80
|
-
export interface SystemData {
|
|
81
|
-
/**
|
|
82
|
-
* The identity that created the resource.
|
|
83
|
-
*/
|
|
84
|
-
createdBy?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The type of identity that created the resource. Possible values include: 'User',
|
|
87
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
88
|
-
*/
|
|
89
|
-
createdByType?: CreatedByType;
|
|
90
|
-
/**
|
|
91
|
-
* The timestamp of resource creation (UTC).
|
|
92
|
-
*/
|
|
93
|
-
createdAt?: Date;
|
|
94
|
-
/**
|
|
95
|
-
* The identity that last modified the resource.
|
|
96
|
-
*/
|
|
97
|
-
lastModifiedBy?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The type of identity that last modified the resource. Possible values include: 'User',
|
|
100
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
101
|
-
*/
|
|
102
|
-
lastModifiedByType?: CreatedByType;
|
|
103
|
-
/**
|
|
104
|
-
* The timestamp of resource last modification (UTC)
|
|
105
|
-
*/
|
|
106
|
-
lastModifiedAt?: Date;
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* SkuCapability indicates the capability of a certain feature.
|
|
110
|
-
*/
|
|
111
|
-
export interface SkuCapability {
|
|
112
|
-
/**
|
|
113
|
-
* The name of the SkuCapability.
|
|
114
|
-
*/
|
|
115
|
-
name?: string;
|
|
116
|
-
/**
|
|
117
|
-
* The value of the SkuCapability.
|
|
118
|
-
*/
|
|
119
|
-
value?: string;
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* Sku change info of account.
|
|
123
|
-
*/
|
|
124
|
-
export interface SkuChangeInfo {
|
|
125
|
-
/**
|
|
126
|
-
* Gets the count of downgrades.
|
|
127
|
-
*/
|
|
128
|
-
countOfDowngrades?: number;
|
|
129
|
-
/**
|
|
130
|
-
* Gets the count of upgrades after downgrades.
|
|
131
|
-
*/
|
|
132
|
-
countOfUpgradesAfterDowngrades?: number;
|
|
133
|
-
/**
|
|
134
|
-
* Gets the last change date.
|
|
135
|
-
*/
|
|
136
|
-
lastChangeDate?: string;
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
* A rule governing the accessibility from a specific ip address or ip range.
|
|
140
|
-
*/
|
|
141
|
-
export interface IpRule {
|
|
142
|
-
/**
|
|
143
|
-
* An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or
|
|
144
|
-
* '124.56.78.0/24' (all addresses that start with 124.56.78).
|
|
145
|
-
*/
|
|
146
|
-
value: string;
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* A rule governing the accessibility from a specific virtual network.
|
|
150
|
-
*/
|
|
151
|
-
export interface VirtualNetworkRule {
|
|
152
|
-
/**
|
|
153
|
-
* Full resource id of a vnet subnet, such as
|
|
154
|
-
* '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
|
|
155
|
-
*/
|
|
156
|
-
id: string;
|
|
157
|
-
/**
|
|
158
|
-
* Gets the state of virtual network rule.
|
|
159
|
-
*/
|
|
160
|
-
state?: string;
|
|
161
|
-
/**
|
|
162
|
-
* Ignore missing vnet service endpoint or not.
|
|
163
|
-
*/
|
|
164
|
-
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* A set of rules governing the network accessibility.
|
|
168
|
-
*/
|
|
169
|
-
export interface NetworkRuleSet {
|
|
170
|
-
/**
|
|
171
|
-
* The default action when no rule from ipRules and from virtualNetworkRules match. This is only
|
|
172
|
-
* used after the bypass property has been evaluated. Possible values include: 'Allow', 'Deny'
|
|
173
|
-
*/
|
|
174
|
-
defaultAction?: NetworkRuleAction;
|
|
175
|
-
/**
|
|
176
|
-
* The list of IP address rules.
|
|
177
|
-
*/
|
|
178
|
-
ipRules?: IpRule[];
|
|
179
|
-
/**
|
|
180
|
-
* The list of virtual network rules.
|
|
181
|
-
*/
|
|
182
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
|
183
|
-
}
|
|
184
|
-
/**
|
|
185
|
-
* Properties to configure keyVault Properties
|
|
186
|
-
*/
|
|
187
|
-
export interface KeyVaultProperties {
|
|
188
|
-
/**
|
|
189
|
-
* Name of the Key from KeyVault
|
|
190
|
-
*/
|
|
191
|
-
keyName?: string;
|
|
192
|
-
/**
|
|
193
|
-
* Version of the Key from KeyVault
|
|
194
|
-
*/
|
|
195
|
-
keyVersion?: string;
|
|
196
|
-
/**
|
|
197
|
-
* Uri of KeyVault
|
|
198
|
-
*/
|
|
199
|
-
keyVaultUri?: string;
|
|
200
|
-
identityClientId?: string;
|
|
201
|
-
}
|
|
202
|
-
/**
|
|
203
|
-
* Properties to configure Encryption
|
|
204
|
-
*/
|
|
205
|
-
export interface Encryption {
|
|
206
|
-
/**
|
|
207
|
-
* Properties of KeyVault
|
|
208
|
-
*/
|
|
209
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
210
|
-
/**
|
|
211
|
-
* Enumerates the possible value of keySource for Encryption. Possible values include:
|
|
212
|
-
* 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'. Default value: 'Microsoft.KeyVault'.
|
|
213
|
-
*/
|
|
214
|
-
keySource?: KeySource;
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* The user owned storage for Cognitive Services account.
|
|
218
|
-
*/
|
|
219
|
-
export interface UserOwnedStorage {
|
|
220
|
-
/**
|
|
221
|
-
* Full resource id of a Microsoft.Storage resource.
|
|
222
|
-
*/
|
|
223
|
-
resourceId?: string;
|
|
224
|
-
identityClientId?: string;
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* The Private Endpoint resource.
|
|
228
|
-
*/
|
|
229
|
-
export interface PrivateEndpoint {
|
|
230
|
-
/**
|
|
231
|
-
* The ARM identifier for Private Endpoint
|
|
232
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
233
|
-
*/
|
|
234
|
-
readonly id?: string;
|
|
235
|
-
}
|
|
236
|
-
/**
|
|
237
|
-
* A collection of information about the state of the connection between service consumer and
|
|
238
|
-
* provider.
|
|
239
|
-
*/
|
|
240
|
-
export interface PrivateLinkServiceConnectionState {
|
|
241
|
-
/**
|
|
242
|
-
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the
|
|
243
|
-
* service. Possible values include: 'Pending', 'Approved', 'Rejected'
|
|
244
|
-
*/
|
|
245
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
246
|
-
/**
|
|
247
|
-
* The reason for approval/rejection of the connection.
|
|
248
|
-
*/
|
|
249
|
-
description?: string;
|
|
250
|
-
/**
|
|
251
|
-
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
252
|
-
*/
|
|
253
|
-
actionsRequired?: string;
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* Properties of the PrivateEndpointConnectProperties.
|
|
257
|
-
*/
|
|
258
|
-
export interface PrivateEndpointConnectionProperties {
|
|
259
|
-
/**
|
|
260
|
-
* The resource of private end point.
|
|
261
|
-
*/
|
|
262
|
-
privateEndpoint?: PrivateEndpoint;
|
|
263
|
-
/**
|
|
264
|
-
* A collection of information about the state of the connection between service consumer and
|
|
265
|
-
* provider.
|
|
266
|
-
*/
|
|
267
|
-
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
268
|
-
/**
|
|
269
|
-
* The provisioning state of the private endpoint connection resource. Possible values include:
|
|
270
|
-
* 'Succeeded', 'Creating', 'Deleting', 'Failed'
|
|
271
|
-
*/
|
|
272
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
273
|
-
/**
|
|
274
|
-
* The private link resource group ids.
|
|
275
|
-
*/
|
|
276
|
-
groupIds?: string[];
|
|
277
|
-
}
|
|
278
|
-
/**
|
|
279
|
-
* Common fields that are returned in the response for all Azure Resource Manager resources
|
|
280
|
-
* @summary Resource
|
|
281
|
-
*/
|
|
282
|
-
export interface Resource extends BaseResource {
|
|
283
|
-
/**
|
|
284
|
-
* Fully qualified resource ID for the resource. Ex -
|
|
285
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
286
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
287
|
-
*/
|
|
288
|
-
readonly id?: string;
|
|
289
|
-
/**
|
|
290
|
-
* The name of the resource
|
|
291
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
292
|
-
*/
|
|
293
|
-
readonly name?: string;
|
|
294
|
-
/**
|
|
295
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
|
|
296
|
-
* "Microsoft.Storage/storageAccounts"
|
|
297
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
298
|
-
*/
|
|
299
|
-
readonly type?: string;
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* The resource model definition for an Azure Resource Manager resource with an etag.
|
|
303
|
-
* @summary Entity Resource
|
|
304
|
-
*/
|
|
305
|
-
export interface AzureEntityResource extends Resource {
|
|
306
|
-
/**
|
|
307
|
-
* Resource Etag.
|
|
308
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
309
|
-
*/
|
|
310
|
-
readonly etag?: string;
|
|
311
|
-
}
|
|
312
|
-
/**
|
|
313
|
-
* The Private Endpoint Connection resource.
|
|
314
|
-
*/
|
|
315
|
-
export interface PrivateEndpointConnection extends AzureEntityResource {
|
|
316
|
-
/**
|
|
317
|
-
* Resource properties.
|
|
318
|
-
*/
|
|
319
|
-
properties?: PrivateEndpointConnectionProperties;
|
|
320
|
-
/**
|
|
321
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
322
|
-
*/
|
|
323
|
-
readonly systemData?: SystemData;
|
|
324
|
-
/**
|
|
325
|
-
* The location of the private endpoint connection
|
|
326
|
-
*/
|
|
327
|
-
location?: string;
|
|
328
|
-
}
|
|
329
|
-
/**
|
|
330
|
-
* The api properties for special APIs.
|
|
331
|
-
*/
|
|
332
|
-
export interface ApiProperties {
|
|
333
|
-
/**
|
|
334
|
-
* (QnAMaker Only) The runtime endpoint of QnAMaker.
|
|
335
|
-
*/
|
|
336
|
-
qnaRuntimeEndpoint?: string;
|
|
337
|
-
/**
|
|
338
|
-
* (QnAMaker Only) The Azure Search endpoint key of QnAMaker.
|
|
339
|
-
*/
|
|
340
|
-
qnaAzureSearchEndpointKey?: string;
|
|
341
|
-
/**
|
|
342
|
-
* (QnAMaker Only) The Azure Search endpoint id of QnAMaker.
|
|
343
|
-
*/
|
|
344
|
-
qnaAzureSearchEndpointId?: string;
|
|
345
|
-
/**
|
|
346
|
-
* (Bing Search Only) The flag to enable statistics of Bing Search.
|
|
347
|
-
*/
|
|
348
|
-
statisticsEnabled?: boolean;
|
|
349
|
-
/**
|
|
350
|
-
* (Personalization Only) The flag to enable statistics of Bing Search.
|
|
351
|
-
*/
|
|
352
|
-
eventHubConnectionString?: string;
|
|
353
|
-
/**
|
|
354
|
-
* (Personalization Only) The storage account connection string.
|
|
355
|
-
*/
|
|
356
|
-
storageAccountConnectionString?: string;
|
|
357
|
-
/**
|
|
358
|
-
* (Metrics Advisor Only) The Azure AD Client Id (Application Id).
|
|
359
|
-
*/
|
|
360
|
-
aadClientId?: string;
|
|
361
|
-
/**
|
|
362
|
-
* (Metrics Advisor Only) The Azure AD Tenant Id.
|
|
363
|
-
*/
|
|
364
|
-
aadTenantId?: string;
|
|
365
|
-
/**
|
|
366
|
-
* (Metrics Advisor Only) The super user of Metrics Advisor.
|
|
367
|
-
*/
|
|
368
|
-
superUser?: string;
|
|
369
|
-
/**
|
|
370
|
-
* (Metrics Advisor Only) The website name of Metrics Advisor.
|
|
371
|
-
*/
|
|
372
|
-
websiteName?: string;
|
|
373
|
-
/**
|
|
374
|
-
* Describes unknown properties. The value of an unknown property can be of "any" type.
|
|
375
|
-
*/
|
|
376
|
-
[property: string]: any;
|
|
377
|
-
}
|
|
378
|
-
/**
|
|
379
|
-
* An interface representing RequestMatchPattern.
|
|
380
|
-
*/
|
|
381
|
-
export interface RequestMatchPattern {
|
|
382
|
-
path?: string;
|
|
383
|
-
method?: string;
|
|
384
|
-
}
|
|
385
|
-
/**
|
|
386
|
-
* An interface representing ThrottlingRule.
|
|
387
|
-
*/
|
|
388
|
-
export interface ThrottlingRule {
|
|
389
|
-
key?: string;
|
|
390
|
-
renewalPeriod?: number;
|
|
391
|
-
count?: number;
|
|
392
|
-
minCount?: number;
|
|
393
|
-
dynamicThrottlingEnabled?: boolean;
|
|
394
|
-
matchPatterns?: RequestMatchPattern[];
|
|
395
|
-
}
|
|
396
|
-
/**
|
|
397
|
-
* The call rate limit Cognitive Services account.
|
|
398
|
-
*/
|
|
399
|
-
export interface CallRateLimit {
|
|
400
|
-
/**
|
|
401
|
-
* The count value of Call Rate Limit.
|
|
402
|
-
*/
|
|
403
|
-
count?: number;
|
|
404
|
-
/**
|
|
405
|
-
* The renewal period in seconds of Call Rate Limit.
|
|
406
|
-
*/
|
|
407
|
-
renewalPeriod?: number;
|
|
408
|
-
rules?: ThrottlingRule[];
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* An interface representing QuotaLimit.
|
|
412
|
-
*/
|
|
413
|
-
export interface QuotaLimit {
|
|
414
|
-
count?: number;
|
|
415
|
-
renewalPeriod?: number;
|
|
416
|
-
rules?: ThrottlingRule[];
|
|
417
|
-
}
|
|
418
|
-
/**
|
|
419
|
-
* Properties of Cognitive Services account.
|
|
420
|
-
*/
|
|
421
|
-
export interface AccountProperties {
|
|
422
|
-
/**
|
|
423
|
-
* Gets the status of the cognitive services account at the time the operation was called.
|
|
424
|
-
* Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded',
|
|
425
|
-
* 'ResolvingDNS'
|
|
426
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
427
|
-
*/
|
|
428
|
-
readonly provisioningState?: ProvisioningState;
|
|
429
|
-
/**
|
|
430
|
-
* Endpoint of the created account.
|
|
431
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
432
|
-
*/
|
|
433
|
-
readonly endpoint?: string;
|
|
434
|
-
/**
|
|
435
|
-
* The internal identifier (deprecated, do not use this property).
|
|
436
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
437
|
-
*/
|
|
438
|
-
readonly internalId?: string;
|
|
439
|
-
/**
|
|
440
|
-
* Gets the capabilities of the cognitive services account. Each item indicates the capability of
|
|
441
|
-
* a specific feature. The values are read-only and for reference only.
|
|
442
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
443
|
-
*/
|
|
444
|
-
readonly capabilities?: SkuCapability[];
|
|
445
|
-
/**
|
|
446
|
-
* If the resource is migrated from an existing key.
|
|
447
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
448
|
-
*/
|
|
449
|
-
readonly isMigrated?: boolean;
|
|
450
|
-
/**
|
|
451
|
-
* Resource migration token.
|
|
452
|
-
*/
|
|
453
|
-
migrationToken?: string;
|
|
454
|
-
/**
|
|
455
|
-
* Sku change info of account.
|
|
456
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
457
|
-
*/
|
|
458
|
-
readonly skuChangeInfo?: SkuChangeInfo;
|
|
459
|
-
/**
|
|
460
|
-
* Optional subdomain name used for token-based authentication.
|
|
461
|
-
*/
|
|
462
|
-
customSubDomainName?: string;
|
|
463
|
-
/**
|
|
464
|
-
* A collection of rules governing the accessibility from specific network locations.
|
|
465
|
-
*/
|
|
466
|
-
networkAcls?: NetworkRuleSet;
|
|
467
|
-
/**
|
|
468
|
-
* The encryption properties for this resource.
|
|
469
|
-
*/
|
|
470
|
-
encryption?: Encryption;
|
|
471
|
-
/**
|
|
472
|
-
* The storage accounts for this resource.
|
|
473
|
-
*/
|
|
474
|
-
userOwnedStorage?: UserOwnedStorage[];
|
|
475
|
-
/**
|
|
476
|
-
* The private endpoint connection associated with the Cognitive Services account.
|
|
477
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
478
|
-
*/
|
|
479
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
480
|
-
/**
|
|
481
|
-
* Whether or not public endpoint access is allowed for this account. Value is optional but if
|
|
482
|
-
* passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'
|
|
483
|
-
*/
|
|
484
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
485
|
-
/**
|
|
486
|
-
* The api properties for special APIs.
|
|
487
|
-
*/
|
|
488
|
-
apiProperties?: ApiProperties;
|
|
489
|
-
/**
|
|
490
|
-
* Gets the date of cognitive services account creation.
|
|
491
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
492
|
-
*/
|
|
493
|
-
readonly dateCreated?: string;
|
|
494
|
-
/**
|
|
495
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
496
|
-
*/
|
|
497
|
-
readonly callRateLimit?: CallRateLimit;
|
|
498
|
-
/**
|
|
499
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
500
|
-
*/
|
|
501
|
-
readonly quotaLimit?: QuotaLimit;
|
|
502
|
-
restrictOutboundNetworkAccess?: boolean;
|
|
503
|
-
allowedFqdnList?: string[];
|
|
504
|
-
disableLocalAuth?: boolean;
|
|
505
|
-
/**
|
|
506
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
507
|
-
*/
|
|
508
|
-
readonly endpoints?: {
|
|
509
|
-
[propertyName: string]: string;
|
|
510
|
-
};
|
|
511
|
-
restore?: boolean;
|
|
512
|
-
}
|
|
513
|
-
/**
|
|
514
|
-
* Cognitive Services account is an Azure resource representing the provisioned account, it's type,
|
|
515
|
-
* location and SKU.
|
|
516
|
-
*/
|
|
517
|
-
export interface Account extends AzureEntityResource {
|
|
518
|
-
/**
|
|
519
|
-
* The Kind of the resource.
|
|
520
|
-
*/
|
|
521
|
-
kind?: string;
|
|
522
|
-
sku?: Sku;
|
|
523
|
-
identity?: Identity;
|
|
524
|
-
/**
|
|
525
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
526
|
-
*/
|
|
527
|
-
readonly systemData?: SystemData;
|
|
528
|
-
/**
|
|
529
|
-
* Resource tags.
|
|
530
|
-
*/
|
|
531
|
-
tags?: {
|
|
532
|
-
[propertyName: string]: string;
|
|
533
|
-
};
|
|
534
|
-
/**
|
|
535
|
-
* The geo-location where the resource lives
|
|
536
|
-
*/
|
|
537
|
-
location?: string;
|
|
538
|
-
/**
|
|
539
|
-
* Properties of Cognitive Services account.
|
|
540
|
-
*/
|
|
541
|
-
properties?: AccountProperties;
|
|
542
|
-
}
|
|
543
|
-
/**
|
|
544
|
-
* The access keys for the cognitive services account.
|
|
545
|
-
*/
|
|
546
|
-
export interface ApiKeys {
|
|
547
|
-
/**
|
|
548
|
-
* Gets the value of key 1.
|
|
549
|
-
*/
|
|
550
|
-
key1?: string;
|
|
551
|
-
/**
|
|
552
|
-
* Gets the value of key 2.
|
|
553
|
-
*/
|
|
554
|
-
key2?: string;
|
|
555
|
-
}
|
|
556
|
-
/**
|
|
557
|
-
* Regenerate key parameters.
|
|
558
|
-
*/
|
|
559
|
-
export interface RegenerateKeyParameters {
|
|
560
|
-
/**
|
|
561
|
-
* key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'
|
|
562
|
-
*/
|
|
563
|
-
keyName: KeyName;
|
|
564
|
-
}
|
|
565
|
-
/**
|
|
566
|
-
* Cognitive Services resource type and SKU.
|
|
567
|
-
*/
|
|
568
|
-
export interface AccountSku {
|
|
569
|
-
/**
|
|
570
|
-
* Resource Namespace and Type
|
|
571
|
-
*/
|
|
572
|
-
resourceType?: string;
|
|
573
|
-
/**
|
|
574
|
-
* The SKU of Cognitive Services account.
|
|
575
|
-
*/
|
|
576
|
-
sku?: Sku;
|
|
577
|
-
}
|
|
578
|
-
/**
|
|
579
|
-
* The list of cognitive services accounts operation response.
|
|
580
|
-
*/
|
|
581
|
-
export interface AccountSkuListResult {
|
|
582
|
-
/**
|
|
583
|
-
* Gets the list of Cognitive Services accounts and their properties.
|
|
584
|
-
*/
|
|
585
|
-
value?: AccountSku[];
|
|
586
|
-
}
|
|
587
|
-
/**
|
|
588
|
-
* A metric name.
|
|
589
|
-
*/
|
|
590
|
-
export interface MetricName {
|
|
591
|
-
/**
|
|
592
|
-
* The name of the metric.
|
|
593
|
-
*/
|
|
594
|
-
value?: string;
|
|
595
|
-
/**
|
|
596
|
-
* The friendly name of the metric.
|
|
597
|
-
*/
|
|
598
|
-
localizedValue?: string;
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* The usage data for a usage request.
|
|
602
|
-
*/
|
|
603
|
-
export interface Usage {
|
|
604
|
-
/**
|
|
605
|
-
* The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',
|
|
606
|
-
* 'CountPerSecond', 'BytesPerSecond', 'Milliseconds'
|
|
607
|
-
*/
|
|
608
|
-
unit?: UnitType;
|
|
609
|
-
/**
|
|
610
|
-
* The name information for the metric.
|
|
611
|
-
*/
|
|
612
|
-
name?: MetricName;
|
|
613
|
-
/**
|
|
614
|
-
* The quota period used to summarize the usage values.
|
|
615
|
-
*/
|
|
616
|
-
quotaPeriod?: string;
|
|
617
|
-
/**
|
|
618
|
-
* Maximum value for this metric.
|
|
619
|
-
*/
|
|
620
|
-
limit?: number;
|
|
621
|
-
/**
|
|
622
|
-
* Current value for this metric.
|
|
623
|
-
*/
|
|
624
|
-
currentValue?: number;
|
|
625
|
-
/**
|
|
626
|
-
* Next reset time for current quota.
|
|
627
|
-
*/
|
|
628
|
-
nextResetTime?: string;
|
|
629
|
-
/**
|
|
630
|
-
* Cognitive Services account quota usage status. Possible values include: 'Included', 'Blocked',
|
|
631
|
-
* 'InOverage', 'Unknown'
|
|
632
|
-
*/
|
|
633
|
-
status?: QuotaUsageStatus;
|
|
634
|
-
}
|
|
635
|
-
/**
|
|
636
|
-
* The response to a list usage request.
|
|
637
|
-
*/
|
|
638
|
-
export interface UsageListResult {
|
|
639
|
-
/**
|
|
640
|
-
* The list of usages for Cognitive Service account.
|
|
641
|
-
*/
|
|
642
|
-
value?: Usage[];
|
|
643
|
-
}
|
|
644
|
-
/**
|
|
645
|
-
* Check SKU availability parameter.
|
|
646
|
-
*/
|
|
647
|
-
export interface CheckSkuAvailabilityParameter {
|
|
648
|
-
/**
|
|
649
|
-
* The SKU of the resource.
|
|
650
|
-
*/
|
|
651
|
-
skus: string[];
|
|
652
|
-
/**
|
|
653
|
-
* The Kind of the resource.
|
|
654
|
-
*/
|
|
655
|
-
kind: string;
|
|
656
|
-
/**
|
|
657
|
-
* The Type of the resource.
|
|
658
|
-
*/
|
|
659
|
-
type: string;
|
|
660
|
-
}
|
|
661
|
-
/**
|
|
662
|
-
* SKU availability.
|
|
663
|
-
*/
|
|
664
|
-
export interface SkuAvailability {
|
|
665
|
-
/**
|
|
666
|
-
* The Kind of the resource.
|
|
667
|
-
*/
|
|
668
|
-
kind?: string;
|
|
669
|
-
/**
|
|
670
|
-
* The Type of the resource.
|
|
671
|
-
*/
|
|
672
|
-
type?: string;
|
|
673
|
-
/**
|
|
674
|
-
* The SKU of Cognitive Services account.
|
|
675
|
-
*/
|
|
676
|
-
skuName?: string;
|
|
677
|
-
/**
|
|
678
|
-
* Indicates the given SKU is available or not.
|
|
679
|
-
*/
|
|
680
|
-
skuAvailable?: boolean;
|
|
681
|
-
/**
|
|
682
|
-
* Reason why the SKU is not available.
|
|
683
|
-
*/
|
|
684
|
-
reason?: string;
|
|
685
|
-
/**
|
|
686
|
-
* Additional error message.
|
|
687
|
-
*/
|
|
688
|
-
message?: string;
|
|
689
|
-
}
|
|
690
|
-
/**
|
|
691
|
-
* Check SKU availability result list.
|
|
692
|
-
*/
|
|
693
|
-
export interface SkuAvailabilityListResult {
|
|
694
|
-
/**
|
|
695
|
-
* Check SKU availability result list.
|
|
696
|
-
*/
|
|
697
|
-
value?: SkuAvailability[];
|
|
698
|
-
}
|
|
699
|
-
/**
|
|
700
|
-
* Check Domain availability parameter.
|
|
701
|
-
*/
|
|
702
|
-
export interface CheckDomainAvailabilityParameter {
|
|
703
|
-
/**
|
|
704
|
-
* The subdomain name to use.
|
|
705
|
-
*/
|
|
706
|
-
subdomainName: string;
|
|
707
|
-
/**
|
|
708
|
-
* The Type of the resource.
|
|
709
|
-
*/
|
|
710
|
-
type: string;
|
|
711
|
-
/**
|
|
712
|
-
* The Kind of the resource.
|
|
713
|
-
*/
|
|
714
|
-
kind?: string;
|
|
715
|
-
}
|
|
716
|
-
/**
|
|
717
|
-
* Domain availability.
|
|
718
|
-
*/
|
|
719
|
-
export interface DomainAvailability {
|
|
720
|
-
/**
|
|
721
|
-
* Indicates the given SKU is available or not.
|
|
722
|
-
*/
|
|
723
|
-
isSubdomainAvailable?: boolean;
|
|
724
|
-
/**
|
|
725
|
-
* Reason why the SKU is not available.
|
|
726
|
-
*/
|
|
727
|
-
reason?: string;
|
|
728
|
-
/**
|
|
729
|
-
* The subdomain name to use.
|
|
730
|
-
*/
|
|
731
|
-
subdomainName?: string;
|
|
732
|
-
/**
|
|
733
|
-
* The Type of the resource.
|
|
734
|
-
*/
|
|
735
|
-
type?: string;
|
|
736
|
-
/**
|
|
737
|
-
* The Kind of the resource.
|
|
738
|
-
*/
|
|
739
|
-
kind?: string;
|
|
740
|
-
}
|
|
741
|
-
/**
|
|
742
|
-
* An interface representing ResourceSkuRestrictionInfo.
|
|
743
|
-
*/
|
|
744
|
-
export interface ResourceSkuRestrictionInfo {
|
|
745
|
-
/**
|
|
746
|
-
* Locations where the SKU is restricted
|
|
747
|
-
*/
|
|
748
|
-
locations?: string[];
|
|
749
|
-
/**
|
|
750
|
-
* List of availability zones where the SKU is restricted.
|
|
751
|
-
*/
|
|
752
|
-
zones?: string[];
|
|
753
|
-
}
|
|
754
|
-
/**
|
|
755
|
-
* Describes restrictions of a SKU.
|
|
756
|
-
*/
|
|
757
|
-
export interface ResourceSkuRestrictions {
|
|
758
|
-
/**
|
|
759
|
-
* The type of restrictions. Possible values include: 'Location', 'Zone'
|
|
760
|
-
*/
|
|
761
|
-
type?: ResourceSkuRestrictionsType;
|
|
762
|
-
/**
|
|
763
|
-
* The value of restrictions. If the restriction type is set to location. This would be different
|
|
764
|
-
* locations where the SKU is restricted.
|
|
765
|
-
*/
|
|
766
|
-
values?: string[];
|
|
767
|
-
/**
|
|
768
|
-
* The information about the restriction where the SKU cannot be used.
|
|
769
|
-
*/
|
|
770
|
-
restrictionInfo?: ResourceSkuRestrictionInfo;
|
|
771
|
-
/**
|
|
772
|
-
* The reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
773
|
-
*/
|
|
774
|
-
reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
775
|
-
}
|
|
776
|
-
/**
|
|
777
|
-
* Describes an available Cognitive Services SKU.
|
|
778
|
-
*/
|
|
779
|
-
export interface ResourceSku {
|
|
780
|
-
/**
|
|
781
|
-
* The type of resource the SKU applies to.
|
|
782
|
-
*/
|
|
783
|
-
resourceType?: string;
|
|
784
|
-
/**
|
|
785
|
-
* The name of SKU.
|
|
786
|
-
*/
|
|
787
|
-
name?: string;
|
|
788
|
-
/**
|
|
789
|
-
* Specifies the tier of Cognitive Services account.
|
|
790
|
-
*/
|
|
791
|
-
tier?: string;
|
|
792
|
-
/**
|
|
793
|
-
* The Kind of resources that are supported in this SKU.
|
|
794
|
-
*/
|
|
795
|
-
kind?: string;
|
|
796
|
-
/**
|
|
797
|
-
* The set of locations that the SKU is available.
|
|
798
|
-
*/
|
|
799
|
-
locations?: string[];
|
|
800
|
-
/**
|
|
801
|
-
* The restrictions because of which SKU cannot be used. This is empty if there are no
|
|
802
|
-
* restrictions.
|
|
803
|
-
*/
|
|
804
|
-
restrictions?: ResourceSkuRestrictions[];
|
|
805
|
-
}
|
|
806
|
-
/**
|
|
807
|
-
* A list of private endpoint connections
|
|
808
|
-
*/
|
|
809
|
-
export interface PrivateEndpointConnectionListResult {
|
|
810
|
-
/**
|
|
811
|
-
* Array of private endpoint connections
|
|
812
|
-
*/
|
|
813
|
-
value?: PrivateEndpointConnection[];
|
|
814
|
-
}
|
|
815
|
-
/**
|
|
816
|
-
* Properties of a private link resource.
|
|
817
|
-
*/
|
|
818
|
-
export interface PrivateLinkResourceProperties {
|
|
819
|
-
/**
|
|
820
|
-
* The private link resource group id.
|
|
821
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
822
|
-
*/
|
|
823
|
-
readonly groupId?: string;
|
|
824
|
-
/**
|
|
825
|
-
* The private link resource required member names.
|
|
826
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
827
|
-
*/
|
|
828
|
-
readonly requiredMembers?: string[];
|
|
829
|
-
/**
|
|
830
|
-
* The private link resource Private link DNS zone name.
|
|
831
|
-
*/
|
|
832
|
-
requiredZoneNames?: string[];
|
|
833
|
-
/**
|
|
834
|
-
* The private link resource display name.
|
|
835
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
836
|
-
*/
|
|
837
|
-
readonly displayName?: string;
|
|
838
|
-
}
|
|
839
|
-
/**
|
|
840
|
-
* A private link resource
|
|
841
|
-
*/
|
|
842
|
-
export interface PrivateLinkResource extends Resource {
|
|
843
|
-
/**
|
|
844
|
-
* Resource properties.
|
|
845
|
-
*/
|
|
846
|
-
properties?: PrivateLinkResourceProperties;
|
|
847
|
-
}
|
|
848
|
-
/**
|
|
849
|
-
* A list of private link resources
|
|
850
|
-
*/
|
|
851
|
-
export interface PrivateLinkResourceListResult {
|
|
852
|
-
/**
|
|
853
|
-
* Array of private link resources
|
|
854
|
-
*/
|
|
855
|
-
value?: PrivateLinkResource[];
|
|
856
|
-
}
|
|
857
|
-
/**
|
|
858
|
-
* Properties of Cognitive Services account deployment model.
|
|
859
|
-
*/
|
|
860
|
-
export interface DeploymentModel {
|
|
861
|
-
/**
|
|
862
|
-
* Deployment model format.
|
|
863
|
-
*/
|
|
864
|
-
format?: string;
|
|
865
|
-
/**
|
|
866
|
-
* Deployment model name.
|
|
867
|
-
*/
|
|
868
|
-
name?: string;
|
|
869
|
-
/**
|
|
870
|
-
* Deployment model version.
|
|
871
|
-
*/
|
|
872
|
-
version?: string;
|
|
873
|
-
}
|
|
874
|
-
/**
|
|
875
|
-
* Properties of Cognitive Services account deployment model.
|
|
876
|
-
*/
|
|
877
|
-
export interface DeploymentScaleSettings {
|
|
878
|
-
/**
|
|
879
|
-
* Deployment scale type. Possible values include: 'Manual'
|
|
880
|
-
*/
|
|
881
|
-
scaleType?: DeploymentScaleType;
|
|
882
|
-
/**
|
|
883
|
-
* Deployment capacity.
|
|
884
|
-
*/
|
|
885
|
-
capacity?: number;
|
|
886
|
-
}
|
|
887
|
-
/**
|
|
888
|
-
* Properties of Cognitive Services account deployment.
|
|
889
|
-
*/
|
|
890
|
-
export interface DeploymentProperties {
|
|
891
|
-
/**
|
|
892
|
-
* Gets the status of the resource at the time the operation was called. Possible values include:
|
|
893
|
-
* 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded'
|
|
894
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
895
|
-
*/
|
|
896
|
-
readonly provisioningState?: DeploymentProvisioningState;
|
|
897
|
-
model?: DeploymentModel;
|
|
898
|
-
scaleSettings?: DeploymentScaleSettings;
|
|
899
|
-
}
|
|
900
|
-
/**
|
|
901
|
-
* The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
|
|
902
|
-
* and a location
|
|
903
|
-
* @summary Proxy Resource
|
|
904
|
-
*/
|
|
905
|
-
export interface ProxyResource extends Resource {
|
|
906
|
-
}
|
|
907
|
-
/**
|
|
908
|
-
* Cognitive Services account deployment.
|
|
909
|
-
*/
|
|
910
|
-
export interface Deployment extends ProxyResource {
|
|
911
|
-
/**
|
|
912
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
913
|
-
*/
|
|
914
|
-
readonly systemData?: SystemData;
|
|
915
|
-
/**
|
|
916
|
-
* Resource Etag.
|
|
917
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
918
|
-
*/
|
|
919
|
-
readonly etag?: string;
|
|
920
|
-
/**
|
|
921
|
-
* Properties of Cognitive Services account deployment.
|
|
922
|
-
*/
|
|
923
|
-
properties?: DeploymentProperties;
|
|
924
|
-
}
|
|
925
|
-
/**
|
|
926
|
-
* Cognitive Services account commitment quota.
|
|
927
|
-
*/
|
|
928
|
-
export interface CommitmentQuota {
|
|
929
|
-
/**
|
|
930
|
-
* Commitment quota quantity.
|
|
931
|
-
*/
|
|
932
|
-
quantity?: number;
|
|
933
|
-
/**
|
|
934
|
-
* Commitment quota unit.
|
|
935
|
-
*/
|
|
936
|
-
unit?: string;
|
|
937
|
-
}
|
|
938
|
-
/**
|
|
939
|
-
* Cognitive Services account commitment cost.
|
|
940
|
-
*/
|
|
941
|
-
export interface CommitmentCost {
|
|
942
|
-
/**
|
|
943
|
-
* Commitment meter Id.
|
|
944
|
-
*/
|
|
945
|
-
commitmentMeterId?: string;
|
|
946
|
-
/**
|
|
947
|
-
* Overage meter Id.
|
|
948
|
-
*/
|
|
949
|
-
overageMeterId?: string;
|
|
950
|
-
}
|
|
951
|
-
/**
|
|
952
|
-
* Cognitive Services account commitment tier.
|
|
953
|
-
*/
|
|
954
|
-
export interface CommitmentTier {
|
|
955
|
-
/**
|
|
956
|
-
* The Kind of the resource.
|
|
957
|
-
*/
|
|
958
|
-
kind?: string;
|
|
959
|
-
/**
|
|
960
|
-
* The name of the SKU. Ex - P3. It is typically a letter+number code
|
|
961
|
-
*/
|
|
962
|
-
skuName?: string;
|
|
963
|
-
/**
|
|
964
|
-
* Account hosting model. Possible values include: 'Web', 'ConnectedContainer',
|
|
965
|
-
* 'DisconnectedContainer'
|
|
966
|
-
*/
|
|
967
|
-
hostingModel?: HostingModel;
|
|
968
|
-
/**
|
|
969
|
-
* Commitment plan type.
|
|
970
|
-
*/
|
|
971
|
-
planType?: string;
|
|
972
|
-
/**
|
|
973
|
-
* Commitment period commitment tier.
|
|
974
|
-
*/
|
|
975
|
-
tier?: string;
|
|
976
|
-
/**
|
|
977
|
-
* Commitment period commitment max count.
|
|
978
|
-
*/
|
|
979
|
-
maxCount?: number;
|
|
980
|
-
quota?: CommitmentQuota;
|
|
981
|
-
cost?: CommitmentCost;
|
|
982
|
-
}
|
|
983
|
-
/**
|
|
984
|
-
* Cognitive Services account commitment period.
|
|
985
|
-
*/
|
|
986
|
-
export interface CommitmentPeriod {
|
|
987
|
-
/**
|
|
988
|
-
* Commitment period commitment tier.
|
|
989
|
-
*/
|
|
990
|
-
tier?: string;
|
|
991
|
-
/**
|
|
992
|
-
* Commitment period commitment count.
|
|
993
|
-
*/
|
|
994
|
-
count?: number;
|
|
995
|
-
/**
|
|
996
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
997
|
-
*/
|
|
998
|
-
readonly quota?: CommitmentQuota;
|
|
999
|
-
/**
|
|
1000
|
-
* Commitment period start date.
|
|
1001
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1002
|
-
*/
|
|
1003
|
-
readonly startDate?: string;
|
|
1004
|
-
/**
|
|
1005
|
-
* Commitment period end date.
|
|
1006
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1007
|
-
*/
|
|
1008
|
-
readonly endDate?: string;
|
|
1009
|
-
}
|
|
1010
|
-
/**
|
|
1011
|
-
* Properties of Cognitive Services account commitment plan.
|
|
1012
|
-
*/
|
|
1013
|
-
export interface CommitmentPlanProperties {
|
|
1014
|
-
/**
|
|
1015
|
-
* Account hosting model. Possible values include: 'Web', 'ConnectedContainer',
|
|
1016
|
-
* 'DisconnectedContainer'
|
|
1017
|
-
*/
|
|
1018
|
-
hostingModel?: HostingModel;
|
|
1019
|
-
/**
|
|
1020
|
-
* Commitment plan type.
|
|
1021
|
-
*/
|
|
1022
|
-
planType?: string;
|
|
1023
|
-
current?: CommitmentPeriod;
|
|
1024
|
-
/**
|
|
1025
|
-
* AutoRenew commitment plan.
|
|
1026
|
-
*/
|
|
1027
|
-
autoRenew?: boolean;
|
|
1028
|
-
next?: CommitmentPeriod;
|
|
1029
|
-
/**
|
|
1030
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1031
|
-
*/
|
|
1032
|
-
readonly last?: CommitmentPeriod;
|
|
1033
|
-
}
|
|
1034
|
-
/**
|
|
1035
|
-
* Cognitive Services account commitment plan.
|
|
1036
|
-
*/
|
|
1037
|
-
export interface CommitmentPlan extends ProxyResource {
|
|
1038
|
-
/**
|
|
1039
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1040
|
-
*/
|
|
1041
|
-
readonly systemData?: SystemData;
|
|
1042
|
-
/**
|
|
1043
|
-
* Resource Etag.
|
|
1044
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1045
|
-
*/
|
|
1046
|
-
readonly etag?: string;
|
|
1047
|
-
/**
|
|
1048
|
-
* Properties of Cognitive Services account commitment plan.
|
|
1049
|
-
*/
|
|
1050
|
-
properties?: CommitmentPlanProperties;
|
|
1051
|
-
}
|
|
1052
|
-
/**
|
|
1053
|
-
* The resource model definition for an Azure Resource Manager tracked top level resource which has
|
|
1054
|
-
* 'tags' and a 'location'
|
|
1055
|
-
* @summary Tracked Resource
|
|
1056
|
-
*/
|
|
1057
|
-
export interface TrackedResource extends Resource {
|
|
1058
|
-
/**
|
|
1059
|
-
* Resource tags.
|
|
1060
|
-
*/
|
|
1061
|
-
tags?: {
|
|
1062
|
-
[propertyName: string]: string;
|
|
1063
|
-
};
|
|
1064
|
-
/**
|
|
1065
|
-
* The geo-location where the resource lives
|
|
1066
|
-
*/
|
|
1067
|
-
location: string;
|
|
1068
|
-
}
|
|
1069
|
-
/**
|
|
1070
|
-
* The resource management error additional info.
|
|
1071
|
-
*/
|
|
1072
|
-
export interface ErrorAdditionalInfo {
|
|
1073
|
-
/**
|
|
1074
|
-
* The additional info type.
|
|
1075
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1076
|
-
*/
|
|
1077
|
-
readonly type?: string;
|
|
1078
|
-
/**
|
|
1079
|
-
* The additional info.
|
|
1080
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1081
|
-
*/
|
|
1082
|
-
readonly info?: any;
|
|
1083
|
-
}
|
|
1084
|
-
/**
|
|
1085
|
-
* The error detail.
|
|
1086
|
-
*/
|
|
1087
|
-
export interface ErrorDetail {
|
|
1088
|
-
/**
|
|
1089
|
-
* The error code.
|
|
1090
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1091
|
-
*/
|
|
1092
|
-
readonly code?: string;
|
|
1093
|
-
/**
|
|
1094
|
-
* The error message.
|
|
1095
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1096
|
-
*/
|
|
1097
|
-
readonly message?: string;
|
|
1098
|
-
/**
|
|
1099
|
-
* The error target.
|
|
1100
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1101
|
-
*/
|
|
1102
|
-
readonly target?: string;
|
|
1103
|
-
/**
|
|
1104
|
-
* The error details.
|
|
1105
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1106
|
-
*/
|
|
1107
|
-
readonly details?: ErrorDetail[];
|
|
1108
|
-
/**
|
|
1109
|
-
* The error additional info.
|
|
1110
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1111
|
-
*/
|
|
1112
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1113
|
-
}
|
|
1114
|
-
/**
|
|
1115
|
-
* Common error response for all Azure Resource Manager APIs to return error details for failed
|
|
1116
|
-
* operations. (This also follows the OData error response format.).
|
|
1117
|
-
* @summary Error response
|
|
1118
|
-
*/
|
|
1119
|
-
export interface ErrorResponse {
|
|
1120
|
-
/**
|
|
1121
|
-
* The error object.
|
|
1122
|
-
*/
|
|
1123
|
-
error?: ErrorDetail;
|
|
1124
|
-
}
|
|
1125
|
-
/**
|
|
1126
|
-
* Localized display information for this particular operation.
|
|
1127
|
-
*/
|
|
1128
|
-
export interface OperationDisplay {
|
|
1129
|
-
/**
|
|
1130
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring
|
|
1131
|
-
* Insights" or "Microsoft Compute".
|
|
1132
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1133
|
-
*/
|
|
1134
|
-
readonly provider?: string;
|
|
1135
|
-
/**
|
|
1136
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual
|
|
1137
|
-
* Machines" or "Job Schedule Collections".
|
|
1138
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1139
|
-
*/
|
|
1140
|
-
readonly resource?: string;
|
|
1141
|
-
/**
|
|
1142
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create
|
|
1143
|
-
* or Update Virtual Machine", "Restart Virtual Machine".
|
|
1144
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1145
|
-
*/
|
|
1146
|
-
readonly operation?: string;
|
|
1147
|
-
/**
|
|
1148
|
-
* The short, localized friendly description of the operation; suitable for tool tips and
|
|
1149
|
-
* detailed views.
|
|
1150
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1151
|
-
*/
|
|
1152
|
-
readonly description?: string;
|
|
1153
|
-
}
|
|
1154
|
-
/**
|
|
1155
|
-
* Details of a REST API operation, returned from the Resource Provider Operations API
|
|
1156
|
-
* @summary REST API Operation
|
|
1157
|
-
*/
|
|
1158
|
-
export interface Operation {
|
|
1159
|
-
/**
|
|
1160
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples:
|
|
1161
|
-
* "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
1162
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1163
|
-
*/
|
|
1164
|
-
readonly name?: string;
|
|
1165
|
-
/**
|
|
1166
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and
|
|
1167
|
-
* "false" for ARM/control-plane operations.
|
|
1168
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1169
|
-
*/
|
|
1170
|
-
readonly isDataAction?: boolean;
|
|
1171
|
-
/**
|
|
1172
|
-
* Localized display information for this particular operation.
|
|
1173
|
-
*/
|
|
1174
|
-
display?: OperationDisplay;
|
|
1175
|
-
/**
|
|
1176
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit
|
|
1177
|
-
* logs UX. Default value is "user,system". Possible values include: 'user', 'system',
|
|
1178
|
-
* 'user,system'
|
|
1179
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1180
|
-
*/
|
|
1181
|
-
readonly origin?: Origin;
|
|
1182
|
-
/**
|
|
1183
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
1184
|
-
* Possible values include: 'Internal'
|
|
1185
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1186
|
-
*/
|
|
1187
|
-
readonly actionType?: ActionType;
|
|
1188
|
-
}
|
|
1189
|
-
/**
|
|
1190
|
-
* Optional Parameters.
|
|
1191
|
-
*/
|
|
1192
|
-
export interface AccountsListUsagesOptionalParams extends msRest.RequestOptionsBase {
|
|
1193
|
-
/**
|
|
1194
|
-
* An OData filter expression that describes a subset of usages to return. The supported
|
|
1195
|
-
* parameter is name.value (name of the metric, can have an or of multiple names).
|
|
1196
|
-
*/
|
|
1197
|
-
filter?: string;
|
|
1198
|
-
}
|
|
1199
|
-
/**
|
|
1200
|
-
* Optional Parameters.
|
|
1201
|
-
*/
|
|
1202
|
-
export interface CognitiveServicesManagementClientCheckDomainAvailabilityOptionalParams extends msRest.RequestOptionsBase {
|
|
1203
|
-
/**
|
|
1204
|
-
* The Kind of the resource.
|
|
1205
|
-
*/
|
|
1206
|
-
kind?: string;
|
|
1207
|
-
}
|
|
1208
|
-
/**
|
|
1209
|
-
* An interface representing CognitiveServicesManagementClientOptions.
|
|
1210
|
-
*/
|
|
1211
|
-
export interface CognitiveServicesManagementClientOptions extends AzureServiceClientOptions {
|
|
1212
|
-
baseUri?: string;
|
|
1213
|
-
}
|
|
1214
|
-
/**
|
|
1215
|
-
* @interface
|
|
1216
|
-
* The list of cognitive services accounts operation response.
|
|
1217
|
-
* @extends Array<Account>
|
|
1218
|
-
*/
|
|
1219
|
-
export interface AccountListResult extends Array<Account> {
|
|
1220
|
-
/**
|
|
1221
|
-
* The link used to get the next page of accounts.
|
|
1222
|
-
*/
|
|
1223
|
-
nextLink?: string;
|
|
1224
|
-
}
|
|
1225
|
-
/**
|
|
1226
|
-
* @interface
|
|
1227
|
-
* The Get Skus operation response.
|
|
1228
|
-
* @extends Array<ResourceSku>
|
|
1229
|
-
*/
|
|
1230
|
-
export interface ResourceSkuListResult extends Array<ResourceSku> {
|
|
1231
|
-
/**
|
|
1232
|
-
* The uri to fetch the next page of Skus.
|
|
1233
|
-
*/
|
|
1234
|
-
nextLink?: string;
|
|
1235
|
-
}
|
|
1236
|
-
/**
|
|
1237
|
-
* @interface
|
|
1238
|
-
* A list of REST API operations supported by an Azure Resource Provider. It contains an URL link
|
|
1239
|
-
* to get the next set of results.
|
|
1240
|
-
* @extends Array<Operation>
|
|
1241
|
-
*/
|
|
1242
|
-
export interface OperationListResult extends Array<Operation> {
|
|
1243
|
-
/**
|
|
1244
|
-
* URL to get the next set of operation list results (if there are any).
|
|
1245
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1246
|
-
*/
|
|
1247
|
-
readonly nextLink?: string;
|
|
1248
|
-
}
|
|
1249
|
-
/**
|
|
1250
|
-
* @interface
|
|
1251
|
-
* The list of cognitive services accounts operation response.
|
|
1252
|
-
* @extends Array<CommitmentTier>
|
|
1253
|
-
*/
|
|
1254
|
-
export interface CommitmentTierListResult extends Array<CommitmentTier> {
|
|
1255
|
-
/**
|
|
1256
|
-
* The link used to get the next page of CommitmentTier.
|
|
1257
|
-
*/
|
|
1258
|
-
nextLink?: string;
|
|
1259
|
-
}
|
|
1260
|
-
/**
|
|
1261
|
-
* @interface
|
|
1262
|
-
* The list of cognitive services accounts operation response.
|
|
1263
|
-
* @extends Array<Deployment>
|
|
1264
|
-
*/
|
|
1265
|
-
export interface DeploymentListResult extends Array<Deployment> {
|
|
1266
|
-
/**
|
|
1267
|
-
* The link used to get the next page of Deployment.
|
|
1268
|
-
*/
|
|
1269
|
-
nextLink?: string;
|
|
1270
|
-
}
|
|
1271
|
-
/**
|
|
1272
|
-
* @interface
|
|
1273
|
-
* The list of cognitive services accounts operation response.
|
|
1274
|
-
* @extends Array<CommitmentPlan>
|
|
1275
|
-
*/
|
|
1276
|
-
export interface CommitmentPlanListResult extends Array<CommitmentPlan> {
|
|
1277
|
-
/**
|
|
1278
|
-
* The link used to get the next page of CommitmentPlan.
|
|
1279
|
-
*/
|
|
1280
|
-
nextLink?: string;
|
|
1281
|
-
}
|
|
1282
|
-
/**
|
|
1283
|
-
* Defines values for SkuTier.
|
|
1284
|
-
* Possible values include: 'Free', 'Basic', 'Standard', 'Premium', 'Enterprise'
|
|
1285
|
-
* @readonly
|
|
1286
|
-
* @enum {string}
|
|
1287
|
-
*/
|
|
1288
|
-
export declare type SkuTier = 'Free' | 'Basic' | 'Standard' | 'Premium' | 'Enterprise';
|
|
1289
|
-
/**
|
|
1290
|
-
* Defines values for ResourceIdentityType.
|
|
1291
|
-
* Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,
|
|
1292
|
-
* UserAssigned'
|
|
1293
|
-
* @readonly
|
|
1294
|
-
* @enum {string}
|
|
1295
|
-
*/
|
|
1296
|
-
export declare type ResourceIdentityType = 'None' | 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned';
|
|
1297
|
-
/**
|
|
1298
|
-
* Defines values for CreatedByType.
|
|
1299
|
-
* Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
|
|
1300
|
-
* @readonly
|
|
1301
|
-
* @enum {string}
|
|
1302
|
-
*/
|
|
1303
|
-
export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
|
|
1304
|
-
/**
|
|
1305
|
-
* Defines values for ProvisioningState.
|
|
1306
|
-
* Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded',
|
|
1307
|
-
* 'ResolvingDNS'
|
|
1308
|
-
* @readonly
|
|
1309
|
-
* @enum {string}
|
|
1310
|
-
*/
|
|
1311
|
-
export declare type ProvisioningState = 'Accepted' | 'Creating' | 'Deleting' | 'Moving' | 'Failed' | 'Succeeded' | 'ResolvingDNS';
|
|
1312
|
-
/**
|
|
1313
|
-
* Defines values for NetworkRuleAction.
|
|
1314
|
-
* Possible values include: 'Allow', 'Deny'
|
|
1315
|
-
* @readonly
|
|
1316
|
-
* @enum {string}
|
|
1317
|
-
*/
|
|
1318
|
-
export declare type NetworkRuleAction = 'Allow' | 'Deny';
|
|
1319
|
-
/**
|
|
1320
|
-
* Defines values for KeySource.
|
|
1321
|
-
* Possible values include: 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'
|
|
1322
|
-
* @readonly
|
|
1323
|
-
* @enum {string}
|
|
1324
|
-
*/
|
|
1325
|
-
export declare type KeySource = 'Microsoft.CognitiveServices' | 'Microsoft.KeyVault';
|
|
1326
|
-
/**
|
|
1327
|
-
* Defines values for PrivateEndpointServiceConnectionStatus.
|
|
1328
|
-
* Possible values include: 'Pending', 'Approved', 'Rejected'
|
|
1329
|
-
* @readonly
|
|
1330
|
-
* @enum {string}
|
|
1331
|
-
*/
|
|
1332
|
-
export declare type PrivateEndpointServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected';
|
|
1333
|
-
/**
|
|
1334
|
-
* Defines values for PrivateEndpointConnectionProvisioningState.
|
|
1335
|
-
* Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'
|
|
1336
|
-
* @readonly
|
|
1337
|
-
* @enum {string}
|
|
1338
|
-
*/
|
|
1339
|
-
export declare type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Deleting' | 'Failed';
|
|
1340
|
-
/**
|
|
1341
|
-
* Defines values for PublicNetworkAccess.
|
|
1342
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
1343
|
-
* @readonly
|
|
1344
|
-
* @enum {string}
|
|
1345
|
-
*/
|
|
1346
|
-
export declare type PublicNetworkAccess = 'Enabled' | 'Disabled';
|
|
1347
|
-
/**
|
|
1348
|
-
* Defines values for KeyName.
|
|
1349
|
-
* Possible values include: 'Key1', 'Key2'
|
|
1350
|
-
* @readonly
|
|
1351
|
-
* @enum {string}
|
|
1352
|
-
*/
|
|
1353
|
-
export declare type KeyName = 'Key1' | 'Key2';
|
|
1354
|
-
/**
|
|
1355
|
-
* Defines values for UnitType.
|
|
1356
|
-
* Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',
|
|
1357
|
-
* 'BytesPerSecond', 'Milliseconds'
|
|
1358
|
-
* @readonly
|
|
1359
|
-
* @enum {string}
|
|
1360
|
-
*/
|
|
1361
|
-
export declare type UnitType = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountPerSecond' | 'BytesPerSecond' | 'Milliseconds';
|
|
1362
|
-
/**
|
|
1363
|
-
* Defines values for QuotaUsageStatus.
|
|
1364
|
-
* Possible values include: 'Included', 'Blocked', 'InOverage', 'Unknown'
|
|
1365
|
-
* @readonly
|
|
1366
|
-
* @enum {string}
|
|
1367
|
-
*/
|
|
1368
|
-
export declare type QuotaUsageStatus = 'Included' | 'Blocked' | 'InOverage' | 'Unknown';
|
|
1369
|
-
/**
|
|
1370
|
-
* Defines values for ResourceSkuRestrictionsType.
|
|
1371
|
-
* Possible values include: 'Location', 'Zone'
|
|
1372
|
-
* @readonly
|
|
1373
|
-
* @enum {string}
|
|
1374
|
-
*/
|
|
1375
|
-
export declare type ResourceSkuRestrictionsType = 'Location' | 'Zone';
|
|
1376
|
-
/**
|
|
1377
|
-
* Defines values for ResourceSkuRestrictionsReasonCode.
|
|
1378
|
-
* Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
1379
|
-
* @readonly
|
|
1380
|
-
* @enum {string}
|
|
1381
|
-
*/
|
|
1382
|
-
export declare type ResourceSkuRestrictionsReasonCode = 'QuotaId' | 'NotAvailableForSubscription';
|
|
1383
|
-
/**
|
|
1384
|
-
* Defines values for DeploymentProvisioningState.
|
|
1385
|
-
* Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded'
|
|
1386
|
-
* @readonly
|
|
1387
|
-
* @enum {string}
|
|
1388
|
-
*/
|
|
1389
|
-
export declare type DeploymentProvisioningState = 'Accepted' | 'Creating' | 'Deleting' | 'Moving' | 'Failed' | 'Succeeded';
|
|
1390
|
-
/**
|
|
1391
|
-
* Defines values for DeploymentScaleType.
|
|
1392
|
-
* Possible values include: 'Manual'
|
|
1393
|
-
* @readonly
|
|
1394
|
-
* @enum {string}
|
|
1395
|
-
*/
|
|
1396
|
-
export declare type DeploymentScaleType = 'Manual';
|
|
1397
|
-
/**
|
|
1398
|
-
* Defines values for HostingModel.
|
|
1399
|
-
* Possible values include: 'Web', 'ConnectedContainer', 'DisconnectedContainer'
|
|
1400
|
-
* @readonly
|
|
1401
|
-
* @enum {string}
|
|
1402
|
-
*/
|
|
1403
|
-
export declare type HostingModel = 'Web' | 'ConnectedContainer' | 'DisconnectedContainer';
|
|
1404
|
-
/**
|
|
1405
|
-
* Defines values for Origin.
|
|
1406
|
-
* Possible values include: 'user', 'system', 'user,system'
|
|
1407
|
-
* @readonly
|
|
1408
|
-
* @enum {string}
|
|
1409
|
-
*/
|
|
1410
|
-
export declare type Origin = 'user' | 'system' | 'user,system';
|
|
1411
|
-
/**
|
|
1412
|
-
* Defines values for ActionType.
|
|
1413
|
-
* Possible values include: 'Internal'
|
|
1414
|
-
* @readonly
|
|
1415
|
-
* @enum {string}
|
|
1416
|
-
*/
|
|
1417
|
-
export declare type ActionType = 'Internal';
|
|
1418
|
-
/**
|
|
1419
|
-
* Contains response data for the create operation.
|
|
1420
|
-
*/
|
|
1421
|
-
export declare type AccountsCreateResponse = Account & {
|
|
1422
|
-
/**
|
|
1423
|
-
* The underlying HTTP response.
|
|
1424
|
-
*/
|
|
1425
|
-
_response: msRest.HttpResponse & {
|
|
1426
|
-
/**
|
|
1427
|
-
* The response body as text (string format)
|
|
1428
|
-
*/
|
|
1429
|
-
bodyAsText: string;
|
|
1430
|
-
/**
|
|
1431
|
-
* The response body as parsed JSON or XML
|
|
1432
|
-
*/
|
|
1433
|
-
parsedBody: Account;
|
|
1434
|
-
};
|
|
1435
|
-
};
|
|
1436
|
-
/**
|
|
1437
|
-
* Contains response data for the update operation.
|
|
1438
|
-
*/
|
|
1439
|
-
export declare type AccountsUpdateResponse = Account & {
|
|
1440
|
-
/**
|
|
1441
|
-
* The underlying HTTP response.
|
|
1442
|
-
*/
|
|
1443
|
-
_response: msRest.HttpResponse & {
|
|
1444
|
-
/**
|
|
1445
|
-
* The response body as text (string format)
|
|
1446
|
-
*/
|
|
1447
|
-
bodyAsText: string;
|
|
1448
|
-
/**
|
|
1449
|
-
* The response body as parsed JSON or XML
|
|
1450
|
-
*/
|
|
1451
|
-
parsedBody: Account;
|
|
1452
|
-
};
|
|
1453
|
-
};
|
|
1454
|
-
/**
|
|
1455
|
-
* Contains response data for the get operation.
|
|
1456
|
-
*/
|
|
1457
|
-
export declare type AccountsGetResponse = Account & {
|
|
1458
|
-
/**
|
|
1459
|
-
* The underlying HTTP response.
|
|
1460
|
-
*/
|
|
1461
|
-
_response: msRest.HttpResponse & {
|
|
1462
|
-
/**
|
|
1463
|
-
* The response body as text (string format)
|
|
1464
|
-
*/
|
|
1465
|
-
bodyAsText: string;
|
|
1466
|
-
/**
|
|
1467
|
-
* The response body as parsed JSON or XML
|
|
1468
|
-
*/
|
|
1469
|
-
parsedBody: Account;
|
|
1470
|
-
};
|
|
1471
|
-
};
|
|
1472
|
-
/**
|
|
1473
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1474
|
-
*/
|
|
1475
|
-
export declare type AccountsListByResourceGroupResponse = AccountListResult & {
|
|
1476
|
-
/**
|
|
1477
|
-
* The underlying HTTP response.
|
|
1478
|
-
*/
|
|
1479
|
-
_response: msRest.HttpResponse & {
|
|
1480
|
-
/**
|
|
1481
|
-
* The response body as text (string format)
|
|
1482
|
-
*/
|
|
1483
|
-
bodyAsText: string;
|
|
1484
|
-
/**
|
|
1485
|
-
* The response body as parsed JSON or XML
|
|
1486
|
-
*/
|
|
1487
|
-
parsedBody: AccountListResult;
|
|
1488
|
-
};
|
|
1489
|
-
};
|
|
1490
|
-
/**
|
|
1491
|
-
* Contains response data for the list operation.
|
|
1492
|
-
*/
|
|
1493
|
-
export declare type AccountsListResponse = AccountListResult & {
|
|
1494
|
-
/**
|
|
1495
|
-
* The underlying HTTP response.
|
|
1496
|
-
*/
|
|
1497
|
-
_response: msRest.HttpResponse & {
|
|
1498
|
-
/**
|
|
1499
|
-
* The response body as text (string format)
|
|
1500
|
-
*/
|
|
1501
|
-
bodyAsText: string;
|
|
1502
|
-
/**
|
|
1503
|
-
* The response body as parsed JSON or XML
|
|
1504
|
-
*/
|
|
1505
|
-
parsedBody: AccountListResult;
|
|
1506
|
-
};
|
|
1507
|
-
};
|
|
1508
|
-
/**
|
|
1509
|
-
* Contains response data for the listKeys operation.
|
|
1510
|
-
*/
|
|
1511
|
-
export declare type AccountsListKeysResponse = ApiKeys & {
|
|
1512
|
-
/**
|
|
1513
|
-
* The underlying HTTP response.
|
|
1514
|
-
*/
|
|
1515
|
-
_response: msRest.HttpResponse & {
|
|
1516
|
-
/**
|
|
1517
|
-
* The response body as text (string format)
|
|
1518
|
-
*/
|
|
1519
|
-
bodyAsText: string;
|
|
1520
|
-
/**
|
|
1521
|
-
* The response body as parsed JSON or XML
|
|
1522
|
-
*/
|
|
1523
|
-
parsedBody: ApiKeys;
|
|
1524
|
-
};
|
|
1525
|
-
};
|
|
1526
|
-
/**
|
|
1527
|
-
* Contains response data for the regenerateKey operation.
|
|
1528
|
-
*/
|
|
1529
|
-
export declare type AccountsRegenerateKeyResponse = ApiKeys & {
|
|
1530
|
-
/**
|
|
1531
|
-
* The underlying HTTP response.
|
|
1532
|
-
*/
|
|
1533
|
-
_response: msRest.HttpResponse & {
|
|
1534
|
-
/**
|
|
1535
|
-
* The response body as text (string format)
|
|
1536
|
-
*/
|
|
1537
|
-
bodyAsText: string;
|
|
1538
|
-
/**
|
|
1539
|
-
* The response body as parsed JSON or XML
|
|
1540
|
-
*/
|
|
1541
|
-
parsedBody: ApiKeys;
|
|
1542
|
-
};
|
|
1543
|
-
};
|
|
1544
|
-
/**
|
|
1545
|
-
* Contains response data for the listSkus operation.
|
|
1546
|
-
*/
|
|
1547
|
-
export declare type AccountsListSkusResponse = AccountSkuListResult & {
|
|
1548
|
-
/**
|
|
1549
|
-
* The underlying HTTP response.
|
|
1550
|
-
*/
|
|
1551
|
-
_response: msRest.HttpResponse & {
|
|
1552
|
-
/**
|
|
1553
|
-
* The response body as text (string format)
|
|
1554
|
-
*/
|
|
1555
|
-
bodyAsText: string;
|
|
1556
|
-
/**
|
|
1557
|
-
* The response body as parsed JSON or XML
|
|
1558
|
-
*/
|
|
1559
|
-
parsedBody: AccountSkuListResult;
|
|
1560
|
-
};
|
|
1561
|
-
};
|
|
1562
|
-
/**
|
|
1563
|
-
* Contains response data for the listUsages operation.
|
|
1564
|
-
*/
|
|
1565
|
-
export declare type AccountsListUsagesResponse = UsageListResult & {
|
|
1566
|
-
/**
|
|
1567
|
-
* The underlying HTTP response.
|
|
1568
|
-
*/
|
|
1569
|
-
_response: msRest.HttpResponse & {
|
|
1570
|
-
/**
|
|
1571
|
-
* The response body as text (string format)
|
|
1572
|
-
*/
|
|
1573
|
-
bodyAsText: string;
|
|
1574
|
-
/**
|
|
1575
|
-
* The response body as parsed JSON or XML
|
|
1576
|
-
*/
|
|
1577
|
-
parsedBody: UsageListResult;
|
|
1578
|
-
};
|
|
1579
|
-
};
|
|
1580
|
-
/**
|
|
1581
|
-
* Contains response data for the beginCreate operation.
|
|
1582
|
-
*/
|
|
1583
|
-
export declare type AccountsBeginCreateResponse = Account & {
|
|
1584
|
-
/**
|
|
1585
|
-
* The underlying HTTP response.
|
|
1586
|
-
*/
|
|
1587
|
-
_response: msRest.HttpResponse & {
|
|
1588
|
-
/**
|
|
1589
|
-
* The response body as text (string format)
|
|
1590
|
-
*/
|
|
1591
|
-
bodyAsText: string;
|
|
1592
|
-
/**
|
|
1593
|
-
* The response body as parsed JSON or XML
|
|
1594
|
-
*/
|
|
1595
|
-
parsedBody: Account;
|
|
1596
|
-
};
|
|
1597
|
-
};
|
|
1598
|
-
/**
|
|
1599
|
-
* Contains response data for the beginUpdate operation.
|
|
1600
|
-
*/
|
|
1601
|
-
export declare type AccountsBeginUpdateResponse = Account & {
|
|
1602
|
-
/**
|
|
1603
|
-
* The underlying HTTP response.
|
|
1604
|
-
*/
|
|
1605
|
-
_response: msRest.HttpResponse & {
|
|
1606
|
-
/**
|
|
1607
|
-
* The response body as text (string format)
|
|
1608
|
-
*/
|
|
1609
|
-
bodyAsText: string;
|
|
1610
|
-
/**
|
|
1611
|
-
* The response body as parsed JSON or XML
|
|
1612
|
-
*/
|
|
1613
|
-
parsedBody: Account;
|
|
1614
|
-
};
|
|
1615
|
-
};
|
|
1616
|
-
/**
|
|
1617
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1618
|
-
*/
|
|
1619
|
-
export declare type AccountsListByResourceGroupNextResponse = AccountListResult & {
|
|
1620
|
-
/**
|
|
1621
|
-
* The underlying HTTP response.
|
|
1622
|
-
*/
|
|
1623
|
-
_response: msRest.HttpResponse & {
|
|
1624
|
-
/**
|
|
1625
|
-
* The response body as text (string format)
|
|
1626
|
-
*/
|
|
1627
|
-
bodyAsText: string;
|
|
1628
|
-
/**
|
|
1629
|
-
* The response body as parsed JSON or XML
|
|
1630
|
-
*/
|
|
1631
|
-
parsedBody: AccountListResult;
|
|
1632
|
-
};
|
|
1633
|
-
};
|
|
1634
|
-
/**
|
|
1635
|
-
* Contains response data for the listNext operation.
|
|
1636
|
-
*/
|
|
1637
|
-
export declare type AccountsListNextResponse = AccountListResult & {
|
|
1638
|
-
/**
|
|
1639
|
-
* The underlying HTTP response.
|
|
1640
|
-
*/
|
|
1641
|
-
_response: msRest.HttpResponse & {
|
|
1642
|
-
/**
|
|
1643
|
-
* The response body as text (string format)
|
|
1644
|
-
*/
|
|
1645
|
-
bodyAsText: string;
|
|
1646
|
-
/**
|
|
1647
|
-
* The response body as parsed JSON or XML
|
|
1648
|
-
*/
|
|
1649
|
-
parsedBody: AccountListResult;
|
|
1650
|
-
};
|
|
1651
|
-
};
|
|
1652
|
-
/**
|
|
1653
|
-
* Contains response data for the get operation.
|
|
1654
|
-
*/
|
|
1655
|
-
export declare type DeletedAccountsGetResponse = Account & {
|
|
1656
|
-
/**
|
|
1657
|
-
* The underlying HTTP response.
|
|
1658
|
-
*/
|
|
1659
|
-
_response: msRest.HttpResponse & {
|
|
1660
|
-
/**
|
|
1661
|
-
* The response body as text (string format)
|
|
1662
|
-
*/
|
|
1663
|
-
bodyAsText: string;
|
|
1664
|
-
/**
|
|
1665
|
-
* The response body as parsed JSON or XML
|
|
1666
|
-
*/
|
|
1667
|
-
parsedBody: Account;
|
|
1668
|
-
};
|
|
1669
|
-
};
|
|
1670
|
-
/**
|
|
1671
|
-
* Contains response data for the list operation.
|
|
1672
|
-
*/
|
|
1673
|
-
export declare type DeletedAccountsListResponse = AccountListResult & {
|
|
1674
|
-
/**
|
|
1675
|
-
* The underlying HTTP response.
|
|
1676
|
-
*/
|
|
1677
|
-
_response: msRest.HttpResponse & {
|
|
1678
|
-
/**
|
|
1679
|
-
* The response body as text (string format)
|
|
1680
|
-
*/
|
|
1681
|
-
bodyAsText: string;
|
|
1682
|
-
/**
|
|
1683
|
-
* The response body as parsed JSON or XML
|
|
1684
|
-
*/
|
|
1685
|
-
parsedBody: AccountListResult;
|
|
1686
|
-
};
|
|
1687
|
-
};
|
|
1688
|
-
/**
|
|
1689
|
-
* Contains response data for the listNext operation.
|
|
1690
|
-
*/
|
|
1691
|
-
export declare type DeletedAccountsListNextResponse = AccountListResult & {
|
|
1692
|
-
/**
|
|
1693
|
-
* The underlying HTTP response.
|
|
1694
|
-
*/
|
|
1695
|
-
_response: msRest.HttpResponse & {
|
|
1696
|
-
/**
|
|
1697
|
-
* The response body as text (string format)
|
|
1698
|
-
*/
|
|
1699
|
-
bodyAsText: string;
|
|
1700
|
-
/**
|
|
1701
|
-
* The response body as parsed JSON or XML
|
|
1702
|
-
*/
|
|
1703
|
-
parsedBody: AccountListResult;
|
|
1704
|
-
};
|
|
1705
|
-
};
|
|
1706
|
-
/**
|
|
1707
|
-
* Contains response data for the list operation.
|
|
1708
|
-
*/
|
|
1709
|
-
export declare type ResourceSkusListResponse = ResourceSkuListResult & {
|
|
1710
|
-
/**
|
|
1711
|
-
* The underlying HTTP response.
|
|
1712
|
-
*/
|
|
1713
|
-
_response: msRest.HttpResponse & {
|
|
1714
|
-
/**
|
|
1715
|
-
* The response body as text (string format)
|
|
1716
|
-
*/
|
|
1717
|
-
bodyAsText: string;
|
|
1718
|
-
/**
|
|
1719
|
-
* The response body as parsed JSON or XML
|
|
1720
|
-
*/
|
|
1721
|
-
parsedBody: ResourceSkuListResult;
|
|
1722
|
-
};
|
|
1723
|
-
};
|
|
1724
|
-
/**
|
|
1725
|
-
* Contains response data for the listNext operation.
|
|
1726
|
-
*/
|
|
1727
|
-
export declare type ResourceSkusListNextResponse = ResourceSkuListResult & {
|
|
1728
|
-
/**
|
|
1729
|
-
* The underlying HTTP response.
|
|
1730
|
-
*/
|
|
1731
|
-
_response: msRest.HttpResponse & {
|
|
1732
|
-
/**
|
|
1733
|
-
* The response body as text (string format)
|
|
1734
|
-
*/
|
|
1735
|
-
bodyAsText: string;
|
|
1736
|
-
/**
|
|
1737
|
-
* The response body as parsed JSON or XML
|
|
1738
|
-
*/
|
|
1739
|
-
parsedBody: ResourceSkuListResult;
|
|
1740
|
-
};
|
|
1741
|
-
};
|
|
1742
|
-
/**
|
|
1743
|
-
* Contains response data for the list operation.
|
|
1744
|
-
*/
|
|
1745
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
1746
|
-
/**
|
|
1747
|
-
* The underlying HTTP response.
|
|
1748
|
-
*/
|
|
1749
|
-
_response: msRest.HttpResponse & {
|
|
1750
|
-
/**
|
|
1751
|
-
* The response body as text (string format)
|
|
1752
|
-
*/
|
|
1753
|
-
bodyAsText: string;
|
|
1754
|
-
/**
|
|
1755
|
-
* The response body as parsed JSON or XML
|
|
1756
|
-
*/
|
|
1757
|
-
parsedBody: OperationListResult;
|
|
1758
|
-
};
|
|
1759
|
-
};
|
|
1760
|
-
/**
|
|
1761
|
-
* Contains response data for the listNext operation.
|
|
1762
|
-
*/
|
|
1763
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
|
1764
|
-
/**
|
|
1765
|
-
* The underlying HTTP response.
|
|
1766
|
-
*/
|
|
1767
|
-
_response: msRest.HttpResponse & {
|
|
1768
|
-
/**
|
|
1769
|
-
* The response body as text (string format)
|
|
1770
|
-
*/
|
|
1771
|
-
bodyAsText: string;
|
|
1772
|
-
/**
|
|
1773
|
-
* The response body as parsed JSON or XML
|
|
1774
|
-
*/
|
|
1775
|
-
parsedBody: OperationListResult;
|
|
1776
|
-
};
|
|
1777
|
-
};
|
|
1778
|
-
/**
|
|
1779
|
-
* Contains response data for the checkSkuAvailability operation.
|
|
1780
|
-
*/
|
|
1781
|
-
export declare type CheckSkuAvailabilityResponse = SkuAvailabilityListResult & {
|
|
1782
|
-
/**
|
|
1783
|
-
* The underlying HTTP response.
|
|
1784
|
-
*/
|
|
1785
|
-
_response: msRest.HttpResponse & {
|
|
1786
|
-
/**
|
|
1787
|
-
* The response body as text (string format)
|
|
1788
|
-
*/
|
|
1789
|
-
bodyAsText: string;
|
|
1790
|
-
/**
|
|
1791
|
-
* The response body as parsed JSON or XML
|
|
1792
|
-
*/
|
|
1793
|
-
parsedBody: SkuAvailabilityListResult;
|
|
1794
|
-
};
|
|
1795
|
-
};
|
|
1796
|
-
/**
|
|
1797
|
-
* Contains response data for the checkDomainAvailability operation.
|
|
1798
|
-
*/
|
|
1799
|
-
export declare type CheckDomainAvailabilityResponse = DomainAvailability & {
|
|
1800
|
-
/**
|
|
1801
|
-
* The underlying HTTP response.
|
|
1802
|
-
*/
|
|
1803
|
-
_response: msRest.HttpResponse & {
|
|
1804
|
-
/**
|
|
1805
|
-
* The response body as text (string format)
|
|
1806
|
-
*/
|
|
1807
|
-
bodyAsText: string;
|
|
1808
|
-
/**
|
|
1809
|
-
* The response body as parsed JSON or XML
|
|
1810
|
-
*/
|
|
1811
|
-
parsedBody: DomainAvailability;
|
|
1812
|
-
};
|
|
1813
|
-
};
|
|
1814
|
-
/**
|
|
1815
|
-
* Contains response data for the list operation.
|
|
1816
|
-
*/
|
|
1817
|
-
export declare type CommitmentTiersListResponse = CommitmentTierListResult & {
|
|
1818
|
-
/**
|
|
1819
|
-
* The underlying HTTP response.
|
|
1820
|
-
*/
|
|
1821
|
-
_response: msRest.HttpResponse & {
|
|
1822
|
-
/**
|
|
1823
|
-
* The response body as text (string format)
|
|
1824
|
-
*/
|
|
1825
|
-
bodyAsText: string;
|
|
1826
|
-
/**
|
|
1827
|
-
* The response body as parsed JSON or XML
|
|
1828
|
-
*/
|
|
1829
|
-
parsedBody: CommitmentTierListResult;
|
|
1830
|
-
};
|
|
1831
|
-
};
|
|
1832
|
-
/**
|
|
1833
|
-
* Contains response data for the listNext operation.
|
|
1834
|
-
*/
|
|
1835
|
-
export declare type CommitmentTiersListNextResponse = CommitmentTierListResult & {
|
|
1836
|
-
/**
|
|
1837
|
-
* The underlying HTTP response.
|
|
1838
|
-
*/
|
|
1839
|
-
_response: msRest.HttpResponse & {
|
|
1840
|
-
/**
|
|
1841
|
-
* The response body as text (string format)
|
|
1842
|
-
*/
|
|
1843
|
-
bodyAsText: string;
|
|
1844
|
-
/**
|
|
1845
|
-
* The response body as parsed JSON or XML
|
|
1846
|
-
*/
|
|
1847
|
-
parsedBody: CommitmentTierListResult;
|
|
1848
|
-
};
|
|
1849
|
-
};
|
|
1850
|
-
/**
|
|
1851
|
-
* Contains response data for the list operation.
|
|
1852
|
-
*/
|
|
1853
|
-
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {
|
|
1854
|
-
/**
|
|
1855
|
-
* The underlying HTTP response.
|
|
1856
|
-
*/
|
|
1857
|
-
_response: msRest.HttpResponse & {
|
|
1858
|
-
/**
|
|
1859
|
-
* The response body as text (string format)
|
|
1860
|
-
*/
|
|
1861
|
-
bodyAsText: string;
|
|
1862
|
-
/**
|
|
1863
|
-
* The response body as parsed JSON or XML
|
|
1864
|
-
*/
|
|
1865
|
-
parsedBody: PrivateEndpointConnectionListResult;
|
|
1866
|
-
};
|
|
1867
|
-
};
|
|
1868
|
-
/**
|
|
1869
|
-
* Contains response data for the get operation.
|
|
1870
|
-
*/
|
|
1871
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
|
|
1872
|
-
/**
|
|
1873
|
-
* The underlying HTTP response.
|
|
1874
|
-
*/
|
|
1875
|
-
_response: msRest.HttpResponse & {
|
|
1876
|
-
/**
|
|
1877
|
-
* The response body as text (string format)
|
|
1878
|
-
*/
|
|
1879
|
-
bodyAsText: string;
|
|
1880
|
-
/**
|
|
1881
|
-
* The response body as parsed JSON or XML
|
|
1882
|
-
*/
|
|
1883
|
-
parsedBody: PrivateEndpointConnection;
|
|
1884
|
-
};
|
|
1885
|
-
};
|
|
1886
|
-
/**
|
|
1887
|
-
* Contains response data for the createOrUpdate operation.
|
|
1888
|
-
*/
|
|
1889
|
-
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {
|
|
1890
|
-
/**
|
|
1891
|
-
* The underlying HTTP response.
|
|
1892
|
-
*/
|
|
1893
|
-
_response: msRest.HttpResponse & {
|
|
1894
|
-
/**
|
|
1895
|
-
* The response body as text (string format)
|
|
1896
|
-
*/
|
|
1897
|
-
bodyAsText: string;
|
|
1898
|
-
/**
|
|
1899
|
-
* The response body as parsed JSON or XML
|
|
1900
|
-
*/
|
|
1901
|
-
parsedBody: PrivateEndpointConnection;
|
|
1902
|
-
};
|
|
1903
|
-
};
|
|
1904
|
-
/**
|
|
1905
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1906
|
-
*/
|
|
1907
|
-
export declare type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {
|
|
1908
|
-
/**
|
|
1909
|
-
* The underlying HTTP response.
|
|
1910
|
-
*/
|
|
1911
|
-
_response: msRest.HttpResponse & {
|
|
1912
|
-
/**
|
|
1913
|
-
* The response body as text (string format)
|
|
1914
|
-
*/
|
|
1915
|
-
bodyAsText: string;
|
|
1916
|
-
/**
|
|
1917
|
-
* The response body as parsed JSON or XML
|
|
1918
|
-
*/
|
|
1919
|
-
parsedBody: PrivateEndpointConnection;
|
|
1920
|
-
};
|
|
1921
|
-
};
|
|
1922
|
-
/**
|
|
1923
|
-
* Contains response data for the list operation.
|
|
1924
|
-
*/
|
|
1925
|
-
export declare type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult & {
|
|
1926
|
-
/**
|
|
1927
|
-
* The underlying HTTP response.
|
|
1928
|
-
*/
|
|
1929
|
-
_response: msRest.HttpResponse & {
|
|
1930
|
-
/**
|
|
1931
|
-
* The response body as text (string format)
|
|
1932
|
-
*/
|
|
1933
|
-
bodyAsText: string;
|
|
1934
|
-
/**
|
|
1935
|
-
* The response body as parsed JSON or XML
|
|
1936
|
-
*/
|
|
1937
|
-
parsedBody: PrivateLinkResourceListResult;
|
|
1938
|
-
};
|
|
1939
|
-
};
|
|
1940
|
-
/**
|
|
1941
|
-
* Contains response data for the list operation.
|
|
1942
|
-
*/
|
|
1943
|
-
export declare type DeploymentsListResponse = DeploymentListResult & {
|
|
1944
|
-
/**
|
|
1945
|
-
* The underlying HTTP response.
|
|
1946
|
-
*/
|
|
1947
|
-
_response: msRest.HttpResponse & {
|
|
1948
|
-
/**
|
|
1949
|
-
* The response body as text (string format)
|
|
1950
|
-
*/
|
|
1951
|
-
bodyAsText: string;
|
|
1952
|
-
/**
|
|
1953
|
-
* The response body as parsed JSON or XML
|
|
1954
|
-
*/
|
|
1955
|
-
parsedBody: DeploymentListResult;
|
|
1956
|
-
};
|
|
1957
|
-
};
|
|
1958
|
-
/**
|
|
1959
|
-
* Contains response data for the get operation.
|
|
1960
|
-
*/
|
|
1961
|
-
export declare type DeploymentsGetResponse = Deployment & {
|
|
1962
|
-
/**
|
|
1963
|
-
* The underlying HTTP response.
|
|
1964
|
-
*/
|
|
1965
|
-
_response: msRest.HttpResponse & {
|
|
1966
|
-
/**
|
|
1967
|
-
* The response body as text (string format)
|
|
1968
|
-
*/
|
|
1969
|
-
bodyAsText: string;
|
|
1970
|
-
/**
|
|
1971
|
-
* The response body as parsed JSON or XML
|
|
1972
|
-
*/
|
|
1973
|
-
parsedBody: Deployment;
|
|
1974
|
-
};
|
|
1975
|
-
};
|
|
1976
|
-
/**
|
|
1977
|
-
* Contains response data for the createOrUpdate operation.
|
|
1978
|
-
*/
|
|
1979
|
-
export declare type DeploymentsCreateOrUpdateResponse = Deployment & {
|
|
1980
|
-
/**
|
|
1981
|
-
* The underlying HTTP response.
|
|
1982
|
-
*/
|
|
1983
|
-
_response: msRest.HttpResponse & {
|
|
1984
|
-
/**
|
|
1985
|
-
* The response body as text (string format)
|
|
1986
|
-
*/
|
|
1987
|
-
bodyAsText: string;
|
|
1988
|
-
/**
|
|
1989
|
-
* The response body as parsed JSON or XML
|
|
1990
|
-
*/
|
|
1991
|
-
parsedBody: Deployment;
|
|
1992
|
-
};
|
|
1993
|
-
};
|
|
1994
|
-
/**
|
|
1995
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1996
|
-
*/
|
|
1997
|
-
export declare type DeploymentsBeginCreateOrUpdateResponse = Deployment & {
|
|
1998
|
-
/**
|
|
1999
|
-
* The underlying HTTP response.
|
|
2000
|
-
*/
|
|
2001
|
-
_response: msRest.HttpResponse & {
|
|
2002
|
-
/**
|
|
2003
|
-
* The response body as text (string format)
|
|
2004
|
-
*/
|
|
2005
|
-
bodyAsText: string;
|
|
2006
|
-
/**
|
|
2007
|
-
* The response body as parsed JSON or XML
|
|
2008
|
-
*/
|
|
2009
|
-
parsedBody: Deployment;
|
|
2010
|
-
};
|
|
2011
|
-
};
|
|
2012
|
-
/**
|
|
2013
|
-
* Contains response data for the listNext operation.
|
|
2014
|
-
*/
|
|
2015
|
-
export declare type DeploymentsListNextResponse = DeploymentListResult & {
|
|
2016
|
-
/**
|
|
2017
|
-
* The underlying HTTP response.
|
|
2018
|
-
*/
|
|
2019
|
-
_response: msRest.HttpResponse & {
|
|
2020
|
-
/**
|
|
2021
|
-
* The response body as text (string format)
|
|
2022
|
-
*/
|
|
2023
|
-
bodyAsText: string;
|
|
2024
|
-
/**
|
|
2025
|
-
* The response body as parsed JSON or XML
|
|
2026
|
-
*/
|
|
2027
|
-
parsedBody: DeploymentListResult;
|
|
2028
|
-
};
|
|
2029
|
-
};
|
|
2030
|
-
/**
|
|
2031
|
-
* Contains response data for the list operation.
|
|
2032
|
-
*/
|
|
2033
|
-
export declare type CommitmentPlansListResponse = CommitmentPlanListResult & {
|
|
2034
|
-
/**
|
|
2035
|
-
* The underlying HTTP response.
|
|
2036
|
-
*/
|
|
2037
|
-
_response: msRest.HttpResponse & {
|
|
2038
|
-
/**
|
|
2039
|
-
* The response body as text (string format)
|
|
2040
|
-
*/
|
|
2041
|
-
bodyAsText: string;
|
|
2042
|
-
/**
|
|
2043
|
-
* The response body as parsed JSON or XML
|
|
2044
|
-
*/
|
|
2045
|
-
parsedBody: CommitmentPlanListResult;
|
|
2046
|
-
};
|
|
2047
|
-
};
|
|
2048
|
-
/**
|
|
2049
|
-
* Contains response data for the get operation.
|
|
2050
|
-
*/
|
|
2051
|
-
export declare type CommitmentPlansGetResponse = CommitmentPlan & {
|
|
2052
|
-
/**
|
|
2053
|
-
* The underlying HTTP response.
|
|
2054
|
-
*/
|
|
2055
|
-
_response: msRest.HttpResponse & {
|
|
2056
|
-
/**
|
|
2057
|
-
* The response body as text (string format)
|
|
2058
|
-
*/
|
|
2059
|
-
bodyAsText: string;
|
|
2060
|
-
/**
|
|
2061
|
-
* The response body as parsed JSON or XML
|
|
2062
|
-
*/
|
|
2063
|
-
parsedBody: CommitmentPlan;
|
|
2064
|
-
};
|
|
2065
|
-
};
|
|
2066
|
-
/**
|
|
2067
|
-
* Contains response data for the createOrUpdate operation.
|
|
2068
|
-
*/
|
|
2069
|
-
export declare type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan & {
|
|
2070
|
-
/**
|
|
2071
|
-
* The underlying HTTP response.
|
|
2072
|
-
*/
|
|
2073
|
-
_response: msRest.HttpResponse & {
|
|
2074
|
-
/**
|
|
2075
|
-
* The response body as text (string format)
|
|
2076
|
-
*/
|
|
2077
|
-
bodyAsText: string;
|
|
2078
|
-
/**
|
|
2079
|
-
* The response body as parsed JSON or XML
|
|
2080
|
-
*/
|
|
2081
|
-
parsedBody: CommitmentPlan;
|
|
2082
|
-
};
|
|
2083
|
-
};
|
|
2084
|
-
/**
|
|
2085
|
-
* Contains response data for the listNext operation.
|
|
2086
|
-
*/
|
|
2087
|
-
export declare type CommitmentPlansListNextResponse = CommitmentPlanListResult & {
|
|
2088
|
-
/**
|
|
2089
|
-
* The underlying HTTP response.
|
|
2090
|
-
*/
|
|
2091
|
-
_response: msRest.HttpResponse & {
|
|
2092
|
-
/**
|
|
2093
|
-
* The response body as text (string format)
|
|
2094
|
-
*/
|
|
2095
|
-
bodyAsText: string;
|
|
2096
|
-
/**
|
|
2097
|
-
* The response body as parsed JSON or XML
|
|
2098
|
-
*/
|
|
2099
|
-
parsedBody: CommitmentPlanListResult;
|
|
2100
|
-
};
|
|
2101
|
-
};
|
|
2102
|
-
//# sourceMappingURL=index.d.ts.map
|