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 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.

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:

partnerRegistrationFullyQualifiedId - 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:

the next definition stage.

Applies to