次の方法で共有


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 endDate property: Operation end datetime.

abstract String error()

Gets the error property: Operation error data.

abstract String id()

Gets the id property: Log ID.

abstract ProductLogInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner object.

abstract String operation()

Gets the operation property: Logged operation.

abstract String productId()

Gets the productId property: Logged product ID.

abstract String registrationName()

Gets the registrationName property: Logged registration name.

abstract String resourceGroupName()

Gets the resourceGroupName property: Logged resource group name.

abstract String startDate()

Gets the startDate property: Operation start datetime.

abstract String status()

Gets the status property: Operation status.

abstract String subscriptionId()

Gets the subscriptionId property: Logged subscription ID.

Method Details

details

public abstract String details()

Gets the details property: Operation error details.

Returns:

the details value.

endDate

public abstract String endDate()

Gets the endDate property: Operation end datetime.

Returns:

the endDate value.

error

public abstract String error()

Gets the error property: Operation error data.

Returns:

the error value.

id

public abstract String id()

Gets the id property: Log ID.

Returns:

the id value.

innerModel

public abstract ProductLogInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner object.

Returns:

the inner object.

operation

public abstract String operation()

Gets the operation property: Logged operation.

Returns:

the operation value.

productId

public abstract String productId()

Gets the productId property: Logged product ID.

Returns:

the productId value.

registrationName

public abstract String registrationName()

Gets the registrationName property: Logged registration name.

Returns:

the registrationName value.

resourceGroupName

public abstract String resourceGroupName()

Gets the resourceGroupName property: Logged resource group name.

Returns:

the resourceGroupName value.

startDate

public abstract String startDate()

Gets the startDate property: Operation start datetime.

Returns:

the startDate value.

status

public abstract String status()

Gets the status property: Operation status.

Returns:

the status value.

subscriptionId

public abstract String subscriptionId()

Gets the subscriptionId property: Logged subscription ID.

Returns:

the subscriptionId value.

Applies to