Delen via


NetworkSecurityPerimeterAssociations interface

Interface die een NetworkSecurityPerimeterAssociations vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, string, NspAssociation, NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een NSP-resourcekoppeling bij.

beginCreateOrUpdateAndWait(string, string, string, NspAssociation, NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een NSP-resourcekoppeling bij.

beginDelete(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Hiermee verwijdert u een NSP-koppelingsresource.

beginDeleteAndWait(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Hiermee verwijdert u een NSP-koppelingsresource.

get(string, string, string, NetworkSecurityPerimeterAssociationsGetOptionalParams)

Hiermee haalt u de opgegeven NSP-koppeling op naam op.

list(string, string, NetworkSecurityPerimeterAssociationsListOptionalParams)

Geeft een lijst weer van de NSP-resourcekoppelingen.

reconcile(string, string, string, Record<string, unknown>, NetworkSecurityPerimeterAssociationsReconcileOptionalParams)

NSP-koppeling afstemmen

Methodedetails

beginCreateOrUpdate(string, string, string, NspAssociation, NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een NSP-resourcekoppeling bij.

function beginCreateOrUpdate(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NspAssociation>, NspAssociation>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

associationName

string

De naam van de NSP-koppeling.

parameters
NspAssociation

Parameters die ervoor zorgen dat de NspAssociation-bron moet worden gemaakt/bijgewerkt.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<NspAssociation>, NspAssociation>>

beginCreateOrUpdateAndWait(string, string, string, NspAssociation, NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een NSP-resourcekoppeling bij.

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams): Promise<NspAssociation>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

associationName

string

De naam van de NSP-koppeling.

parameters
NspAssociation

Parameters die ervoor zorgen dat de NspAssociation-bron moet worden gemaakt/bijgewerkt.

Retouren

Promise<NspAssociation>

beginDelete(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Hiermee verwijdert u een NSP-koppelingsresource.

function beginDelete(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

associationName

string

De naam van de NSP-koppeling.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Hiermee verwijdert u een NSP-koppelingsresource.

function beginDeleteAndWait(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

associationName

string

De naam van de NSP-koppeling.

Retouren

Promise<void>

get(string, string, string, NetworkSecurityPerimeterAssociationsGetOptionalParams)

Hiermee haalt u de opgegeven NSP-koppeling op naam op.

function get(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsGetOptionalParams): Promise<NspAssociation>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

associationName

string

De naam van de NSP-koppeling.

Retouren

Promise<NspAssociation>

list(string, string, NetworkSecurityPerimeterAssociationsListOptionalParams)

Geeft een lijst weer van de NSP-resourcekoppelingen.

function list(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterAssociationsListOptionalParams): PagedAsyncIterableIterator<NspAssociation, NspAssociation[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

Retouren

reconcile(string, string, string, Record<string, unknown>, NetworkSecurityPerimeterAssociationsReconcileOptionalParams)

NSP-koppeling afstemmen

function reconcile(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: Record<string, unknown>, options?: NetworkSecurityPerimeterAssociationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterAssociationsReconcileResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityPerimeterName

string

De naam van de netwerkbeveiligingsperimeter.

associationName

string

De naam van de NSP-koppeling.

parameters

Record<string, unknown>

Parameters voor NSP-koppeling afstemmen

Retouren