@pulumi/azure-native 2.18.0 → 2.19.0
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/eventhub/applicationGroup.d.ts +1 -1
- package/eventhub/applicationGroup.js +3 -3
- package/eventhub/cluster.d.ts +1 -1
- package/eventhub/cluster.js +3 -3
- package/eventhub/consumerGroup.d.ts +1 -1
- package/eventhub/consumerGroup.js +3 -3
- package/eventhub/disasterRecoveryConfig.d.ts +1 -1
- package/eventhub/disasterRecoveryConfig.js +3 -3
- package/eventhub/eventHub.d.ts +1 -1
- package/eventhub/eventHub.js +3 -3
- package/eventhub/eventHubAuthorizationRule.d.ts +1 -1
- package/eventhub/eventHubAuthorizationRule.js +3 -3
- package/eventhub/getApplicationGroup.d.ts +2 -2
- package/eventhub/getApplicationGroup.js +2 -2
- package/eventhub/getCluster.d.ts +2 -2
- package/eventhub/getCluster.js +2 -2
- package/eventhub/getConsumerGroup.d.ts +2 -2
- package/eventhub/getConsumerGroup.js +2 -2
- package/eventhub/getDisasterRecoveryConfig.d.ts +2 -2
- package/eventhub/getDisasterRecoveryConfig.js +2 -2
- package/eventhub/getEventHub.d.ts +2 -2
- package/eventhub/getEventHub.js +2 -2
- package/eventhub/getEventHubAuthorizationRule.d.ts +2 -2
- package/eventhub/getEventHubAuthorizationRule.js +2 -2
- package/eventhub/getNamespace.d.ts +2 -2
- package/eventhub/getNamespace.js +2 -2
- package/eventhub/getNamespaceAuthorizationRule.d.ts +2 -2
- package/eventhub/getNamespaceAuthorizationRule.js +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.d.ts +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.js +2 -2
- package/eventhub/getPrivateEndpointConnection.d.ts +2 -2
- package/eventhub/getPrivateEndpointConnection.js +2 -2
- package/eventhub/getSchemaRegistry.d.ts +2 -2
- package/eventhub/getSchemaRegistry.js +2 -2
- package/eventhub/index.d.ts +2 -1
- package/eventhub/index.js +4 -2
- package/eventhub/listDisasterRecoveryConfigKeys.d.ts +2 -2
- package/eventhub/listDisasterRecoveryConfigKeys.js +2 -2
- package/eventhub/listEventHubKeys.d.ts +2 -2
- package/eventhub/listEventHubKeys.js +2 -2
- package/eventhub/listNamespaceKeys.d.ts +2 -2
- package/eventhub/listNamespaceKeys.js +2 -2
- package/eventhub/namespace.d.ts +1 -1
- package/eventhub/namespace.js +3 -3
- package/eventhub/namespaceAuthorizationRule.d.ts +1 -1
- package/eventhub/namespaceAuthorizationRule.js +3 -3
- package/eventhub/namespaceNetworkRuleSet.d.ts +1 -1
- package/eventhub/namespaceNetworkRuleSet.js +3 -3
- package/eventhub/privateEndpointConnection.d.ts +1 -1
- package/eventhub/privateEndpointConnection.js +3 -3
- package/eventhub/schemaRegistry.d.ts +1 -1
- package/eventhub/schemaRegistry.js +3 -3
- package/eventhub/v20221001preview/applicationGroup.js +2 -2
- package/eventhub/v20221001preview/cluster.js +2 -2
- package/eventhub/v20221001preview/consumerGroup.js +2 -2
- package/eventhub/v20221001preview/disasterRecoveryConfig.js +2 -2
- package/eventhub/v20221001preview/eventHub.js +2 -2
- package/eventhub/v20221001preview/eventHubAuthorizationRule.js +2 -2
- package/eventhub/v20221001preview/namespace.js +2 -2
- package/eventhub/v20221001preview/namespaceAuthorizationRule.js +2 -2
- package/eventhub/v20221001preview/namespaceNetworkRuleSet.js +2 -2
- package/eventhub/v20221001preview/privateEndpointConnection.js +2 -2
- package/eventhub/v20221001preview/schemaRegistry.js +2 -2
- package/eventhub/v20230101preview/applicationGroup.js +2 -2
- package/eventhub/v20230101preview/cluster.js +2 -2
- package/eventhub/v20230101preview/consumerGroup.js +2 -2
- package/eventhub/v20230101preview/disasterRecoveryConfig.js +2 -2
- package/eventhub/v20230101preview/eventHub.js +2 -2
- package/eventhub/v20230101preview/eventHubAuthorizationRule.js +2 -2
- package/eventhub/v20230101preview/namespace.js +2 -2
- package/eventhub/v20230101preview/namespaceAuthorizationRule.js +2 -2
- package/eventhub/v20230101preview/namespaceNetworkRuleSet.js +2 -2
- package/eventhub/v20230101preview/privateEndpointConnection.js +2 -2
- package/eventhub/v20230101preview/schemaRegistry.js +2 -2
- package/eventhub/v20240101/applicationGroup.d.ts +87 -0
- package/eventhub/v20240101/applicationGroup.js +82 -0
- package/eventhub/v20240101/cluster.d.ts +119 -0
- package/eventhub/v20240101/cluster.js +87 -0
- package/eventhub/v20240101/consumerGroup.d.ts +82 -0
- package/eventhub/v20240101/consumerGroup.js +83 -0
- package/eventhub/v20240101/disasterRecoveryConfig.d.ts +90 -0
- package/eventhub/v20240101/disasterRecoveryConfig.js +83 -0
- package/eventhub/v20240101/eventHub.d.ts +116 -0
- package/eventhub/v20240101/eventHub.js +89 -0
- package/eventhub/v20240101/eventHubAuthorizationRule.d.ts +75 -0
- package/eventhub/v20240101/eventHubAuthorizationRule.js +82 -0
- package/eventhub/v20240101/getApplicationGroup.d.ts +75 -0
- package/eventhub/v20240101/getApplicationGroup.js +27 -0
- package/eventhub/v20240101/getCluster.d.ts +93 -0
- package/eventhub/v20240101/getCluster.js +26 -0
- package/eventhub/v20240101/getConsumerGroup.d.ts +83 -0
- package/eventhub/v20240101/getConsumerGroup.js +28 -0
- package/eventhub/v20240101/getDisasterRecoveryConfig.d.ts +83 -0
- package/eventhub/v20240101/getDisasterRecoveryConfig.js +27 -0
- package/eventhub/v20240101/getEventHub.d.ts +95 -0
- package/eventhub/v20240101/getEventHub.js +27 -0
- package/eventhub/v20240101/getEventHubAuthorizationRule.d.ts +75 -0
- package/eventhub/v20240101/getEventHubAuthorizationRule.js +28 -0
- package/eventhub/v20240101/getNamespace.d.ts +137 -0
- package/eventhub/v20240101/getNamespace.js +26 -0
- package/eventhub/v20240101/getNamespaceAuthorizationRule.d.ts +67 -0
- package/eventhub/v20240101/getNamespaceAuthorizationRule.js +27 -0
- package/eventhub/v20240101/getNamespaceNetworkRuleSet.d.ts +75 -0
- package/eventhub/v20240101/getNamespaceNetworkRuleSet.js +26 -0
- package/eventhub/v20240101/getPrivateEndpointConnection.d.ts +75 -0
- package/eventhub/v20240101/getPrivateEndpointConnection.js +27 -0
- package/eventhub/v20240101/getSchemaRegistry.d.ts +83 -0
- package/eventhub/v20240101/getSchemaRegistry.js +27 -0
- package/eventhub/v20240101/index.d.ts +76 -0
- package/eventhub/v20240101/index.js +120 -0
- package/eventhub/v20240101/listDisasterRecoveryConfigKeys.d.ts +78 -0
- package/eventhub/v20240101/listDisasterRecoveryConfigKeys.js +28 -0
- package/eventhub/v20240101/listEventHubKeys.d.ts +78 -0
- package/eventhub/v20240101/listEventHubKeys.js +28 -0
- package/eventhub/v20240101/listNamespaceKeys.d.ts +70 -0
- package/eventhub/v20240101/listNamespaceKeys.js +27 -0
- package/eventhub/v20240101/namespace.d.ts +205 -0
- package/eventhub/v20240101/namespace.js +111 -0
- package/eventhub/v20240101/namespaceAuthorizationRule.d.ts +71 -0
- package/eventhub/v20240101/namespaceAuthorizationRule.js +78 -0
- package/eventhub/v20240101/namespaceNetworkRuleSet.d.ts +100 -0
- package/eventhub/v20240101/namespaceNetworkRuleSet.js +83 -0
- package/eventhub/v20240101/privateEndpointConnection.d.ts +88 -0
- package/eventhub/v20240101/privateEndpointConnection.js +79 -0
- package/eventhub/v20240101/schemaRegistry.d.ts +91 -0
- package/eventhub/v20240101/schemaRegistry.js +85 -0
- package/healthcareapis/dicomService.d.ts +1 -1
- package/healthcareapis/dicomService.js +3 -3
- package/healthcareapis/fhirService.d.ts +1 -1
- package/healthcareapis/fhirService.js +3 -3
- package/healthcareapis/getDicomService.d.ts +2 -2
- package/healthcareapis/getDicomService.js +2 -2
- package/healthcareapis/getFhirService.d.ts +2 -2
- package/healthcareapis/getFhirService.js +2 -2
- package/healthcareapis/getIotConnector.d.ts +2 -2
- package/healthcareapis/getIotConnector.js +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.d.ts +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.js +2 -2
- package/healthcareapis/getPrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getPrivateEndpointConnection.js +2 -2
- package/healthcareapis/getService.d.ts +2 -2
- package/healthcareapis/getService.js +2 -2
- package/healthcareapis/getWorkspace.d.ts +2 -2
- package/healthcareapis/getWorkspace.js +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/index.d.ts +2 -1
- package/healthcareapis/index.js +4 -2
- package/healthcareapis/iotConnector.d.ts +1 -1
- package/healthcareapis/iotConnector.js +3 -3
- package/healthcareapis/iotConnectorFhirDestination.d.ts +1 -1
- package/healthcareapis/iotConnectorFhirDestination.js +3 -3
- package/healthcareapis/privateEndpointConnection.d.ts +1 -1
- package/healthcareapis/privateEndpointConnection.js +3 -3
- package/healthcareapis/service.d.ts +1 -1
- package/healthcareapis/service.js +3 -3
- package/healthcareapis/v20230228/dicomService.js +2 -2
- package/healthcareapis/v20230228/fhirService.js +2 -2
- package/healthcareapis/v20230228/iotConnector.js +2 -2
- package/healthcareapis/v20230228/iotConnectorFhirDestination.js +2 -2
- package/healthcareapis/v20230228/privateEndpointConnection.js +2 -2
- package/healthcareapis/v20230228/service.js +2 -2
- package/healthcareapis/v20230228/workspace.js +2 -2
- package/healthcareapis/v20230228/workspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/v20230906/dicomService.js +2 -2
- package/healthcareapis/v20230906/fhirService.js +2 -2
- package/healthcareapis/v20230906/iotConnector.js +2 -2
- package/healthcareapis/v20230906/iotConnectorFhirDestination.js +2 -2
- package/healthcareapis/v20230906/privateEndpointConnection.js +2 -2
- package/healthcareapis/v20230906/service.js +2 -2
- package/healthcareapis/v20230906/workspace.js +2 -2
- package/healthcareapis/v20230906/workspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/v20231101/dicomService.d.ts +131 -0
- package/healthcareapis/v20231101/dicomService.js +95 -0
- package/healthcareapis/v20231101/fhirService.d.ts +180 -0
- package/healthcareapis/v20231101/fhirService.js +105 -0
- package/healthcareapis/v20231101/getDicomService.d.ts +109 -0
- package/healthcareapis/v20231101/getDicomService.js +27 -0
- package/healthcareapis/v20231101/getFhirService.d.ts +129 -0
- package/healthcareapis/v20231101/getFhirService.js +27 -0
- package/healthcareapis/v20231101/getIotConnector.d.ts +89 -0
- package/healthcareapis/v20231101/getIotConnector.js +27 -0
- package/healthcareapis/v20231101/getIotConnectorFhirDestination.d.ts +87 -0
- package/healthcareapis/v20231101/getIotConnectorFhirDestination.js +28 -0
- package/healthcareapis/v20231101/getPrivateEndpointConnection.d.ts +71 -0
- package/healthcareapis/v20231101/getPrivateEndpointConnection.js +27 -0
- package/healthcareapis/v20231101/getService.d.ts +77 -0
- package/healthcareapis/v20231101/getService.js +26 -0
- package/healthcareapis/v20231101/getWorkspace.d.ts +69 -0
- package/healthcareapis/v20231101/getWorkspace.js +26 -0
- package/healthcareapis/v20231101/getWorkspacePrivateEndpointConnection.d.ts +71 -0
- package/healthcareapis/v20231101/getWorkspacePrivateEndpointConnection.js +27 -0
- package/healthcareapis/v20231101/index.d.ts +49 -0
- package/healthcareapis/v20231101/index.js +90 -0
- package/healthcareapis/v20231101/iotConnector.d.ts +111 -0
- package/healthcareapis/v20231101/iotConnector.js +85 -0
- package/healthcareapis/v20231101/iotConnectorFhirDestination.d.ts +100 -0
- package/healthcareapis/v20231101/iotConnectorFhirDestination.js +94 -0
- package/healthcareapis/v20231101/privateEndpointConnection.d.ts +75 -0
- package/healthcareapis/v20231101/privateEndpointConnection.js +80 -0
- package/healthcareapis/v20231101/service.d.ts +104 -0
- package/healthcareapis/v20231101/service.js +82 -0
- package/healthcareapis/v20231101/workspace.d.ts +82 -0
- package/healthcareapis/v20231101/workspace.js +75 -0
- package/healthcareapis/v20231101/workspacePrivateEndpointConnection.d.ts +75 -0
- package/healthcareapis/v20231101/workspacePrivateEndpointConnection.js +80 -0
- package/healthcareapis/workspace.d.ts +1 -1
- package/healthcareapis/workspace.js +3 -3
- package/healthcareapis/workspacePrivateEndpointConnection.d.ts +1 -1
- package/healthcareapis/workspacePrivateEndpointConnection.js +3 -3
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/offazurespringboot/getSpringbootserver.d.ts +71 -0
- package/offazurespringboot/getSpringbootserver.js +29 -0
- package/offazurespringboot/getSpringbootsite.d.ts +71 -0
- package/offazurespringboot/getSpringbootsite.js +28 -0
- package/offazurespringboot/index.d.ts +15 -0
- package/offazurespringboot/index.js +51 -0
- package/offazurespringboot/springbootserver.d.ts +80 -0
- package/offazurespringboot/springbootserver.js +76 -0
- package/offazurespringboot/springbootsite.d.ts +92 -0
- package/offazurespringboot/springbootsite.js +76 -0
- package/offazurespringboot/v20230101preview/getSpringbootserver.d.ts +69 -0
- package/offazurespringboot/v20230101preview/getSpringbootserver.js +27 -0
- package/offazurespringboot/v20230101preview/getSpringbootsite.d.ts +69 -0
- package/offazurespringboot/v20230101preview/getSpringbootsite.js +26 -0
- package/offazurespringboot/v20230101preview/index.d.ts +13 -0
- package/offazurespringboot/v20230101preview/index.js +48 -0
- package/offazurespringboot/v20230101preview/springbootserver.d.ts +79 -0
- package/offazurespringboot/v20230101preview/springbootserver.js +75 -0
- package/offazurespringboot/v20230101preview/springbootsite.d.ts +91 -0
- package/offazurespringboot/v20230101preview/springbootsite.js +75 -0
- package/package.json +1 -1
- package/security/alertsSuppressionRule.d.ts +2 -2
- package/security/getAlertsSuppressionRule.d.ts +1 -1
- package/security/v20190101preview/alertsSuppressionRule.d.ts +2 -2
- package/security/v20190101preview/getAlertsSuppressionRule.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/eventhub/index.d.ts +2 -1
- package/types/enums/eventhub/index.js +4 -2
- package/types/enums/eventhub/v20240101/index.d.ts +193 -0
- package/types/enums/eventhub/v20240101/index.js +120 -0
- package/types/enums/healthcareapis/index.d.ts +2 -1
- package/types/enums/healthcareapis/index.js +4 -2
- package/types/enums/healthcareapis/v20231101/index.d.ts +69 -0
- package/types/enums/healthcareapis/v20231101/index.js +43 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/offazurespringboot/index.d.ts +15 -0
- package/types/enums/offazurespringboot/index.js +18 -0
- package/types/enums/offazurespringboot/v20230101preview/index.d.ts +13 -0
- package/types/enums/offazurespringboot/v20230101preview/index.js +15 -0
- package/types/input.d.ts +904 -0
- package/types/input.js +12 -1
- package/types/output.d.ts +1181 -24
- package/types/output.js +12 -1
package/types/output.d.ts
CHANGED
|
@@ -274585,6 +274585,373 @@ export declare namespace eventhub {
|
|
|
274585
274585
|
principalId: string;
|
|
274586
274586
|
}
|
|
274587
274587
|
}
|
|
274588
|
+
namespace v20240101 {
|
|
274589
|
+
/**
|
|
274590
|
+
* Properties to configure capture description for eventhub
|
|
274591
|
+
*/
|
|
274592
|
+
interface CaptureDescriptionResponse {
|
|
274593
|
+
/**
|
|
274594
|
+
* Properties of Destination where capture will be stored. (Storage Account, Blob Names)
|
|
274595
|
+
*/
|
|
274596
|
+
destination?: outputs.eventhub.v20240101.DestinationResponse;
|
|
274597
|
+
/**
|
|
274598
|
+
* A value that indicates whether capture description is enabled.
|
|
274599
|
+
*/
|
|
274600
|
+
enabled?: boolean;
|
|
274601
|
+
/**
|
|
274602
|
+
* Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version
|
|
274603
|
+
*/
|
|
274604
|
+
encoding?: string;
|
|
274605
|
+
/**
|
|
274606
|
+
* The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
|
|
274607
|
+
*/
|
|
274608
|
+
intervalInSeconds?: number;
|
|
274609
|
+
/**
|
|
274610
|
+
* The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
|
|
274611
|
+
*/
|
|
274612
|
+
sizeLimitInBytes?: number;
|
|
274613
|
+
/**
|
|
274614
|
+
* A value that indicates whether to Skip Empty Archives
|
|
274615
|
+
*/
|
|
274616
|
+
skipEmptyArchives?: boolean;
|
|
274617
|
+
}
|
|
274618
|
+
/**
|
|
274619
|
+
* A value that indicates whether capture description is enabled.
|
|
274620
|
+
*/
|
|
274621
|
+
interface CaptureIdentityResponse {
|
|
274622
|
+
/**
|
|
274623
|
+
* Type of Azure Active Directory Managed Identity.
|
|
274624
|
+
*/
|
|
274625
|
+
type?: string;
|
|
274626
|
+
/**
|
|
274627
|
+
* ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.
|
|
274628
|
+
*/
|
|
274629
|
+
userAssignedIdentity?: string;
|
|
274630
|
+
}
|
|
274631
|
+
/**
|
|
274632
|
+
* SKU parameters particular to a cluster instance.
|
|
274633
|
+
*/
|
|
274634
|
+
interface ClusterSkuResponse {
|
|
274635
|
+
/**
|
|
274636
|
+
* The quantity of Event Hubs Cluster Capacity Units contained in this cluster.
|
|
274637
|
+
*/
|
|
274638
|
+
capacity?: number;
|
|
274639
|
+
/**
|
|
274640
|
+
* Name of this SKU.
|
|
274641
|
+
*/
|
|
274642
|
+
name: string;
|
|
274643
|
+
}
|
|
274644
|
+
/**
|
|
274645
|
+
* ConnectionState information.
|
|
274646
|
+
*/
|
|
274647
|
+
interface ConnectionStateResponse {
|
|
274648
|
+
/**
|
|
274649
|
+
* Description of the connection state.
|
|
274650
|
+
*/
|
|
274651
|
+
description?: string;
|
|
274652
|
+
/**
|
|
274653
|
+
* Status of the connection.
|
|
274654
|
+
*/
|
|
274655
|
+
status?: string;
|
|
274656
|
+
}
|
|
274657
|
+
/**
|
|
274658
|
+
* Capture storage details for capture description
|
|
274659
|
+
*/
|
|
274660
|
+
interface DestinationResponse {
|
|
274661
|
+
/**
|
|
274662
|
+
* Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order
|
|
274663
|
+
*/
|
|
274664
|
+
archiveNameFormat?: string;
|
|
274665
|
+
/**
|
|
274666
|
+
* Blob container Name
|
|
274667
|
+
*/
|
|
274668
|
+
blobContainer?: string;
|
|
274669
|
+
/**
|
|
274670
|
+
* The Azure Data Lake Store name for the captured events
|
|
274671
|
+
*/
|
|
274672
|
+
dataLakeAccountName?: string;
|
|
274673
|
+
/**
|
|
274674
|
+
* The destination folder path for the captured events
|
|
274675
|
+
*/
|
|
274676
|
+
dataLakeFolderPath?: string;
|
|
274677
|
+
/**
|
|
274678
|
+
* Subscription Id of Azure Data Lake Store
|
|
274679
|
+
*/
|
|
274680
|
+
dataLakeSubscriptionId?: string;
|
|
274681
|
+
/**
|
|
274682
|
+
* A value that indicates whether capture description is enabled.
|
|
274683
|
+
*/
|
|
274684
|
+
identity?: outputs.eventhub.v20240101.CaptureIdentityResponse;
|
|
274685
|
+
/**
|
|
274686
|
+
* Name for capture destination
|
|
274687
|
+
*/
|
|
274688
|
+
name?: string;
|
|
274689
|
+
/**
|
|
274690
|
+
* Resource id of the storage account to be used to create the blobs
|
|
274691
|
+
*/
|
|
274692
|
+
storageAccountResourceId?: string;
|
|
274693
|
+
}
|
|
274694
|
+
/**
|
|
274695
|
+
* Properties to configure Encryption
|
|
274696
|
+
*/
|
|
274697
|
+
interface EncryptionResponse {
|
|
274698
|
+
/**
|
|
274699
|
+
* Enumerates the possible value of keySource for Encryption
|
|
274700
|
+
*/
|
|
274701
|
+
keySource?: string;
|
|
274702
|
+
/**
|
|
274703
|
+
* Properties of KeyVault
|
|
274704
|
+
*/
|
|
274705
|
+
keyVaultProperties?: outputs.eventhub.v20240101.KeyVaultPropertiesResponse[];
|
|
274706
|
+
/**
|
|
274707
|
+
* Enable Infrastructure Encryption (Double Encryption)
|
|
274708
|
+
*/
|
|
274709
|
+
requireInfrastructureEncryption?: boolean;
|
|
274710
|
+
}
|
|
274711
|
+
/**
|
|
274712
|
+
* encryptionResponseProvideDefaults sets the appropriate defaults for EncryptionResponse
|
|
274713
|
+
*/
|
|
274714
|
+
function encryptionResponseProvideDefaults(val: EncryptionResponse): EncryptionResponse;
|
|
274715
|
+
/**
|
|
274716
|
+
* Properties to configure Identity for Bring your Own Keys
|
|
274717
|
+
*/
|
|
274718
|
+
interface IdentityResponse {
|
|
274719
|
+
/**
|
|
274720
|
+
* ObjectId from the KeyVault
|
|
274721
|
+
*/
|
|
274722
|
+
principalId: string;
|
|
274723
|
+
/**
|
|
274724
|
+
* TenantId from the KeyVault
|
|
274725
|
+
*/
|
|
274726
|
+
tenantId: string;
|
|
274727
|
+
/**
|
|
274728
|
+
* Type of managed service identity.
|
|
274729
|
+
*/
|
|
274730
|
+
type?: string;
|
|
274731
|
+
/**
|
|
274732
|
+
* Properties for User Assigned Identities
|
|
274733
|
+
*/
|
|
274734
|
+
userAssignedIdentities?: {
|
|
274735
|
+
[key: string]: outputs.eventhub.v20240101.UserAssignedIdentityResponse;
|
|
274736
|
+
};
|
|
274737
|
+
}
|
|
274738
|
+
/**
|
|
274739
|
+
* Properties to configure keyVault Properties
|
|
274740
|
+
*/
|
|
274741
|
+
interface KeyVaultPropertiesResponse {
|
|
274742
|
+
identity?: outputs.eventhub.v20240101.UserAssignedIdentityPropertiesResponse;
|
|
274743
|
+
/**
|
|
274744
|
+
* Name of the Key from KeyVault
|
|
274745
|
+
*/
|
|
274746
|
+
keyName?: string;
|
|
274747
|
+
/**
|
|
274748
|
+
* Uri of KeyVault
|
|
274749
|
+
*/
|
|
274750
|
+
keyVaultUri?: string;
|
|
274751
|
+
/**
|
|
274752
|
+
* Key Version
|
|
274753
|
+
*/
|
|
274754
|
+
keyVersion?: string;
|
|
274755
|
+
}
|
|
274756
|
+
/**
|
|
274757
|
+
* The response from the List namespace operation.
|
|
274758
|
+
*/
|
|
274759
|
+
interface NWRuleSetIpRulesResponse {
|
|
274760
|
+
/**
|
|
274761
|
+
* The IP Filter Action
|
|
274762
|
+
*/
|
|
274763
|
+
action?: string;
|
|
274764
|
+
/**
|
|
274765
|
+
* IP Mask
|
|
274766
|
+
*/
|
|
274767
|
+
ipMask?: string;
|
|
274768
|
+
}
|
|
274769
|
+
/**
|
|
274770
|
+
* The response from the List namespace operation.
|
|
274771
|
+
*/
|
|
274772
|
+
interface NWRuleSetVirtualNetworkRulesResponse {
|
|
274773
|
+
/**
|
|
274774
|
+
* Value that indicates whether to ignore missing Vnet Service Endpoint
|
|
274775
|
+
*/
|
|
274776
|
+
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
274777
|
+
/**
|
|
274778
|
+
* Subnet properties
|
|
274779
|
+
*/
|
|
274780
|
+
subnet?: outputs.eventhub.v20240101.SubnetResponse;
|
|
274781
|
+
}
|
|
274782
|
+
/**
|
|
274783
|
+
* Properties of the PrivateEndpointConnection.
|
|
274784
|
+
*/
|
|
274785
|
+
interface PrivateEndpointConnectionResponse {
|
|
274786
|
+
/**
|
|
274787
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
274788
|
+
*/
|
|
274789
|
+
id: string;
|
|
274790
|
+
/**
|
|
274791
|
+
* The geo-location where the resource lives
|
|
274792
|
+
*/
|
|
274793
|
+
location: string;
|
|
274794
|
+
/**
|
|
274795
|
+
* The name of the resource
|
|
274796
|
+
*/
|
|
274797
|
+
name: string;
|
|
274798
|
+
/**
|
|
274799
|
+
* The Private Endpoint resource for this Connection.
|
|
274800
|
+
*/
|
|
274801
|
+
privateEndpoint?: outputs.eventhub.v20240101.PrivateEndpointResponse;
|
|
274802
|
+
/**
|
|
274803
|
+
* Details about the state of the connection.
|
|
274804
|
+
*/
|
|
274805
|
+
privateLinkServiceConnectionState?: outputs.eventhub.v20240101.ConnectionStateResponse;
|
|
274806
|
+
/**
|
|
274807
|
+
* Provisioning state of the Private Endpoint Connection.
|
|
274808
|
+
*/
|
|
274809
|
+
provisioningState?: string;
|
|
274810
|
+
/**
|
|
274811
|
+
* The system meta data relating to this resource.
|
|
274812
|
+
*/
|
|
274813
|
+
systemData: outputs.eventhub.v20240101.SystemDataResponse;
|
|
274814
|
+
/**
|
|
274815
|
+
* The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
274816
|
+
*/
|
|
274817
|
+
type: string;
|
|
274818
|
+
}
|
|
274819
|
+
/**
|
|
274820
|
+
* PrivateEndpoint information.
|
|
274821
|
+
*/
|
|
274822
|
+
interface PrivateEndpointResponse {
|
|
274823
|
+
/**
|
|
274824
|
+
* The ARM identifier for Private Endpoint.
|
|
274825
|
+
*/
|
|
274826
|
+
id?: string;
|
|
274827
|
+
}
|
|
274828
|
+
/**
|
|
274829
|
+
* Properties to configure retention settings for the eventhub
|
|
274830
|
+
*/
|
|
274831
|
+
interface RetentionDescriptionResponse {
|
|
274832
|
+
/**
|
|
274833
|
+
* Enumerates the possible values for cleanup policy
|
|
274834
|
+
*/
|
|
274835
|
+
cleanupPolicy?: string;
|
|
274836
|
+
/**
|
|
274837
|
+
* Number of hours to retain the events for this Event Hub. This value is only used when cleanupPolicy is Delete. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue
|
|
274838
|
+
*/
|
|
274839
|
+
retentionTimeInHours?: number;
|
|
274840
|
+
/**
|
|
274841
|
+
* Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub
|
|
274842
|
+
*/
|
|
274843
|
+
tombstoneRetentionTimeInHours?: number;
|
|
274844
|
+
}
|
|
274845
|
+
/**
|
|
274846
|
+
* SKU parameters supplied to the create namespace operation
|
|
274847
|
+
*/
|
|
274848
|
+
interface SkuResponse {
|
|
274849
|
+
/**
|
|
274850
|
+
* The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.
|
|
274851
|
+
*/
|
|
274852
|
+
capacity?: number;
|
|
274853
|
+
/**
|
|
274854
|
+
* Name of this SKU.
|
|
274855
|
+
*/
|
|
274856
|
+
name: string;
|
|
274857
|
+
/**
|
|
274858
|
+
* The billing tier of this particular SKU.
|
|
274859
|
+
*/
|
|
274860
|
+
tier?: string;
|
|
274861
|
+
}
|
|
274862
|
+
/**
|
|
274863
|
+
* Properties supplied for Subnet
|
|
274864
|
+
*/
|
|
274865
|
+
interface SubnetResponse {
|
|
274866
|
+
/**
|
|
274867
|
+
* Resource ID of Virtual Network Subnet
|
|
274868
|
+
*/
|
|
274869
|
+
id?: string;
|
|
274870
|
+
}
|
|
274871
|
+
/**
|
|
274872
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
274873
|
+
*/
|
|
274874
|
+
interface SystemDataResponse {
|
|
274875
|
+
/**
|
|
274876
|
+
* The timestamp of resource creation (UTC).
|
|
274877
|
+
*/
|
|
274878
|
+
createdAt?: string;
|
|
274879
|
+
/**
|
|
274880
|
+
* The identity that created the resource.
|
|
274881
|
+
*/
|
|
274882
|
+
createdBy?: string;
|
|
274883
|
+
/**
|
|
274884
|
+
* The type of identity that created the resource.
|
|
274885
|
+
*/
|
|
274886
|
+
createdByType?: string;
|
|
274887
|
+
/**
|
|
274888
|
+
* The type of identity that last modified the resource.
|
|
274889
|
+
*/
|
|
274890
|
+
lastModifiedAt?: string;
|
|
274891
|
+
/**
|
|
274892
|
+
* The identity that last modified the resource.
|
|
274893
|
+
*/
|
|
274894
|
+
lastModifiedBy?: string;
|
|
274895
|
+
/**
|
|
274896
|
+
* The type of identity that last modified the resource.
|
|
274897
|
+
*/
|
|
274898
|
+
lastModifiedByType?: string;
|
|
274899
|
+
}
|
|
274900
|
+
/**
|
|
274901
|
+
* Properties of the throttling policy
|
|
274902
|
+
*/
|
|
274903
|
+
interface ThrottlingPolicyResponse {
|
|
274904
|
+
/**
|
|
274905
|
+
* Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
|
|
274906
|
+
*/
|
|
274907
|
+
metricId: string;
|
|
274908
|
+
/**
|
|
274909
|
+
* The Name of this policy
|
|
274910
|
+
*/
|
|
274911
|
+
name: string;
|
|
274912
|
+
/**
|
|
274913
|
+
* The Threshold limit above which the application group will be throttled.Rate limit is always per second.
|
|
274914
|
+
*/
|
|
274915
|
+
rateLimitThreshold: number;
|
|
274916
|
+
/**
|
|
274917
|
+
* Application Group Policy types
|
|
274918
|
+
* Expected value is 'ThrottlingPolicy'.
|
|
274919
|
+
*/
|
|
274920
|
+
type: "ThrottlingPolicy";
|
|
274921
|
+
}
|
|
274922
|
+
/**
|
|
274923
|
+
* Contains all settings for the cluster upgrade window.
|
|
274924
|
+
*/
|
|
274925
|
+
interface UpgradePreferencesResponse {
|
|
274926
|
+
/**
|
|
274927
|
+
* Preferred day of the week in UTC time to begin an upgrade. If 'Any' is selected, upgrade will proceed at any given weekday
|
|
274928
|
+
*/
|
|
274929
|
+
startDayOfWeek?: string;
|
|
274930
|
+
/**
|
|
274931
|
+
* Preferred hour of the day in UTC time to begin an upgrade
|
|
274932
|
+
*/
|
|
274933
|
+
startHourOfDay?: number;
|
|
274934
|
+
}
|
|
274935
|
+
interface UserAssignedIdentityPropertiesResponse {
|
|
274936
|
+
/**
|
|
274937
|
+
* ARM ID of user Identity selected for encryption
|
|
274938
|
+
*/
|
|
274939
|
+
userAssignedIdentity?: string;
|
|
274940
|
+
}
|
|
274941
|
+
/**
|
|
274942
|
+
* Recognized Dictionary value.
|
|
274943
|
+
*/
|
|
274944
|
+
interface UserAssignedIdentityResponse {
|
|
274945
|
+
/**
|
|
274946
|
+
* Client Id of user assigned identity
|
|
274947
|
+
*/
|
|
274948
|
+
clientId: string;
|
|
274949
|
+
/**
|
|
274950
|
+
* Principal Id of user assigned identity
|
|
274951
|
+
*/
|
|
274952
|
+
principalId: string;
|
|
274953
|
+
}
|
|
274954
|
+
}
|
|
274588
274955
|
}
|
|
274589
274956
|
export declare namespace extendedlocation {
|
|
274590
274957
|
/**
|
|
@@ -282698,35 +283065,529 @@ export declare namespace healthcareapis {
|
|
|
282698
283065
|
/**
|
|
282699
283066
|
* The access policies of the service instance.
|
|
282700
283067
|
*/
|
|
282701
|
-
accessPolicies?: outputs.healthcareapis.v20230228.ServiceAccessPolicyEntryResponse[];
|
|
283068
|
+
accessPolicies?: outputs.healthcareapis.v20230228.ServiceAccessPolicyEntryResponse[];
|
|
283069
|
+
/**
|
|
283070
|
+
* The azure container registry settings used for convert data operation of the service instance.
|
|
283071
|
+
*/
|
|
283072
|
+
acrConfiguration?: outputs.healthcareapis.v20230228.ServiceAcrConfigurationInfoResponse;
|
|
283073
|
+
/**
|
|
283074
|
+
* The authentication configuration for the service instance.
|
|
283075
|
+
*/
|
|
283076
|
+
authenticationConfiguration?: outputs.healthcareapis.v20230228.ServiceAuthenticationConfigurationInfoResponse;
|
|
283077
|
+
/**
|
|
283078
|
+
* The settings for the CORS configuration of the service instance.
|
|
283079
|
+
*/
|
|
283080
|
+
corsConfiguration?: outputs.healthcareapis.v20230228.ServiceCorsConfigurationInfoResponse;
|
|
283081
|
+
/**
|
|
283082
|
+
* The settings for the Cosmos DB database backing the service.
|
|
283083
|
+
*/
|
|
283084
|
+
cosmosDbConfiguration?: outputs.healthcareapis.v20230228.ServiceCosmosDbConfigurationInfoResponse;
|
|
283085
|
+
/**
|
|
283086
|
+
* The settings for the export operation of the service instance.
|
|
283087
|
+
*/
|
|
283088
|
+
exportConfiguration?: outputs.healthcareapis.v20230228.ServiceExportConfigurationInfoResponse;
|
|
283089
|
+
/**
|
|
283090
|
+
* The settings for the import operation of the service instance.
|
|
283091
|
+
*/
|
|
283092
|
+
importConfiguration?: outputs.healthcareapis.v20230228.ServiceImportConfigurationInfoResponse;
|
|
283093
|
+
/**
|
|
283094
|
+
* The list of private endpoint connections that are set up for this resource.
|
|
283095
|
+
*/
|
|
283096
|
+
privateEndpointConnections?: outputs.healthcareapis.v20230228.PrivateEndpointConnectionResponse[];
|
|
283097
|
+
/**
|
|
283098
|
+
* The provisioning state.
|
|
283099
|
+
*/
|
|
283100
|
+
provisioningState: string;
|
|
283101
|
+
/**
|
|
283102
|
+
* Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
283103
|
+
*/
|
|
283104
|
+
publicNetworkAccess?: string;
|
|
283105
|
+
}
|
|
283106
|
+
/**
|
|
283107
|
+
* Setting indicating whether the service has a managed identity associated with it.
|
|
283108
|
+
*/
|
|
283109
|
+
interface ServicesResourceResponseIdentity {
|
|
283110
|
+
/**
|
|
283111
|
+
* The principal ID of the resource identity.
|
|
283112
|
+
*/
|
|
283113
|
+
principalId: string;
|
|
283114
|
+
/**
|
|
283115
|
+
* The tenant ID of the resource.
|
|
283116
|
+
*/
|
|
283117
|
+
tenantId: string;
|
|
283118
|
+
/**
|
|
283119
|
+
* Type of identity being specified, currently SystemAssigned and None are allowed.
|
|
283120
|
+
*/
|
|
283121
|
+
type?: string;
|
|
283122
|
+
}
|
|
283123
|
+
/**
|
|
283124
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
283125
|
+
*/
|
|
283126
|
+
interface SystemDataResponse {
|
|
283127
|
+
/**
|
|
283128
|
+
* The timestamp of resource creation (UTC).
|
|
283129
|
+
*/
|
|
283130
|
+
createdAt?: string;
|
|
283131
|
+
/**
|
|
283132
|
+
* The identity that created the resource.
|
|
283133
|
+
*/
|
|
283134
|
+
createdBy?: string;
|
|
283135
|
+
/**
|
|
283136
|
+
* The type of identity that created the resource.
|
|
283137
|
+
*/
|
|
283138
|
+
createdByType?: string;
|
|
283139
|
+
/**
|
|
283140
|
+
* The timestamp of resource last modification (UTC)
|
|
283141
|
+
*/
|
|
283142
|
+
lastModifiedAt?: string;
|
|
283143
|
+
/**
|
|
283144
|
+
* The identity that last modified the resource.
|
|
283145
|
+
*/
|
|
283146
|
+
lastModifiedBy?: string;
|
|
283147
|
+
/**
|
|
283148
|
+
* The type of identity that last modified the resource.
|
|
283149
|
+
*/
|
|
283150
|
+
lastModifiedByType?: string;
|
|
283151
|
+
}
|
|
283152
|
+
/**
|
|
283153
|
+
* User assigned identity properties
|
|
283154
|
+
*/
|
|
283155
|
+
interface UserAssignedIdentityResponse {
|
|
283156
|
+
/**
|
|
283157
|
+
* The client ID of the assigned identity.
|
|
283158
|
+
*/
|
|
283159
|
+
clientId: string;
|
|
283160
|
+
/**
|
|
283161
|
+
* The principal ID of the assigned identity.
|
|
283162
|
+
*/
|
|
283163
|
+
principalId: string;
|
|
283164
|
+
}
|
|
283165
|
+
/**
|
|
283166
|
+
* Workspaces resource specific properties.
|
|
283167
|
+
*/
|
|
283168
|
+
interface WorkspaceResponseProperties {
|
|
283169
|
+
/**
|
|
283170
|
+
* The list of private endpoint connections that are set up for this resource.
|
|
283171
|
+
*/
|
|
283172
|
+
privateEndpointConnections: outputs.healthcareapis.v20230228.PrivateEndpointConnectionResponse[];
|
|
283173
|
+
/**
|
|
283174
|
+
* The provisioning state.
|
|
283175
|
+
*/
|
|
283176
|
+
provisioningState: string;
|
|
283177
|
+
/**
|
|
283178
|
+
* Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
283179
|
+
*/
|
|
283180
|
+
publicNetworkAccess: string;
|
|
283181
|
+
}
|
|
283182
|
+
}
|
|
283183
|
+
namespace v20230906 {
|
|
283184
|
+
/**
|
|
283185
|
+
* The settings for the CORS configuration of the service instance.
|
|
283186
|
+
*/
|
|
283187
|
+
interface CorsConfigurationResponse {
|
|
283188
|
+
/**
|
|
283189
|
+
* If credentials are allowed via CORS.
|
|
283190
|
+
*/
|
|
283191
|
+
allowCredentials?: boolean;
|
|
283192
|
+
/**
|
|
283193
|
+
* The headers to be allowed via CORS.
|
|
283194
|
+
*/
|
|
283195
|
+
headers?: string[];
|
|
283196
|
+
/**
|
|
283197
|
+
* The max age to be allowed via CORS.
|
|
283198
|
+
*/
|
|
283199
|
+
maxAge?: number;
|
|
283200
|
+
/**
|
|
283201
|
+
* The methods to be allowed via CORS.
|
|
283202
|
+
*/
|
|
283203
|
+
methods?: string[];
|
|
283204
|
+
/**
|
|
283205
|
+
* The origins to be allowed via CORS.
|
|
283206
|
+
*/
|
|
283207
|
+
origins?: string[];
|
|
283208
|
+
}
|
|
283209
|
+
/**
|
|
283210
|
+
* Authentication configuration information
|
|
283211
|
+
*/
|
|
283212
|
+
interface DicomServiceAuthenticationConfigurationResponse {
|
|
283213
|
+
/**
|
|
283214
|
+
* The audiences for the service
|
|
283215
|
+
*/
|
|
283216
|
+
audiences: string[];
|
|
283217
|
+
/**
|
|
283218
|
+
* The authority url for the service
|
|
283219
|
+
*/
|
|
283220
|
+
authority: string;
|
|
283221
|
+
}
|
|
283222
|
+
/**
|
|
283223
|
+
* Azure container registry configuration information
|
|
283224
|
+
*/
|
|
283225
|
+
interface FhirServiceAcrConfigurationResponse {
|
|
283226
|
+
/**
|
|
283227
|
+
* The list of the Azure container registry login servers.
|
|
283228
|
+
*/
|
|
283229
|
+
loginServers?: string[];
|
|
283230
|
+
/**
|
|
283231
|
+
* The list of Open Container Initiative (OCI) artifacts.
|
|
283232
|
+
*/
|
|
283233
|
+
ociArtifacts?: outputs.healthcareapis.v20230906.ServiceOciArtifactEntryResponse[];
|
|
283234
|
+
}
|
|
283235
|
+
/**
|
|
283236
|
+
* Authentication configuration information
|
|
283237
|
+
*/
|
|
283238
|
+
interface FhirServiceAuthenticationConfigurationResponse {
|
|
283239
|
+
/**
|
|
283240
|
+
* The audience url for the service
|
|
283241
|
+
*/
|
|
283242
|
+
audience?: string;
|
|
283243
|
+
/**
|
|
283244
|
+
* The authority url for the service
|
|
283245
|
+
*/
|
|
283246
|
+
authority?: string;
|
|
283247
|
+
/**
|
|
283248
|
+
* If the SMART on FHIR proxy is enabled
|
|
283249
|
+
*/
|
|
283250
|
+
smartProxyEnabled?: boolean;
|
|
283251
|
+
}
|
|
283252
|
+
/**
|
|
283253
|
+
* The settings for the CORS configuration of the service instance.
|
|
283254
|
+
*/
|
|
283255
|
+
interface FhirServiceCorsConfigurationResponse {
|
|
283256
|
+
/**
|
|
283257
|
+
* If credentials are allowed via CORS.
|
|
283258
|
+
*/
|
|
283259
|
+
allowCredentials?: boolean;
|
|
283260
|
+
/**
|
|
283261
|
+
* The headers to be allowed via CORS.
|
|
283262
|
+
*/
|
|
283263
|
+
headers?: string[];
|
|
283264
|
+
/**
|
|
283265
|
+
* The max age to be allowed via CORS.
|
|
283266
|
+
*/
|
|
283267
|
+
maxAge?: number;
|
|
283268
|
+
/**
|
|
283269
|
+
* The methods to be allowed via CORS.
|
|
283270
|
+
*/
|
|
283271
|
+
methods?: string[];
|
|
283272
|
+
/**
|
|
283273
|
+
* The origins to be allowed via CORS.
|
|
283274
|
+
*/
|
|
283275
|
+
origins?: string[];
|
|
283276
|
+
}
|
|
283277
|
+
/**
|
|
283278
|
+
* Export operation configuration information
|
|
283279
|
+
*/
|
|
283280
|
+
interface FhirServiceExportConfigurationResponse {
|
|
283281
|
+
/**
|
|
283282
|
+
* The name of the default export storage account.
|
|
283283
|
+
*/
|
|
283284
|
+
storageAccountName?: string;
|
|
283285
|
+
}
|
|
283286
|
+
/**
|
|
283287
|
+
* Import operation configuration information
|
|
283288
|
+
*/
|
|
283289
|
+
interface FhirServiceImportConfigurationResponse {
|
|
283290
|
+
/**
|
|
283291
|
+
* If the import operation is enabled.
|
|
283292
|
+
*/
|
|
283293
|
+
enabled?: boolean;
|
|
283294
|
+
/**
|
|
283295
|
+
* If the FHIR service is in InitialImportMode.
|
|
283296
|
+
*/
|
|
283297
|
+
initialImportMode?: boolean;
|
|
283298
|
+
/**
|
|
283299
|
+
* The name of the default integration storage account.
|
|
283300
|
+
*/
|
|
283301
|
+
integrationDataStore?: string;
|
|
283302
|
+
}
|
|
283303
|
+
/**
|
|
283304
|
+
* The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc.
|
|
283305
|
+
*/
|
|
283306
|
+
interface ImplementationGuidesConfigurationResponse {
|
|
283307
|
+
/**
|
|
283308
|
+
* If US Core Missing Data requirement is enabled.
|
|
283309
|
+
*/
|
|
283310
|
+
usCoreMissingData?: boolean;
|
|
283311
|
+
}
|
|
283312
|
+
/**
|
|
283313
|
+
* Event Hub ingestion endpoint configuration
|
|
283314
|
+
*/
|
|
283315
|
+
interface IotEventHubIngestionEndpointConfigurationResponse {
|
|
283316
|
+
/**
|
|
283317
|
+
* Consumer group of the event hub to connected to.
|
|
283318
|
+
*/
|
|
283319
|
+
consumerGroup?: string;
|
|
283320
|
+
/**
|
|
283321
|
+
* Event Hub name to connect to.
|
|
283322
|
+
*/
|
|
283323
|
+
eventHubName?: string;
|
|
283324
|
+
/**
|
|
283325
|
+
* Fully qualified namespace of the Event Hub to connect to.
|
|
283326
|
+
*/
|
|
283327
|
+
fullyQualifiedEventHubNamespace?: string;
|
|
283328
|
+
}
|
|
283329
|
+
/**
|
|
283330
|
+
* The mapping content.
|
|
283331
|
+
*/
|
|
283332
|
+
interface IotMappingPropertiesResponse {
|
|
283333
|
+
/**
|
|
283334
|
+
* The mapping.
|
|
283335
|
+
*/
|
|
283336
|
+
content?: any;
|
|
283337
|
+
}
|
|
283338
|
+
/**
|
|
283339
|
+
* The Private Endpoint Connection resource.
|
|
283340
|
+
*/
|
|
283341
|
+
interface PrivateEndpointConnectionResponse {
|
|
283342
|
+
/**
|
|
283343
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
283344
|
+
*/
|
|
283345
|
+
id: string;
|
|
283346
|
+
/**
|
|
283347
|
+
* The name of the resource
|
|
283348
|
+
*/
|
|
283349
|
+
name: string;
|
|
283350
|
+
/**
|
|
283351
|
+
* The resource of private end point.
|
|
283352
|
+
*/
|
|
283353
|
+
privateEndpoint?: outputs.healthcareapis.v20230906.PrivateEndpointResponse;
|
|
283354
|
+
/**
|
|
283355
|
+
* A collection of information about the state of the connection between service consumer and provider.
|
|
283356
|
+
*/
|
|
283357
|
+
privateLinkServiceConnectionState: outputs.healthcareapis.v20230906.PrivateLinkServiceConnectionStateResponse;
|
|
283358
|
+
/**
|
|
283359
|
+
* The provisioning state of the private endpoint connection resource.
|
|
283360
|
+
*/
|
|
283361
|
+
provisioningState: string;
|
|
283362
|
+
/**
|
|
283363
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
283364
|
+
*/
|
|
283365
|
+
type: string;
|
|
283366
|
+
}
|
|
283367
|
+
/**
|
|
283368
|
+
* The Private Endpoint resource.
|
|
283369
|
+
*/
|
|
283370
|
+
interface PrivateEndpointResponse {
|
|
283371
|
+
/**
|
|
283372
|
+
* The ARM identifier for Private Endpoint
|
|
283373
|
+
*/
|
|
283374
|
+
id: string;
|
|
283375
|
+
}
|
|
283376
|
+
/**
|
|
283377
|
+
* A collection of information about the state of the connection between service consumer and provider.
|
|
283378
|
+
*/
|
|
283379
|
+
interface PrivateLinkServiceConnectionStateResponse {
|
|
283380
|
+
/**
|
|
283381
|
+
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
283382
|
+
*/
|
|
283383
|
+
actionsRequired?: string;
|
|
283384
|
+
/**
|
|
283385
|
+
* The reason for approval/rejection of the connection.
|
|
283386
|
+
*/
|
|
283387
|
+
description?: string;
|
|
283388
|
+
/**
|
|
283389
|
+
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
283390
|
+
*/
|
|
283391
|
+
status?: string;
|
|
283392
|
+
}
|
|
283393
|
+
/**
|
|
283394
|
+
* The settings for history tracking for FHIR resources.
|
|
283395
|
+
*/
|
|
283396
|
+
interface ResourceVersionPolicyConfigurationResponse {
|
|
283397
|
+
/**
|
|
283398
|
+
* The default value for tracking history across all resources.
|
|
283399
|
+
*/
|
|
283400
|
+
default?: string;
|
|
283401
|
+
/**
|
|
283402
|
+
* A list of FHIR Resources and their version policy overrides.
|
|
283403
|
+
*/
|
|
283404
|
+
resourceTypeOverrides?: {
|
|
283405
|
+
[key: string]: string;
|
|
283406
|
+
};
|
|
283407
|
+
}
|
|
283408
|
+
/**
|
|
283409
|
+
* An access policy entry.
|
|
283410
|
+
*/
|
|
283411
|
+
interface ServiceAccessPolicyEntryResponse {
|
|
283412
|
+
/**
|
|
283413
|
+
* An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
|
|
283414
|
+
*/
|
|
283415
|
+
objectId: string;
|
|
283416
|
+
}
|
|
283417
|
+
/**
|
|
283418
|
+
* Azure container registry configuration information
|
|
283419
|
+
*/
|
|
283420
|
+
interface ServiceAcrConfigurationInfoResponse {
|
|
283421
|
+
/**
|
|
283422
|
+
* The list of the ACR login servers.
|
|
283423
|
+
*/
|
|
283424
|
+
loginServers?: string[];
|
|
283425
|
+
/**
|
|
283426
|
+
* The list of Open Container Initiative (OCI) artifacts.
|
|
283427
|
+
*/
|
|
283428
|
+
ociArtifacts?: outputs.healthcareapis.v20230906.ServiceOciArtifactEntryResponse[];
|
|
283429
|
+
}
|
|
283430
|
+
/**
|
|
283431
|
+
* Authentication configuration information
|
|
283432
|
+
*/
|
|
283433
|
+
interface ServiceAuthenticationConfigurationInfoResponse {
|
|
283434
|
+
/**
|
|
283435
|
+
* The audience url for the service
|
|
283436
|
+
*/
|
|
283437
|
+
audience?: string;
|
|
283438
|
+
/**
|
|
283439
|
+
* The authority url for the service
|
|
283440
|
+
*/
|
|
283441
|
+
authority?: string;
|
|
283442
|
+
/**
|
|
283443
|
+
* If the SMART on FHIR proxy is enabled
|
|
283444
|
+
*/
|
|
283445
|
+
smartProxyEnabled?: boolean;
|
|
283446
|
+
}
|
|
283447
|
+
/**
|
|
283448
|
+
* The settings for the CORS configuration of the service instance.
|
|
283449
|
+
*/
|
|
283450
|
+
interface ServiceCorsConfigurationInfoResponse {
|
|
283451
|
+
/**
|
|
283452
|
+
* If credentials are allowed via CORS.
|
|
283453
|
+
*/
|
|
283454
|
+
allowCredentials?: boolean;
|
|
283455
|
+
/**
|
|
283456
|
+
* The headers to be allowed via CORS.
|
|
283457
|
+
*/
|
|
283458
|
+
headers?: string[];
|
|
283459
|
+
/**
|
|
283460
|
+
* The max age to be allowed via CORS.
|
|
283461
|
+
*/
|
|
283462
|
+
maxAge?: number;
|
|
283463
|
+
/**
|
|
283464
|
+
* The methods to be allowed via CORS.
|
|
283465
|
+
*/
|
|
283466
|
+
methods?: string[];
|
|
283467
|
+
/**
|
|
283468
|
+
* The origins to be allowed via CORS.
|
|
283469
|
+
*/
|
|
283470
|
+
origins?: string[];
|
|
283471
|
+
}
|
|
283472
|
+
/**
|
|
283473
|
+
* The settings for the Cosmos DB database backing the service.
|
|
283474
|
+
*/
|
|
283475
|
+
interface ServiceCosmosDbConfigurationInfoResponse {
|
|
283476
|
+
/**
|
|
283477
|
+
* The multi-tenant application id used to enable CMK access for services in a data sovereign region.
|
|
283478
|
+
*/
|
|
283479
|
+
crossTenantCmkApplicationId?: string;
|
|
283480
|
+
/**
|
|
283481
|
+
* The URI of the customer-managed key for the backing database.
|
|
283482
|
+
*/
|
|
283483
|
+
keyVaultKeyUri?: string;
|
|
283484
|
+
/**
|
|
283485
|
+
* The provisioned throughput for the backing database.
|
|
283486
|
+
*/
|
|
283487
|
+
offerThroughput?: number;
|
|
283488
|
+
}
|
|
283489
|
+
/**
|
|
283490
|
+
* Export operation configuration information
|
|
283491
|
+
*/
|
|
283492
|
+
interface ServiceExportConfigurationInfoResponse {
|
|
283493
|
+
/**
|
|
283494
|
+
* The name of the default export storage account.
|
|
283495
|
+
*/
|
|
283496
|
+
storageAccountName?: string;
|
|
283497
|
+
}
|
|
283498
|
+
/**
|
|
283499
|
+
* Import operation configuration information
|
|
283500
|
+
*/
|
|
283501
|
+
interface ServiceImportConfigurationInfoResponse {
|
|
283502
|
+
/**
|
|
283503
|
+
* If the import operation is enabled.
|
|
283504
|
+
*/
|
|
283505
|
+
enabled?: boolean;
|
|
283506
|
+
/**
|
|
283507
|
+
* If the FHIR service is in InitialImportMode.
|
|
283508
|
+
*/
|
|
283509
|
+
initialImportMode?: boolean;
|
|
283510
|
+
/**
|
|
283511
|
+
* The name of the default integration storage account.
|
|
283512
|
+
*/
|
|
283513
|
+
integrationDataStore?: string;
|
|
283514
|
+
}
|
|
283515
|
+
/**
|
|
283516
|
+
* Setting indicating whether the service has a managed identity associated with it.
|
|
283517
|
+
*/
|
|
283518
|
+
interface ServiceManagedIdentityResponseIdentity {
|
|
283519
|
+
/**
|
|
283520
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
283521
|
+
*/
|
|
283522
|
+
principalId: string;
|
|
283523
|
+
/**
|
|
283524
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
283525
|
+
*/
|
|
283526
|
+
tenantId: string;
|
|
283527
|
+
/**
|
|
283528
|
+
* Type of identity being specified, currently SystemAssigned and None are allowed.
|
|
283529
|
+
*/
|
|
283530
|
+
type: string;
|
|
283531
|
+
/**
|
|
283532
|
+
* The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
283533
|
+
*/
|
|
283534
|
+
userAssignedIdentities?: {
|
|
283535
|
+
[key: string]: outputs.healthcareapis.v20230906.UserAssignedIdentityResponse;
|
|
283536
|
+
};
|
|
283537
|
+
}
|
|
283538
|
+
/**
|
|
283539
|
+
* An Open Container Initiative (OCI) artifact.
|
|
283540
|
+
*/
|
|
283541
|
+
interface ServiceOciArtifactEntryResponse {
|
|
283542
|
+
/**
|
|
283543
|
+
* The artifact digest.
|
|
283544
|
+
*/
|
|
283545
|
+
digest?: string;
|
|
283546
|
+
/**
|
|
283547
|
+
* The artifact name.
|
|
283548
|
+
*/
|
|
283549
|
+
imageName?: string;
|
|
283550
|
+
/**
|
|
283551
|
+
* The Azure Container Registry login server.
|
|
283552
|
+
*/
|
|
283553
|
+
loginServer?: string;
|
|
283554
|
+
}
|
|
283555
|
+
/**
|
|
283556
|
+
* The properties of a service instance.
|
|
283557
|
+
*/
|
|
283558
|
+
interface ServicesPropertiesResponse {
|
|
283559
|
+
/**
|
|
283560
|
+
* The access policies of the service instance.
|
|
283561
|
+
*/
|
|
283562
|
+
accessPolicies?: outputs.healthcareapis.v20230906.ServiceAccessPolicyEntryResponse[];
|
|
282702
283563
|
/**
|
|
282703
283564
|
* The azure container registry settings used for convert data operation of the service instance.
|
|
282704
283565
|
*/
|
|
282705
|
-
acrConfiguration?: outputs.healthcareapis.
|
|
283566
|
+
acrConfiguration?: outputs.healthcareapis.v20230906.ServiceAcrConfigurationInfoResponse;
|
|
282706
283567
|
/**
|
|
282707
283568
|
* The authentication configuration for the service instance.
|
|
282708
283569
|
*/
|
|
282709
|
-
authenticationConfiguration?: outputs.healthcareapis.
|
|
283570
|
+
authenticationConfiguration?: outputs.healthcareapis.v20230906.ServiceAuthenticationConfigurationInfoResponse;
|
|
282710
283571
|
/**
|
|
282711
283572
|
* The settings for the CORS configuration of the service instance.
|
|
282712
283573
|
*/
|
|
282713
|
-
corsConfiguration?: outputs.healthcareapis.
|
|
283574
|
+
corsConfiguration?: outputs.healthcareapis.v20230906.ServiceCorsConfigurationInfoResponse;
|
|
282714
283575
|
/**
|
|
282715
283576
|
* The settings for the Cosmos DB database backing the service.
|
|
282716
283577
|
*/
|
|
282717
|
-
cosmosDbConfiguration?: outputs.healthcareapis.
|
|
283578
|
+
cosmosDbConfiguration?: outputs.healthcareapis.v20230906.ServiceCosmosDbConfigurationInfoResponse;
|
|
282718
283579
|
/**
|
|
282719
283580
|
* The settings for the export operation of the service instance.
|
|
282720
283581
|
*/
|
|
282721
|
-
exportConfiguration?: outputs.healthcareapis.
|
|
283582
|
+
exportConfiguration?: outputs.healthcareapis.v20230906.ServiceExportConfigurationInfoResponse;
|
|
282722
283583
|
/**
|
|
282723
283584
|
* The settings for the import operation of the service instance.
|
|
282724
283585
|
*/
|
|
282725
|
-
importConfiguration?: outputs.healthcareapis.
|
|
283586
|
+
importConfiguration?: outputs.healthcareapis.v20230906.ServiceImportConfigurationInfoResponse;
|
|
282726
283587
|
/**
|
|
282727
283588
|
* The list of private endpoint connections that are set up for this resource.
|
|
282728
283589
|
*/
|
|
282729
|
-
privateEndpointConnections?: outputs.healthcareapis.
|
|
283590
|
+
privateEndpointConnections?: outputs.healthcareapis.v20230906.PrivateEndpointConnectionResponse[];
|
|
282730
283591
|
/**
|
|
282731
283592
|
* The provisioning state.
|
|
282732
283593
|
*/
|
|
@@ -282802,7 +283663,7 @@ export declare namespace healthcareapis {
|
|
|
282802
283663
|
/**
|
|
282803
283664
|
* The list of private endpoint connections that are set up for this resource.
|
|
282804
283665
|
*/
|
|
282805
|
-
privateEndpointConnections: outputs.healthcareapis.
|
|
283666
|
+
privateEndpointConnections: outputs.healthcareapis.v20230906.PrivateEndpointConnectionResponse[];
|
|
282806
283667
|
/**
|
|
282807
283668
|
* The provisioning state.
|
|
282808
283669
|
*/
|
|
@@ -282813,7 +283674,7 @@ export declare namespace healthcareapis {
|
|
|
282813
283674
|
publicNetworkAccess: string;
|
|
282814
283675
|
}
|
|
282815
283676
|
}
|
|
282816
|
-
namespace
|
|
283677
|
+
namespace v20231101 {
|
|
282817
283678
|
/**
|
|
282818
283679
|
* The settings for the CORS configuration of the service instance.
|
|
282819
283680
|
*/
|
|
@@ -282852,6 +283713,24 @@ export declare namespace healthcareapis {
|
|
|
282852
283713
|
*/
|
|
282853
283714
|
authority: string;
|
|
282854
283715
|
}
|
|
283716
|
+
/**
|
|
283717
|
+
* Settings to encrypt a service
|
|
283718
|
+
*/
|
|
283719
|
+
interface EncryptionResponse {
|
|
283720
|
+
/**
|
|
283721
|
+
* The encryption settings for the customer-managed key
|
|
283722
|
+
*/
|
|
283723
|
+
customerManagedKeyEncryption?: outputs.healthcareapis.v20231101.EncryptionResponseCustomerManagedKeyEncryption;
|
|
283724
|
+
}
|
|
283725
|
+
/**
|
|
283726
|
+
* The encryption settings for the customer-managed key
|
|
283727
|
+
*/
|
|
283728
|
+
interface EncryptionResponseCustomerManagedKeyEncryption {
|
|
283729
|
+
/**
|
|
283730
|
+
* The URL of the key to use for encryption
|
|
283731
|
+
*/
|
|
283732
|
+
keyEncryptionKeyUrl?: string;
|
|
283733
|
+
}
|
|
282855
283734
|
/**
|
|
282856
283735
|
* Azure container registry configuration information
|
|
282857
283736
|
*/
|
|
@@ -282863,7 +283742,7 @@ export declare namespace healthcareapis {
|
|
|
282863
283742
|
/**
|
|
282864
283743
|
* The list of Open Container Initiative (OCI) artifacts.
|
|
282865
283744
|
*/
|
|
282866
|
-
ociArtifacts?: outputs.healthcareapis.
|
|
283745
|
+
ociArtifacts?: outputs.healthcareapis.v20231101.ServiceOciArtifactEntryResponse[];
|
|
282867
283746
|
}
|
|
282868
283747
|
/**
|
|
282869
283748
|
* Authentication configuration information
|
|
@@ -282983,11 +283862,11 @@ export declare namespace healthcareapis {
|
|
|
282983
283862
|
/**
|
|
282984
283863
|
* The resource of private end point.
|
|
282985
283864
|
*/
|
|
282986
|
-
privateEndpoint?: outputs.healthcareapis.
|
|
283865
|
+
privateEndpoint?: outputs.healthcareapis.v20231101.PrivateEndpointResponse;
|
|
282987
283866
|
/**
|
|
282988
283867
|
* A collection of information about the state of the connection between service consumer and provider.
|
|
282989
283868
|
*/
|
|
282990
|
-
privateLinkServiceConnectionState: outputs.healthcareapis.
|
|
283869
|
+
privateLinkServiceConnectionState: outputs.healthcareapis.v20231101.PrivateLinkServiceConnectionStateResponse;
|
|
282991
283870
|
/**
|
|
282992
283871
|
* The provisioning state of the private endpoint connection resource.
|
|
282993
283872
|
*/
|
|
@@ -283058,7 +283937,7 @@ export declare namespace healthcareapis {
|
|
|
283058
283937
|
/**
|
|
283059
283938
|
* The list of Open Container Initiative (OCI) artifacts.
|
|
283060
283939
|
*/
|
|
283061
|
-
ociArtifacts?: outputs.healthcareapis.
|
|
283940
|
+
ociArtifacts?: outputs.healthcareapis.v20231101.ServiceOciArtifactEntryResponse[];
|
|
283062
283941
|
}
|
|
283063
283942
|
/**
|
|
283064
283943
|
* Authentication configuration information
|
|
@@ -283165,7 +284044,7 @@ export declare namespace healthcareapis {
|
|
|
283165
284044
|
* The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
283166
284045
|
*/
|
|
283167
284046
|
userAssignedIdentities?: {
|
|
283168
|
-
[key: string]: outputs.healthcareapis.
|
|
284047
|
+
[key: string]: outputs.healthcareapis.v20231101.UserAssignedIdentityResponse;
|
|
283169
284048
|
};
|
|
283170
284049
|
}
|
|
283171
284050
|
/**
|
|
@@ -283192,35 +284071,35 @@ export declare namespace healthcareapis {
|
|
|
283192
284071
|
/**
|
|
283193
284072
|
* The access policies of the service instance.
|
|
283194
284073
|
*/
|
|
283195
|
-
accessPolicies?: outputs.healthcareapis.
|
|
284074
|
+
accessPolicies?: outputs.healthcareapis.v20231101.ServiceAccessPolicyEntryResponse[];
|
|
283196
284075
|
/**
|
|
283197
284076
|
* The azure container registry settings used for convert data operation of the service instance.
|
|
283198
284077
|
*/
|
|
283199
|
-
acrConfiguration?: outputs.healthcareapis.
|
|
284078
|
+
acrConfiguration?: outputs.healthcareapis.v20231101.ServiceAcrConfigurationInfoResponse;
|
|
283200
284079
|
/**
|
|
283201
284080
|
* The authentication configuration for the service instance.
|
|
283202
284081
|
*/
|
|
283203
|
-
authenticationConfiguration?: outputs.healthcareapis.
|
|
284082
|
+
authenticationConfiguration?: outputs.healthcareapis.v20231101.ServiceAuthenticationConfigurationInfoResponse;
|
|
283204
284083
|
/**
|
|
283205
284084
|
* The settings for the CORS configuration of the service instance.
|
|
283206
284085
|
*/
|
|
283207
|
-
corsConfiguration?: outputs.healthcareapis.
|
|
284086
|
+
corsConfiguration?: outputs.healthcareapis.v20231101.ServiceCorsConfigurationInfoResponse;
|
|
283208
284087
|
/**
|
|
283209
284088
|
* The settings for the Cosmos DB database backing the service.
|
|
283210
284089
|
*/
|
|
283211
|
-
cosmosDbConfiguration?: outputs.healthcareapis.
|
|
284090
|
+
cosmosDbConfiguration?: outputs.healthcareapis.v20231101.ServiceCosmosDbConfigurationInfoResponse;
|
|
283212
284091
|
/**
|
|
283213
284092
|
* The settings for the export operation of the service instance.
|
|
283214
284093
|
*/
|
|
283215
|
-
exportConfiguration?: outputs.healthcareapis.
|
|
284094
|
+
exportConfiguration?: outputs.healthcareapis.v20231101.ServiceExportConfigurationInfoResponse;
|
|
283216
284095
|
/**
|
|
283217
284096
|
* The settings for the import operation of the service instance.
|
|
283218
284097
|
*/
|
|
283219
|
-
importConfiguration?: outputs.healthcareapis.
|
|
284098
|
+
importConfiguration?: outputs.healthcareapis.v20231101.ServiceImportConfigurationInfoResponse;
|
|
283220
284099
|
/**
|
|
283221
284100
|
* The list of private endpoint connections that are set up for this resource.
|
|
283222
284101
|
*/
|
|
283223
|
-
privateEndpointConnections?: outputs.healthcareapis.
|
|
284102
|
+
privateEndpointConnections?: outputs.healthcareapis.v20231101.PrivateEndpointConnectionResponse[];
|
|
283224
284103
|
/**
|
|
283225
284104
|
* The provisioning state.
|
|
283226
284105
|
*/
|
|
@@ -283296,7 +284175,7 @@ export declare namespace healthcareapis {
|
|
|
283296
284175
|
/**
|
|
283297
284176
|
* The list of private endpoint connections that are set up for this resource.
|
|
283298
284177
|
*/
|
|
283299
|
-
privateEndpointConnections: outputs.healthcareapis.
|
|
284178
|
+
privateEndpointConnections: outputs.healthcareapis.v20231101.PrivateEndpointConnectionResponse[];
|
|
283300
284179
|
/**
|
|
283301
284180
|
* The provisioning state.
|
|
283302
284181
|
*/
|
|
@@ -495692,6 +496571,284 @@ export declare namespace offazure {
|
|
|
495692
496571
|
}
|
|
495693
496572
|
}
|
|
495694
496573
|
}
|
|
496574
|
+
export declare namespace offazurespringboot {
|
|
496575
|
+
/**
|
|
496576
|
+
* Defines the error.
|
|
496577
|
+
*/
|
|
496578
|
+
interface ErrorResponse {
|
|
496579
|
+
/**
|
|
496580
|
+
* The error code.
|
|
496581
|
+
*/
|
|
496582
|
+
code?: string;
|
|
496583
|
+
/**
|
|
496584
|
+
* The error ID.
|
|
496585
|
+
*/
|
|
496586
|
+
id?: number;
|
|
496587
|
+
/**
|
|
496588
|
+
* The detailed error message.
|
|
496589
|
+
*/
|
|
496590
|
+
message?: string;
|
|
496591
|
+
/**
|
|
496592
|
+
* The error possible causes.
|
|
496593
|
+
*/
|
|
496594
|
+
possibleCauses?: string;
|
|
496595
|
+
/**
|
|
496596
|
+
* The error recommended action
|
|
496597
|
+
*/
|
|
496598
|
+
recommendedAction?: string;
|
|
496599
|
+
/**
|
|
496600
|
+
* The account ID used to login.
|
|
496601
|
+
*/
|
|
496602
|
+
runAsAccountId?: string;
|
|
496603
|
+
/**
|
|
496604
|
+
* The error severity
|
|
496605
|
+
*/
|
|
496606
|
+
severity?: string;
|
|
496607
|
+
/**
|
|
496608
|
+
* The summarized error message.
|
|
496609
|
+
*/
|
|
496610
|
+
summaryMessage?: string;
|
|
496611
|
+
/**
|
|
496612
|
+
* Time when this error was last updated.
|
|
496613
|
+
*/
|
|
496614
|
+
updatedTimeStamp?: string;
|
|
496615
|
+
}
|
|
496616
|
+
/**
|
|
496617
|
+
* The springbootservers resource definition.
|
|
496618
|
+
*/
|
|
496619
|
+
interface SpringbootserversPropertiesResponse {
|
|
496620
|
+
/**
|
|
496621
|
+
* The list of errors.
|
|
496622
|
+
*/
|
|
496623
|
+
errors?: outputs.offazurespringboot.ErrorResponse[];
|
|
496624
|
+
/**
|
|
496625
|
+
* The alternative FQDN or IP addresses to discover for this server
|
|
496626
|
+
*/
|
|
496627
|
+
fqdnAndIpAddressList?: string[];
|
|
496628
|
+
/**
|
|
496629
|
+
* The machine Id from ARM
|
|
496630
|
+
*/
|
|
496631
|
+
machineArmId?: string;
|
|
496632
|
+
/**
|
|
496633
|
+
* Target server port for remote login
|
|
496634
|
+
*/
|
|
496635
|
+
port?: number;
|
|
496636
|
+
/**
|
|
496637
|
+
* The resource provisioning state.
|
|
496638
|
+
*/
|
|
496639
|
+
provisioningState?: string;
|
|
496640
|
+
/**
|
|
496641
|
+
* Server is the target server name or ip address to discover of SpringBootServer.
|
|
496642
|
+
*/
|
|
496643
|
+
server: string;
|
|
496644
|
+
/**
|
|
496645
|
+
* The total number of spring boot apps been discovered
|
|
496646
|
+
*/
|
|
496647
|
+
springBootApps?: number;
|
|
496648
|
+
/**
|
|
496649
|
+
* The total number of apps been discovered
|
|
496650
|
+
*/
|
|
496651
|
+
totalApps?: number;
|
|
496652
|
+
}
|
|
496653
|
+
/**
|
|
496654
|
+
* The extended location definition.
|
|
496655
|
+
*/
|
|
496656
|
+
interface SpringbootsitesModelResponseExtendedLocation {
|
|
496657
|
+
/**
|
|
496658
|
+
* The extended location name.
|
|
496659
|
+
*/
|
|
496660
|
+
name?: string;
|
|
496661
|
+
/**
|
|
496662
|
+
* The extended location type.
|
|
496663
|
+
*/
|
|
496664
|
+
type?: string;
|
|
496665
|
+
}
|
|
496666
|
+
/**
|
|
496667
|
+
* The springbootsites resource definition.
|
|
496668
|
+
*/
|
|
496669
|
+
interface SpringbootsitesPropertiesResponse {
|
|
496670
|
+
/**
|
|
496671
|
+
* The master site ID from Azure Migrate.
|
|
496672
|
+
*/
|
|
496673
|
+
masterSiteId?: string;
|
|
496674
|
+
/**
|
|
496675
|
+
* The migrate project ID from Azure Migrate.
|
|
496676
|
+
*/
|
|
496677
|
+
migrateProjectId?: string;
|
|
496678
|
+
/**
|
|
496679
|
+
* The resource provisioning state.
|
|
496680
|
+
*/
|
|
496681
|
+
provisioningState?: string;
|
|
496682
|
+
}
|
|
496683
|
+
/**
|
|
496684
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
496685
|
+
*/
|
|
496686
|
+
interface SystemDataResponse {
|
|
496687
|
+
/**
|
|
496688
|
+
* The timestamp of resource creation (UTC).
|
|
496689
|
+
*/
|
|
496690
|
+
createdAt?: string;
|
|
496691
|
+
/**
|
|
496692
|
+
* The identity that created the resource.
|
|
496693
|
+
*/
|
|
496694
|
+
createdBy?: string;
|
|
496695
|
+
/**
|
|
496696
|
+
* The type of identity that created the resource.
|
|
496697
|
+
*/
|
|
496698
|
+
createdByType?: string;
|
|
496699
|
+
/**
|
|
496700
|
+
* The timestamp of resource last modification (UTC)
|
|
496701
|
+
*/
|
|
496702
|
+
lastModifiedAt?: string;
|
|
496703
|
+
/**
|
|
496704
|
+
* The identity that last modified the resource.
|
|
496705
|
+
*/
|
|
496706
|
+
lastModifiedBy?: string;
|
|
496707
|
+
/**
|
|
496708
|
+
* The type of identity that last modified the resource.
|
|
496709
|
+
*/
|
|
496710
|
+
lastModifiedByType?: string;
|
|
496711
|
+
}
|
|
496712
|
+
namespace v20230101preview {
|
|
496713
|
+
/**
|
|
496714
|
+
* Defines the error.
|
|
496715
|
+
*/
|
|
496716
|
+
interface ErrorResponse {
|
|
496717
|
+
/**
|
|
496718
|
+
* The error code.
|
|
496719
|
+
*/
|
|
496720
|
+
code?: string;
|
|
496721
|
+
/**
|
|
496722
|
+
* The error ID.
|
|
496723
|
+
*/
|
|
496724
|
+
id?: number;
|
|
496725
|
+
/**
|
|
496726
|
+
* The detailed error message.
|
|
496727
|
+
*/
|
|
496728
|
+
message?: string;
|
|
496729
|
+
/**
|
|
496730
|
+
* The error possible causes.
|
|
496731
|
+
*/
|
|
496732
|
+
possibleCauses?: string;
|
|
496733
|
+
/**
|
|
496734
|
+
* The error recommended action
|
|
496735
|
+
*/
|
|
496736
|
+
recommendedAction?: string;
|
|
496737
|
+
/**
|
|
496738
|
+
* The account ID used to login.
|
|
496739
|
+
*/
|
|
496740
|
+
runAsAccountId?: string;
|
|
496741
|
+
/**
|
|
496742
|
+
* The error severity
|
|
496743
|
+
*/
|
|
496744
|
+
severity?: string;
|
|
496745
|
+
/**
|
|
496746
|
+
* The summarized error message.
|
|
496747
|
+
*/
|
|
496748
|
+
summaryMessage?: string;
|
|
496749
|
+
/**
|
|
496750
|
+
* Time when this error was last updated.
|
|
496751
|
+
*/
|
|
496752
|
+
updatedTimeStamp?: string;
|
|
496753
|
+
}
|
|
496754
|
+
/**
|
|
496755
|
+
* The springbootservers resource definition.
|
|
496756
|
+
*/
|
|
496757
|
+
interface SpringbootserversPropertiesResponse {
|
|
496758
|
+
/**
|
|
496759
|
+
* The list of errors.
|
|
496760
|
+
*/
|
|
496761
|
+
errors?: outputs.offazurespringboot.v20230101preview.ErrorResponse[];
|
|
496762
|
+
/**
|
|
496763
|
+
* The alternative FQDN or IP addresses to discover for this server
|
|
496764
|
+
*/
|
|
496765
|
+
fqdnAndIpAddressList?: string[];
|
|
496766
|
+
/**
|
|
496767
|
+
* The machine Id from ARM
|
|
496768
|
+
*/
|
|
496769
|
+
machineArmId?: string;
|
|
496770
|
+
/**
|
|
496771
|
+
* Target server port for remote login
|
|
496772
|
+
*/
|
|
496773
|
+
port?: number;
|
|
496774
|
+
/**
|
|
496775
|
+
* The resource provisioning state.
|
|
496776
|
+
*/
|
|
496777
|
+
provisioningState?: string;
|
|
496778
|
+
/**
|
|
496779
|
+
* Server is the target server name or ip address to discover of SpringBootServer.
|
|
496780
|
+
*/
|
|
496781
|
+
server: string;
|
|
496782
|
+
/**
|
|
496783
|
+
* The total number of spring boot apps been discovered
|
|
496784
|
+
*/
|
|
496785
|
+
springBootApps?: number;
|
|
496786
|
+
/**
|
|
496787
|
+
* The total number of apps been discovered
|
|
496788
|
+
*/
|
|
496789
|
+
totalApps?: number;
|
|
496790
|
+
}
|
|
496791
|
+
/**
|
|
496792
|
+
* The extended location definition.
|
|
496793
|
+
*/
|
|
496794
|
+
interface SpringbootsitesModelResponseExtendedLocation {
|
|
496795
|
+
/**
|
|
496796
|
+
* The extended location name.
|
|
496797
|
+
*/
|
|
496798
|
+
name?: string;
|
|
496799
|
+
/**
|
|
496800
|
+
* The extended location type.
|
|
496801
|
+
*/
|
|
496802
|
+
type?: string;
|
|
496803
|
+
}
|
|
496804
|
+
/**
|
|
496805
|
+
* The springbootsites resource definition.
|
|
496806
|
+
*/
|
|
496807
|
+
interface SpringbootsitesPropertiesResponse {
|
|
496808
|
+
/**
|
|
496809
|
+
* The master site ID from Azure Migrate.
|
|
496810
|
+
*/
|
|
496811
|
+
masterSiteId?: string;
|
|
496812
|
+
/**
|
|
496813
|
+
* The migrate project ID from Azure Migrate.
|
|
496814
|
+
*/
|
|
496815
|
+
migrateProjectId?: string;
|
|
496816
|
+
/**
|
|
496817
|
+
* The resource provisioning state.
|
|
496818
|
+
*/
|
|
496819
|
+
provisioningState?: string;
|
|
496820
|
+
}
|
|
496821
|
+
/**
|
|
496822
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
496823
|
+
*/
|
|
496824
|
+
interface SystemDataResponse {
|
|
496825
|
+
/**
|
|
496826
|
+
* The timestamp of resource creation (UTC).
|
|
496827
|
+
*/
|
|
496828
|
+
createdAt?: string;
|
|
496829
|
+
/**
|
|
496830
|
+
* The identity that created the resource.
|
|
496831
|
+
*/
|
|
496832
|
+
createdBy?: string;
|
|
496833
|
+
/**
|
|
496834
|
+
* The type of identity that created the resource.
|
|
496835
|
+
*/
|
|
496836
|
+
createdByType?: string;
|
|
496837
|
+
/**
|
|
496838
|
+
* The timestamp of resource last modification (UTC)
|
|
496839
|
+
*/
|
|
496840
|
+
lastModifiedAt?: string;
|
|
496841
|
+
/**
|
|
496842
|
+
* The identity that last modified the resource.
|
|
496843
|
+
*/
|
|
496844
|
+
lastModifiedBy?: string;
|
|
496845
|
+
/**
|
|
496846
|
+
* The type of identity that last modified the resource.
|
|
496847
|
+
*/
|
|
496848
|
+
lastModifiedByType?: string;
|
|
496849
|
+
}
|
|
496850
|
+
}
|
|
496851
|
+
}
|
|
495695
496852
|
export declare namespace openenergyplatform {
|
|
495696
496853
|
/**
|
|
495697
496854
|
* The list of Energy services resource's Data Partition Names.
|