@@ -23,7 +23,9 @@ public DicomServiceData(Azure.Core.AzureLocation location) { }
2323 public Azure . ResourceManager . HealthcareApis . Models . DicomServiceAuthenticationConfiguration AuthenticationConfiguration { get { throw null ; } set { } }
2424 public Azure . ResourceManager . HealthcareApis . Models . DicomServiceCorsConfiguration CorsConfiguration { get { throw null ; } set { } }
2525 public Azure . ETag ? ETag { get { throw null ; } set { } }
26+ public Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? EventState { get { throw null ; } }
2627 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
28+ public System . Uri KeyEncryptionKeyUri { get { throw null ; } set { } }
2729 public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . HealthcareApis . HealthcareApisPrivateEndpointConnectionData > PrivateEndpointConnections { get { throw null ; } }
2830 public Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ProvisioningState { get { throw null ; } }
2931 public Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
@@ -69,7 +71,6 @@ protected FhirServiceCollection() { }
6971 public partial class FhirServiceData : Azure . ResourceManager . Models . TrackedResourceData
7072 {
7173 public FhirServiceData ( Azure . Core . AzureLocation location ) { }
72- public System . Collections . Generic . IList < Azure . ResourceManager . HealthcareApis . Models . FhirServiceAccessPolicyEntry > AccessPolicies { get { throw null ; } }
7374 public Azure . ResourceManager . HealthcareApis . Models . FhirServiceAcrConfiguration AcrConfiguration { get { throw null ; } set { } }
7475 public Azure . ResourceManager . HealthcareApis . Models . FhirServiceAuthenticationConfiguration AuthenticationConfiguration { get { throw null ; } set { } }
7576 public Azure . ResourceManager . HealthcareApis . Models . FhirServiceCorsConfiguration CorsConfiguration { get { throw null ; } set { } }
@@ -78,11 +79,13 @@ public FhirServiceData(Azure.Core.AzureLocation location) { }
7879 public string ExportStorageAccountName { get { throw null ; } set { } }
7980 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
8081 public Azure . ResourceManager . HealthcareApis . Models . FhirServiceImportConfiguration ImportConfiguration { get { throw null ; } set { } }
82+ public System . Uri KeyEncryptionKeyUri { get { throw null ; } set { } }
8183 public Azure . ResourceManager . HealthcareApis . Models . FhirServiceKind ? Kind { get { throw null ; } set { } }
8284 public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . HealthcareApis . HealthcareApisPrivateEndpointConnectionData > PrivateEndpointConnections { get { throw null ; } }
8385 public Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ProvisioningState { get { throw null ; } }
8486 public Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
8587 public Azure . ResourceManager . HealthcareApis . Models . FhirServiceResourceVersionPolicyConfiguration ResourceVersionPolicyConfiguration { get { throw null ; } set { } }
88+ public bool ? UsCoreMissingData { get { throw null ; } set { } }
8689 }
8790 public partial class FhirServiceResource : Azure . ResourceManager . ArmResource
8891 {
@@ -497,8 +500,8 @@ namespace Azure.ResourceManager.HealthcareApis.Models
497500 public static partial class ArmHealthcareApisModelFactory
498501 {
499502 public static Azure . ResourceManager . HealthcareApis . Models . DicomServiceAuthenticationConfiguration DicomServiceAuthenticationConfiguration ( string authority = null , System . Collections . Generic . IEnumerable < string > audiences = null ) { throw null ; }
500- public static Azure . ResourceManager . HealthcareApis . DicomServiceData DicomServiceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? provisioningState = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ) , Azure . ResourceManager . HealthcareApis . Models . DicomServiceAuthenticationConfiguration authenticationConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . DicomServiceCorsConfiguration corsConfiguration = null , System . Uri serviceUri = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . HealthcareApis . HealthcareApisPrivateEndpointConnectionData > privateEndpointConnections = null , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? ) , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ETag ? etag = default ( Azure . ETag ? ) ) { throw null ; }
501- public static Azure . ResourceManager . HealthcareApis . FhirServiceData FhirServiceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceKind ? kind = default ( Azure . ResourceManager . HealthcareApis . Models . FhirServiceKind ? ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? provisioningState = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . HealthcareApis . Models . FhirServiceAccessPolicyEntry > accessPolicies = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceAcrConfiguration acrConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceAuthenticationConfiguration authenticationConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceCorsConfiguration corsConfiguration = null , string exportStorageAccountName = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . HealthcareApis . HealthcareApisPrivateEndpointConnectionData > privateEndpointConnections = null , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? eventState = default ( Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceResourceVersionPolicyConfiguration resourceVersionPolicyConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceImportConfiguration importConfiguration = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ETag ? etag = default ( Azure . ETag ? ) ) { throw null ; }
503+ public static Azure . ResourceManager . HealthcareApis . DicomServiceData DicomServiceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? provisioningState = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ) , Azure . ResourceManager . HealthcareApis . Models . DicomServiceAuthenticationConfiguration authenticationConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . DicomServiceCorsConfiguration corsConfiguration = null , System . Uri serviceUri = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . HealthcareApis . HealthcareApisPrivateEndpointConnectionData > privateEndpointConnections = null , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? eventState = default ( Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? ) , System . Uri keyEncryptionKeyUri = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ETag ? etag = default ( Azure . ETag ? ) ) { throw null ; }
504+ public static Azure . ResourceManager . HealthcareApis . FhirServiceData FhirServiceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceKind ? kind = default ( Azure . ResourceManager . HealthcareApis . Models . FhirServiceKind ? ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? provisioningState = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceAcrConfiguration acrConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceAuthenticationConfiguration authenticationConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceCorsConfiguration corsConfiguration = null , string exportStorageAccountName = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . HealthcareApis . HealthcareApisPrivateEndpointConnectionData > privateEndpointConnections = null , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisPublicNetworkAccess ? ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? eventState = default ( Azure . ResourceManager . HealthcareApis . Models . FhirServiceEventState ? ) , Azure . ResourceManager . HealthcareApis . Models . FhirServiceResourceVersionPolicyConfiguration resourceVersionPolicyConfiguration = null , Azure . ResourceManager . HealthcareApis . Models . FhirServiceImportConfiguration importConfiguration = null , bool ? usCoreMissingData = default ( bool ? ) , System . Uri keyEncryptionKeyUri = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ETag ? etag = default ( Azure . ETag ? ) ) { throw null ; }
502505 public static Azure . ResourceManager . HealthcareApis . HealthcareApisIotConnectorData HealthcareApisIotConnectorData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? provisioningState = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisIotConnectorEventHubIngestionConfiguration ingestionEndpointConfiguration = null , System . BinaryData deviceMappingContent = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ETag ? etag = default ( Azure . ETag ? ) ) { throw null ; }
503506 public static Azure . ResourceManager . HealthcareApis . HealthcareApisIotFhirDestinationData HealthcareApisIotFhirDestinationData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? provisioningState = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisProvisioningState ? ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisIotIdentityResolutionType resourceIdentityResolutionType = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisIotIdentityResolutionType ) , Azure . Core . ResourceIdentifier fhirServiceResourceId = null , System . BinaryData fhirMappingContent = null , Azure . Core . AzureLocation ? location = default ( Azure . Core . AzureLocation ? ) , Azure . ETag ? etag = default ( Azure . ETag ? ) ) { throw null ; }
504507 public static Azure . ResourceManager . HealthcareApis . Models . HealthcareApisNameAvailabilityResult HealthcareApisNameAvailabilityResult ( bool ? isNameAvailable = default ( bool ? ) , Azure . ResourceManager . HealthcareApis . Models . HealthcareApisNameUnavailableReason ? reason = default ( Azure . ResourceManager . HealthcareApis . Models . HealthcareApisNameUnavailableReason ? ) , string message = null ) { throw null ; }
@@ -548,11 +551,6 @@ public DicomServicePatch() { }
548551 public static bool operator != ( Azure . ResourceManager . HealthcareApis . Models . FhirResourceVersionPolicy left , Azure . ResourceManager . HealthcareApis . Models . FhirResourceVersionPolicy right ) { throw null ; }
549552 public override string ToString ( ) { throw null ; }
550553 }
551- public partial class FhirServiceAccessPolicyEntry
552- {
553- public FhirServiceAccessPolicyEntry ( string objectId ) { }
554- public string ObjectId { get { throw null ; } set { } }
555- }
556554 public partial class FhirServiceAcrConfiguration
557555 {
558556 public FhirServiceAcrConfiguration ( ) { }
@@ -817,6 +815,7 @@ public HealthcareApisServiceCorsConfiguration() { }
817815 public partial class HealthcareApisServiceCosmosDbConfiguration
818816 {
819817 public HealthcareApisServiceCosmosDbConfiguration ( ) { }
818+ public string CrossTenantCmkApplicationId { get { throw null ; } set { } }
820819 public System . Uri KeyVaultKeyUri { get { throw null ; } set { } }
821820 public int ? OfferThroughput { get { throw null ; } set { } }
822821 }
0 commit comments