次の方法で共有


ProviderInner Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.fluent.models.ProviderInner

public final class ProviderInner

Resource provider information.

Constructor Summary

Constructor Description
ProviderInner()

Creates an instance of ProviderInner class.

Method Summary

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.

ProviderAuthorizationConsentState providerAuthorizationConsentState()

Get the providerAuthorizationConsentState property: The provider authorization consent state.

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.

ProviderInner withProviderAuthorizationConsentState(ProviderAuthorizationConsentState providerAuthorizationConsentState)

Set the providerAuthorizationConsentState property: The provider authorization consent state.

Methods inherited from java.lang.Object

Constructor Details

ProviderInner

public ProviderInner()

Creates an instance of ProviderInner class.

Method Details

id

public String id()

Get the id property: The provider ID.

Returns:

the id value.

namespace

public String namespace()

Get the namespace property: The namespace of the resource provider.

Returns:

the namespace value.

providerAuthorizationConsentState

public ProviderAuthorizationConsentState providerAuthorizationConsentState()

Get the providerAuthorizationConsentState property: The provider authorization consent state.

Returns:

the providerAuthorizationConsentState value.

registrationPolicy

public String registrationPolicy()

Get the registrationPolicy property: The registration policy of the resource provider.

Returns:

the registrationPolicy value.

registrationState

public String registrationState()

Get the registrationState property: The registration state of the resource provider.

Returns:

the registrationState value.

resourceTypes

public List resourceTypes()

Get the resourceTypes property: The collection of provider resource types.

Returns:

the resourceTypes value.

validate

public void validate()

Validates the instance.

withNamespace

public ProviderInner withNamespace(String namespace)

Set the namespace property: The namespace of the resource provider.

Parameters:

namespace - the namespace value to set.

Returns:

the ProviderInner object itself.

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.

Applies to