次の方法で共有


NetworkSecurityGroupResourceSettings.SecurityRules プロパティ

定義

ネットワーク セキュリティ グループのセキュリティ規則を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="securityRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.NsgSecurityRule> SecurityRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityRules")>]
member this.SecurityRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.NsgSecurityRule> with get, set
Public Property SecurityRules As IList(Of NsgSecurityRule)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象