Get Namespace Network Rule Set Result
data class GetNamespaceNetworkRuleSetResult(val azureApiVersion: String, val defaultAction: String? = null, val id: String, val ipRules: List<NWRuleSetIpRulesResponse>? = null, val location: String, val name: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val trustedServiceAccessEnabled: Boolean? = null, val type: String, val virtualNetworkRules: List<NWRuleSetVirtualNetworkRulesResponse>? = null)
Description of topic resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, defaultAction: String? = null, id: String, ipRules: List<NWRuleSetIpRulesResponse>? = null, location: String, name: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, trustedServiceAccessEnabled: Boolean? = null, type: String, virtualNetworkRules: List<NWRuleSetVirtualNetworkRulesResponse>? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Default Action for Network Rule Set
Link copied to clipboard
List of IpRules
Link copied to clipboard
This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.
Link copied to clipboard
The system meta data relating to this resource.
Link copied to clipboard
Value that indicates whether Trusted Service Access is Enabled or not.
Link copied to clipboard
List VirtualNetwork Rules