Provider Interface
Implements
public interface Provider
extends Indexable, HasInnerModel<ProviderInner>
An immutable client-side representation of an Azure resource provider.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
namespace()
Gets the namespace of the provider. |
| abstract String |
registrationState()
Gets the registration state of the provider. |
|
abstract
List<Provider |
resourceTypes()
Gets the list of provider resource types. |
Method Details
namespace
public abstract String namespace()
Gets the namespace of the provider.
Returns:
registrationState
public abstract String registrationState()
Gets the registration state of the provider.
Returns:
resourceTypes
public abstract List<ProviderResourceType> resourceTypes()
Gets the list of provider resource types.
Returns: