Share via


PartnerNamespace Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerNamespaceInner> com.microsoft.azure.arm.model.Refreshable<PartnerNamespace> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.GroupableResourceCore<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager,com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerNamespaceInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager> com.microsoft.azure.arm.resources.models.HasResourceGroup com.microsoft.azure.arm.resources.models.Resource

public interface PartnerNamespace
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerNamespaceInner>, com.microsoft.azure.arm.resources.models.Resource, com.microsoft.azure.arm.resources.models.GroupableResourceCore<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager,com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerNamespaceInner>, com.microsoft.azure.arm.resources.models.HasResourceGroup, com.microsoft.azure.arm.model.Refreshable<PartnerNamespace>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing PartnerNamespace.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String endpoint()
abstract java.lang.String partnerRegistrationFullyQualifiedId()
abstract PartnerNamespaceProvisioningState provisioningState()

Method Details

endpoint

public abstract String endpoint()

Returns:

the endpoint value.

partnerRegistrationFullyQualifiedId

public abstract String partnerRegistrationFullyQualifiedId()

Returns:

the partnerRegistrationFullyQualifiedId value.

provisioningState

public abstract PartnerNamespaceProvisioningState provisioningState()

Returns:

the provisioningState value.

Applies to