SecurityContacts interface
SecurityContacts を表すインターフェイス。
メソッド
| create(string, Security |
サブスクリプションのセキュリティ連絡先の構成を作成する |
| delete(string, Security |
サブスクリプションのセキュリティ連絡先構成を削除する |
| get(string, Security |
サブスクリプションの既定のセキュリティ連絡先構成を取得する |
| list(Security |
サブスクリプションのすべてのセキュリティ連絡先構成を一覧表示する |
メソッドの詳細
create(string, SecurityContact, SecurityContactsCreateOptionalParams)
サブスクリプションのセキュリティ連絡先の構成を作成する
function create(securityContactName: string, securityContact: SecurityContact, options?: SecurityContactsCreateOptionalParams): Promise<SecurityContact>
パラメーター
- securityContactName
-
string
セキュリティ連絡先オブジェクトの名前
- securityContact
- SecurityContact
セキュリティ連絡先オブジェクト
オプション パラメーター。
戻り値
Promise<SecurityContact>
delete(string, SecurityContactsDeleteOptionalParams)
サブスクリプションのセキュリティ連絡先構成を削除する
function delete(securityContactName: string, options?: SecurityContactsDeleteOptionalParams): Promise<void>
パラメーター
- securityContactName
-
string
セキュリティ連絡先オブジェクトの名前
オプション パラメーター。
戻り値
Promise<void>
get(string, SecurityContactsGetOptionalParams)
サブスクリプションの既定のセキュリティ連絡先構成を取得する
function get(securityContactName: string, options?: SecurityContactsGetOptionalParams): Promise<SecurityContact>
パラメーター
- securityContactName
-
string
セキュリティ連絡先オブジェクトの名前
オプション パラメーター。
戻り値
Promise<SecurityContact>
list(SecurityContactsListOptionalParams)
サブスクリプションのすべてのセキュリティ連絡先構成を一覧表示する
function list(options?: SecurityContactsListOptionalParams): PagedAsyncIterableIterator<SecurityContact, SecurityContact[], PageSettings>
パラメーター
オプション パラメーター。