StorageTaskPreviewAction Interface

public interface StorageTaskPreviewAction

An immutable client-side representation of StorageTaskPreviewAction.

Method Summary

Modifier and Type Method and Description
abstract StorageTaskPreviewActionInner innerModel()

Gets the inner com.azure.resourcemanager.storageactions.fluent.models.StorageTaskPreviewActionInner object.

abstract StorageTaskPreviewActionProperties properties()

Gets the properties property: Properties of the storage task preview.

Method Details

innerModel

public abstract StorageTaskPreviewActionInner innerModel()

Gets the inner com.azure.resourcemanager.storageactions.fluent.models.StorageTaskPreviewActionInner object.

Returns:

the inner object.

properties

public abstract StorageTaskPreviewActionProperties properties()

Gets the properties property: Properties of the storage task preview.

Returns:

the properties value.

Applies to