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
Communication |
getCommunicationServices()
Gets the Communication |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Domains |
getDomains()
Gets the Domains |
|
abstract
Email |
getEmailServices()
Gets the Email |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Sender |
getSenderUsernames()
Gets the Sender |
|
abstract
Smtp |
getSmtpUsernames()
Gets the Smtp |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Suppression |
getSuppressionListAddresses()
Gets the Suppression |
|
abstract
Suppression |
getSuppressionLists()
Gets the Suppression |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getCommunicationServices
public abstract CommunicationServicesClient getCommunicationServices()
Gets the CommunicationServicesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDomains
public abstract DomainsClient getDomains()
Gets the DomainsClient object to access its operations.
Returns:
getEmailServices
public abstract EmailServicesClient getEmailServices()
Gets the EmailServicesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSenderUsernames
public abstract SenderUsernamesClient getSenderUsernames()
Gets the SenderUsernamesClient object to access its operations.
Returns:
getSmtpUsernames
public abstract SmtpUsernamesClient getSmtpUsernames()
Gets the SmtpUsernamesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns:
getSuppressionListAddresses
public abstract SuppressionListAddressesClient getSuppressionListAddresses()
Gets the SuppressionListAddressesClient object to access its operations.
Returns:
getSuppressionLists
public abstract SuppressionListsClient getSuppressionLists()
Gets the SuppressionListsClient object to access its operations.
Returns: