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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
namespace
String namespace()Gets the namespace of the provider.- Returns:
- the namespace of the provider
-
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
-