Interface PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId

All Known Subinterfaces:
PartnerNamespace.Definition, PartnerNamespace.DefinitionStages.WithCreate
Enclosing interface:
PartnerNamespace.DefinitionStages

public static interface PartnerNamespace.DefinitionStages.WithPartnerRegistrationFullyQualifiedId
The stage of the PartnerNamespace definition allowing to specify partnerRegistrationFullyQualifiedId.
  • Method Details

    • withPartnerRegistrationFullyQualifiedId

      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.