次の方法で共有


SecurityRulesOperations interface

SecurityRules 操作を表すインターフェイス。

プロパティ

createOrUpdate

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

delete
get

指定されたセキュリティ ルールを取得します。

listByNetworkSecurityGroup

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

プロパティの詳細

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, resource: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SecurityRule>, SecurityRule>

プロパティ値

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, resource: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SecurityRule>, SecurityRule>

delete

delete: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

指定されたセキュリティ ルールを取得します。

get: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesGetOptionalParams) => Promise<SecurityRule>

プロパティ値

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesGetOptionalParams) => Promise<SecurityRule>

listByNetworkSecurityGroup

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

listByNetworkSecurityGroup: (resourceGroupName: string, networkSecurityGroupName: string, options?: SecurityRulesListByNetworkSecurityGroupOptionalParams) => PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>

プロパティ値

(resourceGroupName: string, networkSecurityGroupName: string, options?: SecurityRulesListByNetworkSecurityGroupOptionalParams) => PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>