xml/Microsoft.Azure.Management.ResourceManager/ResourcesOperationsExtensions.xml (2,250 lines of code) (raw):

<Type Name="ResourcesOperationsExtensions" FullName="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions"> <TypeSignature Language="C#" Value="public static class ResourcesOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit ResourcesOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module ResourcesOperationsExtensions" /> <TypeSignature Language="F#" Value="type ResourcesOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> <AssemblyVersion>3.17.1.0</AssemblyVersion> <AssemblyVersion>3.17.2.0</AssemblyVersion> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Extension methods for ResourcesOperations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginCreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginCreateOrUpdate(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdate (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdate : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdate (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to create. </param> <param name="resourceName"> The name of the resource to create. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for creating or updating the resource. </param> <summary> Creates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <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 for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to create. </param> <param name="resourceName"> The name of the resource to create. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for creating or updating the resource. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Creates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateById"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginCreateOrUpdateById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginCreateOrUpdateById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateById (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateById (operations, resourceId, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Create or update resource parameters. </param> <summary> Create a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginCreateOrUpdateByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginCreateOrUpdateByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateByIdAsync (operations, resourceId, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Create or update resource parameters. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDelete"> <MemberSignature Language="C#" Value="public static void BeginDelete (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDelete(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDelete (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String)" /> <MemberSignature Language="F#" Value="static member BeginDelete : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDelete (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 resource to delete. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type. </param> <param name="resourceName"> The name of the resource to delete. </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Deletes a resource. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 resource to delete. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type. </param> <param name="resourceName"> The name of the resource to delete. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteById"> <MemberSignature Language="C#" Value="public static void BeginDeleteById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteById (operations As IResourcesOperations, resourceId As String, apiVersion As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteById (operations, resourceId, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Deletes a resource by ID. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteByIdAsync (operations, resourceId, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" 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="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginMoveResources"> <MemberSignature Language="C#" Value="public static void BeginMoveResources (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginMoveResources(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginMoveResources(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginMoveResources (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo)" /> <MemberSignature Language="F#" Value="static member BeginMoveResources : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginMoveResources (operations, sourceResourceGroupName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to move. </param> <param name="parameters"> Parameters for moving resources. </param> <summary> Moves resources from one resource group to another resource group. </summary> <remarks> The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. </remarks> </Docs> </Member> <Member MemberName="BeginMoveResourcesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginMoveResourcesAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginMoveResourcesAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginMoveResourcesAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginMoveResourcesAsync (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginMoveResourcesAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginMoveResourcesAsync (operations, sourceResourceGroupName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to move. </param> <param name="parameters"> Parameters for moving resources. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Moves resources from one resource group to another resource group. </summary> <returns>To be added.</returns> <remarks> The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. </remarks> </Docs> </Member> <Member MemberName="BeginUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginUpdate (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginUpdate(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdate(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdate (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member BeginUpdate : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdate (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to update. </param> <param name="resourceName"> The name of the resource to update. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for updating the resource. </param> <summary> Updates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginUpdateAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginUpdateAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member BeginUpdateAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdateAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <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 for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to update. </param> <param name="resourceName"> The name of the resource to update. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for updating the resource. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Updates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateById"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginUpdateById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginUpdateById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdateById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateById (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member BeginUpdateById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdateById (operations, resourceId, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Update resource parameters. </param> <summary> Updates a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginUpdateByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; BeginUpdateByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdateByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member BeginUpdateByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginUpdateByIdAsync (operations, resourceId, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Update resource parameters. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Updates a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginValidateMoveResources"> <MemberSignature Language="C#" Value="public static void BeginValidateMoveResources (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginValidateMoveResources(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginValidateMoveResources(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginValidateMoveResources (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo)" /> <MemberSignature Language="F#" Value="static member BeginValidateMoveResources : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginValidateMoveResources (operations, sourceResourceGroupName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to validate for move. </param> <param name="parameters"> Parameters for moving resources. </param> <summary> Validates whether resources can be moved from one resource group to another resource group. </summary> <remarks> This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation. </remarks> </Docs> </Member> <Member MemberName="BeginValidateMoveResourcesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginValidateMoveResourcesAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginValidateMoveResourcesAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginValidateMoveResourcesAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateMoveResourcesAsync (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginValidateMoveResourcesAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginValidateMoveResourcesAsync (operations, sourceResourceGroupName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to validate for move. </param> <param name="parameters"> Parameters for moving resources. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Validates whether resources can be moved from one resource group to another resource group. </summary> <returns>To be added.</returns> <remarks> This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation. </remarks> </Docs> </Member> <Member MemberName="CheckExistence"> <MemberSignature Language="C#" Value="public static bool CheckExistence (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistence(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistence(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistence (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistence : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistence (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 containing the resource to check. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The resource provider of the resource to check. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type. </param> <param name="resourceName"> The name of the resource to check whether it exists. </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Checks whether a resource exists. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CheckExistenceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;bool&gt; CheckExistenceAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;bool&gt; CheckExistenceAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" /> <MemberSignature Language="F#" Value="static member CheckExistenceAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 containing the resource to check. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The resource provider of the resource to check. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type. </param> <param name="resourceName"> The name of the resource to check whether it exists. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Checks whether a resource exists. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CheckExistenceById"> <MemberSignature Language="C#" Value="public static bool CheckExistenceById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistenceById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceById (operations As IResourcesOperations, resourceId As String, apiVersion As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistenceById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceById (operations, resourceId, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Checks by ID whether a resource exists. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CheckExistenceByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;bool&gt; CheckExistenceByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;bool&gt; CheckExistenceByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" /> <MemberSignature Language="F#" Value="static member CheckExistenceByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceByIdAsync (operations, resourceId, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" 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="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Checks by ID whether a resource exists. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource CreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource CreateOrUpdate(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdate (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member CreateOrUpdate : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdate (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to create. </param> <param name="resourceName"> The name of the resource to create. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for creating or updating the resource. </param> <summary> Creates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; CreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; CreateOrUpdateAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <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 for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to create. </param> <param name="resourceName"> The name of the resource to create. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for creating or updating the resource. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Creates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateOrUpdateById"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource CreateOrUpdateById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource CreateOrUpdateById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateById (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateById (operations, resourceId, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Create or update resource parameters. </param> <summary> Create a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateOrUpdateByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; CreateOrUpdateByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; CreateOrUpdateByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateByIdAsync (operations, resourceId, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Create or update resource parameters. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Delete"> <MemberSignature Language="C#" Value="public static void Delete (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void Delete(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub Delete (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String)" /> <MemberSignature Language="F#" Value="static member Delete : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Delete (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 resource to delete. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type. </param> <param name="resourceName"> The name of the resource to delete. </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Deletes a resource. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 resource to delete. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type. </param> <param name="resourceName"> The name of the resource to delete. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteById"> <MemberSignature Language="C#" Value="public static void DeleteById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteById (operations As IResourcesOperations, resourceId As String, apiVersion As String)" /> <MemberSignature Language="F#" Value="static member DeleteById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteById (operations, resourceId, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Deletes a resource by ID. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteByIdAsync (operations, resourceId, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" 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="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Get"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource Get (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource Get(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Get (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String) As GenericResource" /> <MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Get (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 containing the resource to get. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource. </param> <param name="resourceName"> The name of the resource to get. </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Gets a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; GetAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; GetAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" 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 containing the resource to get. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource. </param> <param name="resourceName"> The name of the resource to get. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetById"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource GetById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource GetById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetById (operations As IResourcesOperations, resourceId As String, apiVersion As String) As GenericResource" /> <MemberSignature Language="F#" Value="static member GetById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetById (operations, resourceId, apiVersion)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <summary> Gets a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; GetByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; GetByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member GetByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetByIdAsync (operations, resourceId, apiVersion, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" 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="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="List"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; List (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; List(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function List (operations As IResourcesOperations, Optional odataQuery As ODataQuery(Of GenericResourceFilter) = Nothing) As IPage(Of GenericResourceExpanded)" /> <MemberSignature Language="F#" Value="static member List : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.List (operations, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <summary> Get all the resources in a subscription. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery = default, 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.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAsync (operations As IResourcesOperations, Optional odataQuery As ODataQuery(Of GenericResourceFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GenericResourceExpanded))" /> <MemberSignature Language="F#" Value="static member ListAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListAsync (operations, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all the resources in a subscription. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListByResourceGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; ListByResourceGroup (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; ListByResourceGroup(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroup (operations As IResourcesOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of GenericResourceFilter) = Nothing) As IPage(Of GenericResourceExpanded)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroup : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroup (operations, resourceGroupName, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The resource group with the resources to get. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <summary> Get all the resources for a resource group. </summary> <returns>To be added.</returns> <remarks>To be added.</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.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListByResourceGroupAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery = default, 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.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListByResourceGroupAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupAsync (operations As IResourcesOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of GenericResourceFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GenericResourceExpanded))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupAsync (operations, resourceGroupName, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The resource group with the resources to get. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all the resources for a resource group. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListByResourceGroupNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; ListByResourceGroupNext (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; ListByResourceGroupNext(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNext (operations As IResourcesOperations, nextPageLink As String) As IPage(Of GenericResourceExpanded)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNext : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" 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 resources for a resource group. </summary> <returns>To be added.</returns> <remarks>To be added.</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.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListByResourceGroupNextAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations 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.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListByResourceGroupNextAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNextAsync (operations As IResourcesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GenericResourceExpanded))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" 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 resources for a resource group. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; ListNext (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt; ListNext(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListNext (operations As IResourcesOperations, nextPageLink As String) As IPage(Of GenericResourceExpanded)" /> <MemberSignature Language="F#" Value="static member ListNext : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" 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 resources in a subscription. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListNextAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations 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.ResourceManager.Models.GenericResourceExpanded&gt;&gt; ListNextAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListNextAsync (operations As IResourcesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GenericResourceExpanded))" /> <MemberSignature Language="F#" Value="static member ListNextAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" 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 resources in a subscription. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MoveResources"> <MemberSignature Language="C#" Value="public static void MoveResources (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void MoveResources(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.MoveResources(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub MoveResources (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo)" /> <MemberSignature Language="F#" Value="static member MoveResources : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.MoveResources (operations, sourceResourceGroupName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to move. </param> <param name="parameters"> Parameters for moving resources. </param> <summary> Moves resources from one resource group to another resource group. </summary> <remarks> The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. </remarks> </Docs> </Member> <Member MemberName="MoveResourcesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task MoveResourcesAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task MoveResourcesAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.MoveResourcesAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function MoveResourcesAsync (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member MoveResourcesAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.MoveResourcesAsync (operations, sourceResourceGroupName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to move. </param> <param name="parameters"> Parameters for moving resources. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Moves resources from one resource group to another resource group. </summary> <returns>To be added.</returns> <remarks> The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. </remarks> </Docs> </Member> <Member MemberName="Update"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource Update (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource Update(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Update(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Update (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member Update : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Update (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to update. </param> <param name="resourceName"> The name of the resource to update. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for updating the resource. </param> <summary> Updates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; UpdateAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; UpdateAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.UpdateAsync (operations, resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="resourceProviderNamespace" Type="System.String" /> <Parameter Name="parentResourcePath" Type="System.String" /> <Parameter Name="resourceType" Type="System.String" /> <Parameter Name="resourceName" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <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 for the resource. The name is case insensitive. </param> <param name="resourceProviderNamespace"> The namespace of the resource provider. </param> <param name="parentResourcePath"> The parent resource identity. </param> <param name="resourceType"> The resource type of the resource to update. </param> <param name="resourceName"> The name of the resource to update. </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Parameters for updating the resource. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Updates a resource. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateById"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource UpdateById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.GenericResource UpdateById(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.UpdateById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateById (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource) As GenericResource" /> <MemberSignature Language="F#" Value="static member UpdateById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -&gt; Microsoft.Azure.Management.ResourceManager.Models.GenericResource" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.UpdateById (operations, resourceId, apiVersion, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.GenericResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Update resource parameters. </param> <summary> Updates a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateByIdAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; UpdateByIdAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt; UpdateByIdAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, class Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.UpdateByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)" /> <MemberSignature Language="F#" Value="static member UpdateByIdAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.UpdateByIdAsync (operations, resourceId, apiVersion, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.GenericResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="resourceId" Type="System.String" /> <Parameter Name="apiVersion" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.GenericResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceId"> The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} </param> <param name="apiVersion"> The API version to use for the operation. </param> <param name="parameters"> Update resource parameters. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Updates a resource by ID. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ValidateMoveResources"> <MemberSignature Language="C#" Value="public static void ValidateMoveResources (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void ValidateMoveResources(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ValidateMoveResources(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub ValidateMoveResources (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo)" /> <MemberSignature Language="F#" Value="static member ValidateMoveResources : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ValidateMoveResources (operations, sourceResourceGroupName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to validate for move. </param> <param name="parameters"> Parameters for moving resources. </param> <summary> Validates whether resources can be moved from one resource group to another resource group. </summary> <remarks> This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation. </remarks> </Docs> </Member> <Member MemberName="ValidateMoveResourcesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task ValidateMoveResourcesAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task ValidateMoveResourcesAsync(class Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string sourceResourceGroupName, class Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ValidateMoveResourcesAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateMoveResourcesAsync (operations As IResourcesOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member ValidateMoveResourcesAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ValidateMoveResourcesAsync (operations, sourceResourceGroupName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IResourcesOperations" RefType="this" /> <Parameter Name="sourceResourceGroupName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="sourceResourceGroupName"> The name of the resource group containing the resources to validate for move. </param> <param name="parameters"> Parameters for moving resources. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Validates whether resources can be moved from one resource group to another resource group. </summary> <returns>To be added.</returns> <remarks> This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation. </remarks> </Docs> </Member> </Members> </Type>