| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BastionHostIPConfiguration |
BastionHostIPConfiguration.withName(String name)
Set name of the resource that is unique within a resource group.
|
BastionHostIPConfiguration |
BastionHostIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set private IP allocation method.
|
BastionHostIPConfiguration |
BastionHostIPConfiguration.withProvisioningState(ProvisioningState provisioningState)
Set the provisioning state of the resource.
|
BastionHostIPConfiguration |
BastionHostIPConfiguration.withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference of the PublicIP resource.
|
BastionHostIPConfiguration |
BastionHostIPConfiguration.withSubnet(com.microsoft.azure.SubResource subnet)
Set reference of the subnet resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/