AuthorizationRule.UpdateStages.WithSend<T> Interface

Type Parameters

T

the next stage of the update

public static interface AuthorizationRule.UpdateStages.WithSend

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

Method Summary

Modifier and Type Method and Description
abstract T withSendAccess()

Specifies that the rule should have sending access enabled.

Method Details

withSendAccess

public abstract T withSendAccess()

Specifies that the rule should have sending access enabled.

Returns:

the next stage of the update

Applies to