PartnerRegistrationUpdateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. PartnerRegistrationUpdateParameters
- com.
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. |
|
Partner |
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. |
|
Partner |
withLogoUri(String logoUri)
Set uRI of the partner logo. |
|
Partner |
withPartnerTopicTypeDescription(String partnerTopicTypeDescription)
Set description of the partner topic type. |
|
Partner |
withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)
Set display name of the partner topic type. |
|
Partner |
withPartnerTopicTypeName(String partnerTopicTypeName)
Set name of the partner topic type. |
|
Partner |
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. |
|
Partner |
withTags(Map<String,String> tags)
Set tags of the partner registration resource. |
Methods inherited from java.lang.Object
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:
logoUri
public String logoUri()
Get uRI of the partner logo.
Returns:
partnerTopicTypeDescription
public String partnerTopicTypeDescription()
Get description of the partner topic type.
Returns:
partnerTopicTypeDisplayName
public String partnerTopicTypeDisplayName()
Get display name of the partner topic type.
Returns:
partnerTopicTypeName
public String partnerTopicTypeName()
Get name of the partner topic type.
Returns:
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:
tags
public Map<String,String> tags()
Get tags of the partner registration resource.
Returns:
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:
Returns:
withLogoUri
public PartnerRegistrationUpdateParameters withLogoUri(String logoUri)
Set uRI of the partner logo.
Parameters:
Returns:
withPartnerTopicTypeDescription
public PartnerRegistrationUpdateParameters withPartnerTopicTypeDescription(String partnerTopicTypeDescription)
Set description of the partner topic type.
Parameters:
Returns:
withPartnerTopicTypeDisplayName
public PartnerRegistrationUpdateParameters withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)
Set display name of the partner topic type.
Parameters:
Returns:
withPartnerTopicTypeName
public PartnerRegistrationUpdateParameters withPartnerTopicTypeName(String partnerTopicTypeName)
Set name of the partner topic type.
Parameters:
Returns:
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:
Returns:
withTags
public PartnerRegistrationUpdateParameters withTags(Map<String,String> tags)
Set tags of the partner registration resource.
Parameters:
Returns: