getFile

suspend fun getFile(argument: GetFilePlainArgs): GetFileResult

The files resource is a nested, proxy-only resource representing a file stored under the project resource. This method retrieves information about a file. API Version: 2018-07-15-preview.

Return

A file resource

Parameters

argument

null


suspend fun getFile(fileName: String, groupName: String, projectName: String, serviceName: String): GetFileResult

Return

A file resource

Parameters

fileName

Name of the File

groupName

Name of the resource group

projectName

Name of the project

serviceName

Name of the service

See also


suspend fun getFile(argument: suspend GetFilePlainArgsBuilder.() -> Unit): GetFileResult

Return

A file resource

Parameters

argument

Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetFilePlainArgs.

See also