IWithApplicationSecurityGroup インターフェイス

定義

アプリケーション セキュリティ グループを構成できる仮想マシン スケール セットの更新のステージ。

public interface IWithApplicationSecurityGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationSecurityGroup = interface
    interface IBeta
Public Interface IWithApplicationSecurityGroup
Implements IBeta
派生
実装

メソッド

WithExistingApplicationSecurityGroup(IApplicationSecurityGroup)

指定されたアプリケーション セキュリティ グループを仮想マシン スケール セットに関連付ける必要があることを指定します。

WithExistingApplicationSecurityGroupId(String)

指定されたアプリケーション セキュリティ グループを仮想マシン スケール セットに関連付ける必要があることを指定します。

WithoutApplicationSecurityGroup(String)

指定されたアプリケーション セキュリティ グループを仮想マシン スケール セットから削除することを指定します。

適用対象