Aracılığıyla paylaş


OperationCallerDetails.ClientIPAddress Property

Gets or sets the IP address of the client computer that initiated the operation.

Namespace: Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Usage

'Usage
Dim instance As OperationCallerDetails
Dim value As String

value = instance.ClientIPAddress

instance.ClientIPAddress = value

Syntax

'Declaration
Public Property ClientIPAddress As String
public string ClientIPAddress { get; set; }
public:
property String^ ClientIPAddress {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ClientIPAddress ()

/** @property */
public void set_ClientIPAddress (String value)
public function get ClientIPAddress () : String

public function set ClientIPAddress (value : String)

Property Value

The IP address.

Remarks

This value is only returned if UsedServiceManagementApi is true.

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

OperationCallerDetails Class
OperationCallerDetails Members
Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse Namespace