public interface NetworkManagementClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteBastionShareableLink(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteBastionShareableLink(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms,
com.azure.core.util.Context context)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
beginGeneratevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
beginGeneratevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams,
com.azure.core.util.Context context)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
beginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
DnsNameAvailabilityResultInner |
checkDnsNameAvailability(String location,
String domainNameLabel)
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
|
Mono<DnsNameAvailabilityResultInner> |
checkDnsNameAvailabilityAsync(String location,
String domainNameLabel)
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
|
com.azure.core.http.rest.Response<DnsNameAvailabilityResultInner> |
checkDnsNameAvailabilityWithResponse(String location,
String domainNameLabel,
com.azure.core.util.Context context)
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
|
Mono<com.azure.core.http.rest.Response<DnsNameAvailabilityResultInner>> |
checkDnsNameAvailabilityWithResponseAsync(String location,
String domainNameLabel)
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
|
void |
deleteBastionShareableLink(String resourceGroupName,
String bastionHostname)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
void |
deleteBastionShareableLink(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
void |
deleteBastionShareableLink(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms,
com.azure.core.util.Context context)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
Mono<Void> |
deleteBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
Mono<Void> |
deleteBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteBastionShareableLinkWithResponseAsync(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedIterable<BastionSessionStateInner> |
disconnectActiveSessions(String resourceGroupName,
String bastionHostname)
Returns the list of currently active sessions on the Bastion.
|
com.azure.core.http.rest.PagedIterable<BastionSessionStateInner> |
disconnectActiveSessions(String resourceGroupName,
String bastionHostname,
List<String> sessionIdsSessionIds,
com.azure.core.util.Context context)
Returns the list of currently active sessions on the Bastion.
|
com.azure.core.http.rest.PagedFlux<BastionSessionStateInner> |
disconnectActiveSessionsAsync(String resourceGroupName,
String bastionHostname)
Returns the list of currently active sessions on the Bastion.
|
com.azure.core.http.rest.PagedFlux<BastionSessionStateInner> |
disconnectActiveSessionsAsync(String resourceGroupName,
String bastionHostname,
List<String> sessionIdsSessionIds)
Returns the list of currently active sessions on the Bastion.
|
VpnProfileResponseInner |
generatevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
VpnProfileResponseInner |
generatevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams,
com.azure.core.util.Context context)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
Mono<VpnProfileResponseInner> |
generatevirtualwanvpnserverconfigurationvpnprofileAsync(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
generatevirtualwanvpnserverconfigurationvpnprofileWithResponseAsync(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<BastionActiveSessionInner> |
getActiveSessions(String resourceGroupName,
String bastionHostname)
Returns the list of currently active sessions on the Bastion.
|
com.azure.core.http.rest.PagedIterable<BastionActiveSessionInner> |
getActiveSessions(String resourceGroupName,
String bastionHostname,
com.azure.core.util.Context context)
Returns the list of currently active sessions on the Bastion.
|
com.azure.core.http.rest.PagedFlux<BastionActiveSessionInner> |
getActiveSessionsAsync(String resourceGroupName,
String bastionHostname)
Returns the list of currently active sessions on the Bastion.
|
ApplicationGatewayPrivateEndpointConnectionsClient |
getApplicationGatewayPrivateEndpointConnections()
Gets the ApplicationGatewayPrivateEndpointConnectionsClient object to access its operations.
|
ApplicationGatewayPrivateLinkResourcesClient |
getApplicationGatewayPrivateLinkResources()
Gets the ApplicationGatewayPrivateLinkResourcesClient object to access its operations.
|
ApplicationGatewaysClient |
getApplicationGateways()
Gets the ApplicationGatewaysClient object to access its operations.
|
ApplicationSecurityGroupsClient |
getApplicationSecurityGroups()
Gets the ApplicationSecurityGroupsClient object to access its operations.
|
AvailableDelegationsClient |
getAvailableDelegations()
Gets the AvailableDelegationsClient object to access its operations.
|
AvailableEndpointServicesClient |
getAvailableEndpointServices()
Gets the AvailableEndpointServicesClient object to access its operations.
|
AvailablePrivateEndpointTypesClient |
getAvailablePrivateEndpointTypes()
Gets the AvailablePrivateEndpointTypesClient object to access its operations.
|
AvailableResourceGroupDelegationsClient |
getAvailableResourceGroupDelegations()
Gets the AvailableResourceGroupDelegationsClient object to access its operations.
|
AvailableServiceAliasesClient |
getAvailableServiceAliases()
Gets the AvailableServiceAliasesClient object to access its operations.
|
AzureFirewallFqdnTagsClient |
getAzureFirewallFqdnTags()
Gets the AzureFirewallFqdnTagsClient object to access its operations.
|
AzureFirewallsClient |
getAzureFirewalls()
Gets the AzureFirewallsClient object to access its operations.
|
BastionHostsClient |
getBastionHosts()
Gets the BastionHostsClient object to access its operations.
|
com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> |
getBastionShareableLink(String resourceGroupName,
String bastionHostname)
Return the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> |
getBastionShareableLink(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms,
com.azure.core.util.Context context)
Return the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> |
getBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname)
Return the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> |
getBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Return the Bastion Shareable Links for all the VMs specified in the request.
|
BgpServiceCommunitiesClient |
getBgpServiceCommunities()
Gets the BgpServiceCommunitiesClient object to access its operations.
|
ConnectionMonitorsClient |
getConnectionMonitors()
Gets the ConnectionMonitorsClient object to access its operations.
|
CustomIpPrefixesClient |
getCustomIpPrefixes()
Gets the CustomIpPrefixesClient object to access its operations.
|
DdosCustomPoliciesClient |
getDdosCustomPolicies()
Gets the DdosCustomPoliciesClient object to access its operations.
|
DdosProtectionPlansClient |
getDdosProtectionPlans()
Gets the DdosProtectionPlansClient object to access its operations.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
DefaultSecurityRulesClient |
getDefaultSecurityRules()
Gets the DefaultSecurityRulesClient object to access its operations.
|
DscpConfigurationsClient |
getDscpConfigurations()
Gets the DscpConfigurationsClient object to access its operations.
|
String |
getEndpoint()
Gets server parameter.
|
ExpressRouteCircuitAuthorizationsClient |
getExpressRouteCircuitAuthorizations()
Gets the ExpressRouteCircuitAuthorizationsClient object to access its operations.
|
ExpressRouteCircuitConnectionsClient |
getExpressRouteCircuitConnections()
Gets the ExpressRouteCircuitConnectionsClient object to access its operations.
|
ExpressRouteCircuitPeeringsClient |
getExpressRouteCircuitPeerings()
Gets the ExpressRouteCircuitPeeringsClient object to access its operations.
|
ExpressRouteCircuitsClient |
getExpressRouteCircuits()
Gets the ExpressRouteCircuitsClient object to access its operations.
|
ExpressRouteConnectionsClient |
getExpressRouteConnections()
Gets the ExpressRouteConnectionsClient object to access its operations.
|
ExpressRouteCrossConnectionPeeringsClient |
getExpressRouteCrossConnectionPeerings()
Gets the ExpressRouteCrossConnectionPeeringsClient object to access its operations.
|
ExpressRouteCrossConnectionsClient |
getExpressRouteCrossConnections()
Gets the ExpressRouteCrossConnectionsClient object to access its operations.
|
ExpressRouteGatewaysClient |
getExpressRouteGateways()
Gets the ExpressRouteGatewaysClient object to access its operations.
|
ExpressRouteLinksClient |
getExpressRouteLinks()
Gets the ExpressRouteLinksClient object to access its operations.
|
ExpressRoutePortsClient |
getExpressRoutePorts()
Gets the ExpressRoutePortsClient object to access its operations.
|
ExpressRoutePortsLocationsClient |
getExpressRoutePortsLocations()
Gets the ExpressRoutePortsLocationsClient object to access its operations.
|
ExpressRouteServiceProvidersClient |
getExpressRouteServiceProviders()
Gets the ExpressRouteServiceProvidersClient object to access its operations.
|
FirewallPoliciesClient |
getFirewallPolicies()
Gets the FirewallPoliciesClient object to access its operations.
|
FirewallPolicyRuleCollectionGroupsClient |
getFirewallPolicyRuleCollectionGroups()
Gets the FirewallPolicyRuleCollectionGroupsClient object to access its operations.
|
FlowLogsClient |
getFlowLogs()
Gets the FlowLogsClient object to access its operations.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
HubRouteTablesClient |
getHubRouteTables()
Gets the HubRouteTablesClient object to access its operations.
|
HubVirtualNetworkConnectionsClient |
getHubVirtualNetworkConnections()
Gets the HubVirtualNetworkConnectionsClient object to access its operations.
|
InboundNatRulesClient |
getInboundNatRules()
Gets the InboundNatRulesClient object to access its operations.
|
InboundSecurityRuleOperationsClient |
getInboundSecurityRuleOperations()
Gets the InboundSecurityRuleOperationsClient object to access its operations.
|
IpAllocationsClient |
getIpAllocations()
Gets the IpAllocationsClient object to access its operations.
|
IpGroupsClient |
getIpGroups()
Gets the IpGroupsClient object to access its operations.
|
LoadBalancerBackendAddressPoolsClient |
getLoadBalancerBackendAddressPools()
Gets the LoadBalancerBackendAddressPoolsClient object to access its operations.
|
LoadBalancerFrontendIpConfigurationsClient |
getLoadBalancerFrontendIpConfigurations()
Gets the LoadBalancerFrontendIpConfigurationsClient object to access its operations.
|
LoadBalancerLoadBalancingRulesClient |
getLoadBalancerLoadBalancingRules()
Gets the LoadBalancerLoadBalancingRulesClient object to access its operations.
|
LoadBalancerNetworkInterfacesClient |
getLoadBalancerNetworkInterfaces()
Gets the LoadBalancerNetworkInterfacesClient object to access its operations.
|
LoadBalancerOutboundRulesClient |
getLoadBalancerOutboundRules()
Gets the LoadBalancerOutboundRulesClient object to access its operations.
|
LoadBalancerProbesClient |
getLoadBalancerProbes()
Gets the LoadBalancerProbesClient object to access its operations.
|
LoadBalancersClient |
getLoadBalancers()
Gets the LoadBalancersClient object to access its operations.
|
LocalNetworkGatewaysClient |
getLocalNetworkGateways()
Gets the LocalNetworkGatewaysClient object to access its operations.
|
NatGatewaysClient |
getNatGateways()
Gets the NatGatewaysClient object to access its operations.
|
NatRulesClient |
getNatRules()
Gets the NatRulesClient object to access its operations.
|
NetworkInterfaceIpConfigurationsClient |
getNetworkInterfaceIpConfigurations()
Gets the NetworkInterfaceIpConfigurationsClient object to access its operations.
|
NetworkInterfaceLoadBalancersClient |
getNetworkInterfaceLoadBalancers()
Gets the NetworkInterfaceLoadBalancersClient object to access its operations.
|
NetworkInterfacesClient |
getNetworkInterfaces()
Gets the NetworkInterfacesClient object to access its operations.
|
NetworkInterfaceTapConfigurationsClient |
getNetworkInterfaceTapConfigurations()
Gets the NetworkInterfaceTapConfigurationsClient object to access its operations.
|
NetworkProfilesClient |
getNetworkProfiles()
Gets the NetworkProfilesClient object to access its operations.
|
NetworkSecurityGroupsClient |
getNetworkSecurityGroups()
Gets the NetworkSecurityGroupsClient object to access its operations.
|
NetworkVirtualAppliancesClient |
getNetworkVirtualAppliances()
Gets the NetworkVirtualAppliancesClient object to access its operations.
|
NetworkWatchersClient |
getNetworkWatchers()
Gets the NetworkWatchersClient object to access its operations.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
P2SVpnGatewaysClient |
getP2SVpnGateways()
Gets the P2SVpnGatewaysClient object to access its operations.
|
PacketCapturesClient |
getPacketCaptures()
Gets the PacketCapturesClient object to access its operations.
|
PeerExpressRouteCircuitConnectionsClient |
getPeerExpressRouteCircuitConnections()
Gets the PeerExpressRouteCircuitConnectionsClient object to access its operations.
|
PrivateDnsZoneGroupsClient |
getPrivateDnsZoneGroups()
Gets the PrivateDnsZoneGroupsClient object to access its operations.
|
PrivateEndpointsClient |
getPrivateEndpoints()
Gets the PrivateEndpointsClient object to access its operations.
|
PrivateLinkServicesClient |
getPrivateLinkServices()
Gets the PrivateLinkServicesClient object to access its operations.
|
PublicIpAddressesClient |
getPublicIpAddresses()
Gets the PublicIpAddressesClient object to access its operations.
|
PublicIpPrefixesClient |
getPublicIpPrefixes()
Gets the PublicIpPrefixesClient object to access its operations.
|
ResourceNavigationLinksClient |
getResourceNavigationLinks()
Gets the ResourceNavigationLinksClient object to access its operations.
|
RouteFilterRulesClient |
getRouteFilterRules()
Gets the RouteFilterRulesClient object to access its operations.
|
RouteFiltersClient |
getRouteFilters()
Gets the RouteFiltersClient object to access its operations.
|
RoutesClient |
getRoutes()
Gets the RoutesClient object to access its operations.
|
RouteTablesClient |
getRouteTables()
Gets the RouteTablesClient object to access its operations.
|
SecurityPartnerProvidersClient |
getSecurityPartnerProviders()
Gets the SecurityPartnerProvidersClient object to access its operations.
|
SecurityRulesClient |
getSecurityRules()
Gets the SecurityRulesClient object to access its operations.
|
ServiceAssociationLinksClient |
getServiceAssociationLinks()
Gets the ServiceAssociationLinksClient object to access its operations.
|
ServiceEndpointPoliciesClient |
getServiceEndpointPolicies()
Gets the ServiceEndpointPoliciesClient object to access its operations.
|
ServiceEndpointPolicyDefinitionsClient |
getServiceEndpointPolicyDefinitions()
Gets the ServiceEndpointPolicyDefinitionsClient object to access its operations.
|
ServiceTagsClient |
getServiceTags()
Gets the ServiceTagsClient object to access its operations.
|
SubnetsClient |
getSubnets()
Gets the SubnetsClient object to access its operations.
|
String |
getSubscriptionId()
Gets The subscription credentials which uniquely identify the Microsoft Azure subscription.
|
UsagesClient |
getUsages()
Gets the UsagesClient object to access its operations.
|
VirtualApplianceSitesClient |
getVirtualApplianceSites()
Gets the VirtualApplianceSitesClient object to access its operations.
|
VirtualApplianceSkusClient |
getVirtualApplianceSkus()
Gets the VirtualApplianceSkusClient object to access its operations.
|
VirtualHubBgpConnectionsClient |
getVirtualHubBgpConnections()
Gets the VirtualHubBgpConnectionsClient object to access its operations.
|
VirtualHubIpConfigurationsClient |
getVirtualHubIpConfigurations()
Gets the VirtualHubIpConfigurationsClient object to access its operations.
|
VirtualHubRouteTableV2SClient |
getVirtualHubRouteTableV2S()
Gets the VirtualHubRouteTableV2SClient object to access its operations.
|
VirtualHubsClient |
getVirtualHubs()
Gets the VirtualHubsClient object to access its operations.
|
VirtualNetworkGatewayConnectionsClient |
getVirtualNetworkGatewayConnections()
Gets the VirtualNetworkGatewayConnectionsClient object to access its operations.
|
VirtualNetworkGatewayNatRulesClient |
getVirtualNetworkGatewayNatRules()
Gets the VirtualNetworkGatewayNatRulesClient object to access its operations.
|
VirtualNetworkGatewaysClient |
getVirtualNetworkGateways()
Gets the VirtualNetworkGatewaysClient object to access its operations.
|
VirtualNetworkPeeringsClient |
getVirtualNetworkPeerings()
Gets the VirtualNetworkPeeringsClient object to access its operations.
|
VirtualNetworksClient |
getVirtualNetworks()
Gets the VirtualNetworksClient object to access its operations.
|
VirtualNetworkTapsClient |
getVirtualNetworkTaps()
Gets the VirtualNetworkTapsClient object to access its operations.
|
VirtualRouterPeeringsClient |
getVirtualRouterPeerings()
Gets the VirtualRouterPeeringsClient object to access its operations.
|
VirtualRoutersClient |
getVirtualRouters()
Gets the VirtualRoutersClient object to access its operations.
|
VirtualWansClient |
getVirtualWans()
Gets the VirtualWansClient object to access its operations.
|
VpnConnectionsClient |
getVpnConnections()
Gets the VpnConnectionsClient object to access its operations.
|
VpnGatewaysClient |
getVpnGateways()
Gets the VpnGatewaysClient object to access its operations.
|
VpnLinkConnectionsClient |
getVpnLinkConnections()
Gets the VpnLinkConnectionsClient object to access its operations.
|
VpnServerConfigurationsClient |
getVpnServerConfigurations()
Gets the VpnServerConfigurationsClient object to access its operations.
|
VpnServerConfigurationsAssociatedWithVirtualWansClient |
getVpnServerConfigurationsAssociatedWithVirtualWans()
Gets the VpnServerConfigurationsAssociatedWithVirtualWansClient object to access its operations.
|
VpnSiteLinkConnectionsClient |
getVpnSiteLinkConnections()
Gets the VpnSiteLinkConnectionsClient object to access its operations.
|
VpnSiteLinksClient |
getVpnSiteLinks()
Gets the VpnSiteLinksClient object to access its operations.
|
VpnSitesClient |
getVpnSites()
Gets the VpnSitesClient object to access its operations.
|
VpnSitesConfigurationsClient |
getVpnSitesConfigurations()
Gets the VpnSitesConfigurationsClient object to access its operations.
|
WebApplicationFirewallPoliciesClient |
getWebApplicationFirewallPolicies()
Gets the WebApplicationFirewallPoliciesClient object to access its operations.
|
WebCategoriesClient |
getWebCategories()
Gets the WebCategoriesClient object to access its operations.
|
com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> |
putBastionShareableLink(String resourceGroupName,
String bastionHostname)
Creates a Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> |
putBastionShareableLink(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms,
com.azure.core.util.Context context)
Creates a Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> |
putBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname)
Creates a Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> |
putBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname,
List<BastionShareableLinkInner> vms)
Creates a Bastion Shareable Links for all the VMs specified in the request.
|
VirtualWanSecurityProvidersInner |
supportedSecurityProviders(String resourceGroupName,
String virtualWanName)
Gives the supported security providers for the virtual wan.
|
Mono<VirtualWanSecurityProvidersInner> |
supportedSecurityProvidersAsync(String resourceGroupName,
String virtualWanName)
Gives the supported security providers for the virtual wan.
|
com.azure.core.http.rest.Response<VirtualWanSecurityProvidersInner> |
supportedSecurityProvidersWithResponse(String resourceGroupName,
String virtualWanName,
com.azure.core.util.Context context)
Gives the supported security providers for the virtual wan.
|
Mono<com.azure.core.http.rest.Response<VirtualWanSecurityProvidersInner>> |
supportedSecurityProvidersWithResponseAsync(String resourceGroupName,
String virtualWanName)
Gives the supported security providers for the virtual wan.
|
String getSubscriptionId()
String getEndpoint()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
ApplicationGatewaysClient getApplicationGateways()
ApplicationGatewayPrivateLinkResourcesClient getApplicationGatewayPrivateLinkResources()
ApplicationGatewayPrivateEndpointConnectionsClient getApplicationGatewayPrivateEndpointConnections()
ApplicationSecurityGroupsClient getApplicationSecurityGroups()
AvailableDelegationsClient getAvailableDelegations()
AvailableResourceGroupDelegationsClient getAvailableResourceGroupDelegations()
AvailableServiceAliasesClient getAvailableServiceAliases()
AzureFirewallsClient getAzureFirewalls()
AzureFirewallFqdnTagsClient getAzureFirewallFqdnTags()
WebCategoriesClient getWebCategories()
BastionHostsClient getBastionHosts()
NetworkInterfacesClient getNetworkInterfaces()
PublicIpAddressesClient getPublicIpAddresses()
CustomIpPrefixesClient getCustomIpPrefixes()
DdosCustomPoliciesClient getDdosCustomPolicies()
DdosProtectionPlansClient getDdosProtectionPlans()
DscpConfigurationsClient getDscpConfigurations()
AvailableEndpointServicesClient getAvailableEndpointServices()
ExpressRouteCircuitAuthorizationsClient getExpressRouteCircuitAuthorizations()
ExpressRouteCircuitPeeringsClient getExpressRouteCircuitPeerings()
ExpressRouteCircuitConnectionsClient getExpressRouteCircuitConnections()
PeerExpressRouteCircuitConnectionsClient getPeerExpressRouteCircuitConnections()
ExpressRouteCircuitsClient getExpressRouteCircuits()
ExpressRouteServiceProvidersClient getExpressRouteServiceProviders()
ExpressRouteCrossConnectionsClient getExpressRouteCrossConnections()
ExpressRouteCrossConnectionPeeringsClient getExpressRouteCrossConnectionPeerings()
ExpressRoutePortsLocationsClient getExpressRoutePortsLocations()
ExpressRoutePortsClient getExpressRoutePorts()
ExpressRouteLinksClient getExpressRouteLinks()
FirewallPoliciesClient getFirewallPolicies()
FirewallPolicyRuleCollectionGroupsClient getFirewallPolicyRuleCollectionGroups()
IpAllocationsClient getIpAllocations()
IpGroupsClient getIpGroups()
LoadBalancersClient getLoadBalancers()
LoadBalancerBackendAddressPoolsClient getLoadBalancerBackendAddressPools()
LoadBalancerFrontendIpConfigurationsClient getLoadBalancerFrontendIpConfigurations()
InboundNatRulesClient getInboundNatRules()
LoadBalancerLoadBalancingRulesClient getLoadBalancerLoadBalancingRules()
LoadBalancerOutboundRulesClient getLoadBalancerOutboundRules()
LoadBalancerNetworkInterfacesClient getLoadBalancerNetworkInterfaces()
LoadBalancerProbesClient getLoadBalancerProbes()
NatGatewaysClient getNatGateways()
NetworkInterfaceIpConfigurationsClient getNetworkInterfaceIpConfigurations()
NetworkInterfaceLoadBalancersClient getNetworkInterfaceLoadBalancers()
NetworkInterfaceTapConfigurationsClient getNetworkInterfaceTapConfigurations()
NetworkProfilesClient getNetworkProfiles()
NetworkSecurityGroupsClient getNetworkSecurityGroups()
SecurityRulesClient getSecurityRules()
DefaultSecurityRulesClient getDefaultSecurityRules()
NetworkVirtualAppliancesClient getNetworkVirtualAppliances()
VirtualApplianceSitesClient getVirtualApplianceSites()
VirtualApplianceSkusClient getVirtualApplianceSkus()
InboundSecurityRuleOperationsClient getInboundSecurityRuleOperations()
NetworkWatchersClient getNetworkWatchers()
PacketCapturesClient getPacketCaptures()
ConnectionMonitorsClient getConnectionMonitors()
FlowLogsClient getFlowLogs()
OperationsClient getOperations()
PrivateEndpointsClient getPrivateEndpoints()
AvailablePrivateEndpointTypesClient getAvailablePrivateEndpointTypes()
PrivateDnsZoneGroupsClient getPrivateDnsZoneGroups()
PrivateLinkServicesClient getPrivateLinkServices()
PublicIpPrefixesClient getPublicIpPrefixes()
RouteFiltersClient getRouteFilters()
RouteFilterRulesClient getRouteFilterRules()
RouteTablesClient getRouteTables()
RoutesClient getRoutes()
SecurityPartnerProvidersClient getSecurityPartnerProviders()
BgpServiceCommunitiesClient getBgpServiceCommunities()
ServiceEndpointPoliciesClient getServiceEndpointPolicies()
ServiceEndpointPolicyDefinitionsClient getServiceEndpointPolicyDefinitions()
ServiceTagsClient getServiceTags()
UsagesClient getUsages()
VirtualNetworksClient getVirtualNetworks()
SubnetsClient getSubnets()
ResourceNavigationLinksClient getResourceNavigationLinks()
ServiceAssociationLinksClient getServiceAssociationLinks()
VirtualNetworkPeeringsClient getVirtualNetworkPeerings()
VirtualNetworkGatewaysClient getVirtualNetworkGateways()
VirtualNetworkGatewayConnectionsClient getVirtualNetworkGatewayConnections()
LocalNetworkGatewaysClient getLocalNetworkGateways()
VirtualNetworkGatewayNatRulesClient getVirtualNetworkGatewayNatRules()
VirtualNetworkTapsClient getVirtualNetworkTaps()
VirtualRoutersClient getVirtualRouters()
VirtualRouterPeeringsClient getVirtualRouterPeerings()
VirtualWansClient getVirtualWans()
VpnSitesClient getVpnSites()
VpnSiteLinksClient getVpnSiteLinks()
VpnSitesConfigurationsClient getVpnSitesConfigurations()
VpnServerConfigurationsClient getVpnServerConfigurations()
VirtualHubsClient getVirtualHubs()
HubVirtualNetworkConnectionsClient getHubVirtualNetworkConnections()
VpnGatewaysClient getVpnGateways()
VpnLinkConnectionsClient getVpnLinkConnections()
VpnConnectionsClient getVpnConnections()
VpnSiteLinkConnectionsClient getVpnSiteLinkConnections()
NatRulesClient getNatRules()
P2SVpnGatewaysClient getP2SVpnGateways()
VpnServerConfigurationsAssociatedWithVirtualWansClient getVpnServerConfigurationsAssociatedWithVirtualWans()
VirtualHubRouteTableV2SClient getVirtualHubRouteTableV2S()
ExpressRouteGatewaysClient getExpressRouteGateways()
ExpressRouteConnectionsClient getExpressRouteConnections()
VirtualHubBgpConnectionsClient getVirtualHubBgpConnections()
VirtualHubIpConfigurationsClient getVirtualHubIpConfigurations()
HubRouteTablesClient getHubRouteTables()
WebApplicationFirewallPoliciesClient getWebApplicationFirewallPolicies()
com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> putBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> putBastionShareableLinkAsync(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> putBastionShareableLink(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> putBastionShareableLink(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteBastionShareableLinkWithResponseAsync(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteBastionShareableLink(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteBastionShareableLink(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteBastionShareableLinkAsync(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBastionShareableLink(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBastionShareableLink(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBastionShareableLink(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> getBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> getBastionShareableLinkAsync(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> getBastionShareableLink(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> getBastionShareableLink(String resourceGroupName, String bastionHostname, List<BastionShareableLinkInner> vms, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.vms - List of VM references.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BastionActiveSessionInner> getActiveSessionsAsync(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionActiveSessionInner> getActiveSessions(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionActiveSessionInner> getActiveSessions(String resourceGroupName, String bastionHostname, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BastionSessionStateInner> disconnectActiveSessionsAsync(String resourceGroupName, String bastionHostname, List<String> sessionIdsSessionIds)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.sessionIdsSessionIds - List of session IDs.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BastionSessionStateInner> disconnectActiveSessionsAsync(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionSessionStateInner> disconnectActiveSessions(String resourceGroupName, String bastionHostname)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BastionSessionStateInner> disconnectActiveSessions(String resourceGroupName, String bastionHostname, List<String> sessionIdsSessionIds, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.bastionHostname - The name of the Bastion Host.sessionIdsSessionIds - List of session IDs.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DnsNameAvailabilityResultInner>> checkDnsNameAvailabilityWithResponseAsync(String location, String domainNameLabel)
location - The location of the domain name.domainNameLabel - The domain name to be verified. It must conform to the following regular expression:
^[a-z][a-z0-9-]{1,61}[a-z0-9]$.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DnsNameAvailabilityResultInner> checkDnsNameAvailabilityAsync(String location, String domainNameLabel)
location - The location of the domain name.domainNameLabel - The domain name to be verified. It must conform to the following regular expression:
^[a-z][a-z0-9-]{1,61}[a-z0-9]$.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DnsNameAvailabilityResultInner checkDnsNameAvailability(String location, String domainNameLabel)
location - The location of the domain name.domainNameLabel - The domain name to be verified. It must conform to the following regular expression:
^[a-z][a-z0-9-]{1,61}[a-z0-9]$.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DnsNameAvailabilityResultInner> checkDnsNameAvailabilityWithResponse(String location, String domainNameLabel, com.azure.core.util.Context context)
location - The location of the domain name.domainNameLabel - The domain name to be verified. It must conform to the following regular expression:
^[a-z][a-z0-9-]{1,61}[a-z0-9]$.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VirtualWanSecurityProvidersInner>> supportedSecurityProvidersWithResponseAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which supported security providers are needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualWanSecurityProvidersInner> supportedSecurityProvidersAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which supported security providers are needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualWanSecurityProvidersInner supportedSecurityProviders(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which supported security providers are needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VirtualWanSecurityProvidersInner> supportedSecurityProvidersWithResponse(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which supported security providers are needed.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> generatevirtualwanvpnserverconfigurationvpnprofileWithResponseAsync(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> beginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> beginGeneratevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> beginGeneratevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams, com.azure.core.util.Context context)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VpnProfileResponseInner> generatevirtualwanvpnserverconfigurationvpnprofileAsync(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VpnProfileResponseInner generatevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VpnProfileResponseInner generatevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName, String virtualWanName, VirtualWanVpnProfileParameters vpnClientParams, com.azure.core.util.Context context)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.vpnClientParams - Parameters supplied to the generate VirtualWan VPN profile generation operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.