ManagedCluster.NetworkSecurityRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets custom Network Security Rules that are applied to the virtual network of the cluster.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkSecurityRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule> NetworkSecurityRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkSecurityRules")>]
member this.NetworkSecurityRules : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule> with get, set
Public Property NetworkSecurityRules As IList(Of NetworkSecurityRule)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute