次の方法で共有


SecurityContacts interface

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

メソッド

create(string, SecurityContact, SecurityContactsCreateOptionalParams)

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

delete(string, SecurityContactsDeleteOptionalParams)

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

get(string, SecurityContactsGetOptionalParams)

サブスクリプションの既定のセキュリティ連絡先構成を取得する

list(SecurityContactsListOptionalParams)

サブスクリプションのすべてのセキュリティ連絡先構成を一覧表示する

メソッドの詳細

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

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

戻り値