Udostępnij za pośrednictwem


Subscription.DefinitionStages.WithParentResource Interface

public static interface Subscription.DefinitionStages.WithParentResource

The stage of the Subscription definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingTopic(String resourceGroupName, String namespaceName, String topicName)

Specifies resourceGroupName, namespaceName, topicName.

Method Details

withExistingTopic

public abstract Subscription.DefinitionStages.WithCreate withExistingTopic(String resourceGroupName, String namespaceName, String topicName)

Specifies resourceGroupName, namespaceName, topicName.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.

Returns:

the next definition stage.

Applies to