SecurityContacts interface
Rozhraní představující SecurityContacts.
Metody
create(string, Security |
Konfigurace kontaktů zabezpečení pro předplatné |
delete(string, Security |
Konfigurace kontaktů zabezpečení pro předplatné |
get(string, Security |
Konfigurace kontaktů zabezpečení pro předplatné |
list(Security |
Konfigurace kontaktů zabezpečení pro předplatné |
update(string, Security |
Konfigurace kontaktů zabezpečení pro předplatné |
Podrobnosti metody
create(string, SecurityContact, SecurityContactsCreateOptionalParams)
Konfigurace kontaktů zabezpečení pro předplatné
function create(securityContactName: string, securityContact: SecurityContact, options?: SecurityContactsCreateOptionalParams): Promise<SecurityContact>
Parametry
- securityContactName
-
string
Název objektu kontaktu zabezpečení
- securityContact
- SecurityContact
Objekt kontaktu zabezpečení
Parametry možností.
Návraty
Promise<SecurityContact>
delete(string, SecurityContactsDeleteOptionalParams)
Konfigurace kontaktů zabezpečení pro předplatné
function delete(securityContactName: string, options?: SecurityContactsDeleteOptionalParams): Promise<void>
Parametry
- securityContactName
-
string
Název objektu kontaktu zabezpečení
Parametry možností.
Návraty
Promise<void>
get(string, SecurityContactsGetOptionalParams)
Konfigurace kontaktů zabezpečení pro předplatné
function get(securityContactName: string, options?: SecurityContactsGetOptionalParams): Promise<SecurityContact>
Parametry
- securityContactName
-
string
Název objektu kontaktu zabezpečení
Parametry možností.
Návraty
Promise<SecurityContact>
list(SecurityContactsListOptionalParams)
Konfigurace kontaktů zabezpečení pro předplatné
function list(options?: SecurityContactsListOptionalParams): PagedAsyncIterableIterator<SecurityContact, SecurityContact[], PageSettings>
Parametry
Parametry možností.
Návraty
update(string, SecurityContact, SecurityContactsUpdateOptionalParams)
Konfigurace kontaktů zabezpečení pro předplatné
function update(securityContactName: string, securityContact: SecurityContact, options?: SecurityContactsUpdateOptionalParams): Promise<SecurityContact>
Parametry
- securityContactName
-
string
Název objektu kontaktu zabezpečení
- securityContact
- SecurityContact
Objekt kontaktu zabezpečení
Parametry možností.
Návraty
Promise<SecurityContact>