Freigeben über


NetworkSecurityPerimeterAssociations interface

Schnittstelle, die eine NetworkSecurityPerimeterAssociations darstellt.

Methoden

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

Erstellt oder aktualisiert eine NSP-Ressourcenzuordnung.

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

Erstellt oder aktualisiert eine NSP-Ressourcenzuordnung.

beginDelete(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Löscht eine NSP-Zuordnungsressource.

beginDeleteAndWait(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Löscht eine NSP-Zuordnungsressource.

get(string, string, string, NetworkSecurityPerimeterAssociationsGetOptionalParams)

Ruft die angegebene NSP-Zuordnung anhand des Namens ab.

list(string, string, NetworkSecurityPerimeterAssociationsListOptionalParams)

Listet die NSP-Ressourcenzuordnungen auf.

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

Abstimmung der NSP-Zuordnung

Details zur Methode

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

Erstellt oder aktualisiert eine NSP-Ressourcenzuordnung.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

associationName

string

Der Name der NSP-Zuordnung.

parameters
NspAssociation

Parameter, die die NspAssociation-Ressource enthalten, die erstellt/aktualisiert werden soll.

Gibt zurück

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

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

Erstellt oder aktualisiert eine NSP-Ressourcenzuordnung.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

associationName

string

Der Name der NSP-Zuordnung.

parameters
NspAssociation

Parameter, die die NspAssociation-Ressource enthalten, die erstellt/aktualisiert werden soll.

Gibt zurück

Promise<NspAssociation>

beginDelete(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Löscht eine NSP-Zuordnungsressource.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

associationName

string

Der Name der NSP-Zuordnung.

Gibt zurück

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

beginDeleteAndWait(string, string, string, NetworkSecurityPerimeterAssociationsDeleteOptionalParams)

Löscht eine NSP-Zuordnungsressource.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

associationName

string

Der Name der NSP-Zuordnung.

Gibt zurück

Promise<void>

get(string, string, string, NetworkSecurityPerimeterAssociationsGetOptionalParams)

Ruft die angegebene NSP-Zuordnung anhand des Namens ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

associationName

string

Der Name der NSP-Zuordnung.

Gibt zurück

Promise<NspAssociation>

list(string, string, NetworkSecurityPerimeterAssociationsListOptionalParams)

Listet die NSP-Ressourcenzuordnungen auf.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

Gibt zurück

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

Abstimmung der NSP-Zuordnung

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkSecurityPerimeterName

string

Der Name des Netzwerksicherheitsperimeters.

associationName

string

Der Name der NSP-Zuordnung.

parameters

Record<string, unknown>

Parameter für den NSP-Zuordnungsabgleich

Gibt zurück