public class BastionHostInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
BastionHostInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
dnsName()
Get the dnsName property: FQDN for the endpoint on which bastion host is accessible.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
List<BastionHostIpConfiguration> |
ipConfigurations()
Get the ipConfigurations property: IP configuration of the Bastion Host resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the bastion host resource.
|
void |
validate()
Validates the instance.
|
BastionHostInner |
withDnsName(String dnsName)
Set the dnsName property: FQDN for the endpoint on which bastion host is accessible.
|
BastionHostInner |
withId(String id)
Set the id property: Resource ID.
|
BastionHostInner |
withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations)
Set the ipConfigurations property: IP configuration of the Bastion Host resource.
|
public String etag()
public List<BastionHostIpConfiguration> ipConfigurations()
public BastionHostInner withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations)
ipConfigurations - the ipConfigurations value to set.public String dnsName()
public BastionHostInner withDnsName(String dnsName)
dnsName - the dnsName value to set.public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic BastionHostInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.