IotFhirDestination Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IotFhirDestination() |
Initializes a new instance of the IotFhirDestination class. |
IotFhirDestination(String, String, IotMappingProperties, String, String, SystemData) |
Initializes a new instance of the IotFhirDestination class. |
IotFhirDestination()
Initializes a new instance of the IotFhirDestination class.
public IotFhirDestination ();
Public Sub New ()
Applies to
IotFhirDestination(String, String, IotMappingProperties, String, String, SystemData)
Initializes a new instance of the IotFhirDestination class.
public IotFhirDestination (string resourceIdentityResolutionType, string fhirServiceResourceId, Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties fhirMapping, string location = default, string provisioningState = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotFhirDestination : string * string * Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties * string * string * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.IotFhirDestination
Public Sub New (resourceIdentityResolutionType As String, fhirServiceResourceId As String, fhirMapping As IotMappingProperties, Optional location As String = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- resourceIdentityResolutionType
- String
Determines how resource identity is resolved on the destination. Possible values include: 'Create', 'Lookup'
- fhirServiceResourceId
- String
Fully qualified resource id of the FHIR service to connect to.
- fhirMapping
- IotMappingProperties
FHIR Mappings
- location
- String
The resource location.
- provisioningState
- String
The provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance'
- systemData
- SystemData
Metadata pertaining to creation and last modification of the resource.
Applies to
Azure SDK for .NET