Share via


FileStorageInfo Interface

public interface FileStorageInfo

An immutable client-side representation of FileStorageInfo.

Method Summary

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

Gets the headers property: Dictionary of <string>.

abstract FileStorageInfoInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.FileStorageInfoInner object.

abstract String uri()

Gets the uri property: A URI that can be used to access the file content.

Method Details

headers

public abstract Map<String,String> headers()

Gets the headers property: Dictionary of <string>.

Returns:

the headers value.

innerModel

public abstract FileStorageInfoInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.FileStorageInfoInner object.

Returns:

the inner object.

uri

public abstract String uri()

Gets the uri property: A URI that can be used to access the file content.

Returns:

the uri value.

Applies to