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 | |
---|---|---|
SubscriptionListOperationsResponse.OperationCallerDetails() | Initializes a new instance of the SubscriptionListOperationsResponse.OperationCallerDetails class. |
Properties
Name | Description | |
---|---|---|
ClientIPAddress | Gets or sets the IP address of the client computer that initiated the operation. |
|
SubscriptionCertificateThumbprint | Gets or sets the thumbprint of the management certificate that was used to initiate the operation. |
|
UsedServiceManagementApi | Gets or sets whether the operation was initiated by using the Service Management API. |
|
UserEmailAddress | Gets or sets the email address that is associated with the Windows Live ID that initiated the operation. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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