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

228 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings"
name: "NicIpConfigurationResourceSettings"
nameWithType: "NicIpConfigurationResourceSettings"
summary: "Defines NIC IP configuration properties."
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 **NicIpConfigurationResourceSettings**"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.NicIpConfigurationResourceSettings()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.NicIpConfigurationResourceSettings()"
name: "NicIpConfigurationResourceSettings()"
nameWithType: "NicIpConfigurationResourceSettings.NicIpConfigurationResourceSettings()"
syntax: "public NicIpConfigurationResourceSettings()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.loadBalancerBackendAddressPools()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.loadBalancerBackendAddressPools()"
name: "loadBalancerBackendAddressPools()"
nameWithType: "NicIpConfigurationResourceSettings.loadBalancerBackendAddressPools()"
summary: "Get gets or sets the references of the load balancer backend address pools."
syntax: "public List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools()"
desc: "Get gets or sets the references of the load balancer backend address pools."
returns:
description: "the loadBalancerBackendAddressPools 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.LoadBalancerBackendAddressPoolReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LoadBalancerBackendAddressPoolReference&text=LoadBalancerBackendAddressPoolReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.loadBalancerNatRules()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.loadBalancerNatRules()"
name: "loadBalancerNatRules()"
nameWithType: "NicIpConfigurationResourceSettings.loadBalancerNatRules()"
summary: "Get gets or sets the references of the load balancer NAT rules."
syntax: "public List<LoadBalancerNatRuleReference> loadBalancerNatRules()"
desc: "Get gets or sets the references of the load balancer NAT rules."
returns:
description: "the loadBalancerNatRules 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.LoadBalancerNatRuleReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LoadBalancerNatRuleReference&text=LoadBalancerNatRuleReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.name()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.name()"
name: "name()"
nameWithType: "NicIpConfigurationResourceSettings.name()"
summary: "Get gets or sets the IP configuration name."
syntax: "public String name()"
desc: "Get gets or sets the IP configuration name."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.primary()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.primary()"
name: "primary()"
nameWithType: "NicIpConfigurationResourceSettings.primary()"
summary: "Get gets or sets a value indicating whether this IP configuration is the primary."
syntax: "public Boolean primary()"
desc: "Get gets or sets a value indicating whether this IP configuration is the primary."
returns:
description: "the primary 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.NicIpConfigurationResourceSettings.privateIpAddress()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.privateIpAddress()"
name: "privateIpAddress()"
nameWithType: "NicIpConfigurationResourceSettings.privateIpAddress()"
summary: "Get gets or sets the private IP address of the network interface IP Configuration."
syntax: "public String privateIpAddress()"
desc: "Get gets or sets the private IP address of the network interface IP Configuration."
returns:
description: "the privateIpAddress value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.privateIpAllocationMethod()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.privateIpAllocationMethod()"
name: "privateIpAllocationMethod()"
nameWithType: "NicIpConfigurationResourceSettings.privateIpAllocationMethod()"
summary: "Get gets or sets the private IP address allocation method."
syntax: "public String privateIpAllocationMethod()"
desc: "Get gets or sets the private IP address allocation method."
returns:
description: "the privateIpAllocationMethod value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.publicIp()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.publicIp()"
name: "publicIp()"
nameWithType: "NicIpConfigurationResourceSettings.publicIp()"
summary: "Get the public<wbr>Ip value."
syntax: "public PublicIpReference publicIp()"
desc: "Get the publicIp value."
returns:
description: "the publicIp value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.PublicIpReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.PublicIpReference&text=PublicIpReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.subnet()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.subnet()"
name: "subnet()"
nameWithType: "NicIpConfigurationResourceSettings.subnet()"
summary: "Get the subnet value."
syntax: "public SubnetReference subnet()"
desc: "Get the subnet value."
returns:
description: "the subnet value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetReference&text=SubnetReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withLoadBalancerBackendAddressPools(java.util.List<com.microsoft.azure.management.resourcemover.v2021_01_01.LoadBalancerBackendAddressPoolReference>)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withLoadBalancerBackendAddressPools(List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools)"
name: "withLoadBalancerBackendAddressPools(List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools)"
nameWithType: "NicIpConfigurationResourceSettings.withLoadBalancerBackendAddressPools(List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools)"
summary: "Set gets or sets the references of the load balancer backend address pools."
parameters:
- description: "the loadBalancerBackendAddressPools value to set"
name: "loadBalancerBackendAddressPools"
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.LoadBalancerBackendAddressPoolReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LoadBalancerBackendAddressPoolReference&text=LoadBalancerBackendAddressPoolReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public NicIpConfigurationResourceSettings withLoadBalancerBackendAddressPools(List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools)"
desc: "Set gets or sets the references of the load balancer backend address pools."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withLoadBalancerNatRules(java.util.List<com.microsoft.azure.management.resourcemover.v2021_01_01.LoadBalancerNatRuleReference>)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withLoadBalancerNatRules(List<LoadBalancerNatRuleReference> loadBalancerNatRules)"
name: "withLoadBalancerNatRules(List<LoadBalancerNatRuleReference> loadBalancerNatRules)"
nameWithType: "NicIpConfigurationResourceSettings.withLoadBalancerNatRules(List<LoadBalancerNatRuleReference> loadBalancerNatRules)"
summary: "Set gets or sets the references of the load balancer NAT rules."
parameters:
- description: "the loadBalancerNatRules value to set"
name: "loadBalancerNatRules"
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.LoadBalancerNatRuleReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LoadBalancerNatRuleReference&text=LoadBalancerNatRuleReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public NicIpConfigurationResourceSettings withLoadBalancerNatRules(List<LoadBalancerNatRuleReference> loadBalancerNatRules)"
desc: "Set gets or sets the references of the load balancer NAT rules."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withName(String name)"
name: "withName(String name)"
nameWithType: "NicIpConfigurationResourceSettings.withName(String name)"
summary: "Set gets or sets the IP configuration name."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NicIpConfigurationResourceSettings withName(String name)"
desc: "Set gets or sets the IP configuration name."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPrimary(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPrimary(Boolean primary)"
name: "withPrimary(Boolean primary)"
nameWithType: "NicIpConfigurationResourceSettings.withPrimary(Boolean primary)"
summary: "Set gets or sets a value indicating whether this IP configuration is the primary."
parameters:
- description: "the primary value to set"
name: "primary"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NicIpConfigurationResourceSettings withPrimary(Boolean primary)"
desc: "Set gets or sets a value indicating whether this IP configuration is the primary."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPrivateIpAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPrivateIpAddress(String privateIpAddress)"
name: "withPrivateIpAddress(String privateIpAddress)"
nameWithType: "NicIpConfigurationResourceSettings.withPrivateIpAddress(String privateIpAddress)"
summary: "Set gets or sets the private IP address of the network interface IP Configuration."
parameters:
- description: "the privateIpAddress value to set"
name: "privateIpAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NicIpConfigurationResourceSettings withPrivateIpAddress(String privateIpAddress)"
desc: "Set gets or sets the private IP address of the network interface IP Configuration."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPrivateIpAllocationMethod(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
name: "withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
nameWithType: "NicIpConfigurationResourceSettings.withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
summary: "Set gets or sets the private IP address allocation method."
parameters:
- description: "the privateIpAllocationMethod value to set"
name: "privateIpAllocationMethod"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NicIpConfigurationResourceSettings withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
desc: "Set gets or sets the private IP address allocation method."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPublicIp(com.microsoft.azure.management.resourcemover.v2021_01_01.PublicIpReference)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withPublicIp(PublicIpReference publicIp)"
name: "withPublicIp(PublicIpReference publicIp)"
nameWithType: "NicIpConfigurationResourceSettings.withPublicIp(PublicIpReference publicIp)"
summary: "Set the public<wbr>Ip value."
parameters:
- description: "the publicIp value to set"
name: "publicIp"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.PublicIpReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.PublicIpReference&text=PublicIpReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NicIpConfigurationResourceSettings withPublicIp(PublicIpReference publicIp)"
desc: "Set the publicIp value."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withSubnet(com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetReference)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings.withSubnet(SubnetReference subnet)"
name: "withSubnet(SubnetReference subnet)"
nameWithType: "NicIpConfigurationResourceSettings.withSubnet(SubnetReference subnet)"
summary: "Set the subnet value."
parameters:
- description: "the subnet value to set"
name: "subnet"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetReference?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetReference&text=SubnetReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NicIpConfigurationResourceSettings withSubnet(SubnetReference subnet)"
desc: "Set the subnet value."
returns:
description: "the NicIpConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.NicIpConfigurationResourceSettings&text=NicIpConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines NIC IP configuration properties."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0