Share via


PartnerRegistrationUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters

public class PartnerRegistrationUpdateParameters

Properties of the Partner Registration update.

Constructor Summary

Constructor Description
PartnerRegistrationUpdateParameters()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> authorizedAzureSubscriptionIds()

Get list of IDs of Azure AD applications that are authorized to create a partner namespace associated with this partner registration.

java.lang.String logoUri()

Get uRI of the partner logo.

java.lang.String partnerTopicTypeDescription()

Get description of the partner topic type.

java.lang.String partnerTopicTypeDisplayName()

Get display name of the partner topic type.

java.lang.String partnerTopicTypeName()

Get name of the partner topic type.

java.lang.String setupUri()

Get uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

java.util.Map<java.lang.String,java.lang.String> tags()

Get tags of the partner registration resource.

PartnerRegistrationUpdateParameters withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)

Set list of IDs of Azure AD applications that are authorized to create a partner namespace associated with this partner registration.

PartnerRegistrationUpdateParameters withLogoUri(String logoUri)

Set uRI of the partner logo.

PartnerRegistrationUpdateParameters withPartnerTopicTypeDescription(String partnerTopicTypeDescription)

Set description of the partner topic type.

PartnerRegistrationUpdateParameters withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)

Set display name of the partner topic type.

PartnerRegistrationUpdateParameters withPartnerTopicTypeName(String partnerTopicTypeName)

Set name of the partner topic type.

PartnerRegistrationUpdateParameters withSetupUri(String setupUri)

Set uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

PartnerRegistrationUpdateParameters withTags(Map<String,String> tags)

Set tags of the partner registration resource.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PartnerRegistrationUpdateParameters

public PartnerRegistrationUpdateParameters()

Method Details

authorizedAzureSubscriptionIds

public List<String> authorizedAzureSubscriptionIds()

Get 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 authorizedAzureSubscriptionIds value

logoUri

public String logoUri()

Get uRI of the partner logo.

Returns:

the logoUri value

partnerTopicTypeDescription

public String partnerTopicTypeDescription()

Get description of the partner topic type.

Returns:

the partnerTopicTypeDescription value

partnerTopicTypeDisplayName

public String partnerTopicTypeDisplayName()

Get display name of the partner topic type.

Returns:

the partnerTopicTypeDisplayName value

partnerTopicTypeName

public String partnerTopicTypeName()

Get name of the partner topic type.

Returns:

the partnerTopicTypeName value

setupUri

public String setupUri()

Get uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

Returns:

the setupUri value

tags

public Map<String,String> tags()

Get tags of the partner registration resource.

Returns:

the tags value

withAuthorizedAzureSubscriptionIds

public PartnerRegistrationUpdateParameters withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)

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

Parameters:

authorizedAzureSubscriptionIds - the authorizedAzureSubscriptionIds value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

withLogoUri

public PartnerRegistrationUpdateParameters withLogoUri(String logoUri)

Set uRI of the partner logo.

Parameters:

logoUri - the logoUri value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

withPartnerTopicTypeDescription

public PartnerRegistrationUpdateParameters withPartnerTopicTypeDescription(String partnerTopicTypeDescription)

Set description of the partner topic type.

Parameters:

partnerTopicTypeDescription - the partnerTopicTypeDescription value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

withPartnerTopicTypeDisplayName

public PartnerRegistrationUpdateParameters withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)

Set display name of the partner topic type.

Parameters:

partnerTopicTypeDisplayName - the partnerTopicTypeDisplayName value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

withPartnerTopicTypeName

public PartnerRegistrationUpdateParameters withPartnerTopicTypeName(String partnerTopicTypeName)

Set name of the partner topic type.

Parameters:

partnerTopicTypeName - the partnerTopicTypeName value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

withSetupUri

public PartnerRegistrationUpdateParameters withSetupUri(String setupUri)

Set uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

Parameters:

setupUri - the setupUri value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

withTags

public PartnerRegistrationUpdateParameters withTags(Map<String,String> tags)

Set tags of the partner registration resource.

Parameters:

tags - the tags value to set

Returns:

the PartnerRegistrationUpdateParameters object itself.

Applies to