AuthorizationRule.UpdateStages.WithListen<T> Interface

Type Parameters

T

the next stage of the update

public static interface AuthorizationRule.UpdateStages.WithListen

The stage of the event hub namespace or event hub authorization rule update allowing to enable listen policy.

Method Summary

Modifier and Type Method and Description
abstract T withListenAccess()

Specifies that the rule should have listening access enabled.

Method Details

withListenAccess

public abstract T withListenAccess()

Specifies that the rule should have listening access enabled.

Returns:

the next stage of the update

Applies to