GetDppResourceGuardProxyResult

data class GetDppResourceGuardProxyResult(val azureApiVersion: String, val id: String, val name: String, val properties: ResourceGuardProxyBaseResponse, val systemData: SystemDataResponse, val type: String)

ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ResourceGuardProxyBaseResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id represents the complete path to the resource.

Link copied to clipboard

Resource name associated with the resource.

Link copied to clipboard

ResourceGuardProxyBaseResource properties

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...