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
Partner |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: Location of the resource. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Partner |
partnerAuthorization()
Gets the partner |
|
abstract
Partner |
provisioningState()
Gets the provisioning |
|
abstract
System |
systemData()
Gets the system |
| 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:
innerModel
public abstract PartnerConfigurationInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerConfigurationInner object.
Returns:
location
public abstract String location()
Gets the location property: Location of the resource.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
partnerAuthorization
public abstract PartnerAuthorization partnerAuthorization()
Gets the partnerAuthorization property: The details of authorized partners.
Returns:
provisioningState
public abstract PartnerConfigurationProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the partner configuration.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system metadata relating to the Event Grid resource.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Tags of the resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: