156 строки
14 KiB
YAML
156 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters"
|
|
name: "TopicUpdateParameters"
|
|
nameWithType: "TopicUpdateParameters"
|
|
summary: "Properties of the Topic 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 **TopicUpdateParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.TopicUpdateParameters()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.TopicUpdateParameters()"
|
|
name: "TopicUpdateParameters()"
|
|
nameWithType: "TopicUpdateParameters.TopicUpdateParameters()"
|
|
syntax: "public TopicUpdateParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.identity()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.identity()"
|
|
name: "identity()"
|
|
nameWithType: "TopicUpdateParameters.identity()"
|
|
summary: "Get resource identity information."
|
|
syntax: "public IdentityInfo identity()"
|
|
desc: "Get resource identity information."
|
|
returns:
|
|
description: "the identity value"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IdentityInfo?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IdentityInfo&text=IdentityInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.inboundIpRules()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.inboundIpRules()"
|
|
name: "inboundIpRules()"
|
|
nameWithType: "TopicUpdateParameters.inboundIpRules()"
|
|
summary: "Get this can be used to restrict traffic from specific IPs instead of all IPs."
|
|
syntax: "public List<InboundIpRule> inboundIpRules()"
|
|
desc: "Get this can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled."
|
|
returns:
|
|
description: "the inboundIpRules value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule&text=InboundIpRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.publicNetworkAccess()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.publicNetworkAccess()"
|
|
name: "publicNetworkAccess()"
|
|
nameWithType: "TopicUpdateParameters.publicNetworkAccess()"
|
|
summary: "Get this determines if traffic is allowed over public network."
|
|
syntax: "public PublicNetworkAccess publicNetworkAccess()"
|
|
desc: "Get this determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules\" />. Possible values include: 'Enabled', 'Disabled'."
|
|
returns:
|
|
description: "the publicNetworkAccess value"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PublicNetworkAccess?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.sku()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.sku()"
|
|
name: "sku()"
|
|
nameWithType: "TopicUpdateParameters.sku()"
|
|
summary: "Get the Sku pricing tier for the topic."
|
|
syntax: "public ResourceSku sku()"
|
|
desc: "Get the Sku pricing tier for the topic."
|
|
returns:
|
|
description: "the sku value"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku&text=ResourceSku\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.tags()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.tags()"
|
|
name: "tags()"
|
|
nameWithType: "TopicUpdateParameters.tags()"
|
|
summary: "Get tags of the resource."
|
|
syntax: "public Map<String,String> tags()"
|
|
desc: "Get tags of the resource."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<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\" />>"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withIdentity(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IdentityInfo)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withIdentity(IdentityInfo identity)"
|
|
name: "withIdentity(IdentityInfo identity)"
|
|
nameWithType: "TopicUpdateParameters.withIdentity(IdentityInfo identity)"
|
|
summary: "Set resource identity information."
|
|
parameters:
|
|
- description: "the identity value to set"
|
|
name: "identity"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IdentityInfo?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IdentityInfo&text=IdentityInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TopicUpdateParameters withIdentity(IdentityInfo identity)"
|
|
desc: "Set resource identity information."
|
|
returns:
|
|
description: "the TopicUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters&text=TopicUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withInboundIpRules(java.util.List<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule>)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withInboundIpRules(List<InboundIpRule> inboundIpRules)"
|
|
name: "withInboundIpRules(List<InboundIpRule> inboundIpRules)"
|
|
nameWithType: "TopicUpdateParameters.withInboundIpRules(List<InboundIpRule> inboundIpRules)"
|
|
summary: "Set this can be used to restrict traffic from specific IPs instead of all IPs."
|
|
parameters:
|
|
- description: "the inboundIpRules value to set"
|
|
name: "inboundIpRules"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule&text=InboundIpRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public TopicUpdateParameters withInboundIpRules(List<InboundIpRule> inboundIpRules)"
|
|
desc: "Set this can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled."
|
|
returns:
|
|
description: "the TopicUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters&text=TopicUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withPublicNetworkAccess(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PublicNetworkAccess)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
name: "withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
nameWithType: "TopicUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
summary: "Set this determines if traffic is allowed over public network."
|
|
parameters:
|
|
- description: "the publicNetworkAccess value to set"
|
|
name: "publicNetworkAccess"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PublicNetworkAccess?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TopicUpdateParameters withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
desc: "Set this determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules\" />. Possible values include: 'Enabled', 'Disabled'."
|
|
returns:
|
|
description: "the TopicUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters&text=TopicUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withSku(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withSku(ResourceSku sku)"
|
|
name: "withSku(ResourceSku sku)"
|
|
nameWithType: "TopicUpdateParameters.withSku(ResourceSku sku)"
|
|
summary: "Set the Sku pricing tier for the topic."
|
|
parameters:
|
|
- description: "the sku value to set"
|
|
name: "sku"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku&text=ResourceSku\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TopicUpdateParameters withSku(ResourceSku sku)"
|
|
desc: "Set the Sku pricing tier for the topic."
|
|
returns:
|
|
description: "the TopicUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters&text=TopicUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "TopicUpdateParameters.withTags(Map<String,String> tags)"
|
|
summary: "Set tags of the 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\" /><<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\" />>"
|
|
syntax: "public TopicUpdateParameters withTags(Map<String,String> tags)"
|
|
desc: "Set tags of the resource."
|
|
returns:
|
|
description: "the TopicUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicUpdateParameters&text=TopicUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of the Topic 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
|