xml/Microsoft.Azure.Management.Avs/IWorkloadNetworksOperations.xml (3,583 lines of code) (raw):

<Type Name="IWorkloadNetworksOperations" FullName="Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations"> <TypeSignature Language="C#" Value="public interface IWorkloadNetworksOperations" /> <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWorkloadNetworksOperations" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations" /> <TypeSignature Language="VB.NET" Value="Public Interface IWorkloadNetworksOperations" /> <TypeSignature Language="F#" Value="type IWorkloadNetworksOperations = interface" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <Interfaces /> <Docs> <summary> WorkloadNetworksOperations operations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; BeginCreateDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; BeginCreateDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreateDhcpWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateDhcpWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreateDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; BeginCreateDnsServiceWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; BeginCreateDnsServiceWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreateDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateDnsServiceWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateDnsServiceWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreateDnsServiceWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; BeginCreateDnsZoneWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; BeginCreateDnsZoneWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreateDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateDnsZoneWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateDnsZoneWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreateDnsZoneWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreatePortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; BeginCreatePortMirroringWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; BeginCreatePortMirroringWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreatePortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreatePortMirroringWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="abstract member BeginCreatePortMirroringWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreatePortMirroringWithHttpMessagesAsync (resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreatePublicIPWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; BeginCreatePublicIPWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string publicIPId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; BeginCreatePublicIPWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string publicIPId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreatePublicIPWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreatePublicIPWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, publicIPId As String, workloadNetworkPublicIP As WorkloadNetworkPublicIP, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPublicIP))" /> <MemberSignature Language="F#" Value="abstract member BeginCreatePublicIPWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreatePublicIPWithHttpMessagesAsync (resourceGroupName, privateCloudName, publicIPId, workloadNetworkPublicIP, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateSegmentsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; BeginCreateSegmentsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; BeginCreateSegmentsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreateSegmentsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateSegmentsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateSegmentsWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreateSegmentsWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; BeginCreateVMGroupWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; BeginCreateVMGroupWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginCreateVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateVMGroupWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateVMGroupWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginCreateVMGroupWithHttpMessagesAsync (resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dhcpId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dhcpId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeleteDhcpWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dhcpId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteDhcpWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeleteDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, dhcpId, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteDnsServiceWithHttpMessagesAsync (string resourceGroupName, string dnsServiceId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteDnsServiceWithHttpMessagesAsync(string resourceGroupName, string dnsServiceId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeleteDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteDnsServiceWithHttpMessagesAsync (resourceGroupName As String, dnsServiceId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteDnsServiceWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeleteDnsServiceWithHttpMessagesAsync (resourceGroupName, dnsServiceId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteDnsZoneWithHttpMessagesAsync (string resourceGroupName, string dnsZoneId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteDnsZoneWithHttpMessagesAsync(string resourceGroupName, string dnsZoneId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeleteDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteDnsZoneWithHttpMessagesAsync (resourceGroupName As String, dnsZoneId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteDnsZoneWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeleteDnsZoneWithHttpMessagesAsync (resourceGroupName, dnsZoneId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeletePortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeletePortMirroringWithHttpMessagesAsync (string resourceGroupName, string portMirroringId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeletePortMirroringWithHttpMessagesAsync(string resourceGroupName, string portMirroringId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeletePortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeletePortMirroringWithHttpMessagesAsync (resourceGroupName As String, portMirroringId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeletePortMirroringWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeletePortMirroringWithHttpMessagesAsync (resourceGroupName, portMirroringId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeletePublicIPWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeletePublicIPWithHttpMessagesAsync (string resourceGroupName, string publicIPId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeletePublicIPWithHttpMessagesAsync(string resourceGroupName, string publicIPId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeletePublicIPWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeletePublicIPWithHttpMessagesAsync (resourceGroupName As String, publicIPId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeletePublicIPWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeletePublicIPWithHttpMessagesAsync (resourceGroupName, publicIPId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteSegmentWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSegmentWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSegmentWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeleteSegmentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteSegmentWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteSegmentWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeleteSegmentWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteVMGroupWithHttpMessagesAsync (string resourceGroupName, string vmGroupId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteVMGroupWithHttpMessagesAsync(string resourceGroupName, string vmGroupId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginDeleteVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteVMGroupWithHttpMessagesAsync (resourceGroupName As String, vmGroupId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteVMGroupWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.BeginDeleteVMGroupWithHttpMessagesAsync (resourceGroupName, vmGroupId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; BeginUpdateDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; BeginUpdateDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginUpdateDhcpWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateDhcpWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginUpdateDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; BeginUpdateDnsServiceWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; BeginUpdateDnsServiceWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginUpdateDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateDnsServiceWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateDnsServiceWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginUpdateDnsServiceWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; BeginUpdateDnsZoneWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; BeginUpdateDnsZoneWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginUpdateDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateDnsZoneWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateDnsZoneWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginUpdateDnsZoneWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdatePortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; BeginUpdatePortMirroringWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; BeginUpdatePortMirroringWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginUpdatePortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdatePortMirroringWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdatePortMirroringWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginUpdatePortMirroringWithHttpMessagesAsync (resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateSegmentsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; BeginUpdateSegmentsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; BeginUpdateSegmentsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginUpdateSegmentsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateSegmentsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateSegmentsWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginUpdateSegmentsWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; BeginUpdateVMGroupWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; BeginUpdateVMGroupWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.BeginUpdateVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateVMGroupWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateVMGroupWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="iWorkloadNetworksOperations.BeginUpdateVMGroupWithHttpMessagesAsync (resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; CreateDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; CreateDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreateDhcpWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="abstract member CreateDhcpWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="iWorkloadNetworksOperations.CreateDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; CreateDnsServiceWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; CreateDnsServiceWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreateDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateDnsServiceWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="abstract member CreateDnsServiceWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="iWorkloadNetworksOperations.CreateDnsServiceWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; CreateDnsZoneWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; CreateDnsZoneWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreateDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateDnsZoneWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="abstract member CreateDnsZoneWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="iWorkloadNetworksOperations.CreateDnsZoneWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreatePortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; CreatePortMirroringWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; CreatePortMirroringWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreatePortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreatePortMirroringWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="abstract member CreatePortMirroringWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="iWorkloadNetworksOperations.CreatePortMirroringWithHttpMessagesAsync (resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreatePublicIPWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; CreatePublicIPWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string publicIPId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; CreatePublicIPWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string publicIPId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP workloadNetworkPublicIP, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreatePublicIPWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreatePublicIPWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, publicIPId As String, workloadNetworkPublicIP As WorkloadNetworkPublicIP, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPublicIP))" /> <MemberSignature Language="F#" Value="abstract member CreatePublicIPWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;" Usage="iWorkloadNetworksOperations.CreatePublicIPWithHttpMessagesAsync (resourceGroupName, privateCloudName, publicIPId, workloadNetworkPublicIP, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateSegmentsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; CreateSegmentsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; CreateSegmentsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreateSegmentsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateSegmentsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="abstract member CreateSegmentsWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="iWorkloadNetworksOperations.CreateSegmentsWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; CreateVMGroupWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; CreateVMGroupWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.CreateVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateVMGroupWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="abstract member CreateVMGroupWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="iWorkloadNetworksOperations.CreateVMGroupWithHttpMessagesAsync (resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dhcpId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dhcpId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeleteDhcpWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dhcpId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteDhcpWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeleteDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, dhcpId, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteDnsServiceWithHttpMessagesAsync (string resourceGroupName, string dnsServiceId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteDnsServiceWithHttpMessagesAsync(string resourceGroupName, string dnsServiceId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeleteDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteDnsServiceWithHttpMessagesAsync (resourceGroupName As String, dnsServiceId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteDnsServiceWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeleteDnsServiceWithHttpMessagesAsync (resourceGroupName, dnsServiceId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteDnsZoneWithHttpMessagesAsync (string resourceGroupName, string dnsZoneId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteDnsZoneWithHttpMessagesAsync(string resourceGroupName, string dnsZoneId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeleteDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteDnsZoneWithHttpMessagesAsync (resourceGroupName As String, dnsZoneId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteDnsZoneWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeleteDnsZoneWithHttpMessagesAsync (resourceGroupName, dnsZoneId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeletePortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeletePortMirroringWithHttpMessagesAsync (string resourceGroupName, string portMirroringId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeletePortMirroringWithHttpMessagesAsync(string resourceGroupName, string portMirroringId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeletePortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeletePortMirroringWithHttpMessagesAsync (resourceGroupName As String, portMirroringId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeletePortMirroringWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeletePortMirroringWithHttpMessagesAsync (resourceGroupName, portMirroringId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeletePublicIPWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeletePublicIPWithHttpMessagesAsync (string resourceGroupName, string publicIPId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeletePublicIPWithHttpMessagesAsync(string resourceGroupName, string publicIPId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeletePublicIPWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeletePublicIPWithHttpMessagesAsync (resourceGroupName As String, publicIPId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeletePublicIPWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeletePublicIPWithHttpMessagesAsync (resourceGroupName, publicIPId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteSegmentWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSegmentWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSegmentWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeleteSegmentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteSegmentWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteSegmentWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeleteSegmentWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteVMGroupWithHttpMessagesAsync (string resourceGroupName, string vmGroupId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteVMGroupWithHttpMessagesAsync(string resourceGroupName, string vmGroupId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.DeleteVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteVMGroupWithHttpMessagesAsync (resourceGroupName As String, vmGroupId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteVMGroupWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iWorkloadNetworksOperations.DeleteVMGroupWithHttpMessagesAsync (resourceGroupName, vmGroupId, privateCloudName, customHeaders, 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.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; GetDhcpWithHttpMessagesAsync (string resourceGroupName, string dhcpId, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; GetDhcpWithHttpMessagesAsync(string resourceGroupName, string dhcpId, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetDhcpWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDhcpWithHttpMessagesAsync (resourceGroupName As String, dhcpId As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="abstract member GetDhcpWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="iWorkloadNetworksOperations.GetDhcpWithHttpMessagesAsync (resourceGroupName, dhcpId, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="dhcpId" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; GetDnsServiceWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsServiceId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; GetDnsServiceWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsServiceId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDnsServiceWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsServiceId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="abstract member GetDnsServiceWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="iWorkloadNetworksOperations.GetDnsServiceWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsServiceId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsServiceId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; GetDnsZoneWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsZoneId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; GetDnsZoneWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsZoneId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDnsZoneWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsZoneId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="abstract member GetDnsZoneWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="iWorkloadNetworksOperations.GetDnsZoneWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsZoneId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="dnsZoneId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetGatewayWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt; GetGatewayWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string gatewayId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt; GetGatewayWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string gatewayId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetGatewayWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, gatewayId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member GetGatewayWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;" Usage="iWorkloadNetworksOperations.GetGatewayWithHttpMessagesAsync (resourceGroupName, privateCloudName, gatewayId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="gatewayId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetPortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; GetPortMirroringWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string portMirroringId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; GetPortMirroringWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string portMirroringId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetPortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetPortMirroringWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, portMirroringId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="abstract member GetPortMirroringWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="iWorkloadNetworksOperations.GetPortMirroringWithHttpMessagesAsync (resourceGroupName, privateCloudName, portMirroringId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="portMirroringId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetPublicIPWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; GetPublicIPWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string publicIPId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt; GetPublicIPWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string publicIPId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetPublicIPWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetPublicIPWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, publicIPId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPublicIP))" /> <MemberSignature Language="F#" Value="abstract member GetPublicIPWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;" Usage="iWorkloadNetworksOperations.GetPublicIPWithHttpMessagesAsync (resourceGroupName, privateCloudName, publicIPId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="publicIPId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSegmentWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; GetSegmentWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; GetSegmentWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetSegmentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSegmentWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="abstract member GetSegmentWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="iWorkloadNetworksOperations.GetSegmentWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="segmentId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt; GetVirtualMachineWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string virtualMachineId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt; GetVirtualMachineWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string virtualMachineId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetVirtualMachineWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetVirtualMachineWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, virtualMachineId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkVirtualMachine))" /> <MemberSignature Language="F#" Value="abstract member GetVirtualMachineWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;" Usage="iWorkloadNetworksOperations.GetVirtualMachineWithHttpMessagesAsync (resourceGroupName, privateCloudName, virtualMachineId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="virtualMachineId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; GetVMGroupWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string vmGroupId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; GetVMGroupWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string vmGroupId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.GetVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetVMGroupWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, vmGroupId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="abstract member GetVMGroupWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="iWorkloadNetworksOperations.GetVMGroupWithHttpMessagesAsync (resourceGroupName, privateCloudName, vmGroupId, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="vmGroupId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDhcpNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt; ListDhcpNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt; ListDhcpNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListDhcpNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDhcpNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkDhcp)))" /> <MemberSignature Language="F#" Value="abstract member ListDhcpNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListDhcpNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt; ListDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt; ListDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListDhcpWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkDhcp)))" /> <MemberSignature Language="F#" Value="abstract member ListDhcpWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDnsServicesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt; ListDnsServicesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt; ListDnsServicesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListDnsServicesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDnsServicesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkDnsService)))" /> <MemberSignature Language="F#" Value="abstract member ListDnsServicesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListDnsServicesNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDnsServicesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt; ListDnsServicesWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt; ListDnsServicesWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListDnsServicesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDnsServicesWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkDnsService)))" /> <MemberSignature Language="F#" Value="abstract member ListDnsServicesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListDnsServicesWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDnsZonesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt; ListDnsZonesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt; ListDnsZonesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListDnsZonesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDnsZonesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkDnsZone)))" /> <MemberSignature Language="F#" Value="abstract member ListDnsZonesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListDnsZonesNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDnsZonesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt; ListDnsZonesWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt; ListDnsZonesWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListDnsZonesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDnsZonesWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkDnsZone)))" /> <MemberSignature Language="F#" Value="abstract member ListDnsZonesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListDnsZonesWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListGatewaysNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt; ListGatewaysNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt; ListGatewaysNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListGatewaysNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListGatewaysNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkGateway)))" /> <MemberSignature Language="F#" Value="abstract member ListGatewaysNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListGatewaysNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListGatewaysWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt; ListGatewaysWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt; ListGatewaysWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListGatewaysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListGatewaysWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkGateway)))" /> <MemberSignature Language="F#" Value="abstract member ListGatewaysWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListGatewaysWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListPortMirroringNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt; ListPortMirroringNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt; ListPortMirroringNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListPortMirroringNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListPortMirroringNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkPortMirroring)))" /> <MemberSignature Language="F#" Value="abstract member ListPortMirroringNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListPortMirroringNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListPortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt; ListPortMirroringWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt; ListPortMirroringWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListPortMirroringWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListPortMirroringWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkPortMirroring)))" /> <MemberSignature Language="F#" Value="abstract member ListPortMirroringWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListPortMirroringWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListPublicIPsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt; ListPublicIPsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt; ListPublicIPsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListPublicIPsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListPublicIPsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkPublicIP)))" /> <MemberSignature Language="F#" Value="abstract member ListPublicIPsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListPublicIPsNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListPublicIPsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt; ListPublicIPsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt; ListPublicIPsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListPublicIPsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListPublicIPsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkPublicIP)))" /> <MemberSignature Language="F#" Value="abstract member ListPublicIPsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListPublicIPsWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPublicIP&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSegmentsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt; ListSegmentsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt; ListSegmentsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListSegmentsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSegmentsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkSegment)))" /> <MemberSignature Language="F#" Value="abstract member ListSegmentsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListSegmentsNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSegmentsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt; ListSegmentsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt; ListSegmentsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListSegmentsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSegmentsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkSegment)))" /> <MemberSignature Language="F#" Value="abstract member ListSegmentsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListSegmentsWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListVirtualMachinesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt; ListVirtualMachinesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt; ListVirtualMachinesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListVirtualMachinesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListVirtualMachinesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkVirtualMachine)))" /> <MemberSignature Language="F#" Value="abstract member ListVirtualMachinesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListVirtualMachinesNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListVirtualMachinesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt; ListVirtualMachinesWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt; ListVirtualMachinesWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListVirtualMachinesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListVirtualMachinesWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkVirtualMachine)))" /> <MemberSignature Language="F#" Value="abstract member ListVirtualMachinesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListVirtualMachinesWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVirtualMachine&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListVMGroupsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt; ListVMGroupsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt; ListVMGroupsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListVMGroupsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListVMGroupsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkVMGroup)))" /> <MemberSignature Language="F#" Value="abstract member ListVMGroupsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListVMGroupsNextWithHttpMessagesAsync (nextPageLink, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListVMGroupsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt; ListVMGroupsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt; ListVMGroupsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.ListVMGroupsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListVMGroupsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkloadNetworkVMGroup)))" /> <MemberSignature Language="F#" Value="abstract member ListVMGroupsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt;" Usage="iWorkloadNetworksOperations.ListVMGroupsWithHttpMessagesAsync (resourceGroupName, privateCloudName, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="privateCloudName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateDhcpWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; UpdateDhcpWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dhcpId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt; UpdateDhcpWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dhcpId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp workloadNetworkDhcp, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.UpdateDhcpWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDhcpWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dhcpId As String, workloadNetworkDhcp As WorkloadNetworkDhcp, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDhcp))" /> <MemberSignature Language="F#" Value="abstract member UpdateDhcpWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;" Usage="iWorkloadNetworksOperations.UpdateDhcpWithHttpMessagesAsync (resourceGroupName, privateCloudName, dhcpId, workloadNetworkDhcp, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateDnsServiceWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; UpdateDnsServiceWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsServiceId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt; UpdateDnsServiceWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsServiceId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService workloadNetworkDnsService, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.UpdateDnsServiceWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDnsServiceWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsServiceId As String, workloadNetworkDnsService As WorkloadNetworkDnsService, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsService))" /> <MemberSignature Language="F#" Value="abstract member UpdateDnsServiceWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;" Usage="iWorkloadNetworksOperations.UpdateDnsServiceWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsServiceId, workloadNetworkDnsService, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateDnsZoneWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; UpdateDnsZoneWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string dnsZoneId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt; UpdateDnsZoneWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string dnsZoneId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone workloadNetworkDnsZone, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.UpdateDnsZoneWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDnsZoneWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, dnsZoneId As String, workloadNetworkDnsZone As WorkloadNetworkDnsZone, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkDnsZone))" /> <MemberSignature Language="F#" Value="abstract member UpdateDnsZoneWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;" Usage="iWorkloadNetworksOperations.UpdateDnsZoneWithHttpMessagesAsync (resourceGroupName, privateCloudName, dnsZoneId, workloadNetworkDnsZone, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdatePortMirroringWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; UpdatePortMirroringWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string portMirroringId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt; UpdatePortMirroringWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string portMirroringId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring workloadNetworkPortMirroring, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.UpdatePortMirroringWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdatePortMirroringWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, portMirroringId As String, workloadNetworkPortMirroring As WorkloadNetworkPortMirroring, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkPortMirroring))" /> <MemberSignature Language="F#" Value="abstract member UpdatePortMirroringWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;" Usage="iWorkloadNetworksOperations.UpdatePortMirroringWithHttpMessagesAsync (resourceGroupName, privateCloudName, portMirroringId, workloadNetworkPortMirroring, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateSegmentsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; UpdateSegmentsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string segmentId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt; UpdateSegmentsWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string segmentId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment workloadNetworkSegment, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.UpdateSegmentsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateSegmentsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, segmentId As String, workloadNetworkSegment As WorkloadNetworkSegment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkSegment))" /> <MemberSignature Language="F#" Value="abstract member UpdateSegmentsWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;" Usage="iWorkloadNetworksOperations.UpdateSegmentsWithHttpMessagesAsync (resourceGroupName, privateCloudName, segmentId, workloadNetworkSegment, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateVMGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; UpdateVMGroupWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string vmGroupId, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt; UpdateVMGroupWithHttpMessagesAsync(string resourceGroupName, string privateCloudName, string vmGroupId, class Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup workloadNetworkVMGroup, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations.UpdateVMGroupWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateVMGroupWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, vmGroupId As String, workloadNetworkVMGroup As WorkloadNetworkVMGroup, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkloadNetworkVMGroup))" /> <MemberSignature Language="F#" Value="abstract member UpdateVMGroupWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;" Usage="iWorkloadNetworksOperations.UpdateVMGroupWithHttpMessagesAsync (resourceGroupName, privateCloudName, vmGroupId, workloadNetworkVMGroup, customHeaders, 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.AzureOperationResponse&lt;Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> </Members> </Type>