Delen via


CommunicationServices interface

Interface die een CommunicationServices vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Maak een nieuwe CommunicationService of werk een bestaande CommunicationService bij.

beginCreateOrUpdateAndWait(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Maak een nieuwe CommunicationService of werk een bestaande CommunicationService bij.

beginDelete(string, string, CommunicationServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een CommunicationService.

beginDeleteAndWait(string, string, CommunicationServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een CommunicationService.

checkNameAvailability(NameAvailabilityParameters, CommunicationServicesCheckNameAvailabilityOptionalParams)

Controleert of de CommunicationService-naam geldig is en nog niet in gebruik is.

get(string, string, CommunicationServicesGetOptionalParams)

Haal de CommunicationService en de eigenschappen ervan op.

linkNotificationHub(string, string, CommunicationServicesLinkNotificationHubOptionalParams)

Hiermee koppelt u een Azure Notification Hub aan deze communicatieservice.

listByResourceGroup(string, CommunicationServicesListByResourceGroupOptionalParams)

Verwerkt aanvragen om alle resources in een resourcegroep weer te geven.

listBySubscription(CommunicationServicesListBySubscriptionOptionalParams)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

listKeys(string, string, CommunicationServicesListKeysOptionalParams)

Haal de toegangssleutels van de CommunicationService-resource op.

regenerateKey(string, string, RegenerateKeyParameters, CommunicationServicesRegenerateKeyOptionalParams)

CommunicationService-toegangssleutel opnieuw genereren. PrimaryKey en SecondaryKey kunnen niet tegelijkertijd opnieuw worden gegenereerd.

update(string, string, CommunicationServiceResourceUpdate, CommunicationServicesUpdateOptionalParams)

Bewerking voor het bijwerken van een bestaande CommunicationService.

Methodedetails

beginCreateOrUpdate(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Maak een nieuwe CommunicationService of werk een bestaande CommunicationService bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

parameters
CommunicationServiceResource

Parameters voor de bewerking maken of bijwerken

Retouren

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

beginCreateOrUpdateAndWait(string, string, CommunicationServiceResource, CommunicationServicesCreateOrUpdateOptionalParams)

Maak een nieuwe CommunicationService of werk een bestaande CommunicationService bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

parameters
CommunicationServiceResource

Parameters voor de bewerking maken of bijwerken

Retouren

beginDelete(string, string, CommunicationServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een CommunicationService.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

options
CommunicationServicesDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, CommunicationServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een CommunicationService.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

options
CommunicationServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

checkNameAvailability(NameAvailabilityParameters, CommunicationServicesCheckNameAvailabilityOptionalParams)

Controleert of de CommunicationService-naam geldig is en nog niet in gebruik is.

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

Parameters

nameAvailabilityParameters
NameAvailabilityParameters

Parameters die aan de bewerking zijn opgegeven.

Retouren

get(string, string, CommunicationServicesGetOptionalParams)

Haal de CommunicationService en de eigenschappen ervan op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

options
CommunicationServicesGetOptionalParams

De optiesparameters.

Retouren

linkNotificationHub(string, string, CommunicationServicesLinkNotificationHubOptionalParams)

Hiermee koppelt u een Azure Notification Hub aan deze communicatieservice.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

Retouren

listByResourceGroup(string, CommunicationServicesListByResourceGroupOptionalParams)

Verwerkt aanvragen om alle resources in een resourcegroep weer te geven.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Retouren

listBySubscription(CommunicationServicesListBySubscriptionOptionalParams)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

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

Parameters

Retouren

listKeys(string, string, CommunicationServicesListKeysOptionalParams)

Haal de toegangssleutels van de CommunicationService-resource op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

options
CommunicationServicesListKeysOptionalParams

De optiesparameters.

Retouren

regenerateKey(string, string, RegenerateKeyParameters, CommunicationServicesRegenerateKeyOptionalParams)

CommunicationService-toegangssleutel opnieuw genereren. PrimaryKey en SecondaryKey kunnen niet tegelijkertijd opnieuw worden gegenereerd.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

parameters
RegenerateKeyParameters

Parameter die de bewerking Sleutel opnieuw genereren beschrijft.

Retouren

update(string, string, CommunicationServiceResourceUpdate, CommunicationServicesUpdateOptionalParams)

Bewerking voor het bijwerken van een bestaande CommunicationService.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationServiceName

string

De naam van de CommunicationService-resource.

parameters
CommunicationServiceResourceUpdate

Parameters voor de updatebewerking

options
CommunicationServicesUpdateOptionalParams

De optiesparameters.

Retouren