Get Namespace Authorization Rule Result
data class GetNamespaceAuthorizationRuleResult(val id: String, val location: String? = null, val name: String, val properties: SharedAccessAuthorizationRulePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Response for POST requests that return single SharedAccessAuthorizationRule.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: SharedAccessAuthorizationRulePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)