NetworkSecurityGroupsOperations interface
NetworkSecurityGroups 操作を表すインターフェイス。
プロパティ
| create |
指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。 |
| delete | |
| get | 指定されたネットワーク セキュリティ グループを取得します。 |
| list |
サブスクリプション内のすべてのネットワーク セキュリティ グループを取得します。 |
| list |
リソース グループ内のすべてのネットワーク セキュリティ グループを取得します。 |
| update |
ネットワーク セキュリティ グループのタグを更新します。 |
プロパティの詳細
createOrUpdate
指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。
createOrUpdate: (resourceGroupName: string, networkSecurityGroupName: string, resource: NetworkSecurityGroup, options?: NetworkSecurityGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NetworkSecurityGroup>, NetworkSecurityGroup>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, resource: NetworkSecurityGroup, options?: NetworkSecurityGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NetworkSecurityGroup>, NetworkSecurityGroup>
delete
delete: (resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
指定されたネットワーク セキュリティ グループを取得します。
get: (resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsGetOptionalParams) => Promise<NetworkSecurityGroup>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, options?: NetworkSecurityGroupsGetOptionalParams) => Promise<NetworkSecurityGroup>
listAll
サブスクリプション内のすべてのネットワーク セキュリティ グループを取得します。
listAll: (options?: NetworkSecurityGroupsListAllOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>
プロパティ値
(options?: NetworkSecurityGroupsListAllOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>
listByResourceGroup
リソース グループ内のすべてのネットワーク セキュリティ グループを取得します。
listByResourceGroup: (resourceGroupName: string, options?: NetworkSecurityGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: NetworkSecurityGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityGroup, NetworkSecurityGroup[], PageSettings>
updateTags
ネットワーク セキュリティ グループのタグを更新します。
updateTags: (resourceGroupName: string, networkSecurityGroupName: string, properties: NetworkSecurityGroupTagsUpdate, options?: NetworkSecurityGroupsUpdateTagsOptionalParams) => PollerLike<OperationState<NetworkSecurityGroup>, NetworkSecurityGroup>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, properties: NetworkSecurityGroupTagsUpdate, options?: NetworkSecurityGroupsUpdateTagsOptionalParams) => PollerLike<OperationState<NetworkSecurityGroup>, NetworkSecurityGroup>