Aracılığıyla paylaş


CommunicationServices interface

CommunicationServices'i temsil eden arabirim.

Yöntemler

beginCreateOrUpdate(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Yeni bir CommunicationService oluşturun veya mevcut bir CommunicationService'i güncelleştirin.

beginCreateOrUpdateAndWait(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Yeni bir CommunicationService oluşturun veya mevcut bir CommunicationService'i güncelleştirin.

beginDelete(string, string, CommunicationServicesDeleteOptionalParams)

CommunicationService'i silme işlemi.

beginDeleteAndWait(string, string, CommunicationServicesDeleteOptionalParams)

CommunicationService'i silme işlemi.

checkNameAvailability(NameAvailabilityParameters, CommunicationServicesCheckNameAvailabilityOptionalParams)

CommunicationService adının geçerli olduğunu ve kullanımda olmadığını denetler.

get(string, string, CommunicationServicesGetOptionalParams)

CommunicationService ve özelliklerini alın.

linkNotificationHub(string, string, CommunicationServicesLinkNotificationHubOptionalParams)

Azure Notification Hub'ı bu iletişim hizmetine bağlar.

listByResourceGroup(string, CommunicationServicesListByResourceGroupOptionalParams)

Bir kaynak grubundaki tüm kaynakları listeleme isteklerini işler.

listBySubscription(CommunicationServicesListBySubscriptionOptionalParams)

Abonelikteki tüm kaynakları listeleme isteklerini işler.

listKeys(string, string, CommunicationServicesListKeysOptionalParams)

CommunicationService kaynağının erişim anahtarlarını alın.

regenerateKey(string, string, RegenerateKeyParameters, CommunicationServicesRegenerateKeyOptionalParams)

CommunicationService erişim anahtarını yeniden oluşturma. PrimaryKey ve SecondaryKey aynı anda yeniden oluşturulamaz.

update(string, string, CommunicationServiceResourceUpdate, CommunicationServicesUpdateOptionalParams)

Mevcut bir CommunicationService'i güncelleştirme işlemi.

Yöntem Ayrıntıları

beginCreateOrUpdate(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Yeni bir CommunicationService oluşturun veya mevcut bir CommunicationService'i güncelleştirin.

function beginCreateOrUpdate(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationServiceResource>, CommunicationServiceResource>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

parameters
CommunicationServiceResource

Oluşturma veya güncelleştirme işlemi için parametreler

options
CommunicationServicesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginCreateOrUpdateAndWait(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Yeni bir CommunicationService oluşturun veya mevcut bir CommunicationService'i güncelleştirin.

function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams): Promise<CommunicationServiceResource>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

parameters
CommunicationServiceResource

Oluşturma veya güncelleştirme işlemi için parametreler

options
CommunicationServicesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, CommunicationServicesDeleteOptionalParams)

CommunicationService'i silme işlemi.

function beginDelete(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

options
CommunicationServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, CommunicationServicesDeleteOptionalParams)

CommunicationService'i silme işlemi.

function beginDeleteAndWait(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

options
CommunicationServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

checkNameAvailability(NameAvailabilityParameters, CommunicationServicesCheckNameAvailabilityOptionalParams)

CommunicationService adının geçerli olduğunu ve kullanımda olmadığını denetler.

function checkNameAvailability(nameAvailabilityParameters: NameAvailabilityParameters, options?: CommunicationServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>

Parametreler

nameAvailabilityParameters
NameAvailabilityParameters

İşleme sağlanan parametreler.

Döndürülenler

get(string, string, CommunicationServicesGetOptionalParams)

CommunicationService ve özelliklerini alın.

function get(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesGetOptionalParams): Promise<CommunicationServiceResource>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

options
CommunicationServicesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

linkNotificationHub(string, string, CommunicationServicesLinkNotificationHubOptionalParams)

Azure Notification Hub'ı bu iletişim hizmetine bağlar.

function linkNotificationHub(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesLinkNotificationHubOptionalParams): Promise<LinkedNotificationHub>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

options
CommunicationServicesLinkNotificationHubOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, CommunicationServicesListByResourceGroupOptionalParams)

Bir kaynak grubundaki tüm kaynakları listeleme isteklerini işler.

function listByResourceGroup(resourceGroupName: string, options?: CommunicationServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationServiceResource, CommunicationServiceResource[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
CommunicationServicesListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(CommunicationServicesListBySubscriptionOptionalParams)

Abonelikteki tüm kaynakları listeleme isteklerini işler.

function listBySubscription(options?: CommunicationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationServiceResource, CommunicationServiceResource[], PageSettings>

Parametreler

options
CommunicationServicesListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler

listKeys(string, string, CommunicationServicesListKeysOptionalParams)

CommunicationService kaynağının erişim anahtarlarını alın.

function listKeys(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesListKeysOptionalParams): Promise<CommunicationServiceKeys>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

options
CommunicationServicesListKeysOptionalParams

Seçenekler parametreleri.

Döndürülenler

regenerateKey(string, string, RegenerateKeyParameters, CommunicationServicesRegenerateKeyOptionalParams)

CommunicationService erişim anahtarını yeniden oluşturma. PrimaryKey ve SecondaryKey aynı anda yeniden oluşturulamaz.

function regenerateKey(resourceGroupName: string, communicationServiceName: string, parameters: RegenerateKeyParameters, options?: CommunicationServicesRegenerateKeyOptionalParams): Promise<CommunicationServiceKeys>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

parameters
RegenerateKeyParameters

Anahtar Yeniden Oluşturma işlemini açıklayan parametre.

options
CommunicationServicesRegenerateKeyOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, CommunicationServiceResourceUpdate, CommunicationServicesUpdateOptionalParams)

Mevcut bir CommunicationService'i güncelleştirme işlemi.

function update(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResourceUpdate, options?: CommunicationServicesUpdateOptionalParams): Promise<CommunicationServiceResource>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

communicationServiceName

string

CommunicationService kaynağının adı.

parameters
CommunicationServiceResourceUpdate

Güncelleştirme işlemi için parametreler

options
CommunicationServicesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler