ClfsTarget Class

  • java.lang.Object
    • com.azure.resourcemanager.storagecache.models.ClfsTarget

public final class ClfsTarget

Properties pertaining to the ClfsTarget.

Constructor Summary

Constructor Description
ClfsTarget()

Creates an instance of ClfsTarget class.

Method Summary

Modifier and Type Method and Description
String target()

Get the target property: Resource ID of storage container.

void validate()

Validates the instance.

ClfsTarget withTarget(String target)

Set the target property: Resource ID of storage container.

Methods inherited from java.lang.Object

Constructor Details

ClfsTarget

public ClfsTarget()

Creates an instance of ClfsTarget class.

Method Details

target

public String target()

Get the target property: Resource ID of storage container.

Returns:

the target value.

validate

public void validate()

Validates the instance.

withTarget

public ClfsTarget withTarget(String target)

Set the target property: Resource ID of storage container.

Parameters:

target - the target value to set.

Returns:

the ClfsTarget object itself.

Applies to