CommunicationServiceManagementClient Interface

public interface CommunicationServiceManagementClient

The interface for CommunicationServiceManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract CommunicationServicesClient getCommunicationServices()

Gets the CommunicationServicesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DomainsClient getDomains()

Gets the DomainsClient object to access its operations.

abstract EmailServicesClient getEmailServices()

Gets the EmailServicesClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract SenderUsernamesClient getSenderUsernames()

Gets the SenderUsernamesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getCommunicationServices

public abstract CommunicationServicesClient getCommunicationServices()

Gets the CommunicationServicesClient object to access its operations.

Returns:

the CommunicationServicesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDomains

public abstract DomainsClient getDomains()

Gets the DomainsClient object to access its operations.

Returns:

the DomainsClient object.

getEmailServices

public abstract EmailServicesClient getEmailServices()

Gets the EmailServicesClient object to access its operations.

Returns:

the EmailServicesClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSenderUsernames

public abstract SenderUsernamesClient getSenderUsernames()

Gets the SenderUsernamesClient object to access its operations.

Returns:

the SenderUsernamesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to