SubscriptionListOperationsResponse.OperationCallerDetails Class

 

Represents the attributes that identify the source of an operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse.OperationCallerDetails

Syntax

public class OperationCallerDetails
public ref class OperationCallerDetails 
type OperationCallerDetails = class end
Public Class OperationCallerDetails

Constructors

Name Description
System_CAPS_pubmethod SubscriptionListOperationsResponse.OperationCallerDetails()

Initializes a new instance of the SubscriptionListOperationsResponse.OperationCallerDetails class.

Properties

Name Description
System_CAPS_pubproperty ClientIPAddress

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

System_CAPS_pubproperty SubscriptionCertificateThumbprint

Gets or sets the thumbprint of the management certificate that was used to initiate the operation.

System_CAPS_pubproperty UsedServiceManagementApi

Gets or sets whether the operation was initiated by using the Service Management API.

System_CAPS_pubproperty UserEmailAddress

Gets or sets the email address that is associated with the Windows Live ID that initiated the operation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Models Namespace

Return to top