ResourceListKeysInner Class

  • java.lang.Object
    • com.azure.resourcemanager.notificationhubs.fluent.models.ResourceListKeysInner

public final class ResourceListKeysInner

Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).

Constructor Summary

Constructor Description
ResourceListKeysInner()

Creates an instance of ResourceListKeysInner class.

Method Summary

Modifier and Type Method and Description
String keyName()

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

String primaryConnectionString()

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

String primaryKey()

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

String secondaryConnectionString()

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

String secondaryKey()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceListKeysInner

public ResourceListKeysInner()

Creates an instance of ResourceListKeysInner class.

Method Details

keyName

public String keyName()

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

Returns:

the keyName value.

primaryConnectionString

public String primaryConnectionString()

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

Returns:

the primaryConnectionString value.

primaryKey

public String primaryKey()

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

Returns:

the primaryKey value.

secondaryConnectionString

public String secondaryConnectionString()

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

Returns:

the secondaryConnectionString value.

secondaryKey

public String secondaryKey()

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

Returns:

the secondaryKey value.

validate

public void validate()

Validates the instance.

Applies to