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

156 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters"
name: "DomainUpdateParameters"
nameWithType: "DomainUpdateParameters"
summary: "Properties of the Domain 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 **DomainUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.DomainUpdateParameters()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.DomainUpdateParameters()"
name: "DomainUpdateParameters()"
nameWithType: "DomainUpdateParameters.DomainUpdateParameters()"
syntax: "public DomainUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.identity()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.identity()"
name: "identity()"
nameWithType: "DomainUpdateParameters.identity()"
summary: "Get identity information for the resource."
syntax: "public IdentityInfo identity()"
desc: "Get identity information for the resource."
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.DomainUpdateParameters.inboundIpRules()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.inboundIpRules()"
name: "inboundIpRules()"
nameWithType: "DomainUpdateParameters.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\" />&lt;<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\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.publicNetworkAccess()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "DomainUpdateParameters.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.DomainUpdateParameterProperties.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.DomainUpdateParameters.sku()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.sku()"
name: "sku()"
nameWithType: "DomainUpdateParameters.sku()"
summary: "Get the Sku pricing tier for the domain."
syntax: "public ResourceSku sku()"
desc: "Get the Sku pricing tier for the domain."
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.DomainUpdateParameters.tags()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.tags()"
name: "tags()"
nameWithType: "DomainUpdateParameters.tags()"
summary: "Get tags of the domains resource."
syntax: "public Map<String,String> tags()"
desc: "Get tags of the domains 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.DomainUpdateParameters.withIdentity(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IdentityInfo)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withIdentity(IdentityInfo identity)"
name: "withIdentity(IdentityInfo identity)"
nameWithType: "DomainUpdateParameters.withIdentity(IdentityInfo identity)"
summary: "Set identity information for the resource."
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 DomainUpdateParameters withIdentity(IdentityInfo identity)"
desc: "Set identity information for the resource."
returns:
description: "the DomainUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters&text=DomainUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withInboundIpRules(java.util.List<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule>)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withInboundIpRules(List<InboundIpRule> inboundIpRules)"
name: "withInboundIpRules(List<InboundIpRule> inboundIpRules)"
nameWithType: "DomainUpdateParameters.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\" />&lt;<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\" />&gt;"
syntax: "public DomainUpdateParameters 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 DomainUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters&text=DomainUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withPublicNetworkAccess(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PublicNetworkAccess)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
name: "withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
nameWithType: "DomainUpdateParameters.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 DomainUpdateParameters 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.DomainUpdateParameterProperties.InboundIpRules\" />. Possible values include: 'Enabled', 'Disabled'."
returns:
description: "the DomainUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters&text=DomainUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withSku(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withSku(ResourceSku sku)"
name: "withSku(ResourceSku sku)"
nameWithType: "DomainUpdateParameters.withSku(ResourceSku sku)"
summary: "Set the Sku pricing tier for the domain."
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 DomainUpdateParameters withSku(ResourceSku sku)"
desc: "Set the Sku pricing tier for the domain."
returns:
description: "the DomainUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters&text=DomainUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "DomainUpdateParameters.withTags(Map<String,String> tags)"
summary: "Set tags of the domains 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 DomainUpdateParameters withTags(Map<String,String> tags)"
desc: "Set tags of the domains resource."
returns:
description: "the DomainUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainUpdateParameters&text=DomainUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the Domain 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