CommunicationServiceKeys Interface
public interface CommunicationServiceKeys
An immutable client-side representation of CommunicationServiceKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Communication |
innerModel()
Gets the inner com. |
| abstract String |
primaryConnectionString()
Gets the primary |
| abstract String |
primaryKey()
Gets the primary |
| abstract String |
secondaryConnectionString()
Gets the secondary |
| abstract String |
secondaryKey()
Gets the secondary |
Method Details
innerModel
public abstract CommunicationServiceKeysInner innerModel()
Gets the inner com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner object.
Returns:
primaryConnectionString
public abstract String primaryConnectionString()
Gets the primaryConnectionString property: CommunicationService connection string constructed via the primaryKey.
Returns:
primaryKey
public abstract String primaryKey()
Gets the primaryKey property: The primary access key.
Returns:
secondaryConnectionString
public abstract String secondaryConnectionString()
Gets the secondaryConnectionString property: CommunicationService connection string constructed via the secondaryKey.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondaryKey property: The secondary access key.
Returns: