ResourceBasicsResponse

data class ResourceBasicsResponse(val addressPrefixes: List<String>? = null, val resourceId: String? = null)

Representation of basic resource information.

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IP address prefixes of the resource.

Link copied to clipboard
val resourceId: String? = null

ResourceId of the Azure resource.