Get Common Bandwidth Packages Result
data class GetCommonBandwidthPackagesResult(val bandwidthPackageName: String? = null, val dryRun: Boolean? = null, val id: String, val ids: List<String>, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val packages: List<GetCommonBandwidthPackagesPackage>, val resourceGroupId: String? = null, val status: String? = null)
A collection of values returned by getCommonBandwidthPackages.
Constructors
Link copied to clipboard
constructor(bandwidthPackageName: String? = null, dryRun: Boolean? = null, id: String, ids: List<String>, includeReservationData: Boolean? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, packages: List<GetCommonBandwidthPackagesPackage>, resourceGroupId: String? = null, status: String? = null)
Properties
Link copied to clipboard
The name of bandwidth package.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of Common Bandwidth Packages. Each element contains the following attributes:
Link copied to clipboard
The Id of resource group which the common bandwidth package belongs.