NetworkSecurityPerimeterProfiles interface
A NetworkSecurityPerimeterProfiles felület.
Metódusok
| create |
Létrehoz vagy frissít egy hálózati profilt. |
| delete(string, string, string, Network |
Töröl egy NSP-profilt. |
| get(string, string, string, Network |
Lekéri a megadott NSP-profilt. |
| list(string, string, Network |
A megadott hálózati biztonsági szegély NSP-profiljait sorolja fel. |
Metódus adatai
createOrUpdate(string, string, string, NspProfile, NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams)
Létrehoz vagy frissít egy hálózati profilt.
function createOrUpdate(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, parameters: NspProfile, options?: NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams): Promise<NspProfile>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- networkSecurityPerimeterName
-
string
A hálózati biztonsági szegély neve.
- profileName
-
string
Az NSP-profil neve.
- parameters
- NspProfile
A létrehozni/frissítendő NspProfile erőforrást tartalmazó paraméterek.
A beállítások paraméterei.
Válaszok
Promise<NspProfile>
delete(string, string, string, NetworkSecurityPerimeterProfilesDeleteOptionalParams)
Töröl egy NSP-profilt.
function delete(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesDeleteOptionalParams): Promise<void>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- networkSecurityPerimeterName
-
string
A hálózati biztonsági szegély neve.
- profileName
-
string
Az NSP-profil neve.
A beállítások paraméterei.
Válaszok
Promise<void>
get(string, string, string, NetworkSecurityPerimeterProfilesGetOptionalParams)
Lekéri a megadott NSP-profilt.
function get(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesGetOptionalParams): Promise<NspProfile>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- networkSecurityPerimeterName
-
string
A hálózati biztonsági szegély neve.
- profileName
-
string
Az NSP-profil neve.
A beállítások paraméterei.
Válaszok
Promise<NspProfile>
list(string, string, NetworkSecurityPerimeterProfilesListOptionalParams)
A megadott hálózati biztonsági szegély NSP-profiljait sorolja fel.
function list(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterProfilesListOptionalParams): PagedAsyncIterableIterator<NspProfile, NspProfile[], PageSettings>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- networkSecurityPerimeterName
-
string
A hálózati biztonsági szegély neve.
A beállítások paraméterei.