Get Resource Type Registration Result
data class GetResourceTypeRegistrationResult(val azureApiVersion: String, val id: String, val name: String, val properties: ResourceTypeRegistrationResponseProperties, val systemData: SystemDataResponse, val type: String)
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ResourceTypeRegistrationResponseProperties, systemData: SystemDataResponse, type: String)