Get Replication Recovery Services Provider Result
data class GetReplicationRecoveryServicesProviderResult(val id: String, val location: String? = null, val name: String, val properties: RecoveryServicesProviderPropertiesResponse, val type: String)
Provider details.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: RecoveryServicesProviderPropertiesResponse, type: String)