UnknownTarget Class

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

public final class UnknownTarget

Properties pertaining to the UnknownTarget.

Constructor Summary

Constructor Description
UnknownTarget()

Creates an instance of UnknownTarget class.

Method Summary

Modifier and Type Method and Description
Map<String,String> attributes()

Get the attributes property: Dictionary of string->string pairs containing information about the Storage Target.

void validate()

Validates the instance.

UnknownTarget withAttributes(Map<String,String> attributes)

Set the attributes property: Dictionary of string->string pairs containing information about the Storage Target.

Methods inherited from java.lang.Object

Constructor Details

UnknownTarget

public UnknownTarget()

Creates an instance of UnknownTarget class.

Method Details

attributes

public Map attributes()

Get the attributes property: Dictionary of string->string pairs containing information about the Storage Target.

Returns:

the attributes value.

validate

public void validate()

Validates the instance.

withAttributes

public UnknownTarget withAttributes(Map attributes)

Set the attributes property: Dictionary of string->string pairs containing information about the Storage Target.

Parameters:

attributes - the attributes value to set.

Returns:

the UnknownTarget object itself.

Applies to