Class ProviderInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.ProviderInner
Resource provider information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The provider ID.Get the namespace property: The namespace of the resource provider.Get the providerAuthorizationConsentState property: The provider authorization consent state.Get the registrationPolicy property: The registration policy of the resource provider.Get the registrationState property: The registration state of the resource provider.Get the resourceTypes property: The collection of provider resource types.voidvalidate()Validates the instance.withNamespace(String namespace) Set the namespace property: The namespace of the resource provider.withProviderAuthorizationConsentState(ProviderAuthorizationConsentState providerAuthorizationConsentState) Set the providerAuthorizationConsentState property: The provider authorization consent state.
-
Constructor Details
-
ProviderInner
public ProviderInner()Creates an instance of ProviderInner class.
-
-
Method Details
-
id
Get the id property: The provider ID.- Returns:
- the id value.
-
namespace
Get the namespace property: The namespace of the resource provider.- Returns:
- the namespace value.
-
withNamespace
Set the namespace property: The namespace of the resource provider.- Parameters:
namespace- the namespace value to set.- Returns:
- the ProviderInner object itself.
-
registrationState
Get the registrationState property: The registration state of the resource provider.- Returns:
- the registrationState value.
-
registrationPolicy
Get the registrationPolicy property: The registration policy of the resource provider.- Returns:
- the registrationPolicy value.
-
resourceTypes
Get the resourceTypes property: The collection of provider resource types.- Returns:
- the resourceTypes value.
-
providerAuthorizationConsentState
Get the providerAuthorizationConsentState property: The provider authorization consent state.- Returns:
- the providerAuthorizationConsentState value.
-
withProviderAuthorizationConsentState
public ProviderInner withProviderAuthorizationConsentState(ProviderAuthorizationConsentState providerAuthorizationConsentState) Set the providerAuthorizationConsentState property: The provider authorization consent state.- Parameters:
providerAuthorizationConsentState- the providerAuthorizationConsentState value to set.- Returns:
- the ProviderInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-