ProductLog Interface
public interface ProductLog
An immutable client-side representation of ProductLog.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
details()
Gets the details property: Operation error details. |
| abstract String |
endDate()
Gets the end |
| abstract String |
error()
Gets the error property: Operation error data. |
| abstract String |
id()
Gets the id property: Log ID. |
|
abstract
Product |
innerModel()
Gets the inner com. |
| abstract String |
operation()
Gets the operation property: Logged operation. |
| abstract String |
productId()
Gets the product |
| abstract String |
registrationName()
Gets the registration |
| abstract String |
resourceGroupName()
Gets the resource |
| abstract String |
startDate()
Gets the start |
| abstract String |
status()
Gets the status property: Operation status. |
| abstract String |
subscriptionId()
Gets the subscription |
Method Details
details
public abstract String details()
Gets the details property: Operation error details.
Returns:
endDate
public abstract String endDate()
Gets the endDate property: Operation end datetime.
Returns:
error
public abstract String error()
Gets the error property: Operation error data.
Returns:
id
public abstract String id()
Gets the id property: Log ID.
Returns:
innerModel
public abstract ProductLogInner innerModel()
Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner object.
Returns:
operation
public abstract String operation()
Gets the operation property: Logged operation.
Returns:
productId
public abstract String productId()
Gets the productId property: Logged product ID.
Returns:
registrationName
public abstract String registrationName()
Gets the registrationName property: Logged registration name.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the resourceGroupName property: Logged resource group name.
Returns:
startDate
public abstract String startDate()
Gets the startDate property: Operation start datetime.
Returns:
status
public abstract String status()
Gets the status property: Operation status.
Returns:
subscriptionId
public abstract String subscriptionId()
Gets the subscriptionId property: Logged subscription ID.
Returns: