AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T> Interface

Type Parameters

T

the next stage of the definition

Implements

public static interface AuthorizationRule.DefinitionStages.WithListenOrSendOrManage
extends WithListen<T>, WithSendOrManage<T>

The stage of the event hub namespace or event hub authorization rule definition allowing to enable listen, send or manage policy.

Method Summary

Modifier and Type Method and Description
abstract T withSendAndListenAccess()

Specifies that the rule should have sending and listening access enabled.

Method Details

withSendAndListenAccess

public abstract T withSendAndListenAccess()

Specifies that the rule should have sending and listening access enabled.

Returns:

the next stage of the definition

Applies to