NetworkSecurityPerimeterAccessRules interface
NetworkSecurityPerimeterAccessRules を表すインターフェイス。
メソッド
メソッドの詳細
createOrUpdate(string, string, string, string, NspAccessRule, NetworkSecurityPerimeterAccessRulesCreateOrUpdateOptionalParams)
ネットワーク アクセス規則を作成または更新します。
function createOrUpdate(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, accessRuleName: string, parameters: NspAccessRule, options?: NetworkSecurityPerimeterAccessRulesCreateOrUpdateOptionalParams): Promise<NspAccessRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- profileName
-
string
NSP プロファイルの名前。
- accessRuleName
-
string
NSP アクセス規則の名前。
- parameters
- NspAccessRule
作成/更新する NspAccessRule リソースを保持するパラメーター。
オプション パラメーター。
戻り値
Promise<NspAccessRule>
delete(string, string, string, string, NetworkSecurityPerimeterAccessRulesDeleteOptionalParams)
NSP アクセス規則を削除します。
function delete(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, accessRuleName: string, options?: NetworkSecurityPerimeterAccessRulesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- profileName
-
string
NSP プロファイルの名前。
- accessRuleName
-
string
NSP アクセス規則の名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, string, NetworkSecurityPerimeterAccessRulesGetOptionalParams)
指定した NSP アクセス規則を名前で取得します。
function get(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, accessRuleName: string, options?: NetworkSecurityPerimeterAccessRulesGetOptionalParams): Promise<NspAccessRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- profileName
-
string
NSP プロファイルの名前。
- accessRuleName
-
string
NSP アクセス規則の名前。
オプション パラメーター。
戻り値
Promise<NspAccessRule>
list(string, string, string, NetworkSecurityPerimeterAccessRulesListOptionalParams)
指定した NSP プロファイル内の NSP アクセス規則を一覧表示します。
function list(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterAccessRulesListOptionalParams): PagedAsyncIterableIterator<NspAccessRule, NspAccessRule[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- profileName
-
string
NSP プロファイルの名前。
オプション パラメーター。
戻り値
reconcile(string, string, string, string, Record<string, unknown>, NetworkSecurityPerimeterAccessRulesReconcileOptionalParams)
NSP アクセス規則の調整
function reconcile(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, accessRuleName: string, parameters: Record<string, unknown>, options?: NetworkSecurityPerimeterAccessRulesReconcileOptionalParams): Promise<NetworkSecurityPerimeterAccessRulesReconcileResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- profileName
-
string
NSP プロファイルの名前。
- accessRuleName
-
string
NSP アクセス規則の名前。
- parameters
-
Record<string, unknown>
NSP アクセス・ルール調整のパラメーター
オプション パラメーター。