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:
the namespace of the provider
registrationState
public abstract 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
public abstract List
Gets the list of provider resource types.
Returns:
the list of provider resource types
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java