次の方法で共有


CustomerSubscription.DefinitionStages.WithParentResource Interface

public static interface CustomerSubscription.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingRegistration(String resourceGroup, String registrationName)

Specifies resourceGroup, registrationName.

Method Details

withExistingRegistration

public abstract CustomerSubscription.DefinitionStages.WithCreate withExistingRegistration(String resourceGroup, String registrationName)

Specifies resourceGroup, registrationName.

Parameters:

resourceGroup - Name of the resource group.
registrationName - Name of the Azure Stack registration.

Returns:

the next definition stage.

Applies to