次の方法で共有


NetworkSecurityGroups interface

NetworkSecurityGroups を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, NetworkSecurityGroup, NetworkSecurityGroupsCreateOrUpdateOptionalParams)

指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。

beginCreateOrUpdateAndWait(string, string, NetworkSecurityGroup, NetworkSecurityGroupsCreateOrUpdateOptionalParams)

指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。

beginDelete(string, string, NetworkSecurityGroupsDeleteOptionalParams)

指定したネットワーク セキュリティ グループを削除します。

beginDeleteAndWait(string, string, NetworkSecurityGroupsDeleteOptionalParams)

指定したネットワーク セキュリティ グループを削除します。

beginUpdateTags(string, string, TagsObject, NetworkSecurityGroupsUpdateTagsOptionalParams)

ネットワーク セキュリティ グループのタグを更新します。

beginUpdateTagsAndWait(string, string, TagsObject, NetworkSecurityGroupsUpdateTagsOptionalParams)

ネットワーク セキュリティ グループのタグを更新します。

get(string, string, NetworkSecurityGroupsGetOptionalParams)

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

list(string, NetworkSecurityGroupsListOptionalParams)

リソース グループ内のすべてのネットワーク セキュリティ グループを取得します。

listAll(NetworkSecurityGroupsListAllOptionalParams)

サブスクリプション内のすべてのネットワーク セキュリティ グループを取得します。

メソッドの詳細

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

ネットワーク セキュリティ グループの作成または更新操作に指定されたパラメーター。

options
NetworkSecurityGroupsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

ネットワーク セキュリティ グループの作成または更新操作に指定されたパラメーター。

options
NetworkSecurityGroupsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, NetworkSecurityGroupsDeleteOptionalParams)

指定したネットワーク セキュリティ グループを削除します。

function beginDelete(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

networkSecurityGroupName

string

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

options
NetworkSecurityGroupsDeleteOptionalParams

オプション パラメーター。

戻り値

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

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

options
NetworkSecurityGroupsDeleteOptionalParams

オプション パラメーター。

戻り値

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

ネットワーク セキュリティ グループ タグを更新するために指定されたパラメーター。

options
NetworkSecurityGroupsUpdateTagsOptionalParams

オプション パラメーター。

戻り値

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

ネットワーク セキュリティ グループ タグを更新するために指定されたパラメーター。

options
NetworkSecurityGroupsUpdateTagsOptionalParams

オプション パラメーター。

戻り値

get(string, string, NetworkSecurityGroupsGetOptionalParams)

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

function get(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsGetOptionalParams): Promise<NetworkSecurityGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

networkSecurityGroupName

string

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

options
NetworkSecurityGroupsGetOptionalParams

オプション パラメーター。

戻り値

list(string, NetworkSecurityGroupsListOptionalParams)

リソース グループ内のすべてのネットワーク セキュリティ グループを取得します。

function list(resourceGroupName: string, options?: NetworkSecurityGroupsListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
NetworkSecurityGroupsListOptionalParams

オプション パラメーター。

戻り値

listAll(NetworkSecurityGroupsListAllOptionalParams)

サブスクリプション内のすべてのネットワーク セキュリティ グループを取得します。

function listAll(options?: NetworkSecurityGroupsListAllOptionalParams): PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>

パラメーター

options
NetworkSecurityGroupsListAllOptionalParams

オプション パラメーター。

戻り値