次の方法で共有


NetworkManagementClient Class

Definition

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

NetworkManagementClient(DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(HttpClient, Boolean)

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the NetworkManagementClient class.

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.

Applies to