PartnerNamespace Interface
public interface PartnerNamespace
An immutable client-side representation of PartnerNamespace.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Boolean |
disableLocalAuth()
Gets the disable |
| abstract String |
endpoint()
Gets the endpoint property: Endpoint for the partner namespace. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
List<Inbound |
inboundIpRules()
Gets the inbound |
|
abstract
Partner |
innerModel()
Gets the inner com. |
|
abstract
Partner |
listSharedAccessKeys()
List keys for a partner namespace. |
|
abstract
Response<Partner |
listSharedAccessKeysWithResponse(Context context)
List keys for a partner namespace. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
|
abstract
Tls |
minimumTlsVersionAllowed()
Gets the minimum |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
partnerRegistrationFullyQualifiedId()
Gets the partner |
|
abstract
Partner |
partnerTopicRoutingMode()
Gets the partner |
|
abstract
List<Private |
privateEndpointConnections()
Gets the private |
|
abstract
Partner |
provisioningState()
Gets the provisioning |
|
abstract
Public |
publicNetworkAccess()
Gets the public |
|
abstract
Partner |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Partner |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Partner |
regenerateKey(PartnerNamespaceRegenerateKeyRequest regenerateKeyRequest)
Regenerate key for a partner namespace. |
|
abstract
Response<Partner |
regenerateKeyWithResponse(PartnerNamespaceRegenerateKeyRequest regenerateKeyRequest, Context context)
Regenerate key for a partner namespace. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Partner |
Method Details
disableLocalAuth
public abstract Boolean disableLocalAuth()
Gets the disableLocalAuth property: This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace.
Returns:
endpoint
public abstract String endpoint()
Gets the endpoint property: Endpoint for the partner namespace.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
inboundIpRules
public abstract List<InboundIpRule> inboundIpRules()
Gets the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
Returns:
innerModel
public abstract PartnerNamespaceInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner object.
Returns:
listSharedAccessKeys
public abstract PartnerNamespaceSharedAccessKeys listSharedAccessKeys()
List keys for a partner namespace. List the two keys used to publish to a partner namespace.
Returns:
listSharedAccessKeysWithResponse
public abstract Response<PartnerNamespaceSharedAccessKeys> listSharedAccessKeysWithResponse(Context context)
List keys for a partner namespace. List the two keys used to publish to a partner namespace.
Parameters:
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
minimumTlsVersionAllowed
public abstract TlsVersion minimumTlsVersionAllowed()
Gets the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this partner namespace.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
partnerRegistrationFullyQualifiedId
public abstract String partnerRegistrationFullyQualifiedId()
Gets the partnerRegistrationFullyQualifiedId property: The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.
Returns:
partnerTopicRoutingMode
public abstract PartnerTopicRoutingMode partnerTopicRoutingMode()
Gets the partnerTopicRoutingMode property: This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic.
Returns:
privateEndpointConnections
public abstract List<PrivateEndpointConnection> privateEndpointConnections()
Gets the privateEndpointConnections property: List of private endpoint connections.
Returns:
provisioningState
public abstract PartnerNamespaceProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the partner namespace.
Returns:
publicNetworkAccess
public abstract PublicNetworkAccess publicNetworkAccess()
Gets the publicNetworkAccess property: This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" />.
Returns:
refresh
public abstract PartnerNamespace refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract PartnerNamespace refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
regenerateKey
public abstract PartnerNamespaceSharedAccessKeys regenerateKey(PartnerNamespaceRegenerateKeyRequest regenerateKeyRequest)
Regenerate key for a partner namespace. Regenerate a shared access key for a partner namespace.
Parameters:
Returns:
regenerateKeyWithResponse
public abstract Response<PartnerNamespaceSharedAccessKeys> regenerateKeyWithResponse(PartnerNamespaceRegenerateKeyRequest regenerateKeyRequest, Context context)
Regenerate key for a partner namespace. Regenerate a shared access key for a partner namespace.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
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: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract PartnerNamespace.Update update()
Begins update for the PartnerNamespace resource.
Returns: