Interface Provider
-
- All Superinterfaces:
HasInner<com.microsoft.azure.management.resources.implementation.ProviderInner>,Indexable
public interface Provider extends Indexable, HasInner<com.microsoft.azure.management.resources.implementation.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()
-
-
-
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
-
-