xml/Microsoft.Azure.Management.Network/INetworkManagementClient.xml (4,090 lines of code) (raw):
<Type Name="INetworkManagementClient" FullName="Microsoft.Azure.Management.Network.INetworkManagementClient">
<TypeSignature Language="C#" Value="public interface INetworkManagementClient : IDisposable" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract INetworkManagementClient implements class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.INetworkManagementClient" />
<TypeSignature Language="VB.NET" Value="Public Interface INetworkManagementClient
Implements IDisposable" />
<TypeSignature Language="F#" Value="type INetworkManagementClient = interface
 interface IDisposable" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
Network Client
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="AcceptLanguage">
<MemberSignature Language="C#" Value="public string AcceptLanguage { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AcceptLanguage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AcceptLanguage" />
<MemberSignature Language="VB.NET" Value="Public Property AcceptLanguage As String" />
<MemberSignature Language="F#" Value="member this.AcceptLanguage : string with get, set" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AcceptLanguage" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
The preferred language for the response.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AdminRuleCollections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations AdminRuleCollections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations AdminRuleCollections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AdminRuleCollections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AdminRuleCollections As IAdminRuleCollectionsOperations" />
<MemberSignature Language="F#" Value="member this.AdminRuleCollections : Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AdminRuleCollections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAdminRuleCollectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AdminRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAdminRulesOperations AdminRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAdminRulesOperations AdminRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AdminRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AdminRules As IAdminRulesOperations" />
<MemberSignature Language="F#" Value="member this.AdminRules : Microsoft.Azure.Management.Network.IAdminRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AdminRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAdminRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAdminRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApiVersion">
<MemberSignature Language="C#" Value="public string ApiVersion { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ApiVersion" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApiVersion" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApiVersion As String" />
<MemberSignature Language="F#" Value="member this.ApiVersion : string" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApiVersion" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Client API version.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationGatewayPrivateEndpointConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations ApplicationGatewayPrivateEndpointConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations ApplicationGatewayPrivateEndpointConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayPrivateEndpointConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationGatewayPrivateEndpointConnections As IApplicationGatewayPrivateEndpointConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.ApplicationGatewayPrivateEndpointConnections : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayPrivateEndpointConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IApplicationGatewayPrivateEndpointConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationGatewayPrivateLinkResources">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IApplicationGatewayPrivateLinkResourcesOperations ApplicationGatewayPrivateLinkResources { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IApplicationGatewayPrivateLinkResourcesOperations ApplicationGatewayPrivateLinkResources" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayPrivateLinkResources" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationGatewayPrivateLinkResources As IApplicationGatewayPrivateLinkResourcesOperations" />
<MemberSignature Language="F#" Value="member this.ApplicationGatewayPrivateLinkResources : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateLinkResourcesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayPrivateLinkResources" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IApplicationGatewayPrivateLinkResourcesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IApplicationGatewayPrivateLinkResourcesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IApplicationGatewaysOperations ApplicationGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IApplicationGatewaysOperations ApplicationGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationGateways As IApplicationGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.ApplicationGateways : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IApplicationGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IApplicationGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationGatewayWafDynamicManifests">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations ApplicationGatewayWafDynamicManifests { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations ApplicationGatewayWafDynamicManifests" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayWafDynamicManifests" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationGatewayWafDynamicManifests As IApplicationGatewayWafDynamicManifestsOperations" />
<MemberSignature Language="F#" Value="member this.ApplicationGatewayWafDynamicManifests : Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayWafDynamicManifests" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IApplicationGatewayWafDynamicManifestsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationGatewayWafDynamicManifestsDefault">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsDefaultOperations ApplicationGatewayWafDynamicManifestsDefault { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsDefaultOperations ApplicationGatewayWafDynamicManifestsDefault" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayWafDynamicManifestsDefault" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationGatewayWafDynamicManifestsDefault As IApplicationGatewayWafDynamicManifestsDefaultOperations" />
<MemberSignature Language="F#" Value="member this.ApplicationGatewayWafDynamicManifestsDefault : Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsDefaultOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationGatewayWafDynamicManifestsDefault" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsDefaultOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IApplicationGatewayWafDynamicManifestsDefaultOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationSecurityGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IApplicationSecurityGroupsOperations ApplicationSecurityGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IApplicationSecurityGroupsOperations ApplicationSecurityGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationSecurityGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationSecurityGroups As IApplicationSecurityGroupsOperations" />
<MemberSignature Language="F#" Value="member this.ApplicationSecurityGroups : Microsoft.Azure.Management.Network.IApplicationSecurityGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ApplicationSecurityGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IApplicationSecurityGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IApplicationSecurityGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AvailableDelegations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAvailableDelegationsOperations AvailableDelegations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAvailableDelegationsOperations AvailableDelegations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableDelegations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AvailableDelegations As IAvailableDelegationsOperations" />
<MemberSignature Language="F#" Value="member this.AvailableDelegations : Microsoft.Azure.Management.Network.IAvailableDelegationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableDelegations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAvailableDelegationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAvailableDelegationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AvailableEndpointServices">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAvailableEndpointServicesOperations AvailableEndpointServices { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAvailableEndpointServicesOperations AvailableEndpointServices" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableEndpointServices" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AvailableEndpointServices As IAvailableEndpointServicesOperations" />
<MemberSignature Language="F#" Value="member this.AvailableEndpointServices : Microsoft.Azure.Management.Network.IAvailableEndpointServicesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableEndpointServices" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAvailableEndpointServicesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAvailableEndpointServicesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AvailablePrivateEndpointTypes">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAvailablePrivateEndpointTypesOperations AvailablePrivateEndpointTypes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAvailablePrivateEndpointTypesOperations AvailablePrivateEndpointTypes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AvailablePrivateEndpointTypes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AvailablePrivateEndpointTypes As IAvailablePrivateEndpointTypesOperations" />
<MemberSignature Language="F#" Value="member this.AvailablePrivateEndpointTypes : Microsoft.Azure.Management.Network.IAvailablePrivateEndpointTypesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AvailablePrivateEndpointTypes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAvailablePrivateEndpointTypesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAvailablePrivateEndpointTypesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AvailableResourceGroupDelegations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAvailableResourceGroupDelegationsOperations AvailableResourceGroupDelegations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAvailableResourceGroupDelegationsOperations AvailableResourceGroupDelegations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableResourceGroupDelegations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AvailableResourceGroupDelegations As IAvailableResourceGroupDelegationsOperations" />
<MemberSignature Language="F#" Value="member this.AvailableResourceGroupDelegations : Microsoft.Azure.Management.Network.IAvailableResourceGroupDelegationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableResourceGroupDelegations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAvailableResourceGroupDelegationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAvailableResourceGroupDelegationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AvailableServiceAliases">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAvailableServiceAliasesOperations AvailableServiceAliases { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAvailableServiceAliasesOperations AvailableServiceAliases" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableServiceAliases" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AvailableServiceAliases As IAvailableServiceAliasesOperations" />
<MemberSignature Language="F#" Value="member this.AvailableServiceAliases : Microsoft.Azure.Management.Network.IAvailableServiceAliasesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AvailableServiceAliases" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAvailableServiceAliasesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAvailableServiceAliasesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AzureFirewallFqdnTags">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAzureFirewallFqdnTagsOperations AzureFirewallFqdnTags { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAzureFirewallFqdnTagsOperations AzureFirewallFqdnTags" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AzureFirewallFqdnTags" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AzureFirewallFqdnTags As IAzureFirewallFqdnTagsOperations" />
<MemberSignature Language="F#" Value="member this.AzureFirewallFqdnTags : Microsoft.Azure.Management.Network.IAzureFirewallFqdnTagsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AzureFirewallFqdnTags" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAzureFirewallFqdnTagsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAzureFirewallFqdnTagsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AzureFirewalls">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IAzureFirewallsOperations AzureFirewalls { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IAzureFirewallsOperations AzureFirewalls" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.AzureFirewalls" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AzureFirewalls As IAzureFirewallsOperations" />
<MemberSignature Language="F#" Value="member this.AzureFirewalls : Microsoft.Azure.Management.Network.IAzureFirewallsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.AzureFirewalls" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IAzureFirewallsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IAzureFirewallsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BaseUri">
<MemberSignature Language="C#" Value="public Uri BaseUri { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri BaseUri" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.BaseUri" />
<MemberSignature Language="VB.NET" Value="Public Property BaseUri As Uri" />
<MemberSignature Language="F#" Value="member this.BaseUri : Uri with get, set" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.BaseUri" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>
The base URI of the service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BastionHosts">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IBastionHostsOperations BastionHosts { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IBastionHostsOperations BastionHosts" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.BastionHosts" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property BastionHosts As IBastionHostsOperations" />
<MemberSignature Language="F#" Value="member this.BastionHosts : Microsoft.Azure.Management.Network.IBastionHostsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.BastionHosts" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IBastionHostsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IBastionHostsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteBastionShareableLinkWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteBastionShareableLinkWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.BeginDeleteBastionShareableLinkWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeleteBastionShareableLinkWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, 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 BeginDeleteBastionShareableLinkWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iNetworkManagementClient.BeginDeleteBastionShareableLinkWithHttpMessagesAsync (resourceGroupName, bastionHostName, bslRequest, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="bslRequest" Type="Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="bslRequest">
Post request for all the Bastion Shareable Link endpoints.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes the Bastion Shareable Links for all the VMs specified in
the request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>> BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync (string resourceGroupName, string virtualWANName, Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters vpnClientParams, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.VpnProfileResponse>> BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync(string resourceGroupName, string virtualWANName, class Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters vpnClientParams, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync (resourceGroupName As String, virtualWANName As String, vpnClientParams As VirtualWanVpnProfileParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnProfileResponse))" />
<MemberSignature Language="F#" Value="abstract member BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>>" Usage="iNetworkManagementClient.BeginGeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync (resourceGroupName, virtualWANName, vpnClientParams, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualWANName" Type="System.String" />
<Parameter Name="vpnClientParams" Type="Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The resource group name.
</param>
<param name="virtualWANName">
The name of the VirtualWAN whose associated VpnServerConfigurations
is needed.
</param>
<param name="vpnClientParams">
Parameters supplied to the generate VirtualWan VPN profile
generation operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates a unique VPN profile for P2S clients for VirtualWan and
associated VpnServerConfiguration combination in the specified
resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetActiveSessionsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> BeginGetActiveSessionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> BeginGetActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.BeginGetActiveSessionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginGetActiveSessionsNextWithHttpMessagesAsync (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 BastionActiveSession)))" />
<MemberSignature Language="F#" Value="abstract member BeginGetActiveSessionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>>" Usage="iNetworkManagementClient.BeginGetActiveSessionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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>
Returns the list of currently active sessions on the Bastion.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetActiveSessionsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> BeginGetActiveSessionsWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> BeginGetActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.BeginGetActiveSessionsWithHttpMessagesAsync(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 BeginGetActiveSessionsWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BastionActiveSession)))" />
<MemberSignature Language="F#" Value="abstract member BeginGetActiveSessionsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>>" Usage="iNetworkManagementClient.BeginGetActiveSessionsWithHttpMessagesAsync (resourceGroupName, bastionHostName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns the list of currently active sessions on the Bastion.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginPutBastionShareableLinkNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> BeginPutBastionShareableLinkNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> BeginPutBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.BeginPutBastionShareableLinkNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginPutBastionShareableLinkNextWithHttpMessagesAsync (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 BastionShareableLink)))" />
<MemberSignature Language="F#" Value="abstract member BeginPutBastionShareableLinkNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>" Usage="iNetworkManagementClient.BeginPutBastionShareableLinkNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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>
Creates a Bastion Shareable Links for all the VMs specified in the
request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginPutBastionShareableLinkWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> BeginPutBastionShareableLinkWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> BeginPutBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.BeginPutBastionShareableLinkWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginPutBastionShareableLinkWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BastionShareableLink)))" />
<MemberSignature Language="F#" Value="abstract member BeginPutBastionShareableLinkWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>" Usage="iNetworkManagementClient.BeginPutBastionShareableLinkWithHttpMessagesAsync (resourceGroupName, bastionHostName, bslRequest, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="bslRequest" Type="Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="bslRequest">
Post request for all the Bastion Shareable Link endpoints.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates a Bastion Shareable Links for all the VMs specified in the
request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BgpServiceCommunities">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IBgpServiceCommunitiesOperations BgpServiceCommunities { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IBgpServiceCommunitiesOperations BgpServiceCommunities" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.BgpServiceCommunities" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property BgpServiceCommunities As IBgpServiceCommunitiesOperations" />
<MemberSignature Language="F#" Value="member this.BgpServiceCommunities : Microsoft.Azure.Management.Network.IBgpServiceCommunitiesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.BgpServiceCommunities" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IBgpServiceCommunitiesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IBgpServiceCommunitiesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CheckDnsNameAvailabilityWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.DnsNameAvailabilityResult>> CheckDnsNameAvailabilityWithHttpMessagesAsync (string location, string domainNameLabel, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.DnsNameAvailabilityResult>> CheckDnsNameAvailabilityWithHttpMessagesAsync(string location, string domainNameLabel, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.CheckDnsNameAvailabilityWithHttpMessagesAsync(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 CheckDnsNameAvailabilityWithHttpMessagesAsync (location As String, domainNameLabel As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DnsNameAvailabilityResult))" />
<MemberSignature Language="F#" Value="abstract member CheckDnsNameAvailabilityWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.DnsNameAvailabilityResult>>" Usage="iNetworkManagementClient.CheckDnsNameAvailabilityWithHttpMessagesAsync (location, domainNameLabel, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.DnsNameAvailabilityResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="location" Type="System.String" />
<Parameter Name="domainNameLabel" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="location">
The location of the domain name.
</param>
<param name="domainNameLabel">
The domain name to be verified. It must conform to the following
regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Checks whether a domain name in the cloudapp.azure.com zone is
available for use.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConfigurationPolicyGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IConfigurationPolicyGroupsOperations ConfigurationPolicyGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IConfigurationPolicyGroupsOperations ConfigurationPolicyGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ConfigurationPolicyGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ConfigurationPolicyGroups As IConfigurationPolicyGroupsOperations" />
<MemberSignature Language="F#" Value="member this.ConfigurationPolicyGroups : Microsoft.Azure.Management.Network.IConfigurationPolicyGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ConfigurationPolicyGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IConfigurationPolicyGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IConfigurationPolicyGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConnectionMonitors">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IConnectionMonitorsOperations ConnectionMonitors { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IConnectionMonitorsOperations ConnectionMonitors" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ConnectionMonitors" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ConnectionMonitors As IConnectionMonitorsOperations" />
<MemberSignature Language="F#" Value="member this.ConnectionMonitors : Microsoft.Azure.Management.Network.IConnectionMonitorsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ConnectionMonitors" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IConnectionMonitorsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IConnectionMonitorsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConnectivityConfigurations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IConnectivityConfigurationsOperations ConnectivityConfigurations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IConnectivityConfigurationsOperations ConnectivityConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ConnectivityConfigurations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ConnectivityConfigurations As IConnectivityConfigurationsOperations" />
<MemberSignature Language="F#" Value="member this.ConnectivityConfigurations : Microsoft.Azure.Management.Network.IConnectivityConfigurationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ConnectivityConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IConnectivityConfigurationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IConnectivityConfigurationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Credentials">
<MemberSignature Language="C#" Value="public Microsoft.Rest.ServiceClientCredentials Credentials { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Rest.ServiceClientCredentials Credentials" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.Credentials" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Credentials As ServiceClientCredentials" />
<MemberSignature Language="F#" Value="member this.Credentials : Microsoft.Rest.ServiceClientCredentials" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.Credentials" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.ServiceClientCredentials</ReturnType>
</ReturnValue>
<Docs>
<summary>
Credentials needed for the client to connect to Azure.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CustomIPPrefixes">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations CustomIPPrefixes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations CustomIPPrefixes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.CustomIPPrefixes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CustomIPPrefixes As ICustomIPPrefixesOperations" />
<MemberSignature Language="F#" Value="member this.CustomIPPrefixes : Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.CustomIPPrefixes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ICustomIPPrefixesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DdosCustomPolicies">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IDdosCustomPoliciesOperations DdosCustomPolicies { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IDdosCustomPoliciesOperations DdosCustomPolicies" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.DdosCustomPolicies" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DdosCustomPolicies As IDdosCustomPoliciesOperations" />
<MemberSignature Language="F#" Value="member this.DdosCustomPolicies : Microsoft.Azure.Management.Network.IDdosCustomPoliciesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.DdosCustomPolicies" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IDdosCustomPoliciesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IDdosCustomPoliciesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DdosProtectionPlans">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations DdosProtectionPlans { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations DdosProtectionPlans" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.DdosProtectionPlans" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DdosProtectionPlans As IDdosProtectionPlansOperations" />
<MemberSignature Language="F#" Value="member this.DdosProtectionPlans : Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.DdosProtectionPlans" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IDdosProtectionPlansOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DefaultSecurityRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations DefaultSecurityRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations DefaultSecurityRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.DefaultSecurityRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DefaultSecurityRules As IDefaultSecurityRulesOperations" />
<MemberSignature Language="F#" Value="member this.DefaultSecurityRules : Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.DefaultSecurityRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IDefaultSecurityRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteBastionShareableLinkWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteBastionShareableLinkWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.DeleteBastionShareableLinkWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteBastionShareableLinkWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, 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 DeleteBastionShareableLinkWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iNetworkManagementClient.DeleteBastionShareableLinkWithHttpMessagesAsync (resourceGroupName, bastionHostName, bslRequest, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="bslRequest" Type="Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="bslRequest">
Post request for all the Bastion Shareable Link endpoints.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes the Bastion Shareable Links for all the VMs specified in
the request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeserializationSettings">
<MemberSignature Language="C#" Value="public Newtonsoft.Json.JsonSerializerSettings DeserializationSettings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Newtonsoft.Json.JsonSerializerSettings DeserializationSettings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.DeserializationSettings" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DeserializationSettings As JsonSerializerSettings" />
<MemberSignature Language="F#" Value="member this.DeserializationSettings : Newtonsoft.Json.JsonSerializerSettings" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.DeserializationSettings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Newtonsoft.Json.JsonSerializerSettings</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets json deserialization settings.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisconnectActiveSessionsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionSessionState>>> DisconnectActiveSessionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionSessionState>>> DisconnectActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.DisconnectActiveSessionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DisconnectActiveSessionsNextWithHttpMessagesAsync (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 BastionSessionState)))" />
<MemberSignature Language="F#" Value="abstract member DisconnectActiveSessionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionSessionState>>>" Usage="iNetworkManagementClient.DisconnectActiveSessionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionSessionState>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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>
Returns the list of currently active sessions on the Bastion.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisconnectActiveSessionsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionSessionState>>> DisconnectActiveSessionsWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.SessionIds sessionIds, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionSessionState>>> DisconnectActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class Microsoft.Azure.Management.Network.Models.SessionIds sessionIds, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.DisconnectActiveSessionsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.SessionIds,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DisconnectActiveSessionsWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, sessionIds As SessionIds, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BastionSessionState)))" />
<MemberSignature Language="F#" Value="abstract member DisconnectActiveSessionsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.SessionIds * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionSessionState>>>" Usage="iNetworkManagementClient.DisconnectActiveSessionsWithHttpMessagesAsync (resourceGroupName, bastionHostName, sessionIds, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionSessionState>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="sessionIds" Type="Microsoft.Azure.Management.Network.Models.SessionIds" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="sessionIds">
The list of sessionids to disconnect.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns the list of currently active sessions on the Bastion.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DscpConfiguration">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IDscpConfigurationOperations DscpConfiguration { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IDscpConfigurationOperations DscpConfiguration" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.DscpConfiguration" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DscpConfiguration As IDscpConfigurationOperations" />
<MemberSignature Language="F#" Value="member this.DscpConfiguration : Microsoft.Azure.Management.Network.IDscpConfigurationOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.DscpConfiguration" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IDscpConfigurationOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IDscpConfigurationOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCircuitAuthorizations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteCircuitAuthorizationsOperations ExpressRouteCircuitAuthorizations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteCircuitAuthorizationsOperations ExpressRouteCircuitAuthorizations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuitAuthorizations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteCircuitAuthorizations As IExpressRouteCircuitAuthorizationsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCircuitAuthorizations : Microsoft.Azure.Management.Network.IExpressRouteCircuitAuthorizationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuitAuthorizations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteCircuitAuthorizationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteCircuitAuthorizationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCircuitConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations ExpressRouteCircuitConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations ExpressRouteCircuitConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuitConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteCircuitConnections As IExpressRouteCircuitConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCircuitConnections : Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuitConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteCircuitConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCircuitPeerings">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteCircuitPeeringsOperations ExpressRouteCircuitPeerings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteCircuitPeeringsOperations ExpressRouteCircuitPeerings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuitPeerings" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteCircuitPeerings As IExpressRouteCircuitPeeringsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCircuitPeerings : Microsoft.Azure.Management.Network.IExpressRouteCircuitPeeringsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuitPeerings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteCircuitPeeringsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteCircuitPeeringsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCircuits">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations ExpressRouteCircuits { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations ExpressRouteCircuits" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuits" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteCircuits As IExpressRouteCircuitsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCircuits : Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCircuits" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteCircuitsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations ExpressRouteConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations ExpressRouteConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteConnections As IExpressRouteConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteConnections : Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCrossConnectionPeerings">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations ExpressRouteCrossConnectionPeerings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations ExpressRouteCrossConnectionPeerings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCrossConnectionPeerings" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteCrossConnectionPeerings As IExpressRouteCrossConnectionPeeringsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCrossConnectionPeerings : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCrossConnectionPeerings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteCrossConnectionPeeringsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCrossConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations ExpressRouteCrossConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations ExpressRouteCrossConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCrossConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteCrossConnections As IExpressRouteCrossConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCrossConnections : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteCrossConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteCrossConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations ExpressRouteGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations ExpressRouteGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteGateways As IExpressRouteGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteGateways : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteLinks">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteLinksOperations ExpressRouteLinks { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteLinksOperations ExpressRouteLinks" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteLinks" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteLinks As IExpressRouteLinksOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteLinks : Microsoft.Azure.Management.Network.IExpressRouteLinksOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteLinks" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteLinksOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteLinksOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRoutePortAuthorizations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRoutePortAuthorizationsOperations ExpressRoutePortAuthorizations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRoutePortAuthorizationsOperations ExpressRoutePortAuthorizations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRoutePortAuthorizations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRoutePortAuthorizations As IExpressRoutePortAuthorizationsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRoutePortAuthorizations : Microsoft.Azure.Management.Network.IExpressRoutePortAuthorizationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRoutePortAuthorizations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRoutePortAuthorizationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRoutePortAuthorizationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRoutePorts">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRoutePortsOperations ExpressRoutePorts { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRoutePortsOperations ExpressRoutePorts" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRoutePorts" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRoutePorts As IExpressRoutePortsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRoutePorts : Microsoft.Azure.Management.Network.IExpressRoutePortsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRoutePorts" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRoutePortsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRoutePortsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRoutePortsLocations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations ExpressRoutePortsLocations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations ExpressRoutePortsLocations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRoutePortsLocations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRoutePortsLocations As IExpressRoutePortsLocationsOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRoutePortsLocations : Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRoutePortsLocations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRoutePortsLocationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteProviderPortMethodWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort>> ExpressRouteProviderPortMethodWithHttpMessagesAsync (string providerport, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort>> ExpressRouteProviderPortMethodWithHttpMessagesAsync(string providerport, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteProviderPortMethodWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ExpressRouteProviderPortMethodWithHttpMessagesAsync (providerport As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ExpressRouteProviderPort))" />
<MemberSignature Language="F#" Value="abstract member ExpressRouteProviderPortMethodWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort>>" Usage="iNetworkManagementClient.ExpressRouteProviderPortMethodWithHttpMessagesAsync (providerport, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="providerport" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="providerport">
The name of the provider port.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Retrieves detail of a provider port.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteProviderPortsLocation">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteProviderPortsLocationOperations ExpressRouteProviderPortsLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteProviderPortsLocationOperations ExpressRouteProviderPortsLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteProviderPortsLocation" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteProviderPortsLocation As IExpressRouteProviderPortsLocationOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteProviderPortsLocation : Microsoft.Azure.Management.Network.IExpressRouteProviderPortsLocationOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteProviderPortsLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteProviderPortsLocationOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteProviderPortsLocationOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteServiceProviders">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IExpressRouteServiceProvidersOperations ExpressRouteServiceProviders { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IExpressRouteServiceProvidersOperations ExpressRouteServiceProviders" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteServiceProviders" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ExpressRouteServiceProviders As IExpressRouteServiceProvidersOperations" />
<MemberSignature Language="F#" Value="member this.ExpressRouteServiceProviders : Microsoft.Azure.Management.Network.IExpressRouteServiceProvidersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ExpressRouteServiceProviders" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IExpressRouteServiceProvidersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IExpressRouteServiceProvidersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FirewallPolicies">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IFirewallPoliciesOperations FirewallPolicies { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IFirewallPoliciesOperations FirewallPolicies" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicies" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property FirewallPolicies As IFirewallPoliciesOperations" />
<MemberSignature Language="F#" Value="member this.FirewallPolicies : Microsoft.Azure.Management.Network.IFirewallPoliciesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicies" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IFirewallPoliciesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IFirewallPoliciesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FirewallPolicyIdpsSignatures">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOperations FirewallPolicyIdpsSignatures { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOperations FirewallPolicyIdpsSignatures" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyIdpsSignatures" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property FirewallPolicyIdpsSignatures As IFirewallPolicyIdpsSignaturesOperations" />
<MemberSignature Language="F#" Value="member this.FirewallPolicyIdpsSignatures : Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyIdpsSignatures" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IFirewallPolicyIdpsSignaturesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FirewallPolicyIdpsSignaturesFilterValues">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesFilterValuesOperations FirewallPolicyIdpsSignaturesFilterValues { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesFilterValuesOperations FirewallPolicyIdpsSignaturesFilterValues" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyIdpsSignaturesFilterValues" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property FirewallPolicyIdpsSignaturesFilterValues As IFirewallPolicyIdpsSignaturesFilterValuesOperations" />
<MemberSignature Language="F#" Value="member this.FirewallPolicyIdpsSignaturesFilterValues : Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesFilterValuesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyIdpsSignaturesFilterValues" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesFilterValuesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IFirewallPolicyIdpsSignaturesFilterValuesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FirewallPolicyIdpsSignaturesOverrides">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations FirewallPolicyIdpsSignaturesOverrides { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations FirewallPolicyIdpsSignaturesOverrides" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyIdpsSignaturesOverrides" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property FirewallPolicyIdpsSignaturesOverrides As IFirewallPolicyIdpsSignaturesOverridesOperations" />
<MemberSignature Language="F#" Value="member this.FirewallPolicyIdpsSignaturesOverrides : Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyIdpsSignaturesOverrides" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IFirewallPolicyIdpsSignaturesOverridesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FirewallPolicyRuleCollectionGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IFirewallPolicyRuleCollectionGroupsOperations FirewallPolicyRuleCollectionGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IFirewallPolicyRuleCollectionGroupsOperations FirewallPolicyRuleCollectionGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyRuleCollectionGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property FirewallPolicyRuleCollectionGroups As IFirewallPolicyRuleCollectionGroupsOperations" />
<MemberSignature Language="F#" Value="member this.FirewallPolicyRuleCollectionGroups : Microsoft.Azure.Management.Network.IFirewallPolicyRuleCollectionGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.FirewallPolicyRuleCollectionGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IFirewallPolicyRuleCollectionGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IFirewallPolicyRuleCollectionGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FlowLogs">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IFlowLogsOperations FlowLogs { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IFlowLogsOperations FlowLogs" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.FlowLogs" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property FlowLogs As IFlowLogsOperations" />
<MemberSignature Language="F#" Value="member this.FlowLogs : Microsoft.Azure.Management.Network.IFlowLogsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.FlowLogs" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IFlowLogsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IFlowLogsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GenerateClientRequestId">
<MemberSignature Language="C#" Value="public bool? GenerateClientRequestId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> GenerateClientRequestId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.GenerateClientRequestId" />
<MemberSignature Language="VB.NET" Value="Public Property GenerateClientRequestId As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.GenerateClientRequestId : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.GenerateClientRequestId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Whether a unique x-ms-client-request-id should be generated. When
set to true a unique x-ms-client-request-id value is generated and
included in each request. Default is true.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>> GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync (string resourceGroupName, string virtualWANName, Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters vpnClientParams, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.VpnProfileResponse>> GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync(string resourceGroupName, string virtualWANName, class Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters vpnClientParams, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync (resourceGroupName As String, virtualWANName As String, vpnClientParams As VirtualWanVpnProfileParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnProfileResponse))" />
<MemberSignature Language="F#" Value="abstract member GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>>" Usage="iNetworkManagementClient.GeneratevirtualwanvpnserverconfigurationvpnprofileWithHttpMessagesAsync (resourceGroupName, virtualWANName, vpnClientParams, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualWANName" Type="System.String" />
<Parameter Name="vpnClientParams" Type="Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The resource group name.
</param>
<param name="virtualWANName">
The name of the VirtualWAN whose associated VpnServerConfigurations
is needed.
</param>
<param name="vpnClientParams">
Parameters supplied to the generate VirtualWan VPN profile
generation operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates a unique VPN profile for P2S clients for VirtualWan and
associated VpnServerConfiguration combination in the specified
resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetActiveSessionsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> GetActiveSessionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> GetActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.GetActiveSessionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetActiveSessionsNextWithHttpMessagesAsync (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 BastionActiveSession)))" />
<MemberSignature Language="F#" Value="abstract member GetActiveSessionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>>" Usage="iNetworkManagementClient.GetActiveSessionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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>
Returns the list of currently active sessions on the Bastion.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetActiveSessionsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> GetActiveSessionsWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionActiveSession>>> GetActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.GetActiveSessionsWithHttpMessagesAsync(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 GetActiveSessionsWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BastionActiveSession)))" />
<MemberSignature Language="F#" Value="abstract member GetActiveSessionsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>>" Usage="iNetworkManagementClient.GetActiveSessionsWithHttpMessagesAsync (resourceGroupName, bastionHostName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionActiveSession>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns the list of currently active sessions on the Bastion.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetBastionShareableLinkNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> GetBastionShareableLinkNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> GetBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.GetBastionShareableLinkNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetBastionShareableLinkNextWithHttpMessagesAsync (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 BastionShareableLink)))" />
<MemberSignature Language="F#" Value="abstract member GetBastionShareableLinkNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>" Usage="iNetworkManagementClient.GetBastionShareableLinkNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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>
Return the Bastion Shareable Links for all the VMs specified in the
request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetBastionShareableLinkWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> GetBastionShareableLinkWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> GetBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.GetBastionShareableLinkWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetBastionShareableLinkWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BastionShareableLink)))" />
<MemberSignature Language="F#" Value="abstract member GetBastionShareableLinkWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>" Usage="iNetworkManagementClient.GetBastionShareableLinkWithHttpMessagesAsync (resourceGroupName, bastionHostName, bslRequest, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="bslRequest" Type="Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="bslRequest">
Post request for all the Bastion Shareable Link endpoints.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Return the Bastion Shareable Links for all the VMs specified in the
request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="HubRouteTables">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IHubRouteTablesOperations HubRouteTables { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IHubRouteTablesOperations HubRouteTables" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.HubRouteTables" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property HubRouteTables As IHubRouteTablesOperations" />
<MemberSignature Language="F#" Value="member this.HubRouteTables : Microsoft.Azure.Management.Network.IHubRouteTablesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.HubRouteTables" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IHubRouteTablesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IHubRouteTablesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="HubVirtualNetworkConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IHubVirtualNetworkConnectionsOperations HubVirtualNetworkConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IHubVirtualNetworkConnectionsOperations HubVirtualNetworkConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.HubVirtualNetworkConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property HubVirtualNetworkConnections As IHubVirtualNetworkConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.HubVirtualNetworkConnections : Microsoft.Azure.Management.Network.IHubVirtualNetworkConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.HubVirtualNetworkConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IHubVirtualNetworkConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IHubVirtualNetworkConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="InboundNatRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IInboundNatRulesOperations InboundNatRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IInboundNatRulesOperations InboundNatRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.InboundNatRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property InboundNatRules As IInboundNatRulesOperations" />
<MemberSignature Language="F#" Value="member this.InboundNatRules : Microsoft.Azure.Management.Network.IInboundNatRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.InboundNatRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IInboundNatRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IInboundNatRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="InboundSecurityRule">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations InboundSecurityRule { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations InboundSecurityRule" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.InboundSecurityRule" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property InboundSecurityRule As IInboundSecurityRuleOperations" />
<MemberSignature Language="F#" Value="member this.InboundSecurityRule : Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.InboundSecurityRule" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IInboundSecurityRuleOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IpAllocations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IIpAllocationsOperations IpAllocations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IIpAllocationsOperations IpAllocations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.IpAllocations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property IpAllocations As IIpAllocationsOperations" />
<MemberSignature Language="F#" Value="member this.IpAllocations : Microsoft.Azure.Management.Network.IIpAllocationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.IpAllocations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IIpAllocationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IIpAllocationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IpGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IIpGroupsOperations IpGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IIpGroupsOperations IpGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.IpGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property IpGroups As IIpGroupsOperations" />
<MemberSignature Language="F#" Value="member this.IpGroups : Microsoft.Azure.Management.Network.IIpGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.IpGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IIpGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IIpGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListActiveConnectivityConfigurationsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult>> ListActiveConnectivityConfigurationsWithHttpMessagesAsync (Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter parameters, string resourceGroupName, string networkManagerName, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult>> ListActiveConnectivityConfigurationsWithHttpMessagesAsync(class Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter parameters, string resourceGroupName, string networkManagerName, valuetype System.Nullable`1<int32> top, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.ListActiveConnectivityConfigurationsWithHttpMessagesAsync(Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListActiveConnectivityConfigurationsWithHttpMessagesAsync (parameters As ActiveConfigurationParameter, resourceGroupName As String, networkManagerName As String, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ActiveConnectivityConfigurationsListResult))" />
<MemberSignature Language="F#" Value="abstract member ListActiveConnectivityConfigurationsWithHttpMessagesAsync : Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter * string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult>>" Usage="iNetworkManagementClient.ListActiveConnectivityConfigurationsWithHttpMessagesAsync (parameters, resourceGroupName, networkManagerName, top, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="networkManagerName" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Active Configuration Parameter.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="networkManagerName">
The name of the network manager.
</param>
<param name="top">
An optional query parameter which specifies the maximum number of
records to be returned by the server.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Lists active connectivity configurations in a network manager.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListActiveSecurityAdminRulesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ActiveSecurityAdminRulesListResult>> ListActiveSecurityAdminRulesWithHttpMessagesAsync (Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter parameters, string resourceGroupName, string networkManagerName, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.ActiveSecurityAdminRulesListResult>> ListActiveSecurityAdminRulesWithHttpMessagesAsync(class Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter parameters, string resourceGroupName, string networkManagerName, valuetype System.Nullable`1<int32> top, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.ListActiveSecurityAdminRulesWithHttpMessagesAsync(Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListActiveSecurityAdminRulesWithHttpMessagesAsync (parameters As ActiveConfigurationParameter, resourceGroupName As String, networkManagerName As String, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ActiveSecurityAdminRulesListResult))" />
<MemberSignature Language="F#" Value="abstract member ListActiveSecurityAdminRulesWithHttpMessagesAsync : Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter * string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ActiveSecurityAdminRulesListResult>>" Usage="iNetworkManagementClient.ListActiveSecurityAdminRulesWithHttpMessagesAsync (parameters, resourceGroupName, networkManagerName, top, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.ActiveSecurityAdminRulesListResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="networkManagerName" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Active Configuration Parameter.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="networkManagerName">
The name of the network manager.
</param>
<param name="top">
An optional query parameter which specifies the maximum number of
records to be returned by the server.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Lists active security admin rules in a network manager.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult>> ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync (Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult>> ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync(class Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, valuetype System.Nullable`1<int32> top, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync(Microsoft.Azure.Management.Network.Models.QueryRequestOptions,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync (parameters As QueryRequestOptions, resourceGroupName As String, virtualNetworkName As String, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of NetworkManagerEffectiveConnectivityConfigurationListResult))" />
<MemberSignature Language="F#" Value="abstract member ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync : Microsoft.Azure.Management.Network.Models.QueryRequestOptions * string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult>>" Usage="iNetworkManagementClient.ListNetworkManagerEffectiveConnectivityConfigurationsWithHttpMessagesAsync (parameters, resourceGroupName, virtualNetworkName, top, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.QueryRequestOptions" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Parameters supplied to list correct page.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkName">
The name of the virtual network.
</param>
<param name="top">
An optional query parameter which specifies the maximum number of
records to be returned by the server.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
List all effective connectivity configurations applied on a virtual
network.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult>> ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync (Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult>> ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync(class Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, valuetype System.Nullable`1<int32> top, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync(Microsoft.Azure.Management.Network.Models.QueryRequestOptions,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync (parameters As QueryRequestOptions, resourceGroupName As String, virtualNetworkName As String, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of NetworkManagerEffectiveSecurityAdminRulesListResult))" />
<MemberSignature Language="F#" Value="abstract member ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync : Microsoft.Azure.Management.Network.Models.QueryRequestOptions * string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult>>" Usage="iNetworkManagementClient.ListNetworkManagerEffectiveSecurityAdminRulesWithHttpMessagesAsync (parameters, resourceGroupName, virtualNetworkName, top, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.QueryRequestOptions" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Parameters supplied to list correct page.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkName">
The name of the virtual network.
</param>
<param name="top">
An optional query parameter which specifies the maximum number of
records to be returned by the server.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
List all effective security admin rules applied on a virtual
network.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancerBackendAddressPools">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancerBackendAddressPoolsOperations LoadBalancerBackendAddressPools { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancerBackendAddressPoolsOperations LoadBalancerBackendAddressPools" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerBackendAddressPools" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancerBackendAddressPools As ILoadBalancerBackendAddressPoolsOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancerBackendAddressPools : Microsoft.Azure.Management.Network.ILoadBalancerBackendAddressPoolsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerBackendAddressPools" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancerBackendAddressPoolsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancerBackendAddressPoolsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancerFrontendIPConfigurations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancerFrontendIPConfigurationsOperations LoadBalancerFrontendIPConfigurations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancerFrontendIPConfigurationsOperations LoadBalancerFrontendIPConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerFrontendIPConfigurations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancerFrontendIPConfigurations As ILoadBalancerFrontendIPConfigurationsOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancerFrontendIPConfigurations : Microsoft.Azure.Management.Network.ILoadBalancerFrontendIPConfigurationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerFrontendIPConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancerFrontendIPConfigurationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancerFrontendIPConfigurationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancerLoadBalancingRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancerLoadBalancingRulesOperations LoadBalancerLoadBalancingRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancerLoadBalancingRulesOperations LoadBalancerLoadBalancingRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerLoadBalancingRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancerLoadBalancingRules As ILoadBalancerLoadBalancingRulesOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancerLoadBalancingRules : Microsoft.Azure.Management.Network.ILoadBalancerLoadBalancingRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerLoadBalancingRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancerLoadBalancingRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancerLoadBalancingRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancerNetworkInterfaces">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancerNetworkInterfacesOperations LoadBalancerNetworkInterfaces { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancerNetworkInterfacesOperations LoadBalancerNetworkInterfaces" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerNetworkInterfaces" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancerNetworkInterfaces As ILoadBalancerNetworkInterfacesOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancerNetworkInterfaces : Microsoft.Azure.Management.Network.ILoadBalancerNetworkInterfacesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerNetworkInterfaces" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancerNetworkInterfacesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancerNetworkInterfacesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancerOutboundRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancerOutboundRulesOperations LoadBalancerOutboundRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancerOutboundRulesOperations LoadBalancerOutboundRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerOutboundRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancerOutboundRules As ILoadBalancerOutboundRulesOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancerOutboundRules : Microsoft.Azure.Management.Network.ILoadBalancerOutboundRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerOutboundRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancerOutboundRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancerOutboundRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancerProbes">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancerProbesOperations LoadBalancerProbes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancerProbesOperations LoadBalancerProbes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerProbes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancerProbes As ILoadBalancerProbesOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancerProbes : Microsoft.Azure.Management.Network.ILoadBalancerProbesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancerProbes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancerProbesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancerProbesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LoadBalancers">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILoadBalancersOperations LoadBalancers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILoadBalancersOperations LoadBalancers" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancers" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LoadBalancers As ILoadBalancersOperations" />
<MemberSignature Language="F#" Value="member this.LoadBalancers : Microsoft.Azure.Management.Network.ILoadBalancersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LoadBalancers" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILoadBalancersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILoadBalancersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LocalNetworkGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ILocalNetworkGatewaysOperations LocalNetworkGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ILocalNetworkGatewaysOperations LocalNetworkGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LocalNetworkGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LocalNetworkGateways As ILocalNetworkGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.LocalNetworkGateways : Microsoft.Azure.Management.Network.ILocalNetworkGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LocalNetworkGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ILocalNetworkGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ILocalNetworkGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LongRunningOperationRetryTimeout">
<MemberSignature Language="C#" Value="public int? LongRunningOperationRetryTimeout { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> LongRunningOperationRetryTimeout" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.LongRunningOperationRetryTimeout" />
<MemberSignature Language="VB.NET" Value="Public Property LongRunningOperationRetryTimeout As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.LongRunningOperationRetryTimeout : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.LongRunningOperationRetryTimeout" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
The retry timeout in seconds for Long Running Operations. Default
value is 30.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ManagementGroupNetworkManagerConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IManagementGroupNetworkManagerConnectionsOperations ManagementGroupNetworkManagerConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IManagementGroupNetworkManagerConnectionsOperations ManagementGroupNetworkManagerConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ManagementGroupNetworkManagerConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ManagementGroupNetworkManagerConnections As IManagementGroupNetworkManagerConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.ManagementGroupNetworkManagerConnections : Microsoft.Azure.Management.Network.IManagementGroupNetworkManagerConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ManagementGroupNetworkManagerConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IManagementGroupNetworkManagerConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IManagementGroupNetworkManagerConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NatGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INatGatewaysOperations NatGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INatGatewaysOperations NatGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NatGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NatGateways As INatGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.NatGateways : Microsoft.Azure.Management.Network.INatGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NatGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INatGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INatGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NatRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INatRulesOperations NatRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INatRulesOperations NatRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NatRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NatRules As INatRulesOperations" />
<MemberSignature Language="F#" Value="member this.NatRules : Microsoft.Azure.Management.Network.INatRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NatRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INatRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INatRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkGroupsOperations NetworkGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkGroupsOperations NetworkGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkGroups As INetworkGroupsOperations" />
<MemberSignature Language="F#" Value="member this.NetworkGroups : Microsoft.Azure.Management.Network.INetworkGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkInterfaceIPConfigurations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations NetworkInterfaceIPConfigurations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations NetworkInterfaceIPConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaceIPConfigurations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkInterfaceIPConfigurations As INetworkInterfaceIPConfigurationsOperations" />
<MemberSignature Language="F#" Value="member this.NetworkInterfaceIPConfigurations : Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaceIPConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkInterfaceIPConfigurationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkInterfaceLoadBalancers">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkInterfaceLoadBalancersOperations NetworkInterfaceLoadBalancers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkInterfaceLoadBalancersOperations NetworkInterfaceLoadBalancers" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaceLoadBalancers" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkInterfaceLoadBalancers As INetworkInterfaceLoadBalancersOperations" />
<MemberSignature Language="F#" Value="member this.NetworkInterfaceLoadBalancers : Microsoft.Azure.Management.Network.INetworkInterfaceLoadBalancersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaceLoadBalancers" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkInterfaceLoadBalancersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkInterfaceLoadBalancersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkInterfaces">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkInterfacesOperations NetworkInterfaces { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkInterfacesOperations NetworkInterfaces" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaces" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkInterfaces As INetworkInterfacesOperations" />
<MemberSignature Language="F#" Value="member this.NetworkInterfaces : Microsoft.Azure.Management.Network.INetworkInterfacesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaces" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkInterfacesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkInterfacesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkInterfaceTapConfigurations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkInterfaceTapConfigurationsOperations NetworkInterfaceTapConfigurations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkInterfaceTapConfigurationsOperations NetworkInterfaceTapConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaceTapConfigurations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkInterfaceTapConfigurations As INetworkInterfaceTapConfigurationsOperations" />
<MemberSignature Language="F#" Value="member this.NetworkInterfaceTapConfigurations : Microsoft.Azure.Management.Network.INetworkInterfaceTapConfigurationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkInterfaceTapConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkInterfaceTapConfigurationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkInterfaceTapConfigurationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkManagerCommits">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkManagerCommitsOperations NetworkManagerCommits { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkManagerCommitsOperations NetworkManagerCommits" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkManagerCommits" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkManagerCommits As INetworkManagerCommitsOperations" />
<MemberSignature Language="F#" Value="member this.NetworkManagerCommits : Microsoft.Azure.Management.Network.INetworkManagerCommitsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkManagerCommits" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkManagerCommitsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkManagerCommitsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkManagerDeploymentStatus">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations NetworkManagerDeploymentStatus { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations NetworkManagerDeploymentStatus" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkManagerDeploymentStatus" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkManagerDeploymentStatus As INetworkManagerDeploymentStatusOperations" />
<MemberSignature Language="F#" Value="member this.NetworkManagerDeploymentStatus : Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkManagerDeploymentStatus" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkManagerDeploymentStatusOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkManagers">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkManagersOperations NetworkManagers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkManagersOperations NetworkManagers" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkManagers" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkManagers As INetworkManagersOperations" />
<MemberSignature Language="F#" Value="member this.NetworkManagers : Microsoft.Azure.Management.Network.INetworkManagersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkManagers" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkManagersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkManagersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkProfiles">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkProfilesOperations NetworkProfiles { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkProfilesOperations NetworkProfiles" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkProfiles" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkProfiles As INetworkProfilesOperations" />
<MemberSignature Language="F#" Value="member this.NetworkProfiles : Microsoft.Azure.Management.Network.INetworkProfilesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkProfiles" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkProfilesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkProfilesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkSecurityGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkSecurityGroupsOperations NetworkSecurityGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkSecurityGroupsOperations NetworkSecurityGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkSecurityGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkSecurityGroups As INetworkSecurityGroupsOperations" />
<MemberSignature Language="F#" Value="member this.NetworkSecurityGroups : Microsoft.Azure.Management.Network.INetworkSecurityGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkSecurityGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkSecurityGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkSecurityGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkVirtualAppliances">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkVirtualAppliancesOperations NetworkVirtualAppliances { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkVirtualAppliancesOperations NetworkVirtualAppliances" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkVirtualAppliances" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkVirtualAppliances As INetworkVirtualAppliancesOperations" />
<MemberSignature Language="F#" Value="member this.NetworkVirtualAppliances : Microsoft.Azure.Management.Network.INetworkVirtualAppliancesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkVirtualAppliances" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkVirtualAppliancesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkVirtualAppliancesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkWatchers">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.INetworkWatchersOperations NetworkWatchers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.INetworkWatchersOperations NetworkWatchers" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkWatchers" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property NetworkWatchers As INetworkWatchersOperations" />
<MemberSignature Language="F#" Value="member this.NetworkWatchers : Microsoft.Azure.Management.Network.INetworkWatchersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.NetworkWatchers" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.INetworkWatchersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the INetworkWatchersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Operations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IOperations Operations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IOperations Operations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.Operations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Operations As IOperations" />
<MemberSignature Language="F#" Value="member this.Operations : Microsoft.Azure.Management.Network.IOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.Operations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="P2sVpnGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations P2sVpnGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations P2sVpnGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.P2sVpnGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property P2sVpnGateways As IP2sVpnGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.P2sVpnGateways : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.P2sVpnGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IP2sVpnGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PacketCaptures">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPacketCapturesOperations PacketCaptures { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPacketCapturesOperations PacketCaptures" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PacketCaptures" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PacketCaptures As IPacketCapturesOperations" />
<MemberSignature Language="F#" Value="member this.PacketCaptures : Microsoft.Azure.Management.Network.IPacketCapturesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PacketCaptures" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPacketCapturesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPacketCapturesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PeerExpressRouteCircuitConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPeerExpressRouteCircuitConnectionsOperations PeerExpressRouteCircuitConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPeerExpressRouteCircuitConnectionsOperations PeerExpressRouteCircuitConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PeerExpressRouteCircuitConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PeerExpressRouteCircuitConnections As IPeerExpressRouteCircuitConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.PeerExpressRouteCircuitConnections : Microsoft.Azure.Management.Network.IPeerExpressRouteCircuitConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PeerExpressRouteCircuitConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPeerExpressRouteCircuitConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPeerExpressRouteCircuitConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrivateDnsZoneGroups">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations PrivateDnsZoneGroups { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations PrivateDnsZoneGroups" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PrivateDnsZoneGroups" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PrivateDnsZoneGroups As IPrivateDnsZoneGroupsOperations" />
<MemberSignature Language="F#" Value="member this.PrivateDnsZoneGroups : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PrivateDnsZoneGroups" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPrivateDnsZoneGroupsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrivateEndpoints">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPrivateEndpointsOperations PrivateEndpoints { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPrivateEndpointsOperations PrivateEndpoints" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PrivateEndpoints" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PrivateEndpoints As IPrivateEndpointsOperations" />
<MemberSignature Language="F#" Value="member this.PrivateEndpoints : Microsoft.Azure.Management.Network.IPrivateEndpointsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PrivateEndpoints" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPrivateEndpointsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPrivateEndpointsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrivateLinkServices">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations PrivateLinkServices { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations PrivateLinkServices" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PrivateLinkServices" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PrivateLinkServices As IPrivateLinkServicesOperations" />
<MemberSignature Language="F#" Value="member this.PrivateLinkServices : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PrivateLinkServices" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPrivateLinkServicesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PublicIPAddresses">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPublicIPAddressesOperations PublicIPAddresses { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPublicIPAddressesOperations PublicIPAddresses" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PublicIPAddresses" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PublicIPAddresses As IPublicIPAddressesOperations" />
<MemberSignature Language="F#" Value="member this.PublicIPAddresses : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PublicIPAddresses" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPublicIPAddressesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPublicIPAddressesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PublicIPPrefixes">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations PublicIPPrefixes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations PublicIPPrefixes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.PublicIPPrefixes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PublicIPPrefixes As IPublicIPPrefixesOperations" />
<MemberSignature Language="F#" Value="member this.PublicIPPrefixes : Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.PublicIPPrefixes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IPublicIPPrefixesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PutBastionShareableLinkNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> PutBastionShareableLinkNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> PutBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.PutBastionShareableLinkNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function PutBastionShareableLinkNextWithHttpMessagesAsync (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 BastionShareableLink)))" />
<MemberSignature Language="F#" Value="abstract member PutBastionShareableLinkNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>" Usage="iNetworkManagementClient.PutBastionShareableLinkNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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>
Creates a Bastion Shareable Links for all the VMs specified in the
request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PutBastionShareableLinkWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> PutBastionShareableLinkWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> PutBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, class Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.PutBastionShareableLinkWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function PutBastionShareableLinkWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BastionShareableLink)))" />
<MemberSignature Language="F#" Value="abstract member PutBastionShareableLinkWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>" Usage="iNetworkManagementClient.PutBastionShareableLinkWithHttpMessagesAsync (resourceGroupName, bastionHostName, bslRequest, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="bastionHostName" Type="System.String" />
<Parameter Name="bslRequest" Type="Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="bastionHostName">
The name of the Bastion Host.
</param>
<param name="bslRequest">
Post request for all the Bastion Shareable Link endpoints.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates a Bastion Shareable Links for all the VMs specified in the
request.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResourceNavigationLinks">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IResourceNavigationLinksOperations ResourceNavigationLinks { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IResourceNavigationLinksOperations ResourceNavigationLinks" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ResourceNavigationLinks" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResourceNavigationLinks As IResourceNavigationLinksOperations" />
<MemberSignature Language="F#" Value="member this.ResourceNavigationLinks : Microsoft.Azure.Management.Network.IResourceNavigationLinksOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ResourceNavigationLinks" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IResourceNavigationLinksOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IResourceNavigationLinksOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RouteFilterRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IRouteFilterRulesOperations RouteFilterRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IRouteFilterRulesOperations RouteFilterRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.RouteFilterRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RouteFilterRules As IRouteFilterRulesOperations" />
<MemberSignature Language="F#" Value="member this.RouteFilterRules : Microsoft.Azure.Management.Network.IRouteFilterRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.RouteFilterRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IRouteFilterRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IRouteFilterRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RouteFilters">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IRouteFiltersOperations RouteFilters { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IRouteFiltersOperations RouteFilters" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.RouteFilters" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RouteFilters As IRouteFiltersOperations" />
<MemberSignature Language="F#" Value="member this.RouteFilters : Microsoft.Azure.Management.Network.IRouteFiltersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.RouteFilters" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IRouteFiltersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IRouteFiltersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RouteMaps">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IRouteMapsOperations RouteMaps { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IRouteMapsOperations RouteMaps" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.RouteMaps" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RouteMaps As IRouteMapsOperations" />
<MemberSignature Language="F#" Value="member this.RouteMaps : Microsoft.Azure.Management.Network.IRouteMapsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.RouteMaps" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IRouteMapsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IRouteMapsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Routes">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IRoutesOperations Routes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IRoutesOperations Routes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.Routes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Routes As IRoutesOperations" />
<MemberSignature Language="F#" Value="member this.Routes : Microsoft.Azure.Management.Network.IRoutesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.Routes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IRoutesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IRoutesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RouteTables">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IRouteTablesOperations RouteTables { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IRouteTablesOperations RouteTables" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.RouteTables" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RouteTables As IRouteTablesOperations" />
<MemberSignature Language="F#" Value="member this.RouteTables : Microsoft.Azure.Management.Network.IRouteTablesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.RouteTables" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IRouteTablesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IRouteTablesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RoutingIntent">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IRoutingIntentOperations RoutingIntent { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IRoutingIntentOperations RoutingIntent" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.RoutingIntent" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RoutingIntent As IRoutingIntentOperations" />
<MemberSignature Language="F#" Value="member this.RoutingIntent : Microsoft.Azure.Management.Network.IRoutingIntentOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.RoutingIntent" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IRoutingIntentOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IRoutingIntentOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ScopeConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IScopeConnectionsOperations ScopeConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IScopeConnectionsOperations ScopeConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ScopeConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ScopeConnections As IScopeConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.ScopeConnections : Microsoft.Azure.Management.Network.IScopeConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ScopeConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IScopeConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IScopeConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SecurityAdminConfigurations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ISecurityAdminConfigurationsOperations SecurityAdminConfigurations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ISecurityAdminConfigurationsOperations SecurityAdminConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.SecurityAdminConfigurations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SecurityAdminConfigurations As ISecurityAdminConfigurationsOperations" />
<MemberSignature Language="F#" Value="member this.SecurityAdminConfigurations : Microsoft.Azure.Management.Network.ISecurityAdminConfigurationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.SecurityAdminConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ISecurityAdminConfigurationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ISecurityAdminConfigurationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SecurityPartnerProviders">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ISecurityPartnerProvidersOperations SecurityPartnerProviders { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ISecurityPartnerProvidersOperations SecurityPartnerProviders" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.SecurityPartnerProviders" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SecurityPartnerProviders As ISecurityPartnerProvidersOperations" />
<MemberSignature Language="F#" Value="member this.SecurityPartnerProviders : Microsoft.Azure.Management.Network.ISecurityPartnerProvidersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.SecurityPartnerProviders" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ISecurityPartnerProvidersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ISecurityPartnerProvidersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SecurityRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ISecurityRulesOperations SecurityRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ISecurityRulesOperations SecurityRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.SecurityRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SecurityRules As ISecurityRulesOperations" />
<MemberSignature Language="F#" Value="member this.SecurityRules : Microsoft.Azure.Management.Network.ISecurityRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.SecurityRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ISecurityRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ISecurityRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SerializationSettings">
<MemberSignature Language="C#" Value="public Newtonsoft.Json.JsonSerializerSettings SerializationSettings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Newtonsoft.Json.JsonSerializerSettings SerializationSettings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.SerializationSettings" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SerializationSettings As JsonSerializerSettings" />
<MemberSignature Language="F#" Value="member this.SerializationSettings : Newtonsoft.Json.JsonSerializerSettings" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.SerializationSettings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Newtonsoft.Json.JsonSerializerSettings</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets json serialization settings.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceAssociationLinks">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IServiceAssociationLinksOperations ServiceAssociationLinks { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IServiceAssociationLinksOperations ServiceAssociationLinks" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceAssociationLinks" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServiceAssociationLinks As IServiceAssociationLinksOperations" />
<MemberSignature Language="F#" Value="member this.ServiceAssociationLinks : Microsoft.Azure.Management.Network.IServiceAssociationLinksOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceAssociationLinks" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IServiceAssociationLinksOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IServiceAssociationLinksOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceEndpointPolicies">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IServiceEndpointPoliciesOperations ServiceEndpointPolicies { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IServiceEndpointPoliciesOperations ServiceEndpointPolicies" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceEndpointPolicies" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServiceEndpointPolicies As IServiceEndpointPoliciesOperations" />
<MemberSignature Language="F#" Value="member this.ServiceEndpointPolicies : Microsoft.Azure.Management.Network.IServiceEndpointPoliciesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceEndpointPolicies" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IServiceEndpointPoliciesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IServiceEndpointPoliciesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceEndpointPolicyDefinitions">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IServiceEndpointPolicyDefinitionsOperations ServiceEndpointPolicyDefinitions { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IServiceEndpointPolicyDefinitionsOperations ServiceEndpointPolicyDefinitions" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceEndpointPolicyDefinitions" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServiceEndpointPolicyDefinitions As IServiceEndpointPolicyDefinitionsOperations" />
<MemberSignature Language="F#" Value="member this.ServiceEndpointPolicyDefinitions : Microsoft.Azure.Management.Network.IServiceEndpointPolicyDefinitionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceEndpointPolicyDefinitions" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IServiceEndpointPolicyDefinitionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IServiceEndpointPolicyDefinitionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceTagInformation">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IServiceTagInformationOperations ServiceTagInformation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IServiceTagInformationOperations ServiceTagInformation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceTagInformation" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServiceTagInformation As IServiceTagInformationOperations" />
<MemberSignature Language="F#" Value="member this.ServiceTagInformation : Microsoft.Azure.Management.Network.IServiceTagInformationOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceTagInformation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IServiceTagInformationOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IServiceTagInformationOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceTags">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IServiceTagsOperations ServiceTags { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IServiceTagsOperations ServiceTags" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceTags" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServiceTags As IServiceTagsOperations" />
<MemberSignature Language="F#" Value="member this.ServiceTags : Microsoft.Azure.Management.Network.IServiceTagsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.ServiceTags" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IServiceTagsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IServiceTagsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StaticMembers">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IStaticMembersOperations StaticMembers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IStaticMembersOperations StaticMembers" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.StaticMembers" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property StaticMembers As IStaticMembersOperations" />
<MemberSignature Language="F#" Value="member this.StaticMembers : Microsoft.Azure.Management.Network.IStaticMembersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.StaticMembers" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IStaticMembersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IStaticMembersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Subnets">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ISubnetsOperations Subnets { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ISubnetsOperations Subnets" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.Subnets" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Subnets As ISubnetsOperations" />
<MemberSignature Language="F#" Value="member this.Subnets : Microsoft.Azure.Management.Network.ISubnetsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.Subnets" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ISubnetsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ISubnetsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SubscriptionId">
<MemberSignature Language="C#" Value="public string SubscriptionId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SubscriptionId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.SubscriptionId" />
<MemberSignature Language="VB.NET" Value="Public Property SubscriptionId As String" />
<MemberSignature Language="F#" Value="member this.SubscriptionId : string with get, set" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.SubscriptionId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
The subscription credentials which uniquely identify the Microsoft
Azure subscription. The subscription ID forms part of the URI for
every service call.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SubscriptionNetworkManagerConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.ISubscriptionNetworkManagerConnectionsOperations SubscriptionNetworkManagerConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.ISubscriptionNetworkManagerConnectionsOperations SubscriptionNetworkManagerConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.SubscriptionNetworkManagerConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SubscriptionNetworkManagerConnections As ISubscriptionNetworkManagerConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.SubscriptionNetworkManagerConnections : Microsoft.Azure.Management.Network.ISubscriptionNetworkManagerConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.SubscriptionNetworkManagerConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.ISubscriptionNetworkManagerConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ISubscriptionNetworkManagerConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SupportedSecurityProvidersWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProviders>> SupportedSecurityProvidersWithHttpMessagesAsync (string resourceGroupName, string virtualWANName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProviders>> SupportedSecurityProvidersWithHttpMessagesAsync(string resourceGroupName, string virtualWANName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.INetworkManagementClient.SupportedSecurityProvidersWithHttpMessagesAsync(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 SupportedSecurityProvidersWithHttpMessagesAsync (resourceGroupName As String, virtualWANName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualWanSecurityProviders))" />
<MemberSignature Language="F#" Value="abstract member SupportedSecurityProvidersWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProviders>>" Usage="iNetworkManagementClient.SupportedSecurityProvidersWithHttpMessagesAsync (resourceGroupName, virtualWANName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProviders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualWANName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupName">
The resource group name.
</param>
<param name="virtualWANName">
The name of the VirtualWAN for which supported security providers
are needed.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gives the supported security providers for the virtual wan.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Usages">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IUsagesOperations Usages { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IUsagesOperations Usages" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.Usages" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Usages As IUsagesOperations" />
<MemberSignature Language="F#" Value="member this.Usages : Microsoft.Azure.Management.Network.IUsagesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.Usages" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IUsagesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IUsagesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VipSwap">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVipSwapOperations VipSwap { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVipSwapOperations VipSwap" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VipSwap" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VipSwap As IVipSwapOperations" />
<MemberSignature Language="F#" Value="member this.VipSwap : Microsoft.Azure.Management.Network.IVipSwapOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VipSwap" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVipSwapOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVipSwapOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualApplianceSites">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualApplianceSitesOperations VirtualApplianceSites { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualApplianceSitesOperations VirtualApplianceSites" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualApplianceSites" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualApplianceSites As IVirtualApplianceSitesOperations" />
<MemberSignature Language="F#" Value="member this.VirtualApplianceSites : Microsoft.Azure.Management.Network.IVirtualApplianceSitesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualApplianceSites" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualApplianceSitesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualApplianceSitesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualApplianceSkus">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualApplianceSkusOperations VirtualApplianceSkus { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualApplianceSkusOperations VirtualApplianceSkus" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualApplianceSkus" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualApplianceSkus As IVirtualApplianceSkusOperations" />
<MemberSignature Language="F#" Value="member this.VirtualApplianceSkus : Microsoft.Azure.Management.Network.IVirtualApplianceSkusOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualApplianceSkus" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualApplianceSkusOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualApplianceSkusOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualHubBgpConnection">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionOperations VirtualHubBgpConnection { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionOperations VirtualHubBgpConnection" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubBgpConnection" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualHubBgpConnection As IVirtualHubBgpConnectionOperations" />
<MemberSignature Language="F#" Value="member this.VirtualHubBgpConnection : Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubBgpConnection" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualHubBgpConnectionOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualHubBgpConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionsOperations VirtualHubBgpConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionsOperations VirtualHubBgpConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubBgpConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualHubBgpConnections As IVirtualHubBgpConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.VirtualHubBgpConnections : Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubBgpConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualHubBgpConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualHubBgpConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualHubIpConfiguration">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualHubIpConfigurationOperations VirtualHubIpConfiguration { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualHubIpConfigurationOperations VirtualHubIpConfiguration" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubIpConfiguration" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualHubIpConfiguration As IVirtualHubIpConfigurationOperations" />
<MemberSignature Language="F#" Value="member this.VirtualHubIpConfiguration : Microsoft.Azure.Management.Network.IVirtualHubIpConfigurationOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubIpConfiguration" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualHubIpConfigurationOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualHubIpConfigurationOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualHubRouteTableV2s">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualHubRouteTableV2sOperations VirtualHubRouteTableV2s { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualHubRouteTableV2sOperations VirtualHubRouteTableV2s" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubRouteTableV2s" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualHubRouteTableV2s As IVirtualHubRouteTableV2sOperations" />
<MemberSignature Language="F#" Value="member this.VirtualHubRouteTableV2s : Microsoft.Azure.Management.Network.IVirtualHubRouteTableV2sOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubRouteTableV2s" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualHubRouteTableV2sOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualHubRouteTableV2sOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualHubs">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualHubsOperations VirtualHubs { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualHubsOperations VirtualHubs" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubs" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualHubs As IVirtualHubsOperations" />
<MemberSignature Language="F#" Value="member this.VirtualHubs : Microsoft.Azure.Management.Network.IVirtualHubsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualHubs" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualHubsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualHubsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualNetworkGatewayConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualNetworkGatewayConnectionsOperations VirtualNetworkGatewayConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualNetworkGatewayConnectionsOperations VirtualNetworkGatewayConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkGatewayConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualNetworkGatewayConnections As IVirtualNetworkGatewayConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.VirtualNetworkGatewayConnections : Microsoft.Azure.Management.Network.IVirtualNetworkGatewayConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkGatewayConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualNetworkGatewayConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualNetworkGatewayConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualNetworkGatewayNatRules">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations VirtualNetworkGatewayNatRules { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations VirtualNetworkGatewayNatRules" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkGatewayNatRules" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualNetworkGatewayNatRules As IVirtualNetworkGatewayNatRulesOperations" />
<MemberSignature Language="F#" Value="member this.VirtualNetworkGatewayNatRules : Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkGatewayNatRules" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualNetworkGatewayNatRulesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualNetworkGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations VirtualNetworkGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations VirtualNetworkGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualNetworkGateways As IVirtualNetworkGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.VirtualNetworkGateways : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualNetworkGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualNetworkPeerings">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations VirtualNetworkPeerings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations VirtualNetworkPeerings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkPeerings" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualNetworkPeerings As IVirtualNetworkPeeringsOperations" />
<MemberSignature Language="F#" Value="member this.VirtualNetworkPeerings : Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkPeerings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualNetworkPeeringsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualNetworks">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualNetworksOperations VirtualNetworks { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualNetworksOperations VirtualNetworks" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworks" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualNetworks As IVirtualNetworksOperations" />
<MemberSignature Language="F#" Value="member this.VirtualNetworks : Microsoft.Azure.Management.Network.IVirtualNetworksOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworks" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualNetworksOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualNetworksOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualNetworkTaps">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations VirtualNetworkTaps { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations VirtualNetworkTaps" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkTaps" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualNetworkTaps As IVirtualNetworkTapsOperations" />
<MemberSignature Language="F#" Value="member this.VirtualNetworkTaps : Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualNetworkTaps" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualNetworkTapsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualRouterPeerings">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualRouterPeeringsOperations VirtualRouterPeerings { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualRouterPeeringsOperations VirtualRouterPeerings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualRouterPeerings" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualRouterPeerings As IVirtualRouterPeeringsOperations" />
<MemberSignature Language="F#" Value="member this.VirtualRouterPeerings : Microsoft.Azure.Management.Network.IVirtualRouterPeeringsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualRouterPeerings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualRouterPeeringsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualRouterPeeringsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualRouters">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualRoutersOperations VirtualRouters { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualRoutersOperations VirtualRouters" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualRouters" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualRouters As IVirtualRoutersOperations" />
<MemberSignature Language="F#" Value="member this.VirtualRouters : Microsoft.Azure.Management.Network.IVirtualRoutersOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualRouters" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualRoutersOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualRoutersOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VirtualWans">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVirtualWansOperations VirtualWans { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVirtualWansOperations VirtualWans" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualWans" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VirtualWans As IVirtualWansOperations" />
<MemberSignature Language="F#" Value="member this.VirtualWans : Microsoft.Azure.Management.Network.IVirtualWansOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VirtualWans" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVirtualWansOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVirtualWansOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnConnectionsOperations VpnConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnConnectionsOperations VpnConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnConnections As IVpnConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.VpnConnections : Microsoft.Azure.Management.Network.IVpnConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnGateways">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnGatewaysOperations VpnGateways { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnGatewaysOperations VpnGateways" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnGateways" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnGateways As IVpnGatewaysOperations" />
<MemberSignature Language="F#" Value="member this.VpnGateways : Microsoft.Azure.Management.Network.IVpnGatewaysOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnGateways" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnGatewaysOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnGatewaysOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnLinkConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations VpnLinkConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations VpnLinkConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnLinkConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnLinkConnections As IVpnLinkConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.VpnLinkConnections : Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnLinkConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnLinkConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnServerConfigurations">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnServerConfigurationsOperations VpnServerConfigurations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnServerConfigurationsOperations VpnServerConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnServerConfigurations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnServerConfigurations As IVpnServerConfigurationsOperations" />
<MemberSignature Language="F#" Value="member this.VpnServerConfigurations : Microsoft.Azure.Management.Network.IVpnServerConfigurationsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnServerConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnServerConfigurationsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnServerConfigurationsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnServerConfigurationsAssociatedWithVirtualWan">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnServerConfigurationsAssociatedWithVirtualWanOperations VpnServerConfigurationsAssociatedWithVirtualWan { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnServerConfigurationsAssociatedWithVirtualWanOperations VpnServerConfigurationsAssociatedWithVirtualWan" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnServerConfigurationsAssociatedWithVirtualWan" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnServerConfigurationsAssociatedWithVirtualWan As IVpnServerConfigurationsAssociatedWithVirtualWanOperations" />
<MemberSignature Language="F#" Value="member this.VpnServerConfigurationsAssociatedWithVirtualWan : Microsoft.Azure.Management.Network.IVpnServerConfigurationsAssociatedWithVirtualWanOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnServerConfigurationsAssociatedWithVirtualWan" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnServerConfigurationsAssociatedWithVirtualWanOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnServerConfigurationsAssociatedWithVirtualWanOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnSiteLinkConnections">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnSiteLinkConnectionsOperations VpnSiteLinkConnections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnSiteLinkConnectionsOperations VpnSiteLinkConnections" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSiteLinkConnections" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnSiteLinkConnections As IVpnSiteLinkConnectionsOperations" />
<MemberSignature Language="F#" Value="member this.VpnSiteLinkConnections : Microsoft.Azure.Management.Network.IVpnSiteLinkConnectionsOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSiteLinkConnections" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnSiteLinkConnectionsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnSiteLinkConnectionsOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnSiteLinks">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnSiteLinksOperations VpnSiteLinks { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnSiteLinksOperations VpnSiteLinks" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSiteLinks" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnSiteLinks As IVpnSiteLinksOperations" />
<MemberSignature Language="F#" Value="member this.VpnSiteLinks : Microsoft.Azure.Management.Network.IVpnSiteLinksOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSiteLinks" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnSiteLinksOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnSiteLinksOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnSites">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnSitesOperations VpnSites { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnSitesOperations VpnSites" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSites" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnSites As IVpnSitesOperations" />
<MemberSignature Language="F#" Value="member this.VpnSites : Microsoft.Azure.Management.Network.IVpnSitesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSites" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnSitesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnSitesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnSitesConfiguration">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations VpnSitesConfiguration { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations VpnSitesConfiguration" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSitesConfiguration" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property VpnSitesConfiguration As IVpnSitesConfigurationOperations" />
<MemberSignature Language="F#" Value="member this.VpnSitesConfiguration : Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.VpnSitesConfiguration" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IVpnSitesConfigurationOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WebApplicationFirewallPolicies">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IWebApplicationFirewallPoliciesOperations WebApplicationFirewallPolicies { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IWebApplicationFirewallPoliciesOperations WebApplicationFirewallPolicies" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.WebApplicationFirewallPolicies" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property WebApplicationFirewallPolicies As IWebApplicationFirewallPoliciesOperations" />
<MemberSignature Language="F#" Value="member this.WebApplicationFirewallPolicies : Microsoft.Azure.Management.Network.IWebApplicationFirewallPoliciesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.WebApplicationFirewallPolicies" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IWebApplicationFirewallPoliciesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IWebApplicationFirewallPoliciesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WebCategories">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.IWebCategoriesOperations WebCategories { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.IWebCategoriesOperations WebCategories" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.INetworkManagementClient.WebCategories" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property WebCategories As IWebCategoriesOperations" />
<MemberSignature Language="F#" Value="member this.WebCategories : Microsoft.Azure.Management.Network.IWebCategoriesOperations" Usage="Microsoft.Azure.Management.Network.INetworkManagementClient.WebCategories" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.IWebCategoriesOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the IWebCategoriesOperations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>