61 строка
4.9 KiB
YAML
61 строка
4.9 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.healthcareapis.models.FhirDestinations"
|
||
|
fullName: "com.azure.resourcemanager.healthcareapis.models.FhirDestinations"
|
||
|
name: "FhirDestinations"
|
||
|
nameWithType: "FhirDestinations"
|
||
|
summary: "Resource collection API of Fhir<wbr>Destinations."
|
||
|
syntax: "public interface **FhirDestinations**"
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.healthcareapis.models.FhirDestinations.listByIotConnector(java.lang.String,java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.healthcareapis.models.FhirDestinations.listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName)"
|
||
|
name: "listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName)"
|
||
|
nameWithType: "FhirDestinations.listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName)"
|
||
|
summary: "Lists all FHIR destinations for the given IoT Connector."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
parameters:
|
||
|
- description: "The name of the resource group that contains the service instance."
|
||
|
name: "resourceGroupName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "The name of workspace resource."
|
||
|
name: "workspaceName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "The name of IoT Connector resource."
|
||
|
name: "iotConnectorName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public abstract PagedIterable<IotFhirDestination> listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName)"
|
||
|
desc: "Lists all FHIR destinations for the given IoT Connector."
|
||
|
returns:
|
||
|
description: "a collection of IoT Connector FHIR destinations as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.healthcareapis.models.IotFhirDestination?alt=com.azure.resourcemanager.healthcareapis.models.IotFhirDestination&text=IotFhirDestination\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.healthcareapis.models.FhirDestinations.listByIotConnector(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.healthcareapis.models.FhirDestinations.listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName, Context context)"
|
||
|
name: "listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName, Context context)"
|
||
|
nameWithType: "FhirDestinations.listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName, Context context)"
|
||
|
summary: "Lists all FHIR destinations for the given IoT Connector."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
parameters:
|
||
|
- description: "The name of the resource group that contains the service instance."
|
||
|
name: "resourceGroupName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "The name of workspace resource."
|
||
|
name: "workspaceName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "The name of IoT Connector resource."
|
||
|
name: "iotConnectorName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "The context to associate with this operation."
|
||
|
name: "context"
|
||
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
||
|
syntax: "public abstract PagedIterable<IotFhirDestination> listByIotConnector(String resourceGroupName, String workspaceName, String iotConnectorName, Context context)"
|
||
|
desc: "Lists all FHIR destinations for the given IoT Connector."
|
||
|
returns:
|
||
|
description: "a collection of IoT Connector FHIR destinations as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.healthcareapis.models.IotFhirDestination?alt=com.azure.resourcemanager.healthcareapis.models.IotFhirDestination&text=IotFhirDestination\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
type: "interface"
|
||
|
desc: "Resource collection API of FhirDestinations."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.healthcareapis.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-healthcareapis:1.0.0
|