PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId Interface
public static interface PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId
The stage of the PartnerNamespace definition allowing to specify partnerRegistrationFullyQualifiedId.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withPartnerRegistrationFullyQualifiedId(String partnerRegistrationFullyQualifiedId)
Specifies the partner |
Method Details
withPartnerRegistrationFullyQualifiedId
public abstract PartnerNamespace.DefinitionStages.WithCreate withPartnerRegistrationFullyQualifiedId(String partnerRegistrationFullyQualifiedId)
Specifies 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}..
Parameters:
Returns: