ClickSendSmsClient Class

Definition

Typed client for clicksendsms connector.

public class ClickSendSmsClient : Azure.Connectors.Sdk.ConnectorClientBase
type ClickSendSmsClient = class
    inherit ConnectorClientBase
Public Class ClickSendSmsClient
Inherits ConnectorClientBase
Inheritance
ClickSendSmsClient

Constructors

Name Description
ClickSendSmsClient()
ClickSendSmsClient(String)

Creates a new ClickSendSmsClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

ClickSendSmsClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new ClickSendSmsClient with the specified connection runtime URL and credential.

ClickSendSmsClient(Uri, TokenCredential)

Creates a new ClickSendSmsClient with the specified connection runtime URL and credential.

ClickSendSmsClient(Uri)

Creates a new ClickSendSmsClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default.

Properties

Name Description
ConnectorName
Pipeline

Gets the HTTP pipeline for making connector requests.

(Inherited from ConnectorClientBase)

Methods

Name Description
CallConnectorAsync(HttpMethod, String, Object, CancellationToken)

Sends a connector API request with no response body. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CallConnectorAsync<TResponse>(HttpMethod, String, Object, CancellationToken)

Sends a connector API request and deserializes the JSON response. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CreateListAsync(CreateListInput, CancellationToken)

Create New Contact List

CreateListContactAsync(Int32, CreateListContactInput, CancellationToken)

Create New Contact

DeleteListAsync(Int32, CancellationToken)

Delete List

DeleteListContactAsync(Int32, Int32, CancellationToken)

Delete a Contact

Dispose() (Inherited from ConnectorClientBase)
Dispose(Boolean)

Disposes the connector client resources.

(Inherited from ConnectorClientBase)
GetContactListsAsync(Nullable<Int32>, Nullable<Int32>, CancellationToken)

Get Contact Lists

ResolveUrl(String)

Resolves a relative path or validates an absolute URL against the connection runtime URL. When the NextLink host matches the connection URL, it's used as-is. When it doesn't match (codeless connectors like ARM return nextLink pointing to the backend host e.g. management.azure.com), the path+query is extracted and routed through the APIM proxy. This is safe because the request still goes through the connection runtime URL with API Hub auth.

(Inherited from ConnectorClientBase)
SearchContactListAsync(String, CancellationToken)

Search Contact Lists

SendFaxAsync(SendFaxInput, CancellationToken)

Send Fax

SendLetterAsync(SendLetterInput, CancellationToken)

Send Letter

SendMmsAsync(SendMmsInput, CancellationToken)

Send MMS

SendPostcardAsync(SendPostcardInput, CancellationToken)

Send Postcard

SendVoiceAsync(SendVoiceInput, CancellationToken)

Send Voice Message

SmsSendAsync(SmsSendInput, CancellationToken)

Send SMS

UploadMediaAsync(UploadMediaInput, String, CancellationToken)

Convert Media File Format

ViewListContactsAsync(Int32, CancellationToken)

Get Contacts in a List

Applies to