StorageTaskAssignment Interface

public interface StorageTaskAssignment

An immutable client-side representation of StorageTaskAssignment.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Resource ID of the Storage Task Assignment.

abstract StorageTaskAssignmentInner innerModel()

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

Method Details

id

public abstract String id()

Gets the id property: Resource ID of the Storage Task Assignment.

Returns:

the id value.

innerModel

public abstract StorageTaskAssignmentInner innerModel()

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

Returns:

the inner object.

Applies to