ServiceBusNamespace.DefinitionStages.WithAuthorizationRule Interface

public static interface ServiceBusNamespace.DefinitionStages.WithAuthorizationRule

The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing the namespace.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNewListenRule(String name)

Creates a listen authorization rule for the Service Bus namespace.

abstract WithCreate withNewManageRule(String name)

Creates a manage authorization rule for the Service Bus namespace.

abstract WithCreate withNewSendRule(String name)

Creates a send authorization rule for the Service Bus namespace.

Method Details

withNewListenRule

public abstract ServiceBusNamespace.DefinitionStages.WithCreate withNewListenRule(String name)

Creates a listen authorization rule for the Service Bus namespace.

Parameters:

name - rule name

Returns:

next stage of the Service Bus namespace definition

withNewManageRule

public abstract ServiceBusNamespace.DefinitionStages.WithCreate withNewManageRule(String name)

Creates a manage authorization rule for the Service Bus namespace.

Parameters:

name - rule name

Returns:

next stage of the Service Bus namespace definition

withNewSendRule

public abstract ServiceBusNamespace.DefinitionStages.WithCreate withNewSendRule(String name)

Creates a send authorization rule for the Service Bus namespace.

Parameters:

name - rule name

Returns:

next stage of the Service Bus namespace definition

Applies to