Udostępnij przez


INetworkManagementClient Interface

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 interface INetworkManagementClient : IDisposable
type INetworkManagementClient = interface
    interface IDisposable
Public Interface INetworkManagementClient
Implements IDisposable
Derived
Implements

Properties

Name Description
AcceptLanguage

The preferred language for the response.

ApiVersion

The API version to use for this operation.

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