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

38 строки
2.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithIPAddress"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithIPAddress"
name: "PublicIPAddress.DefinitionStages.WithIPAddress"
nameWithType: "PublicIPAddress.DefinitionStages.WithIPAddress"
summary: "A public IP address definition allowing to set the IP allocation method (static or dynamic)."
syntax: "public static interface **PublicIPAddress.DefinitionStages.WithIPAddress**"
methods:
- uid: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithIPAddress.withDynamicIP()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithIPAddress.withDynamicIP()"
name: "withDynamicIP()"
nameWithType: "PublicIPAddress.DefinitionStages.WithIPAddress.withDynamicIP()"
summary: "Enables dynamic IP address allocation."
modifiers:
- "abstract"
syntax: "public abstract PublicIPAddress.DefinitionStages.WithCreate withDynamicIP()"
desc: "Enables dynamic IP address allocation."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithIPAddress.withStaticIP()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithIPAddress.withStaticIP()"
name: "withStaticIP()"
nameWithType: "PublicIPAddress.DefinitionStages.WithIPAddress.withStaticIP()"
summary: "Enables static IP address allocation."
modifiers:
- "abstract"
syntax: "public abstract PublicIPAddress.DefinitionStages.WithCreate withStaticIP()"
desc: "Enables static IP address allocation.\n\nUse <xref uid=\"com.microsoft.azure.management.network.PublicIPAddress.ipAddress()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PublicIPAddress#ipAddress()\"></xref> after the public IP address is created to obtain the actual IP address allocated for this resource by Azure"
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A public IP address definition allowing to set the IP allocation method (static or dynamic)."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4