WebPubSubKeys Interface
public interface WebPubSubKeys
An immutable client-side representation of WebPubSubKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Web |
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 WebPubSubKeysInner innerModel()
Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubKeysInner object.
Returns:
primaryConnectionString
public abstract String primaryConnectionString()
Gets the primaryConnectionString property: 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: Connection string constructed via the secondaryKey.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondaryKey property: The secondary access key.
Returns: