| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BastionHostInner |
BastionHostsClient.createOrUpdate(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters)
Creates or updates the specified Bastion Host.
|
BastionHostInner |
BastionHostsClient.createOrUpdate(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Bastion Host.
|
BastionHostInner |
BastionHostsClient.getByResourceGroup(String resourceGroupName,
String bastionHostname)
Gets the specified Bastion Host.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BastionHostInner>,BastionHostInner> |
BastionHostsClient.beginCreateOrUpdate(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters)
Creates or updates the specified Bastion Host.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BastionHostInner>,BastionHostInner> |
BastionHostsClient.beginCreateOrUpdate(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Bastion Host.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BastionHostInner>,BastionHostInner> |
BastionHostsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters)
Creates or updates the specified Bastion Host.
|
BastionHostInner |
BastionHostsClient.createOrUpdate(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters)
Creates or updates the specified Bastion Host.
|
BastionHostInner |
BastionHostsClient.createOrUpdate(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Bastion Host.
|
Mono<BastionHostInner> |
BastionHostsClient.createOrUpdateAsync(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters)
Creates or updates the specified Bastion Host.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
BastionHostsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String bastionHostname,
BastionHostInner parameters)
Creates or updates the specified Bastion Host.
|
| Modifier and Type | Method and Description |
|---|---|
BastionHostInner |
BastionHostInner.withDnsName(String dnsName)
Set the dnsName property: FQDN for the endpoint on which bastion host is accessible.
|
BastionHostInner |
BastionHostInner.withId(String id)
Set the id property: Resource ID.
|
BastionHostInner |
BastionHostInner.withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations)
Set the ipConfigurations property: IP configuration of the Bastion Host resource.
|
BastionHostInner |
BastionHostInner.withLocation(String location) |
BastionHostInner |
BastionHostInner.withSku(Sku sku)
Set the sku property: The sku of this Bastion Host.
|
BastionHostInner |
BastionHostInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.