xml/Microsoft.Azure.Management.Avs/WorkloadNetworksOperationsExtensions.xml (5,671 lines of code) (raw):

<Type Name="WorkloadNetworksOperationsExtensions" FullName="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions"> <TypeSignature Language="C#" Value="public static class WorkloadNetworksOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit WorkloadNetworksOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module WorkloadNetworksOperationsExtensions" /> <TypeSignature Language="F#" Value="type WorkloadNetworksOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Extension methods for WorkloadNetworksOperations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateDhcp"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp BeginCreateDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp BeginCreateDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp) As WorkloadNetworkDhcp" /> <MemberSignature Language="F#" Value="static member BeginCreateDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDhcp (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <summary> Create dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; BeginCreateDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; BeginCreateDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member BeginCreateDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDhcpAsync (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateDnsService"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService BeginCreateDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService BeginCreateDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService) As WorkloadNetworkDnsService" /> <MemberSignature Language="F#" Value="static member BeginCreateDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsService (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <summary> Create a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; BeginCreateDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; BeginCreateDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member BeginCreateDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsServiceAsync (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateDnsZone"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone BeginCreateDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone BeginCreateDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone) As WorkloadNetworkDnsZone" /> <MemberSignature Language="F#" Value="static member BeginCreateDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsZone (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <summary> Create a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; BeginCreateDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; BeginCreateDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member BeginCreateDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateDnsZoneAsync (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreatePortMirroring"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring BeginCreatePortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring BeginCreatePortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreatePortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring) As WorkloadNetworkPortMirroring" /> <MemberSignature Language="F#" Value="static member BeginCreatePortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePortMirroring (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <summary> Create a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreatePortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; BeginCreatePortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; BeginCreatePortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreatePortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member BeginCreatePortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePortMirroringAsync (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreatePublicIP"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP BeginCreatePublicIP (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP BeginCreatePublicIP(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePublicIP(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreatePublicIP (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, publicIPId As String, workloadNetworkPublicIP As WorkloadNetworkPublicIP) As WorkloadNetworkPublicIP" /> <MemberSignature Language="F#" Value="static member BeginCreatePublicIP : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePublicIP (operations, resourceGroupName, privateCloudName, publicIPId, workloadNetworkPublicIP)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="workloadNetworkPublicIP" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="workloadNetworkPublicIP"> NSX Public IP Block </param> <summary> Create a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreatePublicIPAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; BeginCreatePublicIPAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; BeginCreatePublicIPAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePublicIPAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreatePublicIPAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, publicIPId As String, workloadNetworkPublicIP As WorkloadNetworkPublicIP, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPublicIP)" /> <MemberSignature Language="F#" Value="static member BeginCreatePublicIPAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreatePublicIPAsync (operations, resourceGroupName, privateCloudName, publicIPId, workloadNetworkPublicIP, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="workloadNetworkPublicIP" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="workloadNetworkPublicIP"> NSX Public IP Block </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateSegments"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment BeginCreateSegments (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment BeginCreateSegments(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateSegments(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateSegments (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment) As WorkloadNetworkSegment" /> <MemberSignature Language="F#" Value="static member BeginCreateSegments : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateSegments (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <summary> Create a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateSegmentsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; BeginCreateSegmentsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; BeginCreateSegmentsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateSegmentsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateSegmentsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member BeginCreateSegmentsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateSegmentsAsync (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateVMGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup BeginCreateVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup BeginCreateVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup) As WorkloadNetworkVMGroup" /> <MemberSignature Language="F#" Value="static member BeginCreateVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateVMGroup (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <summary> Create a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; BeginCreateVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; BeginCreateVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member BeginCreateVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginCreateVMGroupAsync (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteDhcp"> <MemberSignature Language="C#" Value="public static void BeginDeleteDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDhcp (operations, resourceGroupName, privateCloudName, dhcpId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <summary> Delete dhcp by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDhcpAsync (operations, resourceGroupName, privateCloudName, dhcpId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteDnsService"> <MemberSignature Language="C#" Value="public static void BeginDeleteDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsServiceId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsService (operations, resourceGroupName, dnsServiceId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a DNS service by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsServiceId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsServiceAsync (operations, resourceGroupName, dnsServiceId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteDnsZone"> <MemberSignature Language="C#" Value="public static void BeginDeleteDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsZoneId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsZone (operations, resourceGroupName, dnsZoneId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a DNS zone by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsZoneId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteDnsZoneAsync (operations, resourceGroupName, dnsZoneId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeletePortMirroring"> <MemberSignature Language="C#" Value="public static void BeginDeletePortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeletePortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeletePortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, portMirroringId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeletePortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePortMirroring (operations, resourceGroupName, portMirroringId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a port mirroring profile by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeletePortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeletePortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeletePortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletePortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, portMirroringId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeletePortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePortMirroringAsync (operations, resourceGroupName, portMirroringId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeletePublicIP"> <MemberSignature Language="C#" Value="public static void BeginDeletePublicIP (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeletePublicIP(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePublicIP(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeletePublicIP (operations As IWorkloadNetworksOperations, resourceGroupName As String, publicIPId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeletePublicIP : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePublicIP (operations, resourceGroupName, publicIPId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a Public IP Block by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeletePublicIPAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeletePublicIPAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeletePublicIPAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePublicIPAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletePublicIPAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, publicIPId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeletePublicIPAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeletePublicIPAsync (operations, resourceGroupName, publicIPId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSegment"> <MemberSignature Language="C#" Value="public static void BeginDeleteSegment (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteSegment(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteSegment(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteSegment (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteSegment : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteSegment (operations, resourceGroupName, privateCloudName, segmentId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <summary> Delete a segment by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSegmentAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteSegmentAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteSegmentAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteSegmentAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteSegmentAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteSegmentAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteSegmentAsync (operations, resourceGroupName, privateCloudName, segmentId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteVMGroup"> <MemberSignature Language="C#" Value="public static void BeginDeleteVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, vmGroupId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteVMGroup (operations, resourceGroupName, vmGroupId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a vm group by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, vmGroupId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginDeleteVMGroupAsync (operations, resourceGroupName, vmGroupId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateDhcp"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp BeginUpdateDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp BeginUpdateDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp) As WorkloadNetworkDhcp" /> <MemberSignature Language="F#" Value="static member BeginUpdateDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDhcp (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <summary> Create or update dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; BeginUpdateDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; BeginUpdateDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member BeginUpdateDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDhcpAsync (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateDnsService"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService BeginUpdateDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService BeginUpdateDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService) As WorkloadNetworkDnsService" /> <MemberSignature Language="F#" Value="static member BeginUpdateDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsService (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <summary> Create or update a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; BeginUpdateDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; BeginUpdateDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member BeginUpdateDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsServiceAsync (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateDnsZone"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone BeginUpdateDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone BeginUpdateDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone) As WorkloadNetworkDnsZone" /> <MemberSignature Language="F#" Value="static member BeginUpdateDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsZone (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <summary> Create or update a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; BeginUpdateDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; BeginUpdateDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member BeginUpdateDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateDnsZoneAsync (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdatePortMirroring"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring BeginUpdatePortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring BeginUpdatePortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdatePortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdatePortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring) As WorkloadNetworkPortMirroring" /> <MemberSignature Language="F#" Value="static member BeginUpdatePortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdatePortMirroring (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <summary> Create or update a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdatePortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; BeginUpdatePortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; BeginUpdatePortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdatePortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdatePortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member BeginUpdatePortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdatePortMirroringAsync (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateSegments"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment BeginUpdateSegments (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment BeginUpdateSegments(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateSegments(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateSegments (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment) As WorkloadNetworkSegment" /> <MemberSignature Language="F#" Value="static member BeginUpdateSegments : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateSegments (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <summary> Create or update a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateSegmentsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; BeginUpdateSegmentsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; BeginUpdateSegmentsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateSegmentsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateSegmentsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member BeginUpdateSegmentsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateSegmentsAsync (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateVMGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup BeginUpdateVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup BeginUpdateVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup) As WorkloadNetworkVMGroup" /> <MemberSignature Language="F#" Value="static member BeginUpdateVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateVMGroup (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <summary> Create or update a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; BeginUpdateVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; BeginUpdateVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member BeginUpdateVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.BeginUpdateVMGroupAsync (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDhcp"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp CreateDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp CreateDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp) As WorkloadNetworkDhcp" /> <MemberSignature Language="F#" Value="static member CreateDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDhcp (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <summary> Create dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; CreateDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; CreateDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member CreateDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDhcpAsync (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDnsService"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService CreateDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService CreateDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService) As WorkloadNetworkDnsService" /> <MemberSignature Language="F#" Value="static member CreateDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsService (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <summary> Create a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; CreateDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; CreateDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member CreateDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsServiceAsync (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDnsZone"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone CreateDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone CreateDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone) As WorkloadNetworkDnsZone" /> <MemberSignature Language="F#" Value="static member CreateDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsZone (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <summary> Create a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; CreateDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; CreateDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member CreateDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateDnsZoneAsync (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreatePortMirroring"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring CreatePortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring CreatePortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreatePortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring) As WorkloadNetworkPortMirroring" /> <MemberSignature Language="F#" Value="static member CreatePortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePortMirroring (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <summary> Create a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreatePortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; CreatePortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; CreatePortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreatePortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member CreatePortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePortMirroringAsync (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreatePublicIP"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP CreatePublicIP (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP CreatePublicIP(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePublicIP(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreatePublicIP (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, publicIPId As String, workloadNetworkPublicIP As WorkloadNetworkPublicIP) As WorkloadNetworkPublicIP" /> <MemberSignature Language="F#" Value="static member CreatePublicIP : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePublicIP (operations, resourceGroupName, privateCloudName, publicIPId, workloadNetworkPublicIP)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="workloadNetworkPublicIP" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="workloadNetworkPublicIP"> NSX Public IP Block </param> <summary> Create a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreatePublicIPAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; CreatePublicIPAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; CreatePublicIPAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePublicIPAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreatePublicIPAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, publicIPId As String, workloadNetworkPublicIP As WorkloadNetworkPublicIP, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPublicIP)" /> <MemberSignature Language="F#" Value="static member CreatePublicIPAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreatePublicIPAsync (operations, resourceGroupName, privateCloudName, publicIPId, workloadNetworkPublicIP, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="workloadNetworkPublicIP" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="workloadNetworkPublicIP"> NSX Public IP Block </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateSegments"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment CreateSegments (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment CreateSegments(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateSegments(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateSegments (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment) As WorkloadNetworkSegment" /> <MemberSignature Language="F#" Value="static member CreateSegments : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateSegments (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <summary> Create a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateSegmentsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; CreateSegmentsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; CreateSegmentsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateSegmentsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateSegmentsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member CreateSegmentsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateSegmentsAsync (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateVMGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup CreateVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup CreateVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup) As WorkloadNetworkVMGroup" /> <MemberSignature Language="F#" Value="static member CreateVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateVMGroup (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <summary> Create a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; CreateVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; CreateVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member CreateVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.CreateVMGroupAsync (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDhcp"> <MemberSignature Language="C#" Value="public static void DeleteDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String)" /> <MemberSignature Language="F#" Value="static member DeleteDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDhcp (operations, resourceGroupName, privateCloudName, dhcpId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <summary> Delete dhcp by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDhcpAsync (operations, resourceGroupName, privateCloudName, dhcpId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDnsService"> <MemberSignature Language="C#" Value="public static void DeleteDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsServiceId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member DeleteDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsService (operations, resourceGroupName, dnsServiceId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a DNS service by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsServiceId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsServiceAsync (operations, resourceGroupName, dnsServiceId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDnsZone"> <MemberSignature Language="C#" Value="public static void DeleteDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsZoneId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member DeleteDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsZone (operations, resourceGroupName, dnsZoneId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a DNS zone by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsZoneId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsZoneId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteDnsZoneAsync (operations, resourceGroupName, dnsZoneId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeletePortMirroring"> <MemberSignature Language="C#" Value="public static void DeletePortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeletePortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeletePortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, portMirroringId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member DeletePortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePortMirroring (operations, resourceGroupName, portMirroringId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a port mirroring profile by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeletePortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeletePortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeletePortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string portMirroringId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeletePortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, portMirroringId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeletePortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePortMirroringAsync (operations, resourceGroupName, portMirroringId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeletePublicIP"> <MemberSignature Language="C#" Value="public static void DeletePublicIP (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeletePublicIP(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePublicIP(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeletePublicIP (operations As IWorkloadNetworksOperations, resourceGroupName As String, publicIPId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member DeletePublicIP : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePublicIP (operations, resourceGroupName, publicIPId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a Public IP Block by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeletePublicIPAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeletePublicIPAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeletePublicIPAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string publicIPId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePublicIPAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeletePublicIPAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, publicIPId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeletePublicIPAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeletePublicIPAsync (operations, resourceGroupName, publicIPId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSegment"> <MemberSignature Language="C#" Value="public static void DeleteSegment (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteSegment(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteSegment(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteSegment (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String)" /> <MemberSignature Language="F#" Value="static member DeleteSegment : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteSegment (operations, resourceGroupName, privateCloudName, segmentId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <summary> Delete a segment by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSegmentAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSegmentAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSegmentAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteSegmentAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSegmentAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSegmentAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteSegmentAsync (operations, resourceGroupName, privateCloudName, segmentId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteVMGroup"> <MemberSignature Language="C#" Value="public static void DeleteVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, vmGroupId As String, privateCloudName As String)" /> <MemberSignature Language="F#" Value="static member DeleteVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteVMGroup (operations, resourceGroupName, vmGroupId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Delete a vm group by id in a private cloud workload network. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string vmGroupId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, vmGroupId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.DeleteVMGroupAsync (operations, resourceGroupName, vmGroupId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDhcp"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp GetDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dhcpId, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp GetDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dhcpId, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, dhcpId As String, privateCloudName As String) As WorkloadNetworkDhcp" /> <MemberSignature Language="F#" Value="static member GetDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDhcp (operations, resourceGroupName, dhcpId, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> Get dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; GetDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dhcpId, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; GetDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dhcpId, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, dhcpId As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member GetDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDhcpAsync (operations, resourceGroupName, dhcpId, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDnsService"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService GetDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService GetDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String) As WorkloadNetworkDnsService" /> <MemberSignature Language="F#" Value="static member GetDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsService (operations, resourceGroupName, privateCloudName, dnsServiceId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <summary> Get a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; GetDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; GetDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member GetDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsServiceAsync (operations, resourceGroupName, privateCloudName, dnsServiceId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDnsZone"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone GetDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone GetDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String) As WorkloadNetworkDnsZone" /> <MemberSignature Language="F#" Value="static member GetDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsZone (operations, resourceGroupName, privateCloudName, dnsZoneId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <summary> Get a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; GetDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; GetDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member GetDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetDnsZoneAsync (operations, resourceGroupName, privateCloudName, dnsZoneId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetGateway"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway GetGateway (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string gatewayId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway GetGateway(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string gatewayId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetGateway(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGateway (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, gatewayId As String) As WorkloadNetworkGateway" /> <MemberSignature Language="F#" Value="static member GetGateway : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetGateway (operations, resourceGroupName, privateCloudName, gatewayId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="gatewayId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="gatewayId"> NSX Gateway identifier. Generally the same as the Gateway's display name </param> <summary> Get a gateway by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetGatewayAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt; GetGatewayAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string gatewayId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt; GetGatewayAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetGatewayAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGatewayAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkGateway)" /> <MemberSignature Language="F#" Value="static member GetGatewayAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetGatewayAsync (operations, resourceGroupName, privateCloudName, gatewayId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="gatewayId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="gatewayId"> NSX Gateway identifier. Generally the same as the Gateway's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a gateway by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPortMirroring"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring GetPortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring GetPortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String) As WorkloadNetworkPortMirroring" /> <MemberSignature Language="F#" Value="static member GetPortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPortMirroring (operations, resourceGroupName, privateCloudName, portMirroringId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <summary> Get a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; GetPortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; GetPortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member GetPortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPortMirroringAsync (operations, resourceGroupName, privateCloudName, portMirroringId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPublicIP"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP GetPublicIP (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP GetPublicIP(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPublicIP(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPublicIP (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, publicIPId As String) As WorkloadNetworkPublicIP" /> <MemberSignature Language="F#" Value="static member GetPublicIP : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPublicIP (operations, resourceGroupName, privateCloudName, publicIPId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <summary> Get a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPublicIPAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; GetPublicIPAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; GetPublicIPAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string publicIPId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPublicIPAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPublicIPAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, publicIPId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPublicIP)" /> <MemberSignature Language="F#" Value="static member GetPublicIPAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetPublicIPAsync (operations, resourceGroupName, privateCloudName, publicIPId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="publicIPId"> NSX Public IP Block identifier. Generally the same as the Public IP Block's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a Public IP Block by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSegment"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment GetSegment (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment GetSegment(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetSegment(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSegment (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String) As WorkloadNetworkSegment" /> <MemberSignature Language="F#" Value="static member GetSegment : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetSegment (operations, resourceGroupName, privateCloudName, segmentId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <summary> Get a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSegmentAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; GetSegmentAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; GetSegmentAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetSegmentAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSegmentAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member GetSegmentAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetSegmentAsync (operations, resourceGroupName, privateCloudName, segmentId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetVirtualMachine"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine GetVirtualMachine (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string virtualMachineId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine GetVirtualMachine(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string virtualMachineId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVirtualMachine(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachine (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, virtualMachineId As String) As WorkloadNetworkVirtualMachine" /> <MemberSignature Language="F#" Value="static member GetVirtualMachine : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVirtualMachine (operations, resourceGroupName, privateCloudName, virtualMachineId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="virtualMachineId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="virtualMachineId"> Virtual Machine identifier </param> <summary> Get a virtual machine by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetVirtualMachineAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt; GetVirtualMachineAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string virtualMachineId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt; GetVirtualMachineAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string virtualMachineId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVirtualMachineAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, virtualMachineId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkVirtualMachine)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVirtualMachineAsync (operations, resourceGroupName, privateCloudName, virtualMachineId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="virtualMachineId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="virtualMachineId"> Virtual Machine identifier </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a virtual machine by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetVMGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup GetVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup GetVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String) As WorkloadNetworkVMGroup" /> <MemberSignature Language="F#" Value="static member GetVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVMGroup (operations, resourceGroupName, privateCloudName, vmGroupId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <summary> Get a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; GetVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; GetVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member GetVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.GetVMGroupAsync (operations, resourceGroupName, privateCloudName, vmGroupId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDhcp"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; ListDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; ListDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member ListDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcp (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List dhcp in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; ListDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkDhcp&gt;&gt; ListDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="static member ListDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcpAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List dhcp in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDhcpNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; ListDhcpNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; ListDhcpNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcpNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDhcpNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member ListDhcpNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcpNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List dhcp in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDhcpNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; ListDhcpNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkDhcp&gt;&gt; ListDhcpNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcpNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDhcpNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="static member ListDhcpNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDhcpNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List dhcp in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsServices"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; ListDnsServices (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; ListDnsServices(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServices(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsServices (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member ListDnsServices : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServices (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of DNS services in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsServicesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; ListDnsServicesAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkDnsService&gt;&gt; ListDnsServicesAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServicesAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsServicesAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="static member ListDnsServicesAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServicesAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of DNS services in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsServicesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; ListDnsServicesNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; ListDnsServicesNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServicesNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsServicesNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member ListDnsServicesNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServicesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of DNS services in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsServicesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; ListDnsServicesNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkDnsService&gt;&gt; ListDnsServicesNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServicesNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsServicesNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="static member ListDnsServicesNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsServicesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of DNS services in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsZones"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; ListDnsZones (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; ListDnsZones(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZones(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsZones (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member ListDnsZones : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZones (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of DNS zones in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsZonesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; ListDnsZonesAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; ListDnsZonesAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZonesAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsZonesAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="static member ListDnsZonesAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZonesAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of DNS zones in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsZonesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; ListDnsZonesNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; ListDnsZonesNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZonesNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsZonesNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member ListDnsZonesNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZonesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of DNS zones in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDnsZonesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; ListDnsZonesNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; ListDnsZonesNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZonesNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDnsZonesNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="static member ListDnsZonesNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListDnsZonesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of DNS zones in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListGateways"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt; ListGateways (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt; ListGateways(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGateways(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListGateways (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkGateway)" /> <MemberSignature Language="F#" Value="static member ListGateways : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGateways (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of gateways in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListGatewaysAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt; ListGatewaysAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkGateway&gt;&gt; ListGatewaysAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGatewaysAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListGatewaysAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkGateway))" /> <MemberSignature Language="F#" Value="static member ListGatewaysAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGatewaysAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of gateways in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListGatewaysNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt; ListGatewaysNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt; ListGatewaysNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGatewaysNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListGatewaysNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkGateway)" /> <MemberSignature Language="F#" Value="static member ListGatewaysNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGatewaysNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of gateways in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListGatewaysNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt; ListGatewaysNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkGateway&gt;&gt; ListGatewaysNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGatewaysNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListGatewaysNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkGateway))" /> <MemberSignature Language="F#" Value="static member ListGatewaysNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListGatewaysNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of gateways in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPortMirroring"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; ListPortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; ListPortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member ListPortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroring (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of port mirroring profiles in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; ListPortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; ListPortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="static member ListPortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroringAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of port mirroring profiles in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPortMirroringNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; ListPortMirroringNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; ListPortMirroringNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroringNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPortMirroringNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member ListPortMirroringNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroringNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of port mirroring profiles in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPortMirroringNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; ListPortMirroringNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; ListPortMirroringNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroringNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPortMirroringNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="static member ListPortMirroringNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPortMirroringNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of port mirroring profiles in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPublicIPs"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; ListPublicIPs (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; ListPublicIPs(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPs(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPublicIPs (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkPublicIP)" /> <MemberSignature Language="F#" Value="static member ListPublicIPs : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPs (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of Public IP Blocks in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPublicIPsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; ListPublicIPsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; ListPublicIPsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPublicIPsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkPublicIP))" /> <MemberSignature Language="F#" Value="static member ListPublicIPsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPsAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of Public IP Blocks in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPublicIPsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; ListPublicIPsNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt; ListPublicIPsNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPsNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPublicIPsNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkPublicIP)" /> <MemberSignature Language="F#" Value="static member ListPublicIPsNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of Public IP Blocks in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPublicIPsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; ListPublicIPsNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; ListPublicIPsNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPsNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPublicIPsNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkPublicIP))" /> <MemberSignature Language="F#" Value="static member ListPublicIPsNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListPublicIPsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of Public IP Blocks in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSegments"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; ListSegments (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; ListSegments(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegments(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSegments (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member ListSegments : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegments (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of segments in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSegmentsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; ListSegmentsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkSegment&gt;&gt; ListSegmentsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegmentsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSegmentsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="static member ListSegmentsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegmentsAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of segments in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSegmentsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; ListSegmentsNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; ListSegmentsNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegmentsNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSegmentsNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member ListSegmentsNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegmentsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of segments in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSegmentsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; ListSegmentsNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkSegment&gt;&gt; ListSegmentsNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegmentsNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSegmentsNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="static member ListSegmentsNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListSegmentsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of segments in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVirtualMachines"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt; ListVirtualMachines (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt; ListVirtualMachines(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachines(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVirtualMachines (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkVirtualMachine)" /> <MemberSignature Language="F#" Value="static member ListVirtualMachines : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachines (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of virtual machines in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVirtualMachinesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt; ListVirtualMachinesAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt; ListVirtualMachinesAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachinesAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVirtualMachinesAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkVirtualMachine))" /> <MemberSignature Language="F#" Value="static member ListVirtualMachinesAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachinesAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of virtual machines in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVirtualMachinesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt; ListVirtualMachinesNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt; ListVirtualMachinesNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachinesNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVirtualMachinesNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkVirtualMachine)" /> <MemberSignature Language="F#" Value="static member ListVirtualMachinesNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachinesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of virtual machines in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVirtualMachinesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt; ListVirtualMachinesNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt; ListVirtualMachinesNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachinesNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVirtualMachinesNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkVirtualMachine))" /> <MemberSignature Language="F#" Value="static member ListVirtualMachinesNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVirtualMachinesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of virtual machines in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVMGroups"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; ListVMGroups (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; ListVMGroups(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroups(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVMGroups (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member ListVMGroups : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroups (operations, resourceGroupName, privateCloudName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <summary> List of vm groups in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVMGroupsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; ListVMGroupsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, 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.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; ListVMGroupsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroupsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVMGroupsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="static member ListVMGroupsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroupsAsync (operations, resourceGroupName, privateCloudName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" 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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List of vm groups in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVMGroupsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; ListVMGroupsNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; ListVMGroupsNext(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroupsNext(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVMGroupsNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member ListVMGroupsNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroupsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of vm groups in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListVMGroupsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; ListVMGroupsNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations 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.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; ListVMGroupsNextAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroupsNextAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListVMGroupsNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="static member ListVMGroupsNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.ListVMGroupsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" 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> List of vm groups in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDhcp"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp UpdateDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp UpdateDhcp(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDhcp(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp) As WorkloadNetworkDhcp" /> <MemberSignature Language="F#" Value="static member UpdateDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDhcp (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <summary> Create or update dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDhcpAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; UpdateDhcpAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt; UpdateDhcpAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDhcpAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateDhcpAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDhcp)" /> <MemberSignature Language="F#" Value="static member UpdateDhcpAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDhcpAsync (operations, resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="workloadNetworkDhcp" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dhcpId"> NSX DHCP identifier. Generally the same as the DHCP display name </param> <param name="workloadNetworkDhcp"> NSX DHCP </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update dhcp by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDnsService"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService UpdateDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService UpdateDnsService(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsService(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService) As WorkloadNetworkDnsService" /> <MemberSignature Language="F#" Value="static member UpdateDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsService (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <summary> Create or update a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDnsServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; UpdateDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt; UpdateDnsServiceAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsServiceAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsService)" /> <MemberSignature Language="F#" Value="static member UpdateDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsServiceAsync (operations, resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="workloadNetworkDnsService" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsServiceId"> NSX DNS Service identifier. Generally the same as the DNS Service's display name </param> <param name="workloadNetworkDnsService"> NSX DNS Service </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a DNS service by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDnsZone"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone UpdateDnsZone (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone UpdateDnsZone(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsZone(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateDnsZone (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone) As WorkloadNetworkDnsZone" /> <MemberSignature Language="F#" Value="static member UpdateDnsZone : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsZone (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <summary> Create or update a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDnsZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; UpdateDnsZoneAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt; UpdateDnsZoneAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsZoneAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateDnsZoneAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsZone)" /> <MemberSignature Language="F#" Value="static member UpdateDnsZoneAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateDnsZoneAsync (operations, resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="workloadNetworkDnsZone" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="dnsZoneId"> NSX DNS Zone identifier. Generally the same as the DNS Zone's display name </param> <param name="workloadNetworkDnsZone"> NSX DNS Zone </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a DNS zone by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdatePortMirroring"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring UpdatePortMirroring (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring UpdatePortMirroring(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdatePortMirroring(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdatePortMirroring (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring) As WorkloadNetworkPortMirroring" /> <MemberSignature Language="F#" Value="static member UpdatePortMirroring : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdatePortMirroring (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <summary> Create or update a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdatePortMirroringAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; UpdatePortMirroringAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt; UpdatePortMirroringAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdatePortMirroringAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdatePortMirroringAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkPortMirroring)" /> <MemberSignature Language="F#" Value="static member UpdatePortMirroringAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdatePortMirroringAsync (operations, resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="workloadNetworkPortMirroring" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="portMirroringId"> NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name </param> <param name="workloadNetworkPortMirroring"> NSX port mirroring </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a port mirroring profile by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateSegments"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment UpdateSegments (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment UpdateSegments(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateSegments(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateSegments (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment) As WorkloadNetworkSegment" /> <MemberSignature Language="F#" Value="static member UpdateSegments : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateSegments (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <summary> Create or update a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateSegmentsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; UpdateSegmentsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt; UpdateSegmentsAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateSegmentsAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateSegmentsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkSegment)" /> <MemberSignature Language="F#" Value="static member UpdateSegmentsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateSegmentsAsync (operations, resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="workloadNetworkSegment" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="segmentId"> NSX Segment identifier. Generally the same as the Segment's display name </param> <param name="workloadNetworkSegment"> NSX Segment </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a segment by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateVMGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup UpdateVMGroup (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup UpdateVMGroup(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateVMGroup(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateVMGroup (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup) As WorkloadNetworkVMGroup" /> <MemberSignature Language="F#" Value="static member UpdateVMGroup : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup -&gt; Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateVMGroup (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> The name of the resource group. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <summary> Create or update a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateVMGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; UpdateVMGroupAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt; UpdateVMGroupAsync(class Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateVMGroupAsync(Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateVMGroupAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkVMGroup)" /> <MemberSignature Language="F#" Value="static member UpdateVMGroupAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;" Usage="Microsoft.Azure.Management.Avs.WorkloadNetworksOperationsExtensions.UpdateVMGroupAsync (operations, resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="workloadNetworkVMGroup" Type="Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup" /> <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. The name is case insensitive. </param> <param name="privateCloudName"> Name of the private cloud </param> <param name="vmGroupId"> NSX VM Group identifier. Generally the same as the VM Group's display name </param> <param name="workloadNetworkVMGroup"> NSX VM Group </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a vm group by id in a private cloud workload network. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>