NetworkSecurityPerimeterProfilesOperations interface
A NetworkSecurityPerimeterProfiles műveleteket rejlő interfész.
Tulajdonságok
| create |
Hálózati profilt hoz létre vagy frissít. |
| delete | Töröl egy NSP-profilt. |
| get | Lekéri a megadott NSP-profilt. |
| list | Felsorolja a megadott hálózati biztonsági szegélyhálózat NSP-profiljait. |
Tulajdonság adatai
createOrUpdate
Hálózati profilt hoz létre vagy frissít.
createOrUpdate: (resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, parameters: NspProfile, options?: NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams) => Promise<NspProfile>
Tulajdonság értéke
(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, parameters: NspProfile, options?: NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams) => Promise<NspProfile>
delete
Töröl egy NSP-profilt.
delete: (resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesDeleteOptionalParams) => Promise<void>
Tulajdonság értéke
(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesDeleteOptionalParams) => Promise<void>
get
Lekéri a megadott NSP-profilt.
get: (resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesGetOptionalParams) => Promise<NspProfile>
Tulajdonság értéke
(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesGetOptionalParams) => Promise<NspProfile>
list
Felsorolja a megadott hálózati biztonsági szegélyhálózat NSP-profiljait.
list: (resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterProfilesListOptionalParams) => PagedAsyncIterableIterator<NspProfile, NspProfile[], PageSettings>
Tulajdonság értéke
(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterProfilesListOptionalParams) => PagedAsyncIterableIterator<NspProfile, NspProfile[], PageSettings>