IotConnectorFhirDestination interface
Interface representing a IotConnectorFhirDestination.
Methods
begin |
Creates or updates an IoT Connector FHIR destination resource with the specified parameters. |
begin |
Creates or updates an IoT Connector FHIR destination resource with the specified parameters. |
begin |
Deletes an IoT Connector FHIR destination. |
begin |
Deletes an IoT Connector FHIR destination. |
get(string, string, string, string, Iot |
Gets the properties of the specified Iot Connector FHIR destination. |
Method Details
beginCreateOrUpdate(string, string, string, string, IotFhirDestination, IotConnectorFhirDestinationCreateOrUpdateOptionalParams)
Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotFhirDestination>, IotFhirDestination>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
- iotConnectorName
-
string
The name of IoT Connector resource.
- fhirDestinationName
-
string
The name of IoT Connector FHIR destination resource.
- iotFhirDestination
- IotFhirDestination
The parameters for creating or updating an IoT Connector FHIR destination resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<IotFhirDestination>, IotFhirDestination>>
beginCreateOrUpdateAndWait(string, string, string, string, IotFhirDestination, IotConnectorFhirDestinationCreateOrUpdateOptionalParams)
Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<IotFhirDestination>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
- iotConnectorName
-
string
The name of IoT Connector resource.
- fhirDestinationName
-
string
The name of IoT Connector FHIR destination resource.
- iotFhirDestination
- IotFhirDestination
The parameters for creating or updating an IoT Connector FHIR destination resource.
The options parameters.
Returns
Promise<IotFhirDestination>
beginDelete(string, string, string, string, IotConnectorFhirDestinationDeleteOptionalParams)
Deletes an IoT Connector FHIR destination.
function beginDelete(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
- iotConnectorName
-
string
The name of IoT Connector resource.
- fhirDestinationName
-
string
The name of IoT Connector FHIR destination resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, IotConnectorFhirDestinationDeleteOptionalParams)
Deletes an IoT Connector FHIR destination.
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
- iotConnectorName
-
string
The name of IoT Connector resource.
- fhirDestinationName
-
string
The name of IoT Connector FHIR destination resource.
The options parameters.
Returns
Promise<void>
get(string, string, string, string, IotConnectorFhirDestinationGetOptionalParams)
Gets the properties of the specified Iot Connector FHIR destination.
function get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationGetOptionalParams): Promise<IotFhirDestination>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
- iotConnectorName
-
string
The name of IoT Connector resource.
- fhirDestinationName
-
string
The name of IoT Connector FHIR destination resource.
The options parameters.
Returns
Promise<IotFhirDestination>