次の方法で共有


SecurityContacts interface

SecurityContacts を表すインターフェイス。

メソッド

create(string, SecurityContact, SecurityContactsCreateOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

delete(string, SecurityContactsDeleteOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

get(string, SecurityContactsGetOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

list(SecurityContactsListOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

update(string, SecurityContact, SecurityContactsUpdateOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

メソッドの詳細

create(string, SecurityContact, SecurityContactsCreateOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

function create(securityContactName: string, securityContact: SecurityContact, options?: SecurityContactsCreateOptionalParams): Promise<SecurityContact>

パラメーター

securityContactName

string

セキュリティ連絡先オブジェクトの名前

securityContact
SecurityContact

セキュリティ連絡先オブジェクト

options
SecurityContactsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<SecurityContact>

delete(string, SecurityContactsDeleteOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

function delete(securityContactName: string, options?: SecurityContactsDeleteOptionalParams): Promise<void>

パラメーター

securityContactName

string

セキュリティ連絡先オブジェクトの名前

options
SecurityContactsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, SecurityContactsGetOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

function get(securityContactName: string, options?: SecurityContactsGetOptionalParams): Promise<SecurityContact>

パラメーター

securityContactName

string

セキュリティ連絡先オブジェクトの名前

options
SecurityContactsGetOptionalParams

オプション パラメーター。

戻り値

Promise<SecurityContact>

list(SecurityContactsListOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

function list(options?: SecurityContactsListOptionalParams): PagedAsyncIterableIterator<SecurityContact, SecurityContact[], PageSettings>

パラメーター

options
SecurityContactsListOptionalParams

オプション パラメーター。

戻り値

update(string, SecurityContact, SecurityContactsUpdateOptionalParams)

サブスクリプションのセキュリティ連絡先の構成

function update(securityContactName: string, securityContact: SecurityContact, options?: SecurityContactsUpdateOptionalParams): Promise<SecurityContact>

パラメーター

securityContactName

string

セキュリティ連絡先オブジェクトの名前

securityContact
SecurityContact

セキュリティ連絡先オブジェクト

options
SecurityContactsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<SecurityContact>