ResourceListKeys Interface

public interface ResourceListKeys

An immutable client-side representation of ResourceListKeys.

Method Summary

Modifier and Type Method and Description
abstract ResourceListKeysInner innerModel()

Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.ResourceListKeysInner object.

abstract String keyName()

Gets the keyName property: Gets or sets keyName of the created AuthorizationRule.

abstract String primaryConnectionString()

Gets the primaryConnectionString property: Gets or sets primaryConnectionString of the AuthorizationRule.

abstract String primaryKey()

Gets the primaryKey property: Gets or sets primaryKey of the created AuthorizationRule.

abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: Gets or sets secondaryConnectionString of the created AuthorizationRule.

abstract String secondaryKey()

Gets the secondaryKey property: Gets or sets secondaryKey of the created AuthorizationRule.

Method Details

innerModel

public abstract ResourceListKeysInner innerModel()

Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.ResourceListKeysInner object.

Returns:

the inner object.

keyName

public abstract String keyName()

Gets the keyName property: Gets or sets keyName of the created AuthorizationRule.

Returns:

the keyName value.

primaryConnectionString

public abstract String primaryConnectionString()

Gets the primaryConnectionString property: Gets or sets primaryConnectionString of the AuthorizationRule.

Returns:

the primaryConnectionString value.

primaryKey

public abstract String primaryKey()

Gets the primaryKey property: Gets or sets primaryKey of the created AuthorizationRule.

Returns:

the primaryKey value.

secondaryConnectionString

public abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: Gets or sets secondaryConnectionString of the created AuthorizationRule.

Returns:

the secondaryConnectionString value.

secondaryKey

public abstract String secondaryKey()

Gets the secondaryKey property: Gets or sets secondaryKey of the created AuthorizationRule.

Returns:

the secondaryKey value.

Applies to