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

137 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings"
name: "VirtualNetworkResourceSettings"
nameWithType: "VirtualNetworkResourceSettings"
summary: "Defines the virtual network resource settings."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.targetResourceName()?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.targetResourceName&text=targetResourceName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.withTargetResourceName(java.lang.String)?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.withTargetResourceName&text=withTargetResourceName\" data-throw-if-not-resolved=\"False\" />"
- 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 **VirtualNetworkResourceSettings**</br> extends <xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.VirtualNetworkResourceSettings()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.VirtualNetworkResourceSettings()"
name: "VirtualNetworkResourceSettings()"
nameWithType: "VirtualNetworkResourceSettings.VirtualNetworkResourceSettings()"
syntax: "public VirtualNetworkResourceSettings()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.addressSpace()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.addressSpace()"
name: "addressSpace()"
nameWithType: "VirtualNetworkResourceSettings.addressSpace()"
summary: "Get gets or sets the address prefixes for the virtual network."
syntax: "public List<String> addressSpace()"
desc: "Get gets or sets the address prefixes for the virtual network."
returns:
description: "the addressSpace 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.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.dnsServers()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.dnsServers()"
name: "dnsServers()"
nameWithType: "VirtualNetworkResourceSettings.dnsServers()"
summary: "Get gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network."
syntax: "public List<String> dnsServers()"
desc: "Get gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network."
returns:
description: "the dnsServers 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.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.enableDdosProtection()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.enableDdosProtection()"
name: "enableDdosProtection()"
nameWithType: "VirtualNetworkResourceSettings.enableDdosProtection()"
summary: "Get gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on."
syntax: "public Boolean enableDdosProtection()"
desc: "Get gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on."
returns:
description: "the enableDdosProtection value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.subnets()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.subnets()"
name: "subnets()"
nameWithType: "VirtualNetworkResourceSettings.subnets()"
summary: "Get gets or sets List of subnets in a Virtual<wbr>Network."
syntax: "public List<SubnetResourceSettings> subnets()"
desc: "Get gets or sets List of subnets in a VirtualNetwork."
returns:
description: "the subnets 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.resourcemover.v2021_01_01.SubnetResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetResourceSettings&text=SubnetResourceSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withAddressSpace(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withAddressSpace(List<String> addressSpace)"
name: "withAddressSpace(List<String> addressSpace)"
nameWithType: "VirtualNetworkResourceSettings.withAddressSpace(List<String> addressSpace)"
summary: "Set gets or sets the address prefixes for the virtual network."
parameters:
- description: "the addressSpace value to set"
name: "addressSpace"
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 VirtualNetworkResourceSettings withAddressSpace(List<String> addressSpace)"
desc: "Set gets or sets the address prefixes for the virtual network."
returns:
description: "the VirtualNetworkResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings&text=VirtualNetworkResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withDnsServers(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withDnsServers(List<String> dnsServers)"
name: "withDnsServers(List<String> dnsServers)"
nameWithType: "VirtualNetworkResourceSettings.withDnsServers(List<String> dnsServers)"
summary: "Set gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network."
parameters:
- description: "the dnsServers value to set"
name: "dnsServers"
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 VirtualNetworkResourceSettings withDnsServers(List<String> dnsServers)"
desc: "Set gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network."
returns:
description: "the VirtualNetworkResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings&text=VirtualNetworkResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withEnableDdosProtection(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withEnableDdosProtection(Boolean enableDdosProtection)"
name: "withEnableDdosProtection(Boolean enableDdosProtection)"
nameWithType: "VirtualNetworkResourceSettings.withEnableDdosProtection(Boolean enableDdosProtection)"
summary: "Set gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on."
parameters:
- description: "the enableDdosProtection value to set"
name: "enableDdosProtection"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualNetworkResourceSettings withEnableDdosProtection(Boolean enableDdosProtection)"
desc: "Set gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on."
returns:
description: "the VirtualNetworkResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings&text=VirtualNetworkResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withSubnets(java.util.List<com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetResourceSettings>)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings.withSubnets(List<SubnetResourceSettings> subnets)"
name: "withSubnets(List<SubnetResourceSettings> subnets)"
nameWithType: "VirtualNetworkResourceSettings.withSubnets(List<SubnetResourceSettings> subnets)"
summary: "Set gets or sets List of subnets in a Virtual<wbr>Network."
parameters:
- description: "the subnets value to set"
name: "subnets"
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.resourcemover.v2021_01_01.SubnetResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetResourceSettings&text=SubnetResourceSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public VirtualNetworkResourceSettings withSubnets(List<SubnetResourceSettings> subnets)"
desc: "Set gets or sets List of subnets in a VirtualNetwork."
returns:
description: "the VirtualNetworkResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualNetworkResourceSettings&text=VirtualNetworkResourceSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the virtual network resource settings."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0