GenericResource.DefinitionStages.WithProviderNamespace Interface
public interface WithProviderNamespace
A generic resource definition allowing provider namespace to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Generic |
withProviderNamespace(String resourceProviderNamespace)
Specifies the resource provider's namespace. |
Method Details
withProviderNamespace
public 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java