共用方式為


ArmHealthcareApisModelFactory.HealthcareApisIotFhirDestinationData Method

Definition

Initializes a new instance of HealthcareApisIotFhirDestinationData.

public static Azure.ResourceManager.HealthcareApis.HealthcareApisIotFhirDestinationData HealthcareApisIotFhirDestinationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.HealthcareApis.Models.HealthcareApisProvisioningState? provisioningState = default, Azure.ResourceManager.HealthcareApis.Models.HealthcareApisIotIdentityResolutionType resourceIdentityResolutionType = default, Azure.Core.ResourceIdentifier fhirServiceResourceId = default, BinaryData fhirMappingContent = default, Azure.Core.AzureLocation? location = default, Azure.ETag? etag = default);
static member HealthcareApisIotFhirDestinationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisProvisioningState> * Azure.ResourceManager.HealthcareApis.Models.HealthcareApisIotIdentityResolutionType * Azure.Core.ResourceIdentifier * BinaryData * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ETag> -> Azure.ResourceManager.HealthcareApis.HealthcareApisIotFhirDestinationData
Public Shared Function HealthcareApisIotFhirDestinationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of HealthcareApisProvisioningState) = Nothing, Optional resourceIdentityResolutionType As HealthcareApisIotIdentityResolutionType = Nothing, Optional fhirServiceResourceId As ResourceIdentifier = Nothing, Optional fhirMappingContent As BinaryData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As HealthcareApisIotFhirDestinationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

provisioningState
Nullable<HealthcareApisProvisioningState>

The provisioning state.

resourceIdentityResolutionType
HealthcareApisIotIdentityResolutionType

Determines how resource identity is resolved on the destination.

fhirServiceResourceId
ResourceIdentifier

Fully qualified resource id of the FHIR service to connect to.

fhirMappingContent
BinaryData

FHIR Mappings.

location
Nullable<AzureLocation>

The resource location.

etag
Nullable<ETag>

An etag associated with the resource, used for optimistic concurrency when editing it.

Returns

A new HealthcareApisIotFhirDestinationData instance for mocking.

Applies to