NetworkSecurityGroups interface
NetworkSecurityGroups を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, NetworkSecurityGroup, NetworkSecurityGroupsCreateOrUpdateOptionalParams)
指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, networkSecurityGroupName: string, parameters: NetworkSecurityGroup, options?: NetworkSecurityGroupsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<NetworkSecurityGroup>, NetworkSecurityGroup>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
- parameters
- NetworkSecurityGroup
ネットワーク セキュリティ グループの作成または更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<NetworkSecurityGroup>, NetworkSecurityGroup>>
beginCreateOrUpdateAndWait(string, string, NetworkSecurityGroup, NetworkSecurityGroupsCreateOrUpdateOptionalParams)
指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, networkSecurityGroupName: string, parameters: NetworkSecurityGroup, options?: NetworkSecurityGroupsCreateOrUpdateOptionalParams): Promise<NetworkSecurityGroup>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
- parameters
- NetworkSecurityGroup
ネットワーク セキュリティ グループの作成または更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<NetworkSecurityGroup>
beginDelete(string, string, NetworkSecurityGroupsDeleteOptionalParams)
指定したネットワーク セキュリティ グループを削除します。
function beginDelete(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkSecurityGroupsDeleteOptionalParams)
指定したネットワーク セキュリティ グループを削除します。
function beginDeleteAndWait(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
オプション パラメーター。
戻り値
Promise<void>
beginUpdateTags(string, string, TagsObject, NetworkSecurityGroupsUpdateTagsOptionalParams)
ネットワーク セキュリティ グループのタグを更新します。
function beginUpdateTags(resourceGroupName: string, networkSecurityGroupName: string, parameters: TagsObject, options?: NetworkSecurityGroupsUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<NetworkSecurityGroup>, NetworkSecurityGroup>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
- parameters
- TagsObject
ネットワーク セキュリティ グループ タグを更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<NetworkSecurityGroup>, NetworkSecurityGroup>>
beginUpdateTagsAndWait(string, string, TagsObject, NetworkSecurityGroupsUpdateTagsOptionalParams)
ネットワーク セキュリティ グループのタグを更新します。
function beginUpdateTagsAndWait(resourceGroupName: string, networkSecurityGroupName: string, parameters: TagsObject, options?: NetworkSecurityGroupsUpdateTagsOptionalParams): Promise<NetworkSecurityGroup>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
- parameters
- TagsObject
ネットワーク セキュリティ グループ タグを更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<NetworkSecurityGroup>
get(string, string, NetworkSecurityGroupsGetOptionalParams)
指定したネットワーク セキュリティ グループを取得します。
function get(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsGetOptionalParams): Promise<NetworkSecurityGroup>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
オプション パラメーター。
戻り値
Promise<NetworkSecurityGroup>
list(string, NetworkSecurityGroupsListOptionalParams)
リソース グループ内のすべてのネットワーク セキュリティ グループを取得します。
function list(resourceGroupName: string, options?: NetworkSecurityGroupsListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
オプション パラメーター。
戻り値
listAll(NetworkSecurityGroupsListAllOptionalParams)
サブスクリプション内のすべてのネットワーク セキュリティ グループを取得します。
function listAll(options?: NetworkSecurityGroupsListAllOptionalParams): PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>
パラメーター
オプション パラメーター。