次の方法で共有


INetworkSecurityGroup インターフェイス

定義

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

public interface INetworkSecurityGroup : Microsoft.Azure.Management.Network.Fluent.IHasAssociatedSubnets, Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Update.IUpdate>
type INetworkSecurityGroup = interface
    interface IGroupableResource<INetworkManager, NetworkSecurityGroupInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<NetworkSecurityGroupInner>
    interface IRefreshable<INetworkSecurityGroup>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<INetworkSecurityGroup>
    interface IHasAssociatedSubnets
Public Interface INetworkSecurityGroup
Implements IGroupableResource(Of INetworkManager, NetworkSecurityGroupInner), IHasAssociatedSubnets, IHasInner(Of NetworkSecurityGroupInner), IHasManager(Of INetworkManager), IRefreshable(Of INetworkSecurityGroup), IUpdatable(Of IUpdate), IUpdatableWithTags(Of INetworkSecurityGroup)
実装

プロパティ

DefaultSecurityRules

このネットワーク セキュリティ グループに関連付けられている既定のセキュリティ規則を取得し、その名前でインデックスを付けます。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

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

(継承元 IHasInner<T>)
Key

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

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

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

(継承元 IHasName)
NetworkInterfaceIds

このネットワーク セキュリティ グループに関連付けられているネットワーク インターフェイスの ID を取得します。

Region

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

(継承元 IResource)
RegionName

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

(継承元 IResource)
ResourceGroupName

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

(継承元 IHasResourceGroup)
SecurityRules

このネットワーク セキュリティ グループに関連付けられているセキュリティ規則を取得し、その名前でインデックスを付けます。

Tags

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

(継承元 IResource)
Type

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

(継承元 IResource)

メソッド

ListAssociatedSubnets()

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

(継承元 IHasAssociatedSubnets)
Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

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

(継承元 IUpdatable<T>)
UpdateTags()

リソースのタグの更新を開始します。 これは、Azure のリソースのタグを更新するために使用されるビルダー パターンの始まりです。 定義を完了し、Azure で実際のリソース更新プロセスを開始する最後のメソッドは、AppliableWithTags.applyTags() です。

(継承元 IUpdatableWithTags<T>)

適用対象