Udostępnij za pośrednictwem


PartnerNamespaceSharedAccessKeys Interface

public interface PartnerNamespaceSharedAccessKeys

An immutable client-side representation of PartnerNamespaceSharedAccessKeys.

Method Summary

Modifier and Type Method and Description
abstract PartnerNamespaceSharedAccessKeysInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceSharedAccessKeysInner object.

abstract String key1()

Gets the key1 property: Shared access key1 for the partner namespace.

abstract String key2()

Gets the key2 property: Shared access key2 for the partner namespace.

Method Details

innerModel

public abstract PartnerNamespaceSharedAccessKeysInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceSharedAccessKeysInner object.

Returns:

the inner object.

key1

public abstract String key1()

Gets the key1 property: Shared access key1 for the partner namespace.

Returns:

the key1 value.

key2

public abstract String key2()

Gets the key2 property: Shared access key2 for the partner namespace.

Returns:

the key2 value.

Applies to