ClfsTarget Class

  • java.lang.Object
    • com.microsoft.azure.management.storagecache.v2020_03_01.ClfsTarget

public class ClfsTarget

Properties pertained to ClfsTarget.

Constructor Summary

Constructor Description
ClfsTarget()

Method Summary

Modifier and Type Method and Description
java.lang.String target()

Get resource ID of storage container.

ClfsTarget withTarget(String target)

Set resource ID of storage container.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ClfsTarget

public ClfsTarget()

Method Details

target

public String target()

Get resource ID of storage container.

Returns:

the target value

withTarget

public ClfsTarget withTarget(String target)

Set resource ID of storage container.

Parameters:

target - the target value to set

Returns:

the ClfsTarget object itself.

Applies to

Azure SDK for Java

Latest