NetworkManagementClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.
public class NetworkManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.NetworkManagementClient>, IDisposable, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.INetworkManagementClient, Microsoft.Rest.Azure.IAzureClient
type NetworkManagementClient = class
inherit ServiceClient<NetworkManagementClient>
interface INetworkManagementClient
interface IDisposable
interface IAzureClient
Public Class NetworkManagementClient
Inherits ServiceClient(Of NetworkManagementClient)
Implements IAzureClient, IDisposable, INetworkManagementClient
- Inheritance
-
NetworkManagementClient
- Implements
Constructors
Properties
AcceptLanguage |
The preferred language for the response. |
ApiVersion |
Client API version. |
BaseUri |
The base URI of the service. |
Credentials |
Credentials needed for the client to connect to Azure. |
DefaultSecurityRules |
Gets the IDefaultSecurityRulesOperations. |
DeserializationSettings |
Gets or sets json deserialization settings. |
GenerateClientRequestId |
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. |
LongRunningOperationRetryTimeout |
The retry timeout in seconds for Long Running Operations. Default value is 30. |
NetworkInterfaces |
Gets the INetworkInterfacesOperations. |
NetworkSecurityGroups |
Gets the INetworkSecurityGroupsOperations. |
PrivateEndpoints |
Gets the IPrivateEndpointsOperations. |
Routes |
Gets the IRoutesOperations. |
RouteTables |
Gets the IRouteTablesOperations. |
SecurityRules |
Gets the ISecurityRulesOperations. |
SerializationSettings |
Gets or sets json serialization settings. |
ServiceTags |
Gets the IServiceTagsOperations. |
Subnets |
Gets the ISubnetsOperations. |
SubscriptionId |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
VirtualNetworks |
Gets the IVirtualNetworksOperations. |