Get Notification Hub Result
data class GetNotificationHubResult(val id: String, val location: String, val name: String, val properties: NotificationHubPropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Notification Hub Resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: NotificationHubPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)