Get Table Service Properties Result
data class GetTableServicePropertiesResult(val cors: CorsRulesResponse? = null, val id: String, val name: String, val type: String)
The properties of a storage account’s Table service.
Constructors
Link copied to clipboard
fun GetTableServicePropertiesResult(cors: CorsRulesResponse? = null, id: String, name: String, type: String)