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

45 строки
3.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress"
fullName: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>"
name: "HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>"
nameWithType: "HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>"
summary: "The stage of a definition allowing to specify the private IP address."
syntax: "public static interface **HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>**"
methods:
- uid: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress.withPrivateIPAddressDynamic()"
fullName: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressDynamic()"
name: "withPrivateIPAddressDynamic()"
nameWithType: "HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressDynamic()"
summary: "Enables dynamic private IP address allocation within the associated subnet."
modifiers:
- "abstract"
syntax: "public abstract ReturnT withPrivateIPAddressDynamic()"
desc: "Enables dynamic private IP address allocation within the associated subnet."
returns:
description: "the next stage of the definition"
type: "<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress.withPrivateIPAddressStatic(java.lang.String)"
fullName: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressStatic(String ipAddress)"
name: "withPrivateIPAddressStatic(String ipAddress)"
nameWithType: "HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressStatic(String ipAddress)"
summary: "Assigns the specified static private IP address within the associated subnet."
modifiers:
- "abstract"
parameters:
- description: "a static IP address within the associated private IP range"
name: "ipAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReturnT withPrivateIPAddressStatic(String ipAddress)"
desc: "Assigns the specified static private IP address within the associated subnet."
returns:
description: "the next stage of the definition"
type: "<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
typeParameters:
- description: "the next stage of the definition"
name: "ReturnT"
desc: "The stage of a definition allowing to specify the private IP address."
metadata: {}
package: "com.microsoft.azure.management.network.model"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4