GenericResource.DefinitionStages.WithProviderNamespace Interface
public static interface GenericResource.DefinitionStages.WithProviderNamespace
A generic resource definition allowing provider namespace to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withProviderNamespace(String resourceProviderNamespace)
Specifies the resource provider's namespace. |
Method Details
withProviderNamespace
public abstract GenericResource.DefinitionStages.WithPlan withProviderNamespace(String resourceProviderNamespace)
Specifies the resource provider's namespace.
Parameters:
resourceProviderNamespace
- the namespace of the resource provider
Returns:
the next stage of the definition
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java