次の方法で共有


INetworkSecurityRule インターフェイス

定義

ネットワーク セキュリティ グループ内のネットワーク セキュリティ規則。

public interface INetworkSecurityRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>
type INetworkSecurityRule = interface
    interface IHasInner<SecurityRuleInner>
    interface IChildResource<INetworkSecurityGroup>
    interface IHasName
    interface IIndexable
    interface IHasParent<INetworkSecurityGroup>
Public Interface INetworkSecurityRule
Implements IChildResource(Of INetworkSecurityGroup), IHasInner(Of SecurityRuleInner), IHasParent(Of INetworkSecurityGroup)
実装

プロパティ

Access

規則によって適用されるアクセスの種類を取得します。

Description

セキュリティ規則のユーザー定義の説明を取得します。

DestinationAddressPrefix

ルールが適用される宛先アドレス プレフィックスを取得します。形式は CIDR 表記を使用して表されます。"##.##.##.#/##"、"" は "any" を意味します。

DestinationAddressPrefixes

ルールが適用される宛先アドレス プレフィックスの一覧を取得します。形式は CIDR 表記を使用して表されます。"##.##.##.#/##"、"" は "any"、または IP アドレスを意味します。

DestinationApplicationSecurityGroupIds

宛先として指定されたアプリケーション セキュリティ グループ ID の一覧を取得します。

DestinationPortRange

ルールが適用される宛先ポート範囲を "##-##" 形式で取得します。"" は any を意味します。

DestinationPortRanges

ルールが適用される宛先ポート範囲を "##-##" の形式で取得します。ここで、"" は any を意味します。

Direction

ネットワーク セキュリティ規則が適用されるネットワーク トラフィックの方向を取得します。

Inner

ネットワーク セキュリティ グループ内のネットワーク セキュリティ規則。

(継承元 IHasInner<T>)
Key

ネットワーク セキュリティ グループ内のネットワーク セキュリティ規則。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Priority

このネットワーク セキュリティ グループに対して指定された他の規則の優先度番号を基準にして、この規則を適用する規則の優先度番号を取得します。

Protocol

規則が適用されるネットワーク プロトコルを取得します。

SourceAddressPrefix

ルールが適用されるソース アドレス プレフィックスを取得します。形式は CIDR 表記を使用して表されます。"##.##.#.##/##/##"、"" は "any" を意味します。

SourceAddressPrefixes

ルールが適用されるソース アドレス プレフィックスの一覧を取得します。形式は CIDR 表記を使用して表されます。"##.##.##.#/##"、"" は "any"、または IP アドレスを意味します。

SourceApplicationSecurityGroupIds

ソースとして指定されたアプリケーション セキュリティ グループ ID の一覧を取得します。

SourcePortRange

ルールが適用されるソース ポート範囲を "##-##" 形式で取得します。"" は "any" を意味します。

SourcePortRanges

ルールが適用されるソース ポート範囲を "##-##" 形式で取得します。"" は "any" を意味します。

適用対象