Get User Rule Result
data class GetUserRuleResult(val description: String? = null, val destinationPortRanges: List<String>? = null, val destinations: List<AddressPrefixItemResponse>? = null, val direction: String, val displayName: String? = null, val etag: String, val id: String, val kind: String, val name: String, val protocol: String, val provisioningState: String, val sourcePortRanges: List<String>? = null, val sources: List<AddressPrefixItemResponse>? = null, val systemData: SystemDataResponse, val type: String)
Network security user rule.
Constructors
Link copied to clipboard
fun GetUserRuleResult(description: String? = null, destinationPortRanges: List<String>? = null, destinations: List<AddressPrefixItemResponse>? = null, direction: String, displayName: String? = null, etag: String, id: String, kind: String, name: String, protocol: String, provisioningState: String, sourcePortRanges: List<String>? = null, sources: List<AddressPrefixItemResponse>? = null, systemData: SystemDataResponse, type: String)