shareProperties

@JvmName(name = "hfcesymtyctvfiwl")
suspend fun shareProperties(value: Output<AccountSharePropertiesArgs>)
@JvmName(name = "vgnqlxrcvkarjufm")
suspend fun shareProperties(value: AccountSharePropertiesArgs?)

Parameters

value

A share_properties block as defined below.

Note: share_properties can only be configured when either account_tier is Standard and account_kind is either Storage or StorageV2 - or when account_tier is Premium and account_kind is FileStorage.


@JvmName(name = "rwouogambsobhjfd")
suspend fun shareProperties(argument: suspend AccountSharePropertiesArgsBuilder.() -> Unit)

Parameters

argument

A share_properties block as defined below.

Note: share_properties can only be configured when either account_tier is Standard and account_kind is either Storage or StorageV2 - or when account_tier is Premium and account_kind is FileStorage.