Udostępnij za pośrednictwem


PartnerConfiguration Interface

public interface PartnerConfiguration

An immutable client-side representation of PartnerConfiguration.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract PartnerConfigurationInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerConfigurationInner object.

abstract String location()

Gets the location property: Location of the resource.

abstract String name()

Gets the name property: The name of the resource.

abstract PartnerAuthorization partnerAuthorization()

Gets the partnerAuthorization property: The details of authorized partners.

abstract PartnerConfigurationProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the partner configuration.

abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

abstract Map<String,String> tags()

Gets the tags property: Tags of the resource.

abstract String type()

Gets the type property: The type of the resource.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract PartnerConfigurationInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerConfigurationInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Location of the resource.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

partnerAuthorization

public abstract PartnerAuthorization partnerAuthorization()

Gets the partnerAuthorization property: The details of authorized partners.

Returns:

the partnerAuthorization value.

provisioningState

public abstract PartnerConfigurationProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the partner configuration.

Returns:

the provisioningState value.

systemData

public abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

Returns:

the systemData value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Tags of the resource.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to