共用方式為


INetworkManagementClient Interface

Definition

The Service Management API includes operations for managing the virtual networks for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

public interface INetworkManagementClient : IDisposable
type INetworkManagementClient = interface
    interface IDisposable
Public Interface INetworkManagementClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Gets the API version.

ApplicationGateways

The Application Gateway Management API includes operations for managing application gateways in your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)

BaseUri

Gets the URI used as the base for all cloud service requests.

ClientRootCertificates

The Network Management API includes operations for managing the client root certificates for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Gateways

The Network Management API includes operations for managing the gateways for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)

IPForwarding

The Network Management API includes operations for managing the IP Forwarding for your roles and network interfaces in your subscription.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

Networks

The Network Management API includes operations for managing the virtual networks for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

NetworkSecurityGroups

The Network Management API includes operations for managing the Network Security Groups for your subscription.

ReservedIPs

The Network Management API includes operations for managing the reserved IPs for your subscription.

Routes

The Network Management API includes operations for managing the routes for your subscription.

StaticIPs

The Network Management API includes operations for managing the static IPs for your subscription.

VirtualIPs

The Network Management API includes operations for managing the Virtual IPs for your deployment.

Methods

GetOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Extension Methods

GetOperationStatus(INetworkManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

GetOperationStatusAsync(INetworkManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Applies to