WebPubSubKeys Interface

public interface WebPubSubKeys

An immutable client-side representation of WebPubSubKeys.

Method Summary

Modifier and Type Method and Description
abstract WebPubSubKeysInner innerModel()

Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubKeysInner object.

abstract String primaryConnectionString()

Gets the primaryConnectionString property: Connection string constructed via the primaryKey.

abstract String primaryKey()

Gets the primaryKey property: The primary access key.

abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.

abstract String secondaryKey()

Gets the secondaryKey property: The secondary access key.

Method Details

innerModel

public abstract WebPubSubKeysInner innerModel()

Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubKeysInner object.

Returns:

the inner object.

primaryConnectionString

public abstract String primaryConnectionString()

Gets the primaryConnectionString property: 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: 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