Provider Interface
public interface Provider extends Indexable,HasInner
An immutable client-side representation of an Azure resource provider.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | registrationState() |
List<Provider |
resourceTypes() |
Inherited Members
Method Details
registrationState
public String registrationState()
Returns:
the namespace of the provider
resourceTypes
public List
Returns:
the list of provider resource types
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