get File Service Properties
suspend fun getFileServiceProperties(argument: GetFileServicePropertiesPlainArgs): GetFileServicePropertiesResult
The properties of File services in storage account. API Version: 2021-02-01.
Return
The properties of File services in storage account.
Parameters
argument
null
suspend fun getFileServiceProperties(accountName: String, fileServicesName: String, resourceGroupName: String): GetFileServicePropertiesResult
Return
The properties of File services in storage account.
See also
Parameters
account Name
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
file Services Name
The name of the file Service within the specified storage account. File Service Name must be "default"
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
suspend fun getFileServiceProperties(argument: suspend GetFileServicePropertiesPlainArgsBuilder.() -> Unit): GetFileServicePropertiesResult
Return
The properties of File services in storage account.
See also
Parameters
argument
Builder for com.pulumi.azurenative.storage.kotlin.inputs.GetFileServicePropertiesPlainArgs.