Share via


INetworkManagementClient Interface

 

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

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public interface INetworkManagementClient : IDisposable
public interface class INetworkManagementClient : IDisposable
type INetworkManagementClient = 
    interface
        interface IDisposable
    end
Public Interface INetworkManagementClient
    Inherits IDisposable

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty ApplicationGateways

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

System_CAPS_pubproperty BaseUri

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

System_CAPS_pubproperty ClientRootCertificates

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

System_CAPS_pubproperty Credentials

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

System_CAPS_pubproperty Gateways

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

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty Networks

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

System_CAPS_pubproperty NetworkSecurityGroups

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

System_CAPS_pubproperty ReservedIPs

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

System_CAPS_pubproperty Routes

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

System_CAPS_pubproperty StaticIPs

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

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod 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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Extension Methods

Name Description
System_CAPS_pubmethod GetOperationStatus(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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by NetworkManagementClientExtensions.)

System_CAPS_pubmethod GetOperationStatusAsync(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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by NetworkManagementClientExtensions.)

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top