다음을 통해 공유


CommunicationsNoSubscription interface

CommunicationsNoSubscription을 나타내는 인터페이스입니다.

메서드

beginCreate(string, string, CommunicationDetails, CommunicationsNoSubscriptionCreateOptionalParams)

Azure 지원 티켓에 새 고객 통신을 추가합니다.

beginCreateAndWait(string, string, CommunicationDetails, CommunicationsNoSubscriptionCreateOptionalParams)

Azure 지원 티켓에 새 고객 통신을 추가합니다.

checkNameAvailability(string, CheckNameAvailabilityInput, CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams)

리소스 이름의 가용성을 확인합니다. 이 API는 지원 티켓에 새 통신을 추가하기 위한 이름의 고유성을 검사 데 사용해야 합니다.

get(string, string, CommunicationsNoSubscriptionGetOptionalParams)

지원 티켓에 대한 통신 세부 정보를 반환합니다.

list(string, CommunicationsNoSubscriptionListOptionalParams)

지원 티켓에 대한 모든 통신(첨부 파일이 포함되지 않음)을 Lists.

$filter 매개 변수를 사용하여 CreatedDate 또는 CommunicationType 별로 지원 티켓 통신을 필터링할 수도 있습니다. 현재 지원되는 통신 유형은 뿐입니다. 출력은 다음 통신 결과 집합을 검색할 수 있는 nextLink를 사용하여 페이징된 결과입니다.

지원 티켓 데이터는 티켓을 만든 후 18개월 동안 사용할 수 있습니다. 18개월 전에 티켓을 만든 경우 데이터 요청으로 인해 오류가 발생할 수 있습니다.

메서드 세부 정보

beginCreate(string, string, CommunicationDetails, CommunicationsNoSubscriptionCreateOptionalParams)

Azure 지원 티켓에 새 고객 통신을 추가합니다.

function beginCreate(supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationDetails>, CommunicationDetails>>

매개 변수

supportTicketName

string

지원 티켓 이름입니다.

communicationName

string

통신 이름입니다.

createCommunicationParameters
CommunicationDetails

통신 개체입니다.

options
CommunicationsNoSubscriptionCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<CommunicationDetails>, CommunicationDetails>>

beginCreateAndWait(string, string, CommunicationDetails, CommunicationsNoSubscriptionCreateOptionalParams)

Azure 지원 티켓에 새 고객 통신을 추가합니다.

function beginCreateAndWait(supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams): Promise<CommunicationDetails>

매개 변수

supportTicketName

string

지원 티켓 이름입니다.

communicationName

string

통신 이름입니다.

createCommunicationParameters
CommunicationDetails

통신 개체입니다.

options
CommunicationsNoSubscriptionCreateOptionalParams

옵션 매개 변수입니다.

반환

checkNameAvailability(string, CheckNameAvailabilityInput, CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams)

리소스 이름의 가용성을 확인합니다. 이 API는 지원 티켓에 새 통신을 추가하기 위한 이름의 고유성을 검사 데 사용해야 합니다.

function checkNameAvailability(supportTicketName: string, checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityOutput>

매개 변수

supportTicketName

string

지원 티켓 이름입니다.

checkNameAvailabilityInput
CheckNameAvailabilityInput

검사 입력합니다.

반환

get(string, string, CommunicationsNoSubscriptionGetOptionalParams)

지원 티켓에 대한 통신 세부 정보를 반환합니다.

function get(supportTicketName: string, communicationName: string, options?: CommunicationsNoSubscriptionGetOptionalParams): Promise<CommunicationDetails>

매개 변수

supportTicketName

string

지원 티켓 이름입니다.

communicationName

string

통신 이름입니다.

options
CommunicationsNoSubscriptionGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, CommunicationsNoSubscriptionListOptionalParams)

지원 티켓에 대한 모든 통신(첨부 파일이 포함되지 않음)을 Lists.

$filter 매개 변수를 사용하여 CreatedDate 또는 CommunicationType 별로 지원 티켓 통신을 필터링할 수도 있습니다. 현재 지원되는 통신 유형은 뿐입니다. 출력은 다음 통신 결과 집합을 검색할 수 있는 nextLink를 사용하여 페이징된 결과입니다.

지원 티켓 데이터는 티켓을 만든 후 18개월 동안 사용할 수 있습니다. 18개월 전에 티켓을 만든 경우 데이터 요청으로 인해 오류가 발생할 수 있습니다.

function list(supportTicketName: string, options?: CommunicationsNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<CommunicationDetails, CommunicationDetails[], PageSettings>

매개 변수

supportTicketName

string

지원 티켓 이름

options
CommunicationsNoSubscriptionListOptionalParams

옵션 매개 변수입니다.

반환