azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

204 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters"
name: "PartnerRegistrationUpdateParameters"
nameWithType: "PartnerRegistrationUpdateParameters"
summary: "Properties of the Partner Registration update."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **PartnerRegistrationUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.PartnerRegistrationUpdateParameters()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.PartnerRegistrationUpdateParameters()"
name: "PartnerRegistrationUpdateParameters()"
nameWithType: "PartnerRegistrationUpdateParameters.PartnerRegistrationUpdateParameters()"
syntax: "public PartnerRegistrationUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.authorizedAzureSubscriptionIds()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.authorizedAzureSubscriptionIds()"
name: "authorizedAzureSubscriptionIds()"
nameWithType: "PartnerRegistrationUpdateParameters.authorizedAzureSubscriptionIds()"
summary: "Get list of IDs of Azure AD applications that are authorized to create a partner namespace associated with this partner registration."
syntax: "public List<String> authorizedAzureSubscriptionIds()"
desc: "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:
description: "the authorizedAzureSubscriptionIds value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.logoUri()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.logoUri()"
name: "logoUri()"
nameWithType: "PartnerRegistrationUpdateParameters.logoUri()"
summary: "Get uRI of the partner logo."
syntax: "public String logoUri()"
desc: "Get uRI of the partner logo."
returns:
description: "the logoUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.partnerTopicTypeDescription()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.partnerTopicTypeDescription()"
name: "partnerTopicTypeDescription()"
nameWithType: "PartnerRegistrationUpdateParameters.partnerTopicTypeDescription()"
summary: "Get description of the partner topic type."
syntax: "public String partnerTopicTypeDescription()"
desc: "Get description of the partner topic type."
returns:
description: "the partnerTopicTypeDescription value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.partnerTopicTypeDisplayName()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.partnerTopicTypeDisplayName()"
name: "partnerTopicTypeDisplayName()"
nameWithType: "PartnerRegistrationUpdateParameters.partnerTopicTypeDisplayName()"
summary: "Get display name of the partner topic type."
syntax: "public String partnerTopicTypeDisplayName()"
desc: "Get display name of the partner topic type."
returns:
description: "the partnerTopicTypeDisplayName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.partnerTopicTypeName()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.partnerTopicTypeName()"
name: "partnerTopicTypeName()"
nameWithType: "PartnerRegistrationUpdateParameters.partnerTopicTypeName()"
summary: "Get name of the partner topic type."
syntax: "public String partnerTopicTypeName()"
desc: "Get name of the partner topic type."
returns:
description: "the partnerTopicTypeName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.setupUri()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.setupUri()"
name: "setupUri()"
nameWithType: "PartnerRegistrationUpdateParameters.setupUri()"
summary: "Get uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source."
syntax: "public String setupUri()"
desc: "Get uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source."
returns:
description: "the setupUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.tags()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.tags()"
name: "tags()"
nameWithType: "PartnerRegistrationUpdateParameters.tags()"
summary: "Get tags of the partner registration resource."
syntax: "public Map<String,String> tags()"
desc: "Get tags of the partner registration resource."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withAuthorizedAzureSubscriptionIds(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)"
name: "withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)"
nameWithType: "PartnerRegistrationUpdateParameters.withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)"
summary: "Set list of IDs of Azure AD applications that are authorized to create a partner namespace associated with this partner registration."
parameters:
- description: "the authorizedAzureSubscriptionIds value to set"
name: "authorizedAzureSubscriptionIds"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PartnerRegistrationUpdateParameters withAuthorizedAzureSubscriptionIds(List<String> authorizedAzureSubscriptionIds)"
desc: "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."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withLogoUri(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withLogoUri(String logoUri)"
name: "withLogoUri(String logoUri)"
nameWithType: "PartnerRegistrationUpdateParameters.withLogoUri(String logoUri)"
summary: "Set uRI of the partner logo."
parameters:
- description: "the logoUri value to set"
name: "logoUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PartnerRegistrationUpdateParameters withLogoUri(String logoUri)"
desc: "Set uRI of the partner logo."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withPartnerTopicTypeDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withPartnerTopicTypeDescription(String partnerTopicTypeDescription)"
name: "withPartnerTopicTypeDescription(String partnerTopicTypeDescription)"
nameWithType: "PartnerRegistrationUpdateParameters.withPartnerTopicTypeDescription(String partnerTopicTypeDescription)"
summary: "Set description of the partner topic type."
parameters:
- description: "the partnerTopicTypeDescription value to set"
name: "partnerTopicTypeDescription"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PartnerRegistrationUpdateParameters withPartnerTopicTypeDescription(String partnerTopicTypeDescription)"
desc: "Set description of the partner topic type."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withPartnerTopicTypeDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)"
name: "withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)"
nameWithType: "PartnerRegistrationUpdateParameters.withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)"
summary: "Set display name of the partner topic type."
parameters:
- description: "the partnerTopicTypeDisplayName value to set"
name: "partnerTopicTypeDisplayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PartnerRegistrationUpdateParameters withPartnerTopicTypeDisplayName(String partnerTopicTypeDisplayName)"
desc: "Set display name of the partner topic type."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withPartnerTopicTypeName(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withPartnerTopicTypeName(String partnerTopicTypeName)"
name: "withPartnerTopicTypeName(String partnerTopicTypeName)"
nameWithType: "PartnerRegistrationUpdateParameters.withPartnerTopicTypeName(String partnerTopicTypeName)"
summary: "Set name of the partner topic type."
parameters:
- description: "the partnerTopicTypeName value to set"
name: "partnerTopicTypeName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PartnerRegistrationUpdateParameters withPartnerTopicTypeName(String partnerTopicTypeName)"
desc: "Set name of the partner topic type."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withSetupUri(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withSetupUri(String setupUri)"
name: "withSetupUri(String setupUri)"
nameWithType: "PartnerRegistrationUpdateParameters.withSetupUri(String setupUri)"
summary: "Set uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source."
parameters:
- description: "the setupUri value to set"
name: "setupUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PartnerRegistrationUpdateParameters withSetupUri(String setupUri)"
desc: "Set uRI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "PartnerRegistrationUpdateParameters.withTags(Map<String,String> tags)"
summary: "Set tags of the partner registration resource."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PartnerRegistrationUpdateParameters withTags(Map<String,String> tags)"
desc: "Set tags of the partner registration resource."
returns:
description: "the PartnerRegistrationUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistrationUpdateParameters&text=PartnerRegistrationUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the Partner Registration update."
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3