PartnerRegistration.UpdateStages.WithAuthorizedAzureSubscriptionIds Interface

public static interface PartnerRegistration.UpdateStages.WithAuthorizedAzureSubscriptionIds

The stage of the partnerregistration update allowing to specify AuthorizedAzureSubscriptionIds.

Method Summary

Modifier and Type Method and Description
abstract Update withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)

Specifies authorizedAzureSubscriptionIds.

Method Details

withAuthorizedAzureSubscriptionIds

public abstract PartnerRegistration.Update withAuthorizedAzureSubscriptionIds(List authorizedAzureSubscriptionIds)

Specifies authorizedAzureSubscriptionIds.

Parameters:

authorizedAzureSubscriptionIds - List of IDs of Azure AD applications that are authorized to create a partner namespace associated with this partner registration. This is an optional property. Creating partner namespaces is always permitted under the same Azure subscription as the one used for creating the partner registration

Returns:

the next update stage

Applies to