Provider Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. Provider
- com.
Implements
public final class Provider
implements JsonSerializable<Provider>
Resource provider information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider from the Json |
| String |
id()
Get the id property: The provider ID. |
| String |
namespace()
Get the namespace property: The namespace of the resource provider. |
|
Provider |
providerAuthorizationConsentState()
Get the provider |
| String |
registrationPolicy()
Get the registration |
| String |
registrationState()
Get the registration |
|
List<Provider |
resourceTypes()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static Provider fromJson(JsonReader jsonReader)
Reads an instance of Provider from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The provider ID.
Returns:
namespace
public String namespace()
Get the namespace property: The namespace of the resource provider.
Returns:
providerAuthorizationConsentState
public ProviderAuthorizationConsentState providerAuthorizationConsentState()
Get the providerAuthorizationConsentState property: The provider authorization consent state.
Returns:
registrationPolicy
public String registrationPolicy()
Get the registrationPolicy property: The registration policy of the resource provider.
Returns:
registrationState
public String registrationState()
Get the registrationState property: The registration state of the resource provider.
Returns:
resourceTypes
public List<ProviderResourceType> resourceTypes()
Get the resourceTypes property: The collection of provider resource types.
Returns: