public final class ProviderInner extends Object
| Constructor and Description |
|---|
ProviderInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: The provider ID.
|
String |
namespace()
Get the namespace property: The namespace of the resource provider.
|
String |
registrationPolicy()
Get the registrationPolicy property: The registration policy of the resource provider.
|
String |
registrationState()
Get the registrationState property: The registration state of the resource provider.
|
List<ProviderResourceType> |
resourceTypes()
Get the resourceTypes property: The collection of provider resource types.
|
void |
validate()
Validates the instance.
|
ProviderInner |
withNamespace(String namespace)
Set the namespace property: The namespace of the resource provider.
|
public String id()
public String namespace()
public ProviderInner withNamespace(String namespace)
namespace - the namespace value to set.public String registrationState()
public String registrationPolicy()
public List<ProviderResourceType> resourceTypes()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.