Share via


AuthorizationRule.DefinitionStages.WithSend<T> Interface

Type Parameters

T

the next stage of the definition

public static interface AuthorizationRule.DefinitionStages.WithSend<T>

The stage of the Service Bus authorization rule definition allowing to enable send policy.

Method Summary

Modifier and Type Method and Description
abstract T withSendingEnabled()

Enables sending.

Method Details

withSendingEnabled

public abstract T withSendingEnabled()

Enables sending.

Returns:

the next stage of the definition

Applies to