SecurityRulesOperations interface
SecurityRules 操作を表すインターフェイス。
プロパティ
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
指定したネットワーク セキュリティ グループ内のセキュリティ ルールを作成または更新します。 |
| delete | 指定したネットワーク セキュリティ ルールを削除します。 |
| get | 指定されたネットワーク セキュリティ ルールを取得します。 |
| list | ネットワーク セキュリティ グループ内のすべてのセキュリティ ルールを取得します。 |
プロパティの詳細
beginCreateOrUpdate
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityRule>, SecurityRule>>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityRule>, SecurityRule>>
beginCreateOrUpdateAndWait
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => Promise<SecurityRule>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => Promise<SecurityRule>
beginDelete
警告
この API は非推奨になりました。
use delete instead
beginDelete: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
この API は非推奨になりました。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => Promise<void>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => Promise<void>
createOrUpdate
指定したネットワーク セキュリティ グループ内のセキュリティ ルールを作成または更新します。
createOrUpdate: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SecurityRule>, SecurityRule>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: 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>
list
ネットワーク セキュリティ グループ内のすべてのセキュリティ ルールを取得します。
list: (resourceGroupName: string, networkSecurityGroupName: string, options?: SecurityRulesListOptionalParams) => PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>
プロパティ値
(resourceGroupName: string, networkSecurityGroupName: string, options?: SecurityRulesListOptionalParams) => PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>