AccountKeys Interface

public interface AccountKeys

An immutable client-side representation of AccountKeys.

Method Summary

Modifier and Type Method and Description
abstract AccountKeysInner innerModel()

Gets the inner com.azure.resourcemanager.mixedreality.fluent.models.AccountKeysInner object.

abstract String primaryKey()

Gets the primaryKey property: value of primary key.

abstract String secondaryKey()

Gets the secondaryKey property: value of secondary key.

Method Details

innerModel

public abstract AccountKeysInner innerModel()

Gets the inner com.azure.resourcemanager.mixedreality.fluent.models.AccountKeysInner object.

Returns:

the inner object.

primaryKey

public abstract String primaryKey()

Gets the primaryKey property: value of primary key.

Returns:

the primaryKey value.

secondaryKey

public abstract String secondaryKey()

Gets the secondaryKey property: value of secondary key.

Returns:

the secondaryKey value.

Applies to