Partager via


NetworkSecurityPerimeterProfiles interface

Interface représentant un NetworkSecurityPerimeterProfiles.

Méthodes

createOrUpdate(string, string, string, NspProfile, NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams)

Crée ou met à jour un profil réseau.

delete(string, string, string, NetworkSecurityPerimeterProfilesDeleteOptionalParams)

Supprime un profil NSP.

get(string, string, string, NetworkSecurityPerimeterProfilesGetOptionalParams)

Obtient le profil NSP spécifié.

list(string, string, NetworkSecurityPerimeterProfilesListOptionalParams)

Répertorie les profils NSP dans le périmètre de sécurité réseau spécifié.

Détails de la méthode

createOrUpdate(string, string, string, NspProfile, NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams)

Crée ou met à jour un profil réseau.

function createOrUpdate(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, parameters: NspProfile, options?: NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams): Promise<NspProfile>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

networkSecurityPerimeterName

string

Nom du périmètre de sécurité réseau.

profileName

string

Nom du profil NSP.

parameters
NspProfile

Paramètres contenant la ressource NspProfile à créer/mettre à jour.

Retours

Promise<NspProfile>

delete(string, string, string, NetworkSecurityPerimeterProfilesDeleteOptionalParams)

Supprime un profil NSP.

function delete(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

networkSecurityPerimeterName

string

Nom du périmètre de sécurité réseau.

profileName

string

Nom du profil NSP.

options
NetworkSecurityPerimeterProfilesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, NetworkSecurityPerimeterProfilesGetOptionalParams)

Obtient le profil NSP spécifié.

function get(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesGetOptionalParams): Promise<NspProfile>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

networkSecurityPerimeterName

string

Nom du périmètre de sécurité réseau.

profileName

string

Nom du profil NSP.

options
NetworkSecurityPerimeterProfilesGetOptionalParams

Paramètres d’options.

Retours

Promise<NspProfile>

list(string, string, NetworkSecurityPerimeterProfilesListOptionalParams)

Répertorie les profils NSP dans le périmètre de sécurité réseau spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

networkSecurityPerimeterName

string

Nom du périmètre de sécurité réseau.

options
NetworkSecurityPerimeterProfilesListOptionalParams

Paramètres d’options.

Retours