Interface ProductLog


public interface ProductLog
An immutable client-side representation of ProductLog.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the details property: Operation error details.
    Gets the endDate property: Operation end datetime.
    Gets the error property: Operation error data.
    id()
    Gets the id property: Log ID.
    Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner object.
    Gets the operation property: Logged operation.
    Gets the productId property: Logged product ID.
    Gets the registrationName property: Logged registration name.
    Gets the resourceGroupName property: Logged resource group name.
    Gets the startDate property: Operation start datetime.
    Gets the status property: Operation status.
    Gets the subscriptionId property: Logged subscription ID.
  • Method Details

    • id

      String id()
      Gets the id property: Log ID.
      Returns:
      the id value.
    • productId

      String productId()
      Gets the productId property: Logged product ID.
      Returns:
      the productId value.
    • subscriptionId

      String subscriptionId()
      Gets the subscriptionId property: Logged subscription ID.
      Returns:
      the subscriptionId value.
    • registrationName

      String registrationName()
      Gets the registrationName property: Logged registration name.
      Returns:
      the registrationName value.
    • resourceGroupName

      String resourceGroupName()
      Gets the resourceGroupName property: Logged resource group name.
      Returns:
      the resourceGroupName value.
    • operation

      String operation()
      Gets the operation property: Logged operation.
      Returns:
      the operation value.
    • startDate

      String startDate()
      Gets the startDate property: Operation start datetime.
      Returns:
      the startDate value.
    • endDate

      String endDate()
      Gets the endDate property: Operation end datetime.
      Returns:
      the endDate value.
    • status

      String status()
      Gets the status property: Operation status.
      Returns:
      the status value.
    • error

      String error()
      Gets the error property: Operation error data.
      Returns:
      the error value.
    • details

      String details()
      Gets the details property: Operation error details.
      Returns:
      the details value.
    • innerModel

      ProductLogInner innerModel()
      Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner object.
      Returns:
      the inner object.