| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withId(String id) |
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withName(String name)
Set the name property: The name of private link service ip configuration.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withPrimary(Boolean primary)
Set the primary property: Whether the ip configuration is primary or not.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.