NetworkSecurityPerimeterAssociations interface
NetworkSecurityPerimeterAssociationsを表すインタフェース。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, NspAssociation, NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams)
NSP リソースの関連付けを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NspAssociation>, NspAssociation>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- associationName
-
string
NSP アソシエーションの名前。
- parameters
- NspAssociation
作成/更新する NspAssociation リソースを保持するパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NspAssociation>, NspAssociation>>
beginCreateOrUpdateAndWait(string, string, string, NspAssociation, NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams)
NSP リソースの関連付けを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams): Promise<NspAssociation>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- associationName
-
string
NSP アソシエーションの名前。
- parameters
- NspAssociation
作成/更新する NspAssociation リソースを保持するパラメーター。
オプション パラメーター。
戻り値
Promise<NspAssociation>
beginDelete(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)
NSP 関連付けリソースを削除します。
function beginDelete(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- associationName
-
string
NSP アソシエーションの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)
NSP 関連付けリソースを削除します。
function beginDeleteAndWait(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- associationName
-
string
NSP アソシエーションの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, NetworkSecurityPerimeterAssociationsGetOptionalParams)
指定した NSP の名前による関連付けを取得します。
function get(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsGetOptionalParams): Promise<NspAssociation>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- associationName
-
string
NSP アソシエーションの名前。
オプション パラメーター。
戻り値
Promise<NspAssociation>
list(string, string, NetworkSecurityPerimeterAssociationsListOptionalParams)
NSP リソースの関連付けを一覧表示します。
function list(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterAssociationsListOptionalParams): PagedAsyncIterableIterator<NspAssociation, NspAssociation[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
オプション パラメーター。
戻り値
reconcile(string, string, string, Record<string, unknown>, NetworkSecurityPerimeterAssociationsReconcileOptionalParams)
NSP の関連付けを調整する
function reconcile(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: Record<string, unknown>, options?: NetworkSecurityPerimeterAssociationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterAssociationsReconcileResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityPerimeterName
-
string
ネットワーク セキュリティ境界の名前。
- associationName
-
string
NSP アソシエーションの名前。
- parameters
-
Record<string, unknown>
NSP アソシエーション調整のパラメーター
オプション パラメーター。