34 строки
1.9 KiB
YAML
34 строки
1.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.model.HasPrivateIPAddress"
|
|
fullName: "com.microsoft.azure.management.network.model.HasPrivateIPAddress"
|
|
name: "HasPrivateIPAddress"
|
|
nameWithType: "HasPrivateIPAddress"
|
|
summary: "An interface representing a model's ability to reference a private IP address."
|
|
syntax: "public interface **HasPrivateIPAddress**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.privateIPAddress()"
|
|
fullName: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.privateIPAddress()"
|
|
name: "privateIPAddress()"
|
|
nameWithType: "HasPrivateIPAddress.privateIPAddress()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String privateIPAddress()"
|
|
returns:
|
|
description: "the private IP address associated with this resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.privateIPAllocationMethod()"
|
|
fullName: "com.microsoft.azure.management.network.model.HasPrivateIPAddress.privateIPAllocationMethod()"
|
|
name: "privateIPAllocationMethod()"
|
|
nameWithType: "HasPrivateIPAddress.privateIPAllocationMethod()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IPAllocationMethod privateIPAllocationMethod()"
|
|
returns:
|
|
description: "the private IP address allocation method within the associated subnet"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.IPAllocationMethod?alt=com.microsoft.azure.management.network.IPAllocationMethod&text=IPAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An interface representing a model's ability to reference a private IP address."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network.model"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|