Interface Provider
-
- All Superinterfaces:
HasInnerModel<ProviderInner>,Indexable
public interface Provider extends Indexable, HasInnerModel<ProviderInner>
An immutable client-side representation of an Azure resource provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringnamespace()StringregistrationState()List<ProviderResourceType>resourceTypes()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
namespace
String namespace()
- Returns:
- the namespace of the provider
-
registrationState
String registrationState()
- Returns:
- the registration state of the provider, indicating whether this resource provider is registered in the current subscription
-
resourceTypes
List<ProviderResourceType> resourceTypes()
- Returns:
- the list of provider resource types
-
-