158 строки
9.1 KiB
YAML
158 строки
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient"
|
|
name: "IotHubClient"
|
|
nameWithType: "IotHubClient"
|
|
summary: "The interface for Iot<wbr>Hub<wbr>Client class."
|
|
syntax: "public interface **IotHubClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getApiVersion()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getApiVersion()"
|
|
name: "getApiVersion()"
|
|
nameWithType: "IotHubClient.getApiVersion()"
|
|
summary: "Gets Api Version."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String getApiVersion()"
|
|
desc: "Gets Api Version."
|
|
returns:
|
|
description: "the apiVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getCertificates()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getCertificates()"
|
|
name: "getCertificates()"
|
|
nameWithType: "IotHubClient.getCertificates()"
|
|
summary: "Gets the Certificates<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CertificatesClient getCertificates()"
|
|
desc: "Gets the CertificatesClient object to access its operations."
|
|
returns:
|
|
description: "the CertificatesClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.CertificatesClient?alt=com.azure.resourcemanager.iothub.fluent.CertificatesClient&text=CertificatesClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getDefaultPollInterval()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getDefaultPollInterval()"
|
|
name: "getDefaultPollInterval()"
|
|
nameWithType: "IotHubClient.getDefaultPollInterval()"
|
|
summary: "Gets The default poll interval for long-running operation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Duration getDefaultPollInterval()"
|
|
desc: "Gets The default poll interval for long-running operation."
|
|
returns:
|
|
description: "the defaultPollInterval value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getEndpoint()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getEndpoint()"
|
|
name: "getEndpoint()"
|
|
nameWithType: "IotHubClient.getEndpoint()"
|
|
summary: "Gets server parameter."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String getEndpoint()"
|
|
desc: "Gets server parameter."
|
|
returns:
|
|
description: "the endpoint value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getHttpPipeline()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getHttpPipeline()"
|
|
name: "getHttpPipeline()"
|
|
nameWithType: "IotHubClient.getHttpPipeline()"
|
|
summary: "Gets The HTTP pipeline to send requests through."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract HttpPipeline getHttpPipeline()"
|
|
desc: "Gets The HTTP pipeline to send requests through."
|
|
returns:
|
|
description: "the httpPipeline value."
|
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getIotHubResources()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getIotHubResources()"
|
|
name: "getIotHubResources()"
|
|
nameWithType: "IotHubClient.getIotHubResources()"
|
|
summary: "Gets the Iot<wbr>Hub<wbr>Resources<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubResourcesClient getIotHubResources()"
|
|
desc: "Gets the IotHubResourcesClient object to access its operations."
|
|
returns:
|
|
description: "the IotHubResourcesClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.IotHubResourcesClient?alt=com.azure.resourcemanager.iothub.fluent.IotHubResourcesClient&text=IotHubResourcesClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getIotHubs()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getIotHubs()"
|
|
name: "getIotHubs()"
|
|
nameWithType: "IotHubClient.getIotHubs()"
|
|
summary: "Gets the Iot<wbr>Hubs<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubsClient getIotHubs()"
|
|
desc: "Gets the IotHubsClient object to access its operations."
|
|
returns:
|
|
description: "the IotHubsClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.IotHubsClient?alt=com.azure.resourcemanager.iothub.fluent.IotHubsClient&text=IotHubsClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getOperations()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getOperations()"
|
|
name: "getOperations()"
|
|
nameWithType: "IotHubClient.getOperations()"
|
|
summary: "Gets the Operations<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationsClient getOperations()"
|
|
desc: "Gets the OperationsClient object to access its operations."
|
|
returns:
|
|
description: "the OperationsClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.OperationsClient?alt=com.azure.resourcemanager.iothub.fluent.OperationsClient&text=OperationsClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getPrivateEndpointConnections()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getPrivateEndpointConnections()"
|
|
name: "getPrivateEndpointConnections()"
|
|
nameWithType: "IotHubClient.getPrivateEndpointConnections()"
|
|
summary: "Gets the Private<wbr>Endpoint<wbr>Connections<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()"
|
|
desc: "Gets the PrivateEndpointConnectionsClient object to access its operations."
|
|
returns:
|
|
description: "the PrivateEndpointConnectionsClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.PrivateEndpointConnectionsClient?alt=com.azure.resourcemanager.iothub.fluent.PrivateEndpointConnectionsClient&text=PrivateEndpointConnectionsClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getPrivateLinkResourcesOperations()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getPrivateLinkResourcesOperations()"
|
|
name: "getPrivateLinkResourcesOperations()"
|
|
nameWithType: "IotHubClient.getPrivateLinkResourcesOperations()"
|
|
summary: "Gets the Private<wbr>Link<wbr>Resources<wbr>Operations<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PrivateLinkResourcesOperationsClient getPrivateLinkResourcesOperations()"
|
|
desc: "Gets the PrivateLinkResourcesOperationsClient object to access its operations."
|
|
returns:
|
|
description: "the PrivateLinkResourcesOperationsClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.PrivateLinkResourcesOperationsClient?alt=com.azure.resourcemanager.iothub.fluent.PrivateLinkResourcesOperationsClient&text=PrivateLinkResourcesOperationsClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getResourceProviderCommons()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getResourceProviderCommons()"
|
|
name: "getResourceProviderCommons()"
|
|
nameWithType: "IotHubClient.getResourceProviderCommons()"
|
|
summary: "Gets the Resource<wbr>Provider<wbr>Commons<wbr>Client object to access its operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ResourceProviderCommonsClient getResourceProviderCommons()"
|
|
desc: "Gets the ResourceProviderCommonsClient object to access its operations."
|
|
returns:
|
|
description: "the ResourceProviderCommonsClient object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.ResourceProviderCommonsClient?alt=com.azure.resourcemanager.iothub.fluent.ResourceProviderCommonsClient&text=ResourceProviderCommonsClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getSubscriptionId()"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.IotHubClient.getSubscriptionId()"
|
|
name: "getSubscriptionId()"
|
|
nameWithType: "IotHubClient.getSubscriptionId()"
|
|
summary: "Gets The subscription identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String getSubscriptionId()"
|
|
desc: "Gets The subscription identifier."
|
|
returns:
|
|
description: "the subscriptionId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "The interface for IotHubClient class."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|