IotHubResourceOperationsExtensions.Get Method

Definition

Get the non-security related metadata of an IoT hub

public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription Get (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);
static member Get : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Azure.Management.IotHub.Models.IotHubDescription
<Extension()>
Public Function Get (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IotHubDescription

Parameters

operations
IIotHubResourceOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the IoT hub.

resourceName
String

The name of the IoT hub.

Returns

Remarks

Get the non-security related metadata of an IoT hub.

Applies to