次の方法で共有


ProjectFile Interface

public interface ProjectFile

An immutable client-side representation of ProjectFile.

Method Summary

Modifier and Type Method and Description
abstract String etag()

Gets the etag property: HTTP strong entity tag value.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ProjectFileInner innerModel()

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

abstract String name()

Gets the name property: The name of the resource.

abstract ProjectFileProperties properties()

Gets the properties property: Custom file properties.

abstract FileStorageInfo read()

Request storage information for downloading the file content This method is used for requesting storage information using which contents of the file can be downloaded.

abstract Response<FileStorageInfo> readWithResponse(Context context)

Request storage information for downloading the file content This method is used for requesting storage information using which contents of the file can be downloaded.

abstract FileStorageInfo readWrite()

Request information for reading and writing file content.

abstract Response<FileStorageInfo> readWriteWithResponse(Context context)

Request information for reading and writing file content.

abstract ProjectFile refresh()

Refreshes the resource to sync with Azure.

abstract ProjectFile refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemDataAutoGenerated systemData()

Gets the systemData property: Metadata pertaining to creation and last modification of the resource.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the ProjectFile resource.

Method Details

etag

public abstract String etag()

Gets the etag property: HTTP strong entity tag value. This is ignored if submitted.

Returns:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ProjectFileInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract ProjectFileProperties properties()

Gets the properties property: Custom file properties.

Returns:

the properties value.

read

public abstract FileStorageInfo read()

Request storage information for downloading the file content This method is used for requesting storage information using which contents of the file can be downloaded.

Returns:

file storage information.

readWithResponse

public abstract Response<FileStorageInfo> readWithResponse(Context context)

Request storage information for downloading the file content This method is used for requesting storage information using which contents of the file can be downloaded.

Parameters:

context - The context to associate with this operation.

Returns:

file storage information along with Response<T>.

readWrite

public abstract FileStorageInfo readWrite()

Request information for reading and writing file content. This method is used for requesting information for reading and writing the file content.

Returns:

file storage information.

readWriteWithResponse

public abstract Response<FileStorageInfo> readWriteWithResponse(Context context)

Request information for reading and writing file content. This method is used for requesting information for reading and writing the file content.

Parameters:

context - The context to associate with this operation.

Returns:

file storage information along with Response<T>.

refresh

public abstract ProjectFile refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ProjectFile refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

systemData

public abstract SystemDataAutoGenerated systemData()

Gets the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract ProjectFile.Update update()

Begins update for the ProjectFile resource.

Returns:

the stage of resource update.

Applies to