CommunicationServiceKeys Interface

public interface CommunicationServiceKeys

An immutable client-side representation of CommunicationServiceKeys.

Method Summary

Modifier and Type Method and Description
abstract CommunicationServiceKeysInner innerModel()

Gets the inner com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner object.

abstract String primaryConnectionString()

Gets the primaryConnectionString property: CommunicationService connection string constructed via the primaryKey.

abstract String primaryKey()

Gets the primaryKey property: The primary access key.

abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: CommunicationService connection string constructed via the secondaryKey.

abstract String secondaryKey()

Gets the secondaryKey property: The secondary access key.

Method Details

innerModel

public abstract CommunicationServiceKeysInner innerModel()

Gets the inner com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner object.

Returns:

the inner object.

primaryConnectionString

public abstract String primaryConnectionString()

Gets the primaryConnectionString property: CommunicationService connection string constructed via the primaryKey.

Returns:

the primaryConnectionString value.

primaryKey

public abstract String primaryKey()

Gets the primaryKey property: The primary access key.

Returns:

the primaryKey value.

secondaryConnectionString

public abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: CommunicationService connection string constructed via the secondaryKey.

Returns:

the secondaryConnectionString value.

secondaryKey

public abstract String secondaryKey()

Gets the secondaryKey property: The secondary access key.

Returns:

the secondaryKey value.

Applies to