Get Sites Plain Args
data class GetSitesPlainArgs(val accessType: String? = null, val coverage: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val onlyEnterprise: Boolean? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val planSubscribeType: String? = null, val resourceGroupId: String? = null, val siteName: String? = null, val siteSearchType: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSitesPlainArgs>
A collection of arguments for invoking getSites.
Constructors
Link copied to clipboard
constructor(accessType: String? = null, coverage: String? = null, ids: List<String>? = null, nameRegex: String? = null, onlyEnterprise: Boolean? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, planSubscribeType: String? = null, resourceGroupId: String? = null, siteName: String? = null, siteSearchType: String? = null, status: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
Access type. Value:-NS: Managed access via NS.-CNAME: access through CNAME.
Link copied to clipboard
Only the Enterprise version, pass true when the table only queries the enterprise version of the site.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Current page number.
Link copied to clipboard
Package subscription type. Value:-basicplan: Basic version.-standardplan: Standard version.-advancedplan: Advanced version.-enterpriseplan: Enterprise Edition.
Link copied to clipboard
The ID of the resource group
Link copied to clipboard
The search match pattern for the site name. The default value is exact match. Valid values:-prefix: matches the prefix.-suffix: The suffix matches.-exact: exact match.-fuzzy: fuzzy match.