SubscriptionListOperationsResponse.OperationCallerDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of attributes that identify the source of the operation.
public class SubscriptionListOperationsResponse.OperationCallerDetails
type SubscriptionListOperationsResponse.OperationCallerDetails = class
Public Class SubscriptionListOperationsResponse.OperationCallerDetails
- Inheritance
-
SubscriptionListOperationsResponse.OperationCallerDetails
Constructors
SubscriptionListOperationsResponse.OperationCallerDetails() |
Initializes a new instance of the OperationCallerDetails class. |
Properties
ClientIPAddress |
Optional. The IP address of the client computer that initiated the operation. This element is returned only if UsedServiceManagementApi is true. |
SubscriptionCertificateThumbprint |
Optional. The thumbprint of the subscription certificate used to initiate the operation. |
UsedServiceManagementApi |
Optional. Indicates whether the operation was initiated by using the Service Management API. This will be false if it was initiated by another source, such as the Management Portal. |
UserEmailAddress |
Optional. The email associated with the Windows Live ID of the user who initiated the operation from the Management Portal. This element is returned only if UsedServiceManagementApi is false. |
Applies to
Azure SDK for .NET