SmtpUsernamesOperations interface

SmtpUsernames 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

SmtpUsernameResource를 생성하거나 업데이트하세요.

delete
get

SmtpUsernameResource를 가져옵니다.

list

커뮤니케이션 리소스에 대해 모든 SmtpUsernameResources를 받으세요.

속성 세부 정보

createOrUpdate

SmtpUsernameResource를 생성하거나 업데이트하세요.

createOrUpdate: (resourceGroupName: string, communicationServiceName: string, smtpUsername: string, parameters: SmtpUsernameResource, options?: SmtpUsernamesCreateOrUpdateOptionalParams) => Promise<SmtpUsernameResource>

속성 값

(resourceGroupName: string, communicationServiceName: string, smtpUsername: string, parameters: SmtpUsernameResource, options?: SmtpUsernamesCreateOrUpdateOptionalParams) => Promise<SmtpUsernameResource>

delete

delete: (resourceGroupName: string, communicationServiceName: string, smtpUsername: string, options?: SmtpUsernamesDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, communicationServiceName: string, smtpUsername: string, options?: SmtpUsernamesDeleteOptionalParams) => Promise<void>

get

SmtpUsernameResource를 가져옵니다.

get: (resourceGroupName: string, communicationServiceName: string, smtpUsername: string, options?: SmtpUsernamesGetOptionalParams) => Promise<SmtpUsernameResource>

속성 값

(resourceGroupName: string, communicationServiceName: string, smtpUsername: string, options?: SmtpUsernamesGetOptionalParams) => Promise<SmtpUsernameResource>

list

커뮤니케이션 리소스에 대해 모든 SmtpUsernameResources를 받으세요.

list: (resourceGroupName: string, communicationServiceName: string, options?: SmtpUsernamesListOptionalParams) => PagedAsyncIterableIterator<SmtpUsernameResource, SmtpUsernameResource[], PageSettings>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: SmtpUsernamesListOptionalParams) => PagedAsyncIterableIterator<SmtpUsernameResource, SmtpUsernameResource[], PageSettings>