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

156 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings"
name: "LBFrontendIPConfigurationResourceSettings"
nameWithType: "LBFrontendIPConfigurationResourceSettings"
summary: "Defines load balancer frontend 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 **LBFrontendIPConfigurationResourceSettings**"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.LBFrontendIPConfigurationResourceSettings()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.LBFrontendIPConfigurationResourceSettings()"
name: "LBFrontendIPConfigurationResourceSettings()"
nameWithType: "LBFrontendIPConfigurationResourceSettings.LBFrontendIPConfigurationResourceSettings()"
syntax: "public LBFrontendIPConfigurationResourceSettings()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.name()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.name()"
name: "name()"
nameWithType: "LBFrontendIPConfigurationResourceSettings.name()"
summary: "Get gets or sets the frontend IP configuration name."
syntax: "public String name()"
desc: "Get gets or sets the frontend 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.LBFrontendIPConfigurationResourceSettings.privateIpAddress()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.privateIpAddress()"
name: "privateIpAddress()"
nameWithType: "LBFrontendIPConfigurationResourceSettings.privateIpAddress()"
summary: "Get gets or sets the IP address of the Load Balancer.<wbr>This is only specified if a specific private IP address shall be allocated from the subnet specified in subnet<wbr>Ref."
syntax: "public String privateIpAddress()"
desc: "Get gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef."
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.LBFrontendIPConfigurationResourceSettings.privateIpAllocationMethod()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.privateIpAllocationMethod()"
name: "privateIpAllocationMethod()"
nameWithType: "LBFrontendIPConfigurationResourceSettings.privateIpAllocationMethod()"
summary: "Get gets or sets PrivateIP allocation method (Static/Dynamic)."
syntax: "public String privateIpAllocationMethod()"
desc: "Get gets or sets PrivateIP allocation method (Static/Dynamic)."
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.LBFrontendIPConfigurationResourceSettings.subnet()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.subnet()"
name: "subnet()"
nameWithType: "LBFrontendIPConfigurationResourceSettings.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.LBFrontendIPConfigurationResourceSettings.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withName(String name)"
name: "withName(String name)"
nameWithType: "LBFrontendIPConfigurationResourceSettings.withName(String name)"
summary: "Set gets or sets the frontend 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 LBFrontendIPConfigurationResourceSettings withName(String name)"
desc: "Set gets or sets the frontend IP configuration name."
returns:
description: "the LBFrontendIPConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings&text=LBFrontendIPConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withPrivateIpAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withPrivateIpAddress(String privateIpAddress)"
name: "withPrivateIpAddress(String privateIpAddress)"
nameWithType: "LBFrontendIPConfigurationResourceSettings.withPrivateIpAddress(String privateIpAddress)"
summary: "Set gets or sets the IP address of the Load Balancer.<wbr>This is only specified if a specific private IP address shall be allocated from the subnet specified in subnet<wbr>Ref."
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 LBFrontendIPConfigurationResourceSettings withPrivateIpAddress(String privateIpAddress)"
desc: "Set gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef."
returns:
description: "the LBFrontendIPConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings&text=LBFrontendIPConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withPrivateIpAllocationMethod(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
name: "withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
nameWithType: "LBFrontendIPConfigurationResourceSettings.withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
summary: "Set gets or sets PrivateIP allocation method (Static/Dynamic)."
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 LBFrontendIPConfigurationResourceSettings withPrivateIpAllocationMethod(String privateIpAllocationMethod)"
desc: "Set gets or sets PrivateIP allocation method (Static/Dynamic)."
returns:
description: "the LBFrontendIPConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings&text=LBFrontendIPConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withSubnet(com.microsoft.azure.management.resourcemover.v2021_01_01.SubnetReference)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withSubnet(SubnetReference subnet)"
name: "withSubnet(SubnetReference subnet)"
nameWithType: "LBFrontendIPConfigurationResourceSettings.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 LBFrontendIPConfigurationResourceSettings withSubnet(SubnetReference subnet)"
desc: "Set the subnet value."
returns:
description: "the LBFrontendIPConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings&text=LBFrontendIPConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withZones(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.withZones(String zones)"
name: "withZones(String zones)"
nameWithType: "LBFrontendIPConfigurationResourceSettings.withZones(String zones)"
summary: "Set gets or sets the csv list of zones."
parameters:
- description: "the zones value to set"
name: "zones"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LBFrontendIPConfigurationResourceSettings withZones(String zones)"
desc: "Set gets or sets the csv list of zones."
returns:
description: "the LBFrontendIPConfigurationResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings&text=LBFrontendIPConfigurationResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.zones()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.LBFrontendIPConfigurationResourceSettings.zones()"
name: "zones()"
nameWithType: "LBFrontendIPConfigurationResourceSettings.zones()"
summary: "Get gets or sets the csv list of zones."
syntax: "public String zones()"
desc: "Get gets or sets the csv list of zones."
returns:
description: "the zones value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines load balancer frontend 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