public class BastionHostIPConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
BastionHostIPConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get name of the resource that is unique within a resource group.
|
IPAllocationMethod |
privateIPAllocationMethod()
Get private IP allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the bastion host IP configuration resource.
|
com.microsoft.azure.SubResource |
publicIPAddress()
Get reference of the PublicIP resource.
|
com.microsoft.azure.SubResource |
subnet()
Get reference of the subnet resource.
|
String |
type()
Get ip configuration type.
|
BastionHostIPConfiguration |
withName(String name)
Set name of the resource that is unique within a resource group.
|
BastionHostIPConfiguration |
withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set private IP allocation method.
|
BastionHostIPConfiguration |
withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference of the PublicIP resource.
|
BastionHostIPConfiguration |
withSubnet(com.microsoft.azure.SubResource subnet)
Set reference of the subnet resource.
|
public com.microsoft.azure.SubResource subnet()
public BastionHostIPConfiguration withSubnet(com.microsoft.azure.SubResource subnet)
subnet - the subnet value to setpublic com.microsoft.azure.SubResource publicIPAddress()
public BastionHostIPConfiguration withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
publicIPAddress - the publicIPAddress value to setpublic ProvisioningState provisioningState()
public IPAllocationMethod privateIPAllocationMethod()
public BastionHostIPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
privateIPAllocationMethod - the privateIPAllocationMethod value to setpublic String name()
public BastionHostIPConfiguration withName(String name)
name - the name value to setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/