xml/Microsoft.Azure.Management.IotHub/IotHubResourceOperationsExtensions.xml (2,880 lines of code) (raw):

<Type Name="IotHubResourceOperationsExtensions" FullName="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions"> <TypeSignature Language="C#" Value="public static class IotHubResourceOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit IotHubResourceOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module IotHubResourceOperationsExtensions" /> <TypeSignature Language="F#" Value="type IotHubResourceOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> <AssemblyVersion>3.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.1.0.0</AssemblyVersion> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Extension methods for IotHubResourceOperations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription BeginCreateOrUpdate (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.IotHubDescription BeginCreateOrUpdate(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.IotHubDescription,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdate (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, iotHubDescription As IotHubDescription, Optional ifMatch As String = Nothing) As IotHubDescription" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdate : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.IotHubDescription * string -&gt; Microsoft.Azure.Management.IotHub.Models.IotHubDescription" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginCreateOrUpdate (operations, resourceGroupName, resourceName, iotHubDescription, ifMatch)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.IotHubDescription</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="iotHubDescription" Type="Microsoft.Azure.Management.IotHub.Models.IotHubDescription" /> <Parameter Name="ifMatch" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="iotHubDescription"> The IoT hub metadata and security metadata. </param> <param name="ifMatch"> ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. Required to update an existing IoT Hub. </param> <summary> Create or update the metadata of an IoT hub. </summary> <returns>To be added.</returns> <remarks> Create or update the metadata of an Iot hub. The usual pattern to modify a property is to retrieve the IoT hub metadata and security metadata, and then combine them with the modified values in a new body to update the IoT hub. If certain properties are missing in the JSON, updating IoT Hub may cause these values to fallback to default, which may lead to unexpected behavior. </remarks> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.IotHubDescription,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, iotHubDescription As IotHubDescription, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.IotHubDescription * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, resourceName, iotHubDescription, ifMatch, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="iotHubDescription" Type="Microsoft.Azure.Management.IotHub.Models.IotHubDescription" /> <Parameter Name="ifMatch" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="iotHubDescription"> The IoT hub metadata and security metadata. </param> <param name="ifMatch"> ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. Required to update an existing IoT Hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update the metadata of an IoT hub. </summary> <returns>To be added.</returns> <remarks> Create or update the metadata of an Iot hub. The usual pattern to modify a property is to retrieve the IoT hub metadata and security metadata, and then combine them with the modified values in a new body to update the IoT hub. If certain properties are missing in the JSON, updating IoT Hub may cause these values to fallback to default, which may lead to unexpected behavior. </remarks> </Docs> </Member> <Member MemberName="BeginDelete"> <MemberSignature Language="C#" Value="public static object BeginDelete (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig object BeginDelete(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginDelete(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDelete (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As Object" /> <MemberSignature Language="F#" Value="static member BeginDelete : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; obj" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginDelete (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Delete an IoT hub </summary> <returns>To be added.</returns> <remarks> Delete an IoT hub. </remarks> </Docs> </Member> <Member MemberName="BeginDeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;object&gt; BeginDeleteAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;object&gt; BeginDeleteAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)" /> <MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;obj&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Object&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete an IoT hub </summary> <returns>To be added.</returns> <remarks> Delete an IoT hub. </remarks> </Docs> </Member> <Member MemberName="BeginUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription BeginUpdate (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary&lt;string,string&gt; tags = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.IotHubDescription BeginUpdate(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class System.Collections.Generic.IDictionary`2&lt;string, string&gt; tags) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginUpdate(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdate (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional tags As IDictionary(Of String, String) = Nothing) As IotHubDescription" /> <MemberSignature Language="F#" Value="static member BeginUpdate : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Collections.Generic.IDictionary&lt;string, string&gt; -&gt; Microsoft.Azure.Management.IotHub.Models.IotHubDescription" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginUpdate (operations, resourceGroupName, resourceName, tags)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.IotHubDescription</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="tags" Type="System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Resource group identifier. </param> <param name="resourceName"> Name of iot hub to update. </param> <param name="tags"> Resource tags </param> <summary> Update an existing IoT Hubs tags. </summary> <returns>To be added.</returns> <remarks> Update an existing IoT Hub tags. to update other fields use the CreateOrUpdate method </remarks> </Docs> </Member> <Member MemberName="BeginUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; BeginUpdateAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary&lt;string,string&gt; tags = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; BeginUpdateAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class System.Collections.Generic.IDictionary`2&lt;string, string&gt; tags, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginUpdateAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member BeginUpdateAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Collections.Generic.IDictionary&lt;string, string&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.BeginUpdateAsync (operations, resourceGroupName, resourceName, tags, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="tags" Type="System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Resource group identifier. </param> <param name="resourceName"> Name of iot hub to update. </param> <param name="tags"> Resource tags </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update an existing IoT Hubs tags. </summary> <returns>To be added.</returns> <remarks> Update an existing IoT Hub tags. to update other fields use the CreateOrUpdate method </remarks> </Docs> </Member> <Member MemberName="CheckNameAvailability"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo CheckNameAvailability (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo CheckNameAvailability(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CheckNameAvailability(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckNameAvailability (operations As IIotHubResourceOperations, name As String) As IotHubNameAvailabilityInfo" /> <MemberSignature Language="F#" Value="static member CheckNameAvailability : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CheckNameAvailability (operations, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="name"> The name of the IoT hub to check. </param> <summary> Check if an IoT hub name is available </summary> <returns>To be added.</returns> <remarks> Check if an IoT hub name is available. </remarks> </Docs> </Member> <Member MemberName="CheckNameAvailabilityAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo&gt; CheckNameAvailabilityAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo&gt; CheckNameAvailabilityAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CheckNameAvailabilityAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckNameAvailabilityAsync (operations As IIotHubResourceOperations, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotHubNameAvailabilityInfo)" /> <MemberSignature Language="F#" Value="static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CheckNameAvailabilityAsync (operations, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubNameAvailabilityInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="name"> The name of the IoT hub to check. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Check if an IoT hub name is available </summary> <returns>To be added.</returns> <remarks> Check if an IoT hub name is available. </remarks> </Docs> </Member> <Member MemberName="CreateEventHubConsumerGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo CreateEventHubConsumerGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName properties);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo CreateEventHubConsumerGroup(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName properties) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateEventHubConsumerGroup(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateEventHubConsumerGroup (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String, properties As EventHubConsumerGroupName) As EventHubConsumerGroupInfo" /> <MemberSignature Language="F#" Value="static member CreateEventHubConsumerGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName -&gt; Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateEventHubConsumerGroup (operations, resourceGroupName, resourceName, eventHubEndpointName, name, properties)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="properties" Type="Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint in the IoT hub. </param> <param name="name"> The name of the consumer group to add. </param> <param name="properties" /> <summary> Add a consumer group to an Event Hub-compatible endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="CreateEventHubConsumerGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; CreateEventHubConsumerGroupAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName properties, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; CreateEventHubConsumerGroupAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName properties, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateEventHubConsumerGroupAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateEventHubConsumerGroupAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String, properties As EventHubConsumerGroupName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventHubConsumerGroupInfo)" /> <MemberSignature Language="F#" Value="static member CreateEventHubConsumerGroupAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateEventHubConsumerGroupAsync (operations, resourceGroupName, resourceName, eventHubEndpointName, name, properties, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="properties" Type="Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint in the IoT hub. </param> <param name="name"> The name of the consumer group to add. </param> <param name="properties" /> <param name="cancellationToken"> The cancellation token. </param> <summary> Add a consumer group to an Event Hub-compatible endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="CreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription CreateOrUpdate (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.IotHubDescription CreateOrUpdate(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.IotHubDescription,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdate (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, iotHubDescription As IotHubDescription, Optional ifMatch As String = Nothing) As IotHubDescription" /> <MemberSignature Language="F#" Value="static member CreateOrUpdate : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.IotHubDescription * string -&gt; Microsoft.Azure.Management.IotHub.Models.IotHubDescription" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateOrUpdate (operations, resourceGroupName, resourceName, iotHubDescription, ifMatch)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.IotHubDescription</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="iotHubDescription" Type="Microsoft.Azure.Management.IotHub.Models.IotHubDescription" /> <Parameter Name="ifMatch" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="iotHubDescription"> The IoT hub metadata and security metadata. </param> <param name="ifMatch"> ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. Required to update an existing IoT Hub. </param> <summary> Create or update the metadata of an IoT hub. </summary> <returns>To be added.</returns> <remarks> Create or update the metadata of an Iot hub. The usual pattern to modify a property is to retrieve the IoT hub metadata and security metadata, and then combine them with the modified values in a new body to update the IoT hub. If certain properties are missing in the JSON, updating IoT Hub may cause these values to fallback to default, which may lead to unexpected behavior. </remarks> </Docs> </Member> <Member MemberName="CreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; CreateOrUpdateAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; CreateOrUpdateAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.IotHubDescription iotHubDescription, string ifMatch, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.IotHubDescription,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, iotHubDescription As IotHubDescription, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.IotHubDescription * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, resourceName, iotHubDescription, ifMatch, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="iotHubDescription" Type="Microsoft.Azure.Management.IotHub.Models.IotHubDescription" /> <Parameter Name="ifMatch" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="iotHubDescription"> The IoT hub metadata and security metadata. </param> <param name="ifMatch"> ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. Required to update an existing IoT Hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update the metadata of an IoT hub. </summary> <returns>To be added.</returns> <remarks> Create or update the metadata of an Iot hub. The usual pattern to modify a property is to retrieve the IoT hub metadata and security metadata, and then combine them with the modified values in a new body to update the IoT hub. If certain properties are missing in the JSON, updating IoT Hub may cause these values to fallback to default, which may lead to unexpected behavior. </remarks> </Docs> </Member> <Member MemberName="Delete"> <MemberSignature Language="C#" Value="public static object Delete (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig object Delete(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.Delete(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Delete (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As Object" /> <MemberSignature Language="F#" Value="static member Delete : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; obj" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.Delete (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Delete an IoT hub </summary> <returns>To be added.</returns> <remarks> Delete an IoT hub. </remarks> </Docs> </Member> <Member MemberName="DeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;object&gt; DeleteAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;object&gt; DeleteAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)" /> <MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;obj&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.DeleteAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Object&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete an IoT hub </summary> <returns>To be added.</returns> <remarks> Delete an IoT hub. </remarks> </Docs> </Member> <Member MemberName="DeleteEventHubConsumerGroup"> <MemberSignature Language="C#" Value="public static void DeleteEventHubConsumerGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteEventHubConsumerGroup(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.DeleteEventHubConsumerGroup(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteEventHubConsumerGroup (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String)" /> <MemberSignature Language="F#" Value="static member DeleteEventHubConsumerGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.DeleteEventHubConsumerGroup (operations, resourceGroupName, resourceName, eventHubEndpointName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint in the IoT hub. </param> <param name="name"> The name of the consumer group to delete. </param> <summary> Delete a consumer group from an Event Hub-compatible endpoint in an IoT hub </summary> <remarks> Delete a consumer group from an Event Hub-compatible endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="DeleteEventHubConsumerGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteEventHubConsumerGroupAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteEventHubConsumerGroupAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.DeleteEventHubConsumerGroupAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteEventHubConsumerGroupAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteEventHubConsumerGroupAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.DeleteEventHubConsumerGroupAsync (operations, resourceGroupName, resourceName, eventHubEndpointName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint in the IoT hub. </param> <param name="name"> The name of the consumer group to delete. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a consumer group from an Event Hub-compatible endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Delete a consumer group from an Event Hub-compatible endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="ExportDevices"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.JobResponse ExportDevices (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest exportDevicesParameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.JobResponse ExportDevices(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest exportDevicesParameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ExportDevices(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportDevices (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, exportDevicesParameters As ExportDevicesRequest) As JobResponse" /> <MemberSignature Language="F#" Value="static member ExportDevices : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest -&gt; Microsoft.Azure.Management.IotHub.Models.JobResponse" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ExportDevices (operations, resourceGroupName, resourceName, exportDevicesParameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.JobResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="exportDevicesParameters" Type="Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="exportDevicesParameters"> The parameters that specify the export devices operation. </param> <summary> Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities </summary> <returns>To be added.</returns> <remarks> Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. </remarks> </Docs> </Member> <Member MemberName="ExportDevicesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ExportDevicesAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest exportDevicesParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ExportDevicesAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest exportDevicesParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ExportDevicesAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportDevicesAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, exportDevicesParameters As ExportDevicesRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResponse)" /> <MemberSignature Language="F#" Value="static member ExportDevicesAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ExportDevicesAsync (operations, resourceGroupName, resourceName, exportDevicesParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="exportDevicesParameters" Type="Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="exportDevicesParameters"> The parameters that specify the export devices operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities </summary> <returns>To be added.</returns> <remarks> Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. </remarks> </Docs> </Member> <Member MemberName="Get"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription Get (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.IotHubDescription Get(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.Get(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Get (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IotHubDescription" /> <MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.IotHubDescription" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.Get (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.IotHubDescription</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Get the non-security related metadata of an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the non-security related metadata of an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; GetAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; GetAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the non-security related metadata of an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the non-security related metadata of an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetEndpointHealth"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt; GetEndpointHealth (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string iotHubName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt; GetEndpointHealth(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string iotHubName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealth(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetEndpointHealth (operations As IIotHubResourceOperations, resourceGroupName As String, iotHubName As String) As IPage(Of EndpointHealthData)" /> <MemberSignature Language="F#" Value="static member GetEndpointHealth : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealth (operations, resourceGroupName, iotHubName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="iotHubName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName" /> <param name="iotHubName" /> <summary> Get the health for routing endpoints </summary> <returns>To be added.</returns> <remarks> Get the health for routing endpoints. </remarks> </Docs> </Member> <Member MemberName="GetEndpointHealthAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt; GetEndpointHealthAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string iotHubName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt; GetEndpointHealthAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string iotHubName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealthAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetEndpointHealthAsync (operations As IIotHubResourceOperations, resourceGroupName As String, iotHubName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EndpointHealthData))" /> <MemberSignature Language="F#" Value="static member GetEndpointHealthAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealthAsync (operations, resourceGroupName, iotHubName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="iotHubName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName" /> <param name="iotHubName" /> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the health for routing endpoints </summary> <returns>To be added.</returns> <remarks> Get the health for routing endpoints. </remarks> </Docs> </Member> <Member MemberName="GetEndpointHealthNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt; GetEndpointHealthNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt; GetEndpointHealthNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealthNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetEndpointHealthNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of EndpointHealthData)" /> <MemberSignature Language="F#" Value="static member GetEndpointHealthNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealthNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get the health for routing endpoints </summary> <returns>To be added.</returns> <remarks> Get the health for routing endpoints. </remarks> </Docs> </Member> <Member MemberName="GetEndpointHealthNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt; GetEndpointHealthNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt; GetEndpointHealthNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealthNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetEndpointHealthNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EndpointHealthData))" /> <MemberSignature Language="F#" Value="static member GetEndpointHealthNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEndpointHealthNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EndpointHealthData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the health for routing endpoints </summary> <returns>To be added.</returns> <remarks> Get the health for routing endpoints. </remarks> </Docs> </Member> <Member MemberName="GetEventHubConsumerGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo GetEventHubConsumerGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo GetEventHubConsumerGroup(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEventHubConsumerGroup(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetEventHubConsumerGroup (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String) As EventHubConsumerGroupInfo" /> <MemberSignature Language="F#" Value="static member GetEventHubConsumerGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEventHubConsumerGroup (operations, resourceGroupName, resourceName, eventHubEndpointName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint in the IoT hub. </param> <param name="name"> The name of the consumer group to retrieve. </param> <summary> Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetEventHubConsumerGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; GetEventHubConsumerGroupAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; GetEventHubConsumerGroupAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEventHubConsumerGroupAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetEventHubConsumerGroupAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventHubConsumerGroupInfo)" /> <MemberSignature Language="F#" Value="static member GetEventHubConsumerGroupAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetEventHubConsumerGroupAsync (operations, resourceGroupName, resourceName, eventHubEndpointName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint in the IoT hub. </param> <param name="name"> The name of the consumer group to retrieve. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetJob"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.JobResponse GetJob (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.JobResponse GetJob(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetJob(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetJob (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, jobId As String) As JobResponse" /> <MemberSignature Language="F#" Value="static member GetJob : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.JobResponse" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetJob (operations, resourceGroupName, resourceName, jobId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.JobResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="jobId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="jobId"> The job identifier. </param> <summary> Get the details of a job from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry </summary> <returns>To be added.</returns> <remarks> Get the details of a job from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. </remarks> </Docs> </Member> <Member MemberName="GetJobAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; GetJobAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; GetJobAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetJobAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetJobAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, jobId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResponse)" /> <MemberSignature Language="F#" Value="static member GetJobAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetJobAsync (operations, resourceGroupName, resourceName, jobId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="jobId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="jobId"> The job identifier. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the details of a job from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry </summary> <returns>To be added.</returns> <remarks> Get the details of a job from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. </remarks> </Docs> </Member> <Member MemberName="GetKeysForKeyName"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule GetKeysForKeyName (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string keyName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule GetKeysForKeyName(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string keyName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetKeysForKeyName(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetKeysForKeyName (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, keyName As String) As SharedAccessSignatureAuthorizationRule" /> <MemberSignature Language="F#" Value="static member GetKeysForKeyName : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetKeysForKeyName (operations, resourceGroupName, resourceName, keyName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="keyName"> The name of the shared access policy. </param> <summary> Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security </summary> <returns>To be added.</returns> <remarks> Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. </remarks> </Docs> </Member> <Member MemberName="GetKeysForKeyNameAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt; GetKeysForKeyNameAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string keyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt; GetKeysForKeyNameAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string keyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetKeysForKeyNameAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetKeysForKeyNameAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharedAccessSignatureAuthorizationRule)" /> <MemberSignature Language="F#" Value="static member GetKeysForKeyNameAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetKeysForKeyNameAsync (operations, resourceGroupName, resourceName, keyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="keyName"> The name of the shared access policy. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security </summary> <returns>To be added.</returns> <remarks> Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. </remarks> </Docs> </Member> <Member MemberName="GetQuotaMetrics"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt; GetQuotaMetrics (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt; GetQuotaMetrics(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetrics(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetQuotaMetrics (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of IotHubQuotaMetricInfo)" /> <MemberSignature Language="F#" Value="static member GetQuotaMetrics : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetrics (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Get the quota metrics for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the quota metrics for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetQuotaMetricsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt; GetQuotaMetricsAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt; GetQuotaMetricsAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetricsAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetQuotaMetricsAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubQuotaMetricInfo))" /> <MemberSignature Language="F#" Value="static member GetQuotaMetricsAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetricsAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the quota metrics for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the quota metrics for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetQuotaMetricsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt; GetQuotaMetricsNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt; GetQuotaMetricsNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetricsNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetQuotaMetricsNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of IotHubQuotaMetricInfo)" /> <MemberSignature Language="F#" Value="static member GetQuotaMetricsNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetricsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get the quota metrics for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the quota metrics for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetQuotaMetricsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt; GetQuotaMetricsNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt; GetQuotaMetricsNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetricsNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetQuotaMetricsNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubQuotaMetricInfo))" /> <MemberSignature Language="F#" Value="static member GetQuotaMetricsNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetQuotaMetricsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the quota metrics for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the quota metrics for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetStats"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.RegistryStatistics GetStats (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.RegistryStatistics GetStats(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetStats(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetStats (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As RegistryStatistics" /> <MemberSignature Language="F#" Value="static member GetStats : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.RegistryStatistics" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetStats (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.RegistryStatistics</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Get the statistics from an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the statistics from an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetStatsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.RegistryStatistics&gt; GetStatsAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.RegistryStatistics&gt; GetStatsAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetStatsAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetStatsAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RegistryStatistics)" /> <MemberSignature Language="F#" Value="static member GetStatsAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.RegistryStatistics&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetStatsAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.RegistryStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the statistics from an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the statistics from an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetValidSkus"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt; GetValidSkus (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt; GetValidSkus(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkus(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetValidSkus (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of IotHubSkuDescription)" /> <MemberSignature Language="F#" Value="static member GetValidSkus : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkus (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Get the list of valid SKUs for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the list of valid SKUs for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetValidSkusAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt; GetValidSkusAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt; GetValidSkusAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkusAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetValidSkusAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubSkuDescription))" /> <MemberSignature Language="F#" Value="static member GetValidSkusAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkusAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the list of valid SKUs for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the list of valid SKUs for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetValidSkusNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt; GetValidSkusNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt; GetValidSkusNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkusNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetValidSkusNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of IotHubSkuDescription)" /> <MemberSignature Language="F#" Value="static member GetValidSkusNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkusNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get the list of valid SKUs for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the list of valid SKUs for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="GetValidSkusNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt; GetValidSkusNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt; GetValidSkusNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkusNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetValidSkusNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubSkuDescription))" /> <MemberSignature Language="F#" Value="static member GetValidSkusNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.GetValidSkusNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the list of valid SKUs for an IoT hub </summary> <returns>To be added.</returns> <remarks> Get the list of valid SKUs for an IoT hub. </remarks> </Docs> </Member> <Member MemberName="ImportDevices"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.JobResponse ImportDevices (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest importDevicesParameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.JobResponse ImportDevices(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest importDevicesParameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ImportDevices(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ImportDevices (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, importDevicesParameters As ImportDevicesRequest) As JobResponse" /> <MemberSignature Language="F#" Value="static member ImportDevices : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest -&gt; Microsoft.Azure.Management.IotHub.Models.JobResponse" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ImportDevices (operations, resourceGroupName, resourceName, importDevicesParameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.JobResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="importDevicesParameters" Type="Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="importDevicesParameters"> The parameters that specify the import devices operation. </param> <summary> Import, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities </summary> <returns>To be added.</returns> <remarks> Import, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. </remarks> </Docs> </Member> <Member MemberName="ImportDevicesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ImportDevicesAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest importDevicesParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ImportDevicesAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest importDevicesParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ImportDevicesAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ImportDevicesAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, importDevicesParameters As ImportDevicesRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResponse)" /> <MemberSignature Language="F#" Value="static member ImportDevicesAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ImportDevicesAsync (operations, resourceGroupName, resourceName, importDevicesParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="importDevicesParameters" Type="Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="importDevicesParameters"> The parameters that specify the import devices operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Import, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities </summary> <returns>To be added.</returns> <remarks> Import, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. </remarks> </Docs> </Member> <Member MemberName="ListByResourceGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListByResourceGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListByResourceGroup(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroup (operations As IIotHubResourceOperations, resourceGroupName As String) As IPage(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroup (operations, resourceGroupName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <summary> Get all the IoT hubs in a resource group </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a resource group. </remarks> </Docs> </Member> <Member MemberName="ListByResourceGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListByResourceGroupAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListByResourceGroupAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupAsync (operations As IIotHubResourceOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubDescription))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroupAsync (operations, resourceGroupName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all the IoT hubs in a resource group </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a resource group. </remarks> </Docs> </Member> <Member MemberName="ListByResourceGroupNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListByResourceGroupNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListByResourceGroupNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroupNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get all the IoT hubs in a resource group </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a resource group. </remarks> </Docs> </Member> <Member MemberName="ListByResourceGroupNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListByResourceGroupNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListByResourceGroupNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubDescription))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListByResourceGroupNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all the IoT hubs in a resource group </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a resource group. </remarks> </Docs> </Member> <Member MemberName="ListBySubscription"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListBySubscription (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListBySubscription(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListBySubscription (operations As IIotHubResourceOperations) As IPage(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member ListBySubscription : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscription operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <summary> Get all the IoT hubs in a subscription </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a subscription. </remarks> </Docs> </Member> <Member MemberName="ListBySubscriptionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListBySubscriptionAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListBySubscriptionAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListBySubscriptionAsync (operations As IIotHubResourceOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubDescription))" /> <MemberSignature Language="F#" Value="static member ListBySubscriptionAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscriptionAsync (operations, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all the IoT hubs in a subscription </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a subscription. </remarks> </Docs> </Member> <Member MemberName="ListBySubscriptionNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListBySubscriptionNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; ListBySubscriptionNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListBySubscriptionNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member ListBySubscriptionNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscriptionNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get all the IoT hubs in a subscription </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a subscription. </remarks> </Docs> </Member> <Member MemberName="ListBySubscriptionNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListBySubscriptionNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt; ListBySubscriptionNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListBySubscriptionNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubDescription))" /> <MemberSignature Language="F#" Value="static member ListBySubscriptionNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListBySubscriptionNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all the IoT hubs in a subscription </summary> <returns>To be added.</returns> <remarks> Get all the IoT hubs in a subscription. </remarks> </Docs> </Member> <Member MemberName="ListEventHubConsumerGroups"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; ListEventHubConsumerGroups (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; ListEventHubConsumerGroups(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroups(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListEventHubConsumerGroups (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String) As IPage(Of EventHubConsumerGroupInfo)" /> <MemberSignature Language="F#" Value="static member ListEventHubConsumerGroups : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroups (operations, resourceGroupName, resourceName, eventHubEndpointName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint. </param> <summary> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="ListEventHubConsumerGroupsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt; ListEventHubConsumerGroupsAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt; ListEventHubConsumerGroupsAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListEventHubConsumerGroupsAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EventHubConsumerGroupInfo))" /> <MemberSignature Language="F#" Value="static member ListEventHubConsumerGroupsAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsAsync (operations, resourceGroupName, resourceName, eventHubEndpointName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="eventHubEndpointName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="eventHubEndpointName"> The name of the Event Hub-compatible endpoint. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="ListEventHubConsumerGroupsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; ListEventHubConsumerGroupsNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt; ListEventHubConsumerGroupsNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListEventHubConsumerGroupsNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of EventHubConsumerGroupInfo)" /> <MemberSignature Language="F#" Value="static member ListEventHubConsumerGroupsNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="ListEventHubConsumerGroupsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt; ListEventHubConsumerGroupsNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt; ListEventHubConsumerGroupsNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListEventHubConsumerGroupsNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EventHubConsumerGroupInfo))" /> <MemberSignature Language="F#" Value="static member ListEventHubConsumerGroupsNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub </summary> <returns>To be added.</returns> <remarks> Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub. </remarks> </Docs> </Member> <Member MemberName="ListJobs"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ListJobs (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ListJobs(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobs(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListJobs (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of JobResponse)" /> <MemberSignature Language="F#" Value="static member ListJobs : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobs (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry </summary> <returns>To be added.</returns> <remarks> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. </remarks> </Docs> </Member> <Member MemberName="ListJobsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt; ListJobsAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt; ListJobsAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobsAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListJobsAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobResponse))" /> <MemberSignature Language="F#" Value="static member ListJobsAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobsAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry </summary> <returns>To be added.</returns> <remarks> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. </remarks> </Docs> </Member> <Member MemberName="ListJobsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ListJobsNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt; ListJobsNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobsNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListJobsNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of JobResponse)" /> <MemberSignature Language="F#" Value="static member ListJobsNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry </summary> <returns>To be added.</returns> <remarks> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. </remarks> </Docs> </Member> <Member MemberName="ListJobsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt; ListJobsNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt; ListJobsNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobsNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListJobsNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobResponse))" /> <MemberSignature Language="F#" Value="static member ListJobsNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListJobsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.JobResponse&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry </summary> <returns>To be added.</returns> <remarks> Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. </remarks> </Docs> </Member> <Member MemberName="ListKeys"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt; ListKeys (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt; ListKeys(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeys(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListKeys (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of SharedAccessSignatureAuthorizationRule)" /> <MemberSignature Language="F#" Value="static member ListKeys : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeys (operations, resourceGroupName, resourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <summary> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security </summary> <returns>To be added.</returns> <remarks> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. </remarks> </Docs> </Member> <Member MemberName="ListKeysAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt; ListKeysAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt; ListKeysAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListKeysAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedAccessSignatureAuthorizationRule))" /> <MemberSignature Language="F#" Value="static member ListKeysAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeysAsync (operations, resourceGroupName, resourceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group that contains the IoT hub. </param> <param name="resourceName"> The name of the IoT hub. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security </summary> <returns>To be added.</returns> <remarks> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. </remarks> </Docs> </Member> <Member MemberName="ListKeysNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt; ListKeysNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt; ListKeysNext(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeysNext(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListKeysNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of SharedAccessSignatureAuthorizationRule)" /> <MemberSignature Language="F#" Value="static member ListKeysNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeysNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security </summary> <returns>To be added.</returns> <remarks> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. </remarks> </Docs> </Member> <Member MemberName="ListKeysNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt; ListKeysNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt; ListKeysNextAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeysNextAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListKeysNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedAccessSignatureAuthorizationRule))" /> <MemberSignature Language="F#" Value="static member ListKeysNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.ListKeysNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security </summary> <returns>To be added.</returns> <remarks> Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. </remarks> </Docs> </Member> <Member MemberName="TestAllRoutes"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult TestAllRoutes (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput input, string iotHubName, string resourceGroupName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult TestAllRoutes(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, class Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput input, string iotHubName, string resourceGroupName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestAllRoutes(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function TestAllRoutes (operations As IIotHubResourceOperations, input As TestAllRoutesInput, iotHubName As String, resourceGroupName As String) As TestAllRoutesResult" /> <MemberSignature Language="F#" Value="static member TestAllRoutes : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestAllRoutes (operations, input, iotHubName, resourceGroupName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="input" Type="Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput" /> <Parameter Name="iotHubName" Type="System.String" /> <Parameter Name="resourceGroupName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="input"> Input for testing all routes </param> <param name="iotHubName"> IotHub to be tested </param> <param name="resourceGroupName"> resource group which Iot Hub belongs to </param> <summary> Test all routes </summary> <returns>To be added.</returns> <remarks> Test all routes configured in this Iot Hub </remarks> </Docs> </Member> <Member MemberName="TestAllRoutesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult&gt; TestAllRoutesAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput input, string iotHubName, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult&gt; TestAllRoutesAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, class Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput input, string iotHubName, string resourceGroupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestAllRoutesAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function TestAllRoutesAsync (operations As IIotHubResourceOperations, input As TestAllRoutesInput, iotHubName As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TestAllRoutesResult)" /> <MemberSignature Language="F#" Value="static member TestAllRoutesAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestAllRoutesAsync (operations, input, iotHubName, resourceGroupName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="input" Type="Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput" /> <Parameter Name="iotHubName" Type="System.String" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="input"> Input for testing all routes </param> <param name="iotHubName"> IotHub to be tested </param> <param name="resourceGroupName"> resource group which Iot Hub belongs to </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Test all routes </summary> <returns>To be added.</returns> <remarks> Test all routes configured in this Iot Hub </remarks> </Docs> </Member> <Member MemberName="TestRoute"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.TestRouteResult TestRoute (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, Microsoft.Azure.Management.IotHub.Models.TestRouteInput input, string iotHubName, string resourceGroupName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.TestRouteResult TestRoute(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, class Microsoft.Azure.Management.IotHub.Models.TestRouteInput input, string iotHubName, string resourceGroupName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestRoute(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,Microsoft.Azure.Management.IotHub.Models.TestRouteInput,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function TestRoute (operations As IIotHubResourceOperations, input As TestRouteInput, iotHubName As String, resourceGroupName As String) As TestRouteResult" /> <MemberSignature Language="F#" Value="static member TestRoute : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * Microsoft.Azure.Management.IotHub.Models.TestRouteInput * string * string -&gt; Microsoft.Azure.Management.IotHub.Models.TestRouteResult" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestRoute (operations, input, iotHubName, resourceGroupName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.TestRouteResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="input" Type="Microsoft.Azure.Management.IotHub.Models.TestRouteInput" /> <Parameter Name="iotHubName" Type="System.String" /> <Parameter Name="resourceGroupName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="input"> Route that needs to be tested </param> <param name="iotHubName"> IotHub to be tested </param> <param name="resourceGroupName"> resource group which Iot Hub belongs to </param> <summary> Test the new route </summary> <returns>To be added.</returns> <remarks> Test the new route for this Iot Hub </remarks> </Docs> </Member> <Member MemberName="TestRouteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.TestRouteResult&gt; TestRouteAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, Microsoft.Azure.Management.IotHub.Models.TestRouteInput input, string iotHubName, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.TestRouteResult&gt; TestRouteAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, class Microsoft.Azure.Management.IotHub.Models.TestRouteInput input, string iotHubName, string resourceGroupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestRouteAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,Microsoft.Azure.Management.IotHub.Models.TestRouteInput,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function TestRouteAsync (operations As IIotHubResourceOperations, input As TestRouteInput, iotHubName As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TestRouteResult)" /> <MemberSignature Language="F#" Value="static member TestRouteAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * Microsoft.Azure.Management.IotHub.Models.TestRouteInput * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.TestRouteResult&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.TestRouteAsync (operations, input, iotHubName, resourceGroupName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.TestRouteResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="input" Type="Microsoft.Azure.Management.IotHub.Models.TestRouteInput" /> <Parameter Name="iotHubName" Type="System.String" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="input"> Route that needs to be tested </param> <param name="iotHubName"> IotHub to be tested </param> <param name="resourceGroupName"> resource group which Iot Hub belongs to </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Test the new route </summary> <returns>To be added.</returns> <remarks> Test the new route for this Iot Hub </remarks> </Docs> </Member> <Member MemberName="Update"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription Update (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary&lt;string,string&gt; tags = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.IotHub.Models.IotHubDescription Update(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class System.Collections.Generic.IDictionary`2&lt;string, string&gt; tags) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.Update(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Update (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional tags As IDictionary(Of String, String) = Nothing) As IotHubDescription" /> <MemberSignature Language="F#" Value="static member Update : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Collections.Generic.IDictionary&lt;string, string&gt; -&gt; Microsoft.Azure.Management.IotHub.Models.IotHubDescription" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.Update (operations, resourceGroupName, resourceName, tags)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.IotHub.Models.IotHubDescription</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="tags" Type="System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Resource group identifier. </param> <param name="resourceName"> Name of iot hub to update. </param> <param name="tags"> Resource tags </param> <summary> Update an existing IoT Hubs tags. </summary> <returns>To be added.</returns> <remarks> Update an existing IoT Hub tags. to update other fields use the CreateOrUpdate method </remarks> </Docs> </Member> <Member MemberName="UpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; UpdateAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary&lt;string,string&gt; tags = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt; UpdateAsync(class Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, class System.Collections.Generic.IDictionary`2&lt;string, string&gt; tags, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.IotHub.IIotHubResourceOperations,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotHubDescription)" /> <MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Collections.Generic.IDictionary&lt;string, string&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;" Usage="Microsoft.Azure.Management.IotHub.IotHubResourceOperationsExtensions.UpdateAsync (operations, resourceGroupName, resourceName, tags, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName> <AssemblyVersion>4.2.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.IotHub.Models.IotHubDescription&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.IotHub.IIotHubResourceOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="tags" Type="System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Resource group identifier. </param> <param name="resourceName"> Name of iot hub to update. </param> <param name="tags"> Resource tags </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update an existing IoT Hubs tags. </summary> <returns>To be added.</returns> <remarks> Update an existing IoT Hub tags. to update other fields use the CreateOrUpdate method </remarks> </Docs> </Member> </Members> </Type>