Share via


NetworkManagementClient Class

 

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)

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.WindowsAzure.Management.Network.NetworkManagementClient

Syntax

public class NetworkManagementClient : ServiceClient<NetworkManagementClient>, 
    INetworkManagementClient, IDisposable
public ref class NetworkManagementClient : ServiceClient<NetworkManagementClient^>, 
    INetworkManagementClient, IDisposable
type NetworkManagementClient = 
    class
        inherit ServiceClient<NetworkManagementClient>
        interface INetworkManagementClient
        interface IDisposable
    end
Public Class NetworkManagementClient
    Inherits ServiceClient(Of NetworkManagementClient)
    Implements INetworkManagementClient, IDisposable

Constructors

Name Description
NetworkManagementClient()

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(HttpClient)

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the NetworkManagementClient class.

NetworkManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the NetworkManagementClient class.

Properties

Name Description
ApiVersion

Gets the API version.

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)

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

HttpClient

(Inherited from ServiceClient<T>.)

HttpMessageHandler

(Inherited from ServiceClient<T>.)

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 https://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.

UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

Clone(ServiceClient<NetworkManagementClient>)

Clones properties from current instance to another NetworkManagementClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

Dispose()

(Inherited from ServiceClient<T>.)

Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetHttpPipeline()

(Inherited from ServiceClient<T>.)

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)

GetType()

(Inherited from Object.)

InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

MemberwiseClone()

(Inherited from Object.)

SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

ToString()

(Inherited from Object.)

WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

Extension Methods

Name Description
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.)

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.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top