次の方法で共有


Communication Class

Definition

Low-level API implementation for the Communication service. REST API for Azure Communication Services

public class Communication
type Communication = class
Public Class Communication
Inheritance
Communication

Constructors

Name Description
Communication()

Methods

Name Description
CommunicationServicesCheckNameAvailability(String, ICheckNameAvailabilityRequest, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks that the CommunicationService name is valid and is not already in use.

CommunicationServicesCheckNameAvailability(String, INameAvailabilityParameters, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Checks that the CommunicationService name is valid and is not already in use.

CommunicationServicesCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityRequest, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks that the CommunicationService name is valid and is not already in use.

CommunicationServicesCheckNameAvailabilityViaIdentity(String, INameAvailabilityParameters, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Checks that the CommunicationService name is valid and is not already in use.

CommunicationServicesCheckNameAvailabilityViaIdentityWithResult(String, INameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesCheckNameAvailabilityViaJsonString(String, String, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks that the CommunicationService name is valid and is not already in use.

CommunicationServicesCheckNameAvailabilityViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
CommunicationServicesCheckNameAvailabilityWithResult(String, INameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesCreateOrUpdate(String, String, String, ICommunicationServiceResource, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a new CommunicationService or update an existing CommunicationService.

CommunicationServicesCreateOrUpdate(String, String, String, ICommunicationServiceResource, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Create a new CommunicationService or update an existing CommunicationService.

CommunicationServicesCreateOrUpdateViaIdentity(String, ICommunicationServiceResource, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a new CommunicationService or update an existing CommunicationService.

CommunicationServicesCreateOrUpdateViaIdentity(String, ICommunicationServiceResource, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Create a new CommunicationService or update an existing CommunicationService.

CommunicationServicesCreateOrUpdateViaIdentityWithResult(String, ICommunicationServiceResource, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a new CommunicationService or update an existing CommunicationService.

CommunicationServicesCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
CommunicationServicesCreateOrUpdateWithResult(String, String, String, ICommunicationServiceResource, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to delete a CommunicationService.

CommunicationServicesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to delete a CommunicationService.

CommunicationServicesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to delete a CommunicationService.

CommunicationServicesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to delete a CommunicationService.

CommunicationServicesGet(String, String, String, Func<HttpResponseMessage, Task<ICommunicationServiceResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the CommunicationService and its properties.

CommunicationServicesGet(String, String, String, Func<HttpResponseMessage, Task<ICommunicationServiceResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the CommunicationService and its properties.

CommunicationServicesGetViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the CommunicationService and its properties.

CommunicationServicesGetViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the CommunicationService and its properties.

CommunicationServicesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
CommunicationServicesGetWithResult(String, String, String, IEventListener, ISendAsync)
CommunicationServicesLinkNotificationHub(String, String, String, ILinkNotificationHubParameters, Func<HttpResponseMessage,Task<ILinkedNotificationHub>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Links an Azure Notification Hub to this communication service.

CommunicationServicesLinkNotificationHub(String, String, String, ILinkNotificationHubParameters, Func<HttpResponseMessage,Task<ILinkedNotificationHub>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Links an Azure Notification Hub to this communication service.

CommunicationServicesLinkNotificationHubViaIdentity(String, ILinkNotificationHubParameters, Func<HttpResponseMessage,Task<ILinkedNotificationHub>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Links an Azure Notification Hub to this communication service.

CommunicationServicesLinkNotificationHubViaIdentity(String, ILinkNotificationHubParameters, Func<HttpResponseMessage,Task<ILinkedNotificationHub>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Links an Azure Notification Hub to this communication service.

CommunicationServicesLinkNotificationHubViaIdentityWithResult(String, ILinkNotificationHubParameters, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesLinkNotificationHubViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ILinkedNotificationHub>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Links an Azure Notification Hub to this communication service.

CommunicationServicesLinkNotificationHubViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
CommunicationServicesLinkNotificationHubWithResult(String, String, String, ILinkNotificationHubParameters, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesListByResourceGroup(String, String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a resource group.

CommunicationServicesListByResourceGroup(String, String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a resource group.

CommunicationServicesListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a resource group.

CommunicationServicesListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a resource group.

CommunicationServicesListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
CommunicationServicesListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
CommunicationServicesListBySubscription(String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a subscription.

CommunicationServicesListBySubscription(String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a subscription.

CommunicationServicesListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a subscription.

CommunicationServicesListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceResourceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Handles requests to list all resources in a subscription.

CommunicationServicesListBySubscriptionViaIdentityWithResult(String, IEventListener, ISendAsync)
CommunicationServicesListBySubscriptionWithResult(String, IEventListener, ISendAsync)
CommunicationServicesListKeys(String, String, String, Func<HttpResponseMessage, Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the access keys of the CommunicationService resource.

CommunicationServicesListKeys(String, String, String, Func<HttpResponseMessage, Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the access keys of the CommunicationService resource.

CommunicationServicesListKeysViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the access keys of the CommunicationService resource.

CommunicationServicesListKeysViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the access keys of the CommunicationService resource.

CommunicationServicesListKeysViaIdentityWithResult(String, IEventListener, ISendAsync)
CommunicationServicesListKeysWithResult(String, String, String, IEventListener, ISendAsync)
CommunicationServicesRegenerateKey(String, String, String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

CommunicationServicesRegenerateKey(String, String, String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

CommunicationServicesRegenerateKeyViaIdentity(String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

CommunicationServicesRegenerateKeyViaIdentity(String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<ICommunicationServiceKeys>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

CommunicationServicesRegenerateKeyViaIdentityWithResult(String, IRegenerateKeyParameters, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesRegenerateKeyViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ICommunicationServiceKeys>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

CommunicationServicesRegenerateKeyViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
CommunicationServicesRegenerateKeyWithResult(String, String, String, IRegenerateKeyParameters, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesUpdate(String, String, String, ICommunicationServiceResourceUpdate, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Operation to update an existing CommunicationService.

CommunicationServicesUpdate(String, String, String, ICommunicationServiceResourceUpdate, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to update an existing CommunicationService.

CommunicationServicesUpdateViaIdentity(String, ICommunicationServiceResourceUpdate, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Operation to update an existing CommunicationService.

CommunicationServicesUpdateViaIdentity(String, ICommunicationServiceResourceUpdate, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to update an existing CommunicationService.

CommunicationServicesUpdateViaIdentityWithResult(String, ICommunicationServiceResourceUpdate, IEventListener, ISendAsync, SerializationMode)
CommunicationServicesUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ICommunicationServiceResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Operation to update an existing CommunicationService.

CommunicationServicesUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
CommunicationServicesUpdateWithResult(String, String, String, ICommunicationServiceResourceUpdate, IEventListener, ISendAsync, SerializationMode)
OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available REST API operations of the Microsoft.Communication provider.

OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available REST API operations of the Microsoft.Communication provider.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available REST API operations of the Microsoft.Communication provider.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all of the available REST API operations of the Microsoft.Communication provider.

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)

Applies to