GetPartnerRegistrationResult

data class GetPartnerRegistrationResult(val id: String, val location: String, val name: String, val partnerRegistrationImmutableId: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Information about a partner registration.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, partnerRegistrationImmutableId: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version

Link copied to clipboard

Provisioning state of the partner registration.

Link copied to clipboard

The system metadata relating to Partner Registration resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the resource.

Link copied to clipboard

Type of the resource.