@azure/arm-healthcareapis 1.1.0 → 2.0.0-alpha.20220201.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +2292 -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/samples-dev/checkNameAvailability.d.ts +2 -0
- package/dist-esm/samples-dev/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkNameAvailability.js +33 -0
- package/dist-esm/samples-dev/checkNameAvailability.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.js +62 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.js +39 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.js.map +1 -0
- package/dist-esm/samples-dev/deleteService.d.ts +2 -0
- package/dist-esm/samples-dev/deleteService.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteService.js +31 -0
- package/dist-esm/samples-dev/deleteService.js.map +1 -0
- package/dist-esm/samples-dev/getMetadata.d.ts +2 -0
- package/dist-esm/samples-dev/getMetadata.d.ts.map +1 -0
- package/dist-esm/samples-dev/getMetadata.js +31 -0
- package/dist-esm/samples-dev/getMetadata.js.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.js +31 -0
- package/dist-esm/samples-dev/getOperationResult.js.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.js +43 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.js.map +1 -0
- package/dist-esm/samples-dev/listOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperations.js +43 -0
- package/dist-esm/samples-dev/listOperations.js.map +1 -0
- package/dist-esm/samples-dev/patchService.d.ts +2 -0
- package/dist-esm/samples-dev/patchService.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchService.js +34 -0
- package/dist-esm/samples-dev/patchService.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.js +38 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.js +45 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js +32 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.js +31 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.js.map +1 -0
- package/dist-esm/src/healthcareApisManagementClient.d.ts +22 -0
- package/dist-esm/src/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist-esm/src/healthcareApisManagementClient.js +55 -0
- package/dist-esm/src/healthcareApisManagementClient.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 +609 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +65 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +335 -321
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +159 -0
- package/dist-esm/src/models/parameters.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 +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operationResults.d.ts +20 -0
- package/dist-esm/src/operations/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationResults.js +56 -0
- package/dist-esm/src/operations/operationResults.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 +78 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +314 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/services.d.ts +114 -0
- package/dist-esm/src/operations/services.d.ts.map +1 -0
- package/dist-esm/src/operations/services.js +527 -0
- package/dist-esm/src/operations/services.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationResults.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 +61 -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 +20 -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/services.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/services.js +9 -0
- package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +81 -22
- package/review/arm-healthcareapis.api.md +535 -0
- package/rollup.config.js +181 -30
- package/src/healthcareApisManagementClient.ts +82 -43
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +450 -739
- package/src/models/mappers.ts +336 -319
- package/src/models/parameters.ts +111 -48
- package/src/operations/index.ts +3 -5
- package/src/operations/operationResults.ts +39 -54
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +321 -161
- package/src/operations/privateLinkResources.ts +64 -97
- package/src/operations/services.ts +538 -362
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operationResults.ts +27 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/services.ts +152 -0
- package/tsconfig.json +5 -4
- package/types/arm-healthcareapis.d.ts +885 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-healthcareapis.js +0 -2100
- package/dist/arm-healthcareapis.js.map +0 -1
- package/dist/arm-healthcareapis.min.js +0 -1
- package/dist/arm-healthcareapis.min.js.map +0 -1
- package/esm/healthcareApisManagementClient.d.ts +0 -28
- package/esm/healthcareApisManagementClient.d.ts.map +0 -1
- package/esm/healthcareApisManagementClient.js +0 -42
- package/esm/healthcareApisManagementClient.js.map +0 -1
- package/esm/healthcareApisManagementClientContext.d.ts +0 -22
- package/esm/healthcareApisManagementClientContext.d.ts.map +0 -1
- package/esm/healthcareApisManagementClientContext.js +0 -61
- package/esm/healthcareApisManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -907
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -33
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationResultsMappers.d.ts +0 -2
- package/esm/models/operationResultsMappers.d.ts.map +0 -1
- package/esm/models/operationResultsMappers.js +0 -9
- package/esm/models/operationResultsMappers.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 +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -120
- 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/servicesMappers.d.ts +0 -2
- package/esm/models/servicesMappers.d.ts.map +0 -1
- package/esm/models/servicesMappers.js +0 -9
- package/esm/models/servicesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operationResults.d.ts +0 -34
- package/esm/operations/operationResults.d.ts.map +0 -1
- package/esm/operations/operationResults.js +0 -61
- package/esm/operations/operationResults.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 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -104
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -209
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -91
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/services.d.ts +0 -177
- package/esm/operations/services.d.ts.map +0 -1
- package/esm/operations/services.js +0 -362
- package/esm/operations/services.js.map +0 -1
- package/src/healthcareApisManagementClientContext.ts +0 -68
- package/src/models/operationResultsMappers.ts +0 -13
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
- package/src/models/privateLinkResourcesMappers.ts +0 -31
- package/src/models/servicesMappers.ts +0 -34
@@ -0,0 +1,885 @@
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
2
|
+
import * as coreClient from '@azure/core-client';
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
4
|
+
import { PollerLike } from '@azure/core-lro';
|
5
|
+
import { PollOperationState } from '@azure/core-lro';
|
6
|
+
|
7
|
+
/** Input values. */
|
8
|
+
export declare interface CheckNameAvailabilityParameters {
|
9
|
+
/** The name of the service instance to check. */
|
10
|
+
name: string;
|
11
|
+
/** The fully qualified resource type which includes provider namespace. */
|
12
|
+
type: string;
|
13
|
+
}
|
14
|
+
|
15
|
+
/**
|
16
|
+
* Defines values for CreatedByType. \
|
17
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
18
|
+
* this enum contains the known values that the service supports.
|
19
|
+
* ### Known values supported by the service
|
20
|
+
* **User** \
|
21
|
+
* **Application** \
|
22
|
+
* **ManagedIdentity** \
|
23
|
+
* **Key**
|
24
|
+
*/
|
25
|
+
export declare type CreatedByType = string;
|
26
|
+
|
27
|
+
/** Error details. */
|
28
|
+
export declare interface ErrorDetails {
|
29
|
+
/** Object containing error details. */
|
30
|
+
error?: ErrorDetailsInternal;
|
31
|
+
}
|
32
|
+
|
33
|
+
/** Error details. */
|
34
|
+
export declare interface ErrorDetailsInternal {
|
35
|
+
/**
|
36
|
+
* The error code.
|
37
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
38
|
+
*/
|
39
|
+
readonly code?: string;
|
40
|
+
/**
|
41
|
+
* The error message.
|
42
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
43
|
+
*/
|
44
|
+
readonly message?: string;
|
45
|
+
/**
|
46
|
+
* The target of the particular error.
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
48
|
+
*/
|
49
|
+
readonly target?: string;
|
50
|
+
}
|
51
|
+
|
52
|
+
export declare class HealthcareApisManagementClient extends coreClient.ServiceClient {
|
53
|
+
$host: string;
|
54
|
+
apiVersion: string;
|
55
|
+
subscriptionId: string;
|
56
|
+
/**
|
57
|
+
* Initializes a new instance of the HealthcareApisManagementClient class.
|
58
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
59
|
+
* @param subscriptionId The subscription identifier.
|
60
|
+
* @param options The parameter options
|
61
|
+
*/
|
62
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HealthcareApisManagementClientOptionalParams);
|
63
|
+
services: Services;
|
64
|
+
operations: Operations;
|
65
|
+
operationResults: OperationResults;
|
66
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
67
|
+
privateLinkResources: PrivateLinkResources;
|
68
|
+
}
|
69
|
+
|
70
|
+
/** Optional parameters. */
|
71
|
+
export declare interface HealthcareApisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
72
|
+
/** server parameter */
|
73
|
+
$host?: string;
|
74
|
+
/** Api Version */
|
75
|
+
apiVersion?: string;
|
76
|
+
/** Overrides client endpoint. */
|
77
|
+
endpoint?: string;
|
78
|
+
}
|
79
|
+
|
80
|
+
/** Defines values for Kind. */
|
81
|
+
export declare type Kind = "fhir" | "fhir-Stu3" | "fhir-R4";
|
82
|
+
|
83
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
84
|
+
export declare enum KnownCreatedByType {
|
85
|
+
User = "User",
|
86
|
+
Application = "Application",
|
87
|
+
ManagedIdentity = "ManagedIdentity",
|
88
|
+
Key = "Key"
|
89
|
+
}
|
90
|
+
|
91
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
92
|
+
export declare enum KnownManagedServiceIdentityType {
|
93
|
+
SystemAssigned = "SystemAssigned",
|
94
|
+
None = "None"
|
95
|
+
}
|
96
|
+
|
97
|
+
/** Known values of {@link OperationResultStatus} that the service accepts. */
|
98
|
+
export declare enum KnownOperationResultStatus {
|
99
|
+
Canceled = "Canceled",
|
100
|
+
Succeeded = "Succeeded",
|
101
|
+
Failed = "Failed",
|
102
|
+
Requested = "Requested",
|
103
|
+
Running = "Running"
|
104
|
+
}
|
105
|
+
|
106
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
107
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
108
|
+
Succeeded = "Succeeded",
|
109
|
+
Creating = "Creating",
|
110
|
+
Deleting = "Deleting",
|
111
|
+
Failed = "Failed"
|
112
|
+
}
|
113
|
+
|
114
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
115
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
116
|
+
Pending = "Pending",
|
117
|
+
Approved = "Approved",
|
118
|
+
Rejected = "Rejected"
|
119
|
+
}
|
120
|
+
|
121
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
122
|
+
export declare enum KnownProvisioningState {
|
123
|
+
Deleting = "Deleting",
|
124
|
+
Succeeded = "Succeeded",
|
125
|
+
Creating = "Creating",
|
126
|
+
Accepted = "Accepted",
|
127
|
+
Verifying = "Verifying",
|
128
|
+
Updating = "Updating",
|
129
|
+
Failed = "Failed",
|
130
|
+
Canceled = "Canceled",
|
131
|
+
Deprovisioned = "Deprovisioned"
|
132
|
+
}
|
133
|
+
|
134
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
135
|
+
export declare enum KnownPublicNetworkAccess {
|
136
|
+
Enabled = "Enabled",
|
137
|
+
Disabled = "Disabled"
|
138
|
+
}
|
139
|
+
|
140
|
+
/**
|
141
|
+
* Defines values for ManagedServiceIdentityType. \
|
142
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
143
|
+
* this enum contains the known values that the service supports.
|
144
|
+
* ### Known values supported by the service
|
145
|
+
* **SystemAssigned** \
|
146
|
+
* **None**
|
147
|
+
*/
|
148
|
+
export declare type ManagedServiceIdentityType = string;
|
149
|
+
|
150
|
+
/** Service REST API operation. */
|
151
|
+
export declare interface Operation {
|
152
|
+
/**
|
153
|
+
* Operation name: {provider}/{resource}/{read | write | action | delete}
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
155
|
+
*/
|
156
|
+
readonly name?: string;
|
157
|
+
/**
|
158
|
+
* Default value is 'user,system'.
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
160
|
+
*/
|
161
|
+
readonly origin?: string;
|
162
|
+
/** The information displayed about the operation. */
|
163
|
+
display?: OperationDisplay;
|
164
|
+
}
|
165
|
+
|
166
|
+
/** The object that represents the operation. */
|
167
|
+
export declare interface OperationDisplay {
|
168
|
+
/**
|
169
|
+
* Service provider: Microsoft.HealthcareApis
|
170
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
171
|
+
*/
|
172
|
+
readonly provider?: string;
|
173
|
+
/**
|
174
|
+
* Resource Type: Services
|
175
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
176
|
+
*/
|
177
|
+
readonly resource?: string;
|
178
|
+
/**
|
179
|
+
* Name of the operation
|
180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
181
|
+
*/
|
182
|
+
readonly operation?: string;
|
183
|
+
/**
|
184
|
+
* Friendly description for the operation,
|
185
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
186
|
+
*/
|
187
|
+
readonly description?: string;
|
188
|
+
}
|
189
|
+
|
190
|
+
/** A list of service operations. It contains a list of operations and a URL link to get the next set of results. */
|
191
|
+
export declare interface OperationListResult {
|
192
|
+
/** The link used to get the next page of service description objects. */
|
193
|
+
nextLink?: string;
|
194
|
+
/**
|
195
|
+
* A list of service operations supported by the Microsoft.HealthcareApis resource provider.
|
196
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
197
|
+
*/
|
198
|
+
readonly value?: Operation[];
|
199
|
+
}
|
200
|
+
|
201
|
+
/** Interface representing a OperationResults. */
|
202
|
+
export declare interface OperationResults {
|
203
|
+
/**
|
204
|
+
* Get the operation result for a long running operation.
|
205
|
+
* @param locationName The location of the operation.
|
206
|
+
* @param operationResultId The ID of the operation result to get.
|
207
|
+
* @param options The options parameters.
|
208
|
+
*/
|
209
|
+
get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
|
210
|
+
}
|
211
|
+
|
212
|
+
/** The properties indicating the operation result of an operation on a service. */
|
213
|
+
export declare interface OperationResultsDescription {
|
214
|
+
/**
|
215
|
+
* The ID of the operation returned.
|
216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
217
|
+
*/
|
218
|
+
readonly id?: string;
|
219
|
+
/**
|
220
|
+
* The name of the operation result.
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
222
|
+
*/
|
223
|
+
readonly name?: string;
|
224
|
+
/**
|
225
|
+
* The status of the operation being performed.
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
227
|
+
*/
|
228
|
+
readonly status?: OperationResultStatus;
|
229
|
+
/**
|
230
|
+
* The time that the operation was started.
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
232
|
+
*/
|
233
|
+
readonly startTime?: string;
|
234
|
+
/** Additional properties of the operation result. */
|
235
|
+
properties?: any;
|
236
|
+
}
|
237
|
+
|
238
|
+
/** Optional parameters. */
|
239
|
+
export declare interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
240
|
+
}
|
241
|
+
|
242
|
+
/** Contains response data for the get operation. */
|
243
|
+
export declare type OperationResultsGetResponse = OperationResultsDescription;
|
244
|
+
|
245
|
+
/**
|
246
|
+
* Defines values for OperationResultStatus. \
|
247
|
+
* {@link KnownOperationResultStatus} can be used interchangeably with OperationResultStatus,
|
248
|
+
* this enum contains the known values that the service supports.
|
249
|
+
* ### Known values supported by the service
|
250
|
+
* **Canceled** \
|
251
|
+
* **Succeeded** \
|
252
|
+
* **Failed** \
|
253
|
+
* **Requested** \
|
254
|
+
* **Running**
|
255
|
+
*/
|
256
|
+
export declare type OperationResultStatus = string;
|
257
|
+
|
258
|
+
/** Interface representing a Operations. */
|
259
|
+
export declare interface Operations {
|
260
|
+
/**
|
261
|
+
* Lists all of the available Healthcare service REST API operations.
|
262
|
+
* @param options The options parameters.
|
263
|
+
*/
|
264
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
265
|
+
}
|
266
|
+
|
267
|
+
/** Optional parameters. */
|
268
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
269
|
+
}
|
270
|
+
|
271
|
+
/** Contains response data for the listNext operation. */
|
272
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
273
|
+
|
274
|
+
/** Optional parameters. */
|
275
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
276
|
+
}
|
277
|
+
|
278
|
+
/** Contains response data for the list operation. */
|
279
|
+
export declare type OperationsListResponse = OperationListResult;
|
280
|
+
|
281
|
+
/** The Private Endpoint resource. */
|
282
|
+
export declare interface PrivateEndpoint {
|
283
|
+
/**
|
284
|
+
* The ARM identifier for Private Endpoint
|
285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
286
|
+
*/
|
287
|
+
readonly id?: string;
|
288
|
+
}
|
289
|
+
|
290
|
+
/** The Private Endpoint Connection resource. */
|
291
|
+
export declare type PrivateEndpointConnection = Resource & {
|
292
|
+
/** The resource of private end point. */
|
293
|
+
privateEndpoint?: PrivateEndpoint;
|
294
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
295
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
296
|
+
/**
|
297
|
+
* The provisioning state of the private endpoint connection resource.
|
298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
299
|
+
*/
|
300
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
301
|
+
};
|
302
|
+
|
303
|
+
/** The Private Endpoint Connection resource. */
|
304
|
+
export declare type PrivateEndpointConnectionDescription = PrivateEndpointConnection & {
|
305
|
+
/**
|
306
|
+
* System metadata for this resource.
|
307
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
308
|
+
*/
|
309
|
+
readonly systemData?: SystemData;
|
310
|
+
};
|
311
|
+
|
312
|
+
/** List of private endpoint connection associated with the specified storage account */
|
313
|
+
export declare interface PrivateEndpointConnectionListResultDescription {
|
314
|
+
/** Array of private endpoint connections */
|
315
|
+
value?: PrivateEndpointConnectionDescription[];
|
316
|
+
}
|
317
|
+
|
318
|
+
/**
|
319
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
320
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
321
|
+
* this enum contains the known values that the service supports.
|
322
|
+
* ### Known values supported by the service
|
323
|
+
* **Succeeded** \
|
324
|
+
* **Creating** \
|
325
|
+
* **Deleting** \
|
326
|
+
* **Failed**
|
327
|
+
*/
|
328
|
+
export declare type PrivateEndpointConnectionProvisioningState = string;
|
329
|
+
|
330
|
+
/** Interface representing a PrivateEndpointConnections. */
|
331
|
+
export declare interface PrivateEndpointConnections {
|
332
|
+
/**
|
333
|
+
* Lists all private endpoint connections for a service.
|
334
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
335
|
+
* @param resourceName The name of the service instance.
|
336
|
+
* @param options The options parameters.
|
337
|
+
*/
|
338
|
+
listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
|
339
|
+
/**
|
340
|
+
* Gets the specified private endpoint connection associated with the service.
|
341
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
342
|
+
* @param resourceName The name of the service instance.
|
343
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
344
|
+
* Azure resource
|
345
|
+
* @param options The options parameters.
|
346
|
+
*/
|
347
|
+
get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
348
|
+
/**
|
349
|
+
* Update the state of the specified private endpoint connection associated with the service.
|
350
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
351
|
+
* @param resourceName The name of the service instance.
|
352
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
353
|
+
* Azure resource
|
354
|
+
* @param properties The private endpoint connection properties.
|
355
|
+
* @param options The options parameters.
|
356
|
+
*/
|
357
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
358
|
+
/**
|
359
|
+
* Update the state of the specified private endpoint connection associated with the service.
|
360
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
361
|
+
* @param resourceName The name of the service instance.
|
362
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
363
|
+
* Azure resource
|
364
|
+
* @param properties The private endpoint connection properties.
|
365
|
+
* @param options The options parameters.
|
366
|
+
*/
|
367
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
368
|
+
/**
|
369
|
+
* Deletes a private endpoint connection.
|
370
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
371
|
+
* @param resourceName The name of the service instance.
|
372
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
373
|
+
* Azure resource
|
374
|
+
* @param options The options parameters.
|
375
|
+
*/
|
376
|
+
beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
377
|
+
/**
|
378
|
+
* Deletes a private endpoint connection.
|
379
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
380
|
+
* @param resourceName The name of the service instance.
|
381
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
382
|
+
* Azure resource
|
383
|
+
* @param options The options parameters.
|
384
|
+
*/
|
385
|
+
beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
386
|
+
}
|
387
|
+
|
388
|
+
/** Optional parameters. */
|
389
|
+
export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
390
|
+
/** Delay to wait until next poll, in milliseconds. */
|
391
|
+
updateIntervalInMs?: number;
|
392
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
393
|
+
resumeFrom?: string;
|
394
|
+
}
|
395
|
+
|
396
|
+
/** Contains response data for the createOrUpdate operation. */
|
397
|
+
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
|
398
|
+
|
399
|
+
/** Optional parameters. */
|
400
|
+
export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
401
|
+
/** Delay to wait until next poll, in milliseconds. */
|
402
|
+
updateIntervalInMs?: number;
|
403
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
404
|
+
resumeFrom?: string;
|
405
|
+
}
|
406
|
+
|
407
|
+
/** Optional parameters. */
|
408
|
+
export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
409
|
+
}
|
410
|
+
|
411
|
+
/** Contains response data for the get operation. */
|
412
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
|
413
|
+
|
414
|
+
/** Optional parameters. */
|
415
|
+
export declare interface PrivateEndpointConnectionsListByServiceOptionalParams extends coreClient.OperationOptions {
|
416
|
+
}
|
417
|
+
|
418
|
+
/** Contains response data for the listByService operation. */
|
419
|
+
export declare type PrivateEndpointConnectionsListByServiceResponse = PrivateEndpointConnectionListResultDescription;
|
420
|
+
|
421
|
+
/**
|
422
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
423
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
424
|
+
* this enum contains the known values that the service supports.
|
425
|
+
* ### Known values supported by the service
|
426
|
+
* **Pending** \
|
427
|
+
* **Approved** \
|
428
|
+
* **Rejected**
|
429
|
+
*/
|
430
|
+
export declare type PrivateEndpointServiceConnectionStatus = string;
|
431
|
+
|
432
|
+
/** A private link resource */
|
433
|
+
export declare type PrivateLinkResource = Resource & {
|
434
|
+
/**
|
435
|
+
* The private link resource group id.
|
436
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
437
|
+
*/
|
438
|
+
readonly groupId?: string;
|
439
|
+
/**
|
440
|
+
* The private link resource required member names.
|
441
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
442
|
+
*/
|
443
|
+
readonly requiredMembers?: string[];
|
444
|
+
/** The private link resource Private link DNS zone name. */
|
445
|
+
requiredZoneNames?: string[];
|
446
|
+
};
|
447
|
+
|
448
|
+
/** The Private Endpoint Connection resource. */
|
449
|
+
export declare type PrivateLinkResourceDescription = PrivateLinkResource & {
|
450
|
+
/**
|
451
|
+
* System metadata for this resource.
|
452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
453
|
+
*/
|
454
|
+
readonly systemData?: SystemData;
|
455
|
+
};
|
456
|
+
|
457
|
+
/** A list of private link resources */
|
458
|
+
export declare interface PrivateLinkResourceListResultDescription {
|
459
|
+
/** Array of private link resources */
|
460
|
+
value?: PrivateLinkResourceDescription[];
|
461
|
+
}
|
462
|
+
|
463
|
+
/** Interface representing a PrivateLinkResources. */
|
464
|
+
export declare interface PrivateLinkResources {
|
465
|
+
/**
|
466
|
+
* Gets the private link resources that need to be created for a service.
|
467
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
468
|
+
* @param resourceName The name of the service instance.
|
469
|
+
* @param options The options parameters.
|
470
|
+
*/
|
471
|
+
listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourcesListByServiceResponse>;
|
472
|
+
/**
|
473
|
+
* Gets a private link resource that need to be created for a service.
|
474
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
475
|
+
* @param resourceName The name of the service instance.
|
476
|
+
* @param groupName The name of the private link resource group.
|
477
|
+
* @param options The options parameters.
|
478
|
+
*/
|
479
|
+
get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
480
|
+
}
|
481
|
+
|
482
|
+
/** Optional parameters. */
|
483
|
+
export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
484
|
+
}
|
485
|
+
|
486
|
+
/** Contains response data for the get operation. */
|
487
|
+
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
|
488
|
+
|
489
|
+
/** Optional parameters. */
|
490
|
+
export declare interface PrivateLinkResourcesListByServiceOptionalParams extends coreClient.OperationOptions {
|
491
|
+
}
|
492
|
+
|
493
|
+
/** Contains response data for the listByService operation. */
|
494
|
+
export declare type PrivateLinkResourcesListByServiceResponse = PrivateLinkResourceListResultDescription;
|
495
|
+
|
496
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
497
|
+
export declare interface PrivateLinkServiceConnectionState {
|
498
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
499
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
500
|
+
/** The reason for approval/rejection of the connection. */
|
501
|
+
description?: string;
|
502
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
503
|
+
actionsRequired?: string;
|
504
|
+
}
|
505
|
+
|
506
|
+
/**
|
507
|
+
* Defines values for ProvisioningState. \
|
508
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
509
|
+
* this enum contains the known values that the service supports.
|
510
|
+
* ### Known values supported by the service
|
511
|
+
* **Deleting** \
|
512
|
+
* **Succeeded** \
|
513
|
+
* **Creating** \
|
514
|
+
* **Accepted** \
|
515
|
+
* **Verifying** \
|
516
|
+
* **Updating** \
|
517
|
+
* **Failed** \
|
518
|
+
* **Canceled** \
|
519
|
+
* **Deprovisioned**
|
520
|
+
*/
|
521
|
+
export declare type ProvisioningState = string;
|
522
|
+
|
523
|
+
/**
|
524
|
+
* Defines values for PublicNetworkAccess. \
|
525
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
526
|
+
* this enum contains the known values that the service supports.
|
527
|
+
* ### Known values supported by the service
|
528
|
+
* **Enabled** \
|
529
|
+
* **Disabled**
|
530
|
+
*/
|
531
|
+
export declare type PublicNetworkAccess = string;
|
532
|
+
|
533
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
534
|
+
export declare interface Resource {
|
535
|
+
/**
|
536
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
538
|
+
*/
|
539
|
+
readonly id?: string;
|
540
|
+
/**
|
541
|
+
* The name of the resource
|
542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
543
|
+
*/
|
544
|
+
readonly name?: string;
|
545
|
+
/**
|
546
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
548
|
+
*/
|
549
|
+
readonly type?: string;
|
550
|
+
}
|
551
|
+
|
552
|
+
/** An access policy entry. */
|
553
|
+
export declare interface ServiceAccessPolicyEntry {
|
554
|
+
/** An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. */
|
555
|
+
objectId: string;
|
556
|
+
}
|
557
|
+
|
558
|
+
/** Azure container registry configuration information */
|
559
|
+
export declare interface ServiceAcrConfigurationInfo {
|
560
|
+
/** The list of the ACR login servers. */
|
561
|
+
loginServers?: string[];
|
562
|
+
}
|
563
|
+
|
564
|
+
/** Authentication configuration information */
|
565
|
+
export declare interface ServiceAuthenticationConfigurationInfo {
|
566
|
+
/** The authority url for the service */
|
567
|
+
authority?: string;
|
568
|
+
/** The audience url for the service */
|
569
|
+
audience?: string;
|
570
|
+
/** If the SMART on FHIR proxy is enabled */
|
571
|
+
smartProxyEnabled?: boolean;
|
572
|
+
}
|
573
|
+
|
574
|
+
/** The settings for the CORS configuration of the service instance. */
|
575
|
+
export declare interface ServiceCorsConfigurationInfo {
|
576
|
+
/** The origins to be allowed via CORS. */
|
577
|
+
origins?: string[];
|
578
|
+
/** The headers to be allowed via CORS. */
|
579
|
+
headers?: string[];
|
580
|
+
/** The methods to be allowed via CORS. */
|
581
|
+
methods?: string[];
|
582
|
+
/** The max age to be allowed via CORS. */
|
583
|
+
maxAge?: number;
|
584
|
+
/** If credentials are allowed via CORS. */
|
585
|
+
allowCredentials?: boolean;
|
586
|
+
}
|
587
|
+
|
588
|
+
/** The settings for the Cosmos DB database backing the service. */
|
589
|
+
export declare interface ServiceCosmosDbConfigurationInfo {
|
590
|
+
/** The provisioned throughput for the backing database. */
|
591
|
+
offerThroughput?: number;
|
592
|
+
/** The URI of the customer-managed key for the backing database. */
|
593
|
+
keyVaultKeyUri?: string;
|
594
|
+
}
|
595
|
+
|
596
|
+
/** Export operation configuration information */
|
597
|
+
export declare interface ServiceExportConfigurationInfo {
|
598
|
+
/** The name of the default export storage account. */
|
599
|
+
storageAccountName?: string;
|
600
|
+
}
|
601
|
+
|
602
|
+
/** Defines values for ServiceNameUnavailabilityReason. */
|
603
|
+
export declare type ServiceNameUnavailabilityReason = "Invalid" | "AlreadyExists";
|
604
|
+
|
605
|
+
/** Interface representing a Services. */
|
606
|
+
export declare interface Services {
|
607
|
+
/**
|
608
|
+
* Get all the service instances in a subscription.
|
609
|
+
* @param options The options parameters.
|
610
|
+
*/
|
611
|
+
list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
|
612
|
+
/**
|
613
|
+
* Get all the service instances in a resource group.
|
614
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
615
|
+
* @param options The options parameters.
|
616
|
+
*/
|
617
|
+
listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
|
618
|
+
/**
|
619
|
+
* Get the metadata of a service instance.
|
620
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
621
|
+
* @param resourceName The name of the service instance.
|
622
|
+
* @param options The options parameters.
|
623
|
+
*/
|
624
|
+
get(resourceGroupName: string, resourceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
625
|
+
/**
|
626
|
+
* Create or update the metadata of a service instance.
|
627
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
628
|
+
* @param resourceName The name of the service instance.
|
629
|
+
* @param serviceDescription The service instance metadata.
|
630
|
+
* @param options The options parameters.
|
631
|
+
*/
|
632
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
|
633
|
+
/**
|
634
|
+
* Create or update the metadata of a service instance.
|
635
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
636
|
+
* @param resourceName The name of the service instance.
|
637
|
+
* @param serviceDescription The service instance metadata.
|
638
|
+
* @param options The options parameters.
|
639
|
+
*/
|
640
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
|
641
|
+
/**
|
642
|
+
* Update the metadata of a service instance.
|
643
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
644
|
+
* @param resourceName The name of the service instance.
|
645
|
+
* @param servicePatchDescription The service instance metadata and security metadata.
|
646
|
+
* @param options The options parameters.
|
647
|
+
*/
|
648
|
+
beginUpdate(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
|
649
|
+
/**
|
650
|
+
* Update the metadata of a service instance.
|
651
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
652
|
+
* @param resourceName The name of the service instance.
|
653
|
+
* @param servicePatchDescription The service instance metadata and security metadata.
|
654
|
+
* @param options The options parameters.
|
655
|
+
*/
|
656
|
+
beginUpdateAndWait(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
|
657
|
+
/**
|
658
|
+
* Delete a service instance.
|
659
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
660
|
+
* @param resourceName The name of the service instance.
|
661
|
+
* @param options The options parameters.
|
662
|
+
*/
|
663
|
+
beginDelete(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
664
|
+
/**
|
665
|
+
* Delete a service instance.
|
666
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
667
|
+
* @param resourceName The name of the service instance.
|
668
|
+
* @param options The options parameters.
|
669
|
+
*/
|
670
|
+
beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
671
|
+
/**
|
672
|
+
* Check if a service instance name is available.
|
673
|
+
* @param checkNameAvailabilityInputs Set the name parameter in the CheckNameAvailabilityParameters
|
674
|
+
* structure to the name of the service instance to check.
|
675
|
+
* @param options The options parameters.
|
676
|
+
*/
|
677
|
+
checkNameAvailability(checkNameAvailabilityInputs: CheckNameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesCheckNameAvailabilityResponse>;
|
678
|
+
}
|
679
|
+
|
680
|
+
/** Optional parameters. */
|
681
|
+
export declare interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
682
|
+
}
|
683
|
+
|
684
|
+
/** Contains response data for the checkNameAvailability operation. */
|
685
|
+
export declare type ServicesCheckNameAvailabilityResponse = ServicesNameAvailabilityInfo;
|
686
|
+
|
687
|
+
/** Optional parameters. */
|
688
|
+
export declare interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
689
|
+
/** Delay to wait until next poll, in milliseconds. */
|
690
|
+
updateIntervalInMs?: number;
|
691
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
692
|
+
resumeFrom?: string;
|
693
|
+
}
|
694
|
+
|
695
|
+
/** Contains response data for the createOrUpdate operation. */
|
696
|
+
export declare type ServicesCreateOrUpdateResponse = ServicesDescription;
|
697
|
+
|
698
|
+
/** Optional parameters. */
|
699
|
+
export declare interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
700
|
+
/** Delay to wait until next poll, in milliseconds. */
|
701
|
+
updateIntervalInMs?: number;
|
702
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
703
|
+
resumeFrom?: string;
|
704
|
+
}
|
705
|
+
|
706
|
+
/** The description of the service. */
|
707
|
+
export declare type ServicesDescription = ServicesResource & {
|
708
|
+
/** The common properties of a service. */
|
709
|
+
properties?: ServicesProperties;
|
710
|
+
/**
|
711
|
+
* Metadata pertaining to creation and last modification of the resource.
|
712
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
713
|
+
*/
|
714
|
+
readonly systemData?: SystemData;
|
715
|
+
};
|
716
|
+
|
717
|
+
/** A list of service description objects with a next link. */
|
718
|
+
export declare interface ServicesDescriptionListResult {
|
719
|
+
/** The link used to get the next page of service description objects. */
|
720
|
+
nextLink?: string;
|
721
|
+
/** A list of service description objects. */
|
722
|
+
value?: ServicesDescription[];
|
723
|
+
}
|
724
|
+
|
725
|
+
/** Optional parameters. */
|
726
|
+
export declare interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
727
|
+
}
|
728
|
+
|
729
|
+
/** Contains response data for the get operation. */
|
730
|
+
export declare type ServicesGetResponse = ServicesDescription;
|
731
|
+
|
732
|
+
/** Optional parameters. */
|
733
|
+
export declare interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
734
|
+
}
|
735
|
+
|
736
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
737
|
+
export declare type ServicesListByResourceGroupNextResponse = ServicesDescriptionListResult;
|
738
|
+
|
739
|
+
/** Optional parameters. */
|
740
|
+
export declare interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
741
|
+
}
|
742
|
+
|
743
|
+
/** Contains response data for the listByResourceGroup operation. */
|
744
|
+
export declare type ServicesListByResourceGroupResponse = ServicesDescriptionListResult;
|
745
|
+
|
746
|
+
/** Optional parameters. */
|
747
|
+
export declare interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
748
|
+
}
|
749
|
+
|
750
|
+
/** Contains response data for the listNext operation. */
|
751
|
+
export declare type ServicesListNextResponse = ServicesDescriptionListResult;
|
752
|
+
|
753
|
+
/** Optional parameters. */
|
754
|
+
export declare interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
755
|
+
}
|
756
|
+
|
757
|
+
/** Contains response data for the list operation. */
|
758
|
+
export declare type ServicesListResponse = ServicesDescriptionListResult;
|
759
|
+
|
760
|
+
/** The properties indicating whether a given service name is available. */
|
761
|
+
export declare interface ServicesNameAvailabilityInfo {
|
762
|
+
/**
|
763
|
+
* The value which indicates whether the provided name is available.
|
764
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
765
|
+
*/
|
766
|
+
readonly nameAvailable?: boolean;
|
767
|
+
/**
|
768
|
+
* The reason for unavailability.
|
769
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
770
|
+
*/
|
771
|
+
readonly reason?: ServiceNameUnavailabilityReason;
|
772
|
+
/** The detailed reason message. */
|
773
|
+
message?: string;
|
774
|
+
}
|
775
|
+
|
776
|
+
/** The description of the service. */
|
777
|
+
export declare interface ServicesPatchDescription {
|
778
|
+
/** Instance tags */
|
779
|
+
tags?: {
|
780
|
+
[propertyName: string]: string;
|
781
|
+
};
|
782
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
783
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
784
|
+
}
|
785
|
+
|
786
|
+
/** The properties of a service instance. */
|
787
|
+
export declare interface ServicesProperties {
|
788
|
+
/**
|
789
|
+
* The provisioning state.
|
790
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
791
|
+
*/
|
792
|
+
readonly provisioningState?: ProvisioningState;
|
793
|
+
/** The access policies of the service instance. */
|
794
|
+
accessPolicies?: ServiceAccessPolicyEntry[];
|
795
|
+
/** The settings for the Cosmos DB database backing the service. */
|
796
|
+
cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo;
|
797
|
+
/** The authentication configuration for the service instance. */
|
798
|
+
authenticationConfiguration?: ServiceAuthenticationConfigurationInfo;
|
799
|
+
/** The settings for the CORS configuration of the service instance. */
|
800
|
+
corsConfiguration?: ServiceCorsConfigurationInfo;
|
801
|
+
/** The settings for the export operation of the service instance. */
|
802
|
+
exportConfiguration?: ServiceExportConfigurationInfo;
|
803
|
+
/** The list of private endpoint connections that are set up for this resource. */
|
804
|
+
privateEndpointConnections?: PrivateEndpointConnection[];
|
805
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
806
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
807
|
+
/** The azure container registry settings used for convert data operation of the service instance. */
|
808
|
+
acrConfiguration?: ServiceAcrConfigurationInfo;
|
809
|
+
}
|
810
|
+
|
811
|
+
/** The common properties of a service. */
|
812
|
+
export declare interface ServicesResource {
|
813
|
+
/**
|
814
|
+
* The resource identifier.
|
815
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
816
|
+
*/
|
817
|
+
readonly id?: string;
|
818
|
+
/**
|
819
|
+
* The resource name.
|
820
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
821
|
+
*/
|
822
|
+
readonly name?: string;
|
823
|
+
/**
|
824
|
+
* The resource type.
|
825
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
826
|
+
*/
|
827
|
+
readonly type?: string;
|
828
|
+
/** The kind of the service. */
|
829
|
+
kind: Kind;
|
830
|
+
/** The resource location. */
|
831
|
+
location: string;
|
832
|
+
/** The resource tags. */
|
833
|
+
tags?: {
|
834
|
+
[propertyName: string]: string;
|
835
|
+
};
|
836
|
+
/** An etag associated with the resource, used for optimistic concurrency when editing it. */
|
837
|
+
etag?: string;
|
838
|
+
/** Setting indicating whether the service has a managed identity associated with it. */
|
839
|
+
identity?: ServicesResourceIdentity;
|
840
|
+
}
|
841
|
+
|
842
|
+
/** Setting indicating whether the service has a managed identity associated with it. */
|
843
|
+
export declare interface ServicesResourceIdentity {
|
844
|
+
/**
|
845
|
+
* The principal ID of the resource identity.
|
846
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
847
|
+
*/
|
848
|
+
readonly principalId?: string;
|
849
|
+
/**
|
850
|
+
* The tenant ID of the resource.
|
851
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
852
|
+
*/
|
853
|
+
readonly tenantId?: string;
|
854
|
+
/** Type of identity being specified, currently SystemAssigned and None are allowed. */
|
855
|
+
type?: ManagedServiceIdentityType;
|
856
|
+
}
|
857
|
+
|
858
|
+
/** Optional parameters. */
|
859
|
+
export declare interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
860
|
+
/** Delay to wait until next poll, in milliseconds. */
|
861
|
+
updateIntervalInMs?: number;
|
862
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
863
|
+
resumeFrom?: string;
|
864
|
+
}
|
865
|
+
|
866
|
+
/** Contains response data for the update operation. */
|
867
|
+
export declare type ServicesUpdateResponse = ServicesDescription;
|
868
|
+
|
869
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
870
|
+
export declare interface SystemData {
|
871
|
+
/** The identity that created the resource. */
|
872
|
+
createdBy?: string;
|
873
|
+
/** The type of identity that created the resource. */
|
874
|
+
createdByType?: CreatedByType;
|
875
|
+
/** The timestamp of resource creation (UTC). */
|
876
|
+
createdAt?: Date;
|
877
|
+
/** The identity that last modified the resource. */
|
878
|
+
lastModifiedBy?: string;
|
879
|
+
/** The type of identity that last modified the resource. */
|
880
|
+
lastModifiedByType?: CreatedByType;
|
881
|
+
/** The timestamp of resource last modification (UTC) */
|
882
|
+
lastModifiedAt?: Date;
|
883
|
+
}
|
884
|
+
|
885
|
+
export { }
|