다음을 통해 공유


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>