Interface Provider
- All Superinterfaces:
HasInnerModel<ProviderInner>, Indexable
An immutable client-side representation of an Azure resource provider.
-
Method Summary
Modifier and TypeMethodDescriptionGets the namespace of the provider.Gets the registration state of the provider.Gets the list of provider resource types.Methods inherited from interface HasInnerModel
innerModel
-
Method Details
-
namespace
-
registrationState
String registrationState()Gets the registration state of the provider.- Returns:
- the registration state of the provider, indicating whether this resource provider is registered in the current subscription
-
resourceTypes
List<ProviderResourceType> resourceTypes()Gets the list of provider resource types.- Returns:
- the list of provider resource types
-