Class: Azure::Network::Mgmt::V2020_06_01::NetworkManagementClient

Inherits:
MsRestAzure::AzureServiceClient
  • Object
show all
Includes:
MsRestAzure, MsRestAzure::Serialization
Defined in:
lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb

Overview

A service client - single point of access to the REST API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(credentials = nil, base_url = nil, options = nil) ⇒ NetworkManagementClient

Creates initializes a new instance of the NetworkManagementClient class.

Parameters:

  • credentials (MsRest::ServiceClientCredentials) (defaults to: nil)

    credentials to authorize HTTP requests made by the service client.

  • base_url (String) (defaults to: nil)

    the base URI of the service.

  • options (Array) (defaults to: nil)

    filters to be applied to the HTTP requests.



375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 375

def initialize(credentials = nil, base_url = nil, options = nil)
  super(credentials, options)
  @base_url = base_url || 'https://management.azure.com'

  fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil?
  @credentials = credentials

  @application_gateways = ApplicationGateways.new(self)
  @application_gateway_private_link_resources = ApplicationGatewayPrivateLinkResources.new(self)
  @application_gateway_private_endpoint_connections = ApplicationGatewayPrivateEndpointConnections.new(self)
  @application_security_groups = ApplicationSecurityGroups.new(self)
  @available_delegations = AvailableDelegations.new(self)
  @available_resource_group_delegations = AvailableResourceGroupDelegations.new(self)
  @available_service_aliases = AvailableServiceAliases.new(self)
  @azure_firewalls = AzureFirewalls.new(self)
  @azure_firewall_fqdn_tags = AzureFirewallFqdnTags.new(self)
  @bastion_hosts = BastionHosts.new(self)
  @ddos_custom_policies = DdosCustomPolicies.new(self)
  @ddos_protection_plans = DdosProtectionPlans.new(self)
  @dscp_configuration_operations = DscpConfigurationOperations.new(self)
  @available_endpoint_services = AvailableEndpointServices.new(self)
  @express_route_circuit_authorizations = ExpressRouteCircuitAuthorizations.new(self)
  @express_route_circuit_peerings = ExpressRouteCircuitPeerings.new(self)
  @express_route_circuit_connections = ExpressRouteCircuitConnections.new(self)
  @peer_express_route_circuit_connections = PeerExpressRouteCircuitConnections.new(self)
  @express_route_circuits = ExpressRouteCircuits.new(self)
  @express_route_service_providers = ExpressRouteServiceProviders.new(self)
  @express_route_cross_connections = ExpressRouteCrossConnections.new(self)
  @express_route_cross_connection_peerings = ExpressRouteCrossConnectionPeerings.new(self)
  @express_route_ports_locations = ExpressRoutePortsLocations.new(self)
  @express_route_ports = ExpressRoutePorts.new(self)
  @express_route_links = ExpressRouteLinks.new(self)
  @firewall_policies = FirewallPolicies.new(self)
  @firewall_policy_rule_collection_groups = FirewallPolicyRuleCollectionGroups.new(self)
  @ip_allocations = IpAllocations.new(self)
  @ip_groups = IpGroups.new(self)
  @load_balancers = LoadBalancers.new(self)
  @load_balancer_backend_address_pools = LoadBalancerBackendAddressPools.new(self)
  @load_balancer_frontend_ipconfigurations = LoadBalancerFrontendIPConfigurations.new(self)
  @inbound_nat_rules = InboundNatRules.new(self)
  @load_balancer_load_balancing_rules = LoadBalancerLoadBalancingRules.new(self)
  @load_balancer_outbound_rules = LoadBalancerOutboundRules.new(self)
  @load_balancer_network_interfaces = LoadBalancerNetworkInterfaces.new(self)
  @load_balancer_probes = LoadBalancerProbes.new(self)
  @nat_gateways = NatGateways.new(self)
  @network_interfaces = NetworkInterfaces.new(self)
  @network_interface_ipconfigurations = NetworkInterfaceIPConfigurations.new(self)
  @network_interface_load_balancers = NetworkInterfaceLoadBalancers.new(self)
  @network_interface_tap_configurations = NetworkInterfaceTapConfigurations.new(self)
  @network_profiles = NetworkProfiles.new(self)
  @network_security_groups = NetworkSecurityGroups.new(self)
  @security_rules = SecurityRules.new(self)
  @default_security_rules = DefaultSecurityRules.new(self)
  @network_virtual_appliances = NetworkVirtualAppliances.new(self)
  @virtual_appliance_sites = VirtualApplianceSites.new(self)
  @virtual_appliance_skus = VirtualApplianceSkus.new(self)
  @inbound_security_rule_operations = InboundSecurityRuleOperations.new(self)
  @network_watchers = NetworkWatchers.new(self)
  @packet_captures = PacketCaptures.new(self)
  @connection_monitors = ConnectionMonitors.new(self)
  @flow_logs = FlowLogs.new(self)
  @operations = Operations.new(self)
  @private_endpoints = PrivateEndpoints.new(self)
  @available_private_endpoint_types = AvailablePrivateEndpointTypes.new(self)
  @private_dns_zone_groups = PrivateDnsZoneGroups.new(self)
  @private_link_services = PrivateLinkServices.new(self)
  @public_ipaddresses = PublicIPAddresses.new(self)
  @public_ipprefixes = PublicIPPrefixes.new(self)
  @route_filters = RouteFilters.new(self)
  @route_filter_rules = RouteFilterRules.new(self)
  @route_tables = RouteTables.new(self)
  @routes = Routes.new(self)
  @security_partner_providers = SecurityPartnerProviders.new(self)
  @bgp_service_communities = BgpServiceCommunities.new(self)
  @service_endpoint_policies = ServiceEndpointPolicies.new(self)
  @service_endpoint_policy_definitions = ServiceEndpointPolicyDefinitions.new(self)
  @service_tags = ServiceTags.new(self)
  @usages = Usages.new(self)
  @virtual_networks = VirtualNetworks.new(self)
  @subnets = Subnets.new(self)
  @resource_navigation_links = ResourceNavigationLinks.new(self)
  @service_association_links = ServiceAssociationLinks.new(self)
  @virtual_network_peerings = VirtualNetworkPeerings.new(self)
  @virtual_network_gateways = VirtualNetworkGateways.new(self)
  @virtual_network_gateway_connections = VirtualNetworkGatewayConnections.new(self)
  @local_network_gateways = LocalNetworkGateways.new(self)
  @virtual_network_taps = VirtualNetworkTaps.new(self)
  @virtual_routers = VirtualRouters.new(self)
  @virtual_router_peerings = VirtualRouterPeerings.new(self)
  @virtual_wans = VirtualWans.new(self)
  @vpn_sites = VpnSites.new(self)
  @vpn_site_links = VpnSiteLinks.new(self)
  @vpn_sites_configuration = VpnSitesConfiguration.new(self)
  @vpn_server_configurations = VpnServerConfigurations.new(self)
  @virtual_hubs = VirtualHubs.new(self)
  @hub_virtual_network_connections = HubVirtualNetworkConnections.new(self)
  @vpn_gateways = VpnGateways.new(self)
  @vpn_connections = VpnConnections.new(self)
  @vpn_site_link_connections = VpnSiteLinkConnections.new(self)
  @vpn_link_connections = VpnLinkConnections.new(self)
  @p2s_vpn_gateways = P2sVpnGateways.new(self)
  @vpn_server_configurations_associated_with_virtual_wan = VpnServerConfigurationsAssociatedWithVirtualWan.new(self)
  @virtual_hub_route_table_v2s = VirtualHubRouteTableV2s.new(self)
  @express_route_gateways = ExpressRouteGateways.new(self)
  @express_route_connections = ExpressRouteConnections.new(self)
  @virtual_hub_bgp_connection = VirtualHubBgpConnection.new(self)
  @virtual_hub_bgp_connections = VirtualHubBgpConnections.new(self)
  @virtual_hub_ip_configuration = VirtualHubIpConfiguration.new(self)
  @hub_route_tables = HubRouteTables.new(self)
  @web_application_firewall_policies = WebApplicationFirewallPolicies.new(self)
  @api_version = '2020-06-01'
  @api_version1 = '2017-03-30'
  @accept_language = 'en-US'
  @long_running_operation_retry_timeout = 30
  @generate_client_request_id = true
  add_telemetry
end

Instance Attribute Details

#accept_languageString

Returns The preferred language for the response.

Returns:

  • (String)

    The preferred language for the response.



32
33
34
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 32

def accept_language
  @accept_language
end

#api_versionString (readonly)

Returns Client API version.

Returns:

  • (String)

    Client API version.



26
27
28
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 26

def api_version
  @api_version
end

#api_version1String

Returns Client API version.

Returns:

  • (String)

    Client API version.



29
30
31
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 29

def api_version1
  @api_version1
end

#application_gateway_private_endpoint_connectionsApplicationGatewayPrivateEndpointConnections (readonly)

application_gateway_private_endpoint_connections



52
53
54
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 52

def application_gateway_private_endpoint_connections
  @application_gateway_private_endpoint_connections
end

application_gateway_private_link_resources



48
49
50
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 48

def application_gateway_private_link_resources
  @application_gateway_private_link_resources
end

#application_gatewaysApplicationGateways (readonly)

Returns application_gateways.

Returns:



44
45
46
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 44

def application_gateways
  @application_gateways
end

#application_security_groupsApplicationSecurityGroups (readonly)

Returns application_security_groups.

Returns:



55
56
57
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 55

def application_security_groups
  @application_security_groups
end

#available_delegationsAvailableDelegations (readonly)

Returns available_delegations.

Returns:



58
59
60
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 58

def available_delegations
  @available_delegations
end

#available_endpoint_servicesAvailableEndpointServices (readonly)

Returns available_endpoint_services.

Returns:



86
87
88
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 86

def available_endpoint_services
  @available_endpoint_services
end

#available_private_endpoint_typesAvailablePrivateEndpointTypes (readonly)

Returns available_private_endpoint_types.

Returns:



225
226
227
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 225

def available_private_endpoint_types
  @available_private_endpoint_types
end

#available_resource_group_delegationsAvailableResourceGroupDelegations (readonly)

available_resource_group_delegations



62
63
64
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 62

def available_resource_group_delegations
  @available_resource_group_delegations
end

#available_service_aliasesAvailableServiceAliases (readonly)

Returns available_service_aliases.

Returns:



65
66
67
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 65

def available_service_aliases
  @available_service_aliases
end

#azure_firewall_fqdn_tagsAzureFirewallFqdnTags (readonly)

Returns azure_firewall_fqdn_tags.

Returns:



71
72
73
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 71

def azure_firewall_fqdn_tags
  @azure_firewall_fqdn_tags
end

#azure_firewallsAzureFirewalls (readonly)

Returns azure_firewalls.

Returns:



68
69
70
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 68

def azure_firewalls
  @azure_firewalls
end

#base_urlString

Returns the base URI of the service.

Returns:

  • (String)

    the base URI of the service.



15
16
17
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 15

def base_url
  @base_url
end

#bastion_hostsBastionHosts (readonly)

Returns bastion_hosts.

Returns:



74
75
76
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 74

def bastion_hosts
  @bastion_hosts
end

#bgp_service_communitiesBgpServiceCommunities (readonly)

Returns bgp_service_communities.

Returns:



255
256
257
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 255

def bgp_service_communities
  @bgp_service_communities
end

#connection_monitorsConnectionMonitors (readonly)

Returns connection_monitors.

Returns:



213
214
215
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 213

def connection_monitors
  @connection_monitors
end

#credentialsObject (readonly)

Returns Credentials needed for the client to connect to Azure.

Returns:

  • Credentials needed for the client to connect to Azure.



18
19
20
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 18

def credentials
  @credentials
end

#ddos_custom_policiesDdosCustomPolicies (readonly)

Returns ddos_custom_policies.

Returns:



77
78
79
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 77

def ddos_custom_policies
  @ddos_custom_policies
end

#ddos_protection_plansDdosProtectionPlans (readonly)

Returns ddos_protection_plans.

Returns:



80
81
82
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 80

def ddos_protection_plans
  @ddos_protection_plans
end

#default_security_rulesDefaultSecurityRules (readonly)

Returns default_security_rules.

Returns:



192
193
194
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 192

def default_security_rules
  @default_security_rules
end

#dscp_configuration_operationsDscpConfigurationOperations (readonly)

Returns dscp_configuration_operations.

Returns:



83
84
85
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 83

def dscp_configuration_operations
  @dscp_configuration_operations
end

#express_route_circuit_authorizationsExpressRouteCircuitAuthorizations (readonly)

express_route_circuit_authorizations



90
91
92
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 90

def express_route_circuit_authorizations
  @express_route_circuit_authorizations
end

#express_route_circuit_connectionsExpressRouteCircuitConnections (readonly)

express_route_circuit_connections



97
98
99
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 97

def express_route_circuit_connections
  @express_route_circuit_connections
end

#express_route_circuit_peeringsExpressRouteCircuitPeerings (readonly)

Returns express_route_circuit_peerings.

Returns:



93
94
95
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 93

def express_route_circuit_peerings
  @express_route_circuit_peerings
end

#express_route_circuitsExpressRouteCircuits (readonly)

Returns express_route_circuits.

Returns:



104
105
106
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 104

def express_route_circuits
  @express_route_circuits
end

#express_route_connectionsExpressRouteConnections (readonly)

Returns express_route_connections.

Returns:



351
352
353
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 351

def express_route_connections
  @express_route_connections
end

#express_route_cross_connection_peeringsExpressRouteCrossConnectionPeerings (readonly)

express_route_cross_connection_peerings



114
115
116
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 114

def express_route_cross_connection_peerings
  @express_route_cross_connection_peerings
end

#express_route_cross_connectionsExpressRouteCrossConnections (readonly)

Returns express_route_cross_connections.

Returns:



110
111
112
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 110

def express_route_cross_connections
  @express_route_cross_connections
end

#express_route_gatewaysExpressRouteGateways (readonly)

Returns express_route_gateways.

Returns:



348
349
350
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 348

def express_route_gateways
  @express_route_gateways
end

Returns express_route_links.

Returns:



123
124
125
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 123

def express_route_links
  @express_route_links
end

#express_route_portsExpressRoutePorts (readonly)

Returns express_route_ports.

Returns:



120
121
122
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 120

def express_route_ports
  @express_route_ports
end

#express_route_ports_locationsExpressRoutePortsLocations (readonly)

Returns express_route_ports_locations.

Returns:



117
118
119
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 117

def express_route_ports_locations
  @express_route_ports_locations
end

#express_route_service_providersExpressRouteServiceProviders (readonly)

Returns express_route_service_providers.

Returns:



107
108
109
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 107

def express_route_service_providers
  @express_route_service_providers
end

#firewall_policiesFirewallPolicies (readonly)

Returns firewall_policies.

Returns:



126
127
128
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 126

def firewall_policies
  @firewall_policies
end

#firewall_policy_rule_collection_groupsFirewallPolicyRuleCollectionGroups (readonly)

firewall_policy_rule_collection_groups



130
131
132
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 130

def firewall_policy_rule_collection_groups
  @firewall_policy_rule_collection_groups
end

#flow_logsFlowLogs (readonly)

Returns flow_logs.

Returns:



216
217
218
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 216

def flow_logs
  @flow_logs
end

#generate_client_request_idBoolean

generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

Returns:

  • (Boolean)

    Whether a unique x-ms-client-request-id should be



41
42
43
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 41

def generate_client_request_id
  @generate_client_request_id
end

#hub_route_tablesHubRouteTables (readonly)

Returns hub_route_tables.

Returns:



363
364
365
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 363

def hub_route_tables
  @hub_route_tables
end

#hub_virtual_network_connectionsHubVirtualNetworkConnections (readonly)

Returns hub_virtual_network_connections.

Returns:



323
324
325
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 323

def hub_virtual_network_connections
  @hub_virtual_network_connections
end

#inbound_nat_rulesInboundNatRules (readonly)

Returns inbound_nat_rules.

Returns:



150
151
152
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 150

def inbound_nat_rules
  @inbound_nat_rules
end

#inbound_security_rule_operationsInboundSecurityRuleOperations (readonly)

Returns inbound_security_rule_operations.

Returns:



204
205
206
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 204

def inbound_security_rule_operations
  @inbound_security_rule_operations
end

#ip_allocationsIpAllocations (readonly)

Returns ip_allocations.

Returns:



133
134
135
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 133

def ip_allocations
  @ip_allocations
end

#ip_groupsIpGroups (readonly)

Returns ip_groups.

Returns:



136
137
138
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 136

def ip_groups
  @ip_groups
end

#load_balancer_backend_address_poolsLoadBalancerBackendAddressPools (readonly)

load_balancer_backend_address_pools



143
144
145
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 143

def load_balancer_backend_address_pools
  @load_balancer_backend_address_pools
end

#load_balancer_frontend_ipconfigurationsLoadBalancerFrontendIPConfigurations (readonly)

load_balancer_frontend_ipconfigurations



147
148
149
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 147

def load_balancer_frontend_ipconfigurations
  @load_balancer_frontend_ipconfigurations
end

#load_balancer_load_balancing_rulesLoadBalancerLoadBalancingRules (readonly)

load_balancer_load_balancing_rules



154
155
156
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 154

def load_balancer_load_balancing_rules
  @load_balancer_load_balancing_rules
end

#load_balancer_network_interfacesLoadBalancerNetworkInterfaces (readonly)

Returns load_balancer_network_interfaces.

Returns:



160
161
162
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 160

def load_balancer_network_interfaces
  @load_balancer_network_interfaces
end

#load_balancer_outbound_rulesLoadBalancerOutboundRules (readonly)

Returns load_balancer_outbound_rules.

Returns:



157
158
159
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 157

def load_balancer_outbound_rules
  @load_balancer_outbound_rules
end

#load_balancer_probesLoadBalancerProbes (readonly)

Returns load_balancer_probes.

Returns:



163
164
165
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 163

def load_balancer_probes
  @load_balancer_probes
end

#load_balancersLoadBalancers (readonly)

Returns load_balancers.

Returns:



139
140
141
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 139

def load_balancers
  @load_balancers
end

#local_network_gatewaysLocalNetworkGateways (readonly)

Returns local_network_gateways.

Returns:



293
294
295
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 293

def local_network_gateways
  @local_network_gateways
end

#long_running_operation_retry_timeoutInteger

Operations. Default value is 30.

Returns:

  • (Integer)

    The retry timeout in seconds for Long Running



36
37
38
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 36

def long_running_operation_retry_timeout
  @long_running_operation_retry_timeout
end

#nat_gatewaysNatGateways (readonly)

Returns nat_gateways.

Returns:



166
167
168
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 166

def nat_gateways
  @nat_gateways
end

#network_interface_ipconfigurationsNetworkInterfaceIPConfigurations (readonly)

network_interface_ipconfigurations



173
174
175
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 173

def network_interface_ipconfigurations
  @network_interface_ipconfigurations
end

#network_interface_load_balancersNetworkInterfaceLoadBalancers (readonly)

Returns network_interface_load_balancers.

Returns:



176
177
178
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 176

def network_interface_load_balancers
  @network_interface_load_balancers
end

#network_interface_tap_configurationsNetworkInterfaceTapConfigurations (readonly)

network_interface_tap_configurations



180
181
182
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 180

def network_interface_tap_configurations
  @network_interface_tap_configurations
end

#network_interfacesNetworkInterfaces (readonly)

Returns network_interfaces.

Returns:



169
170
171
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 169

def network_interfaces
  @network_interfaces
end

#network_profilesNetworkProfiles (readonly)

Returns network_profiles.

Returns:



183
184
185
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 183

def network_profiles
  @network_profiles
end

#network_security_groupsNetworkSecurityGroups (readonly)

Returns network_security_groups.

Returns:



186
187
188
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 186

def network_security_groups
  @network_security_groups
end

#network_virtual_appliancesNetworkVirtualAppliances (readonly)

Returns network_virtual_appliances.

Returns:



195
196
197
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 195

def network_virtual_appliances
  @network_virtual_appliances
end

#network_watchersNetworkWatchers (readonly)

Returns network_watchers.

Returns:



207
208
209
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 207

def network_watchers
  @network_watchers
end

#operationsOperations (readonly)

Returns operations.

Returns:



219
220
221
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 219

def operations
  @operations
end

#p2s_vpn_gatewaysP2sVpnGateways (readonly)

Returns p2s_vpn_gateways.

Returns:



338
339
340
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 338

def p2s_vpn_gateways
  @p2s_vpn_gateways
end

#packet_capturesPacketCaptures (readonly)

Returns packet_captures.

Returns:



210
211
212
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 210

def packet_captures
  @packet_captures
end

#peer_express_route_circuit_connectionsPeerExpressRouteCircuitConnections (readonly)

peer_express_route_circuit_connections



101
102
103
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 101

def peer_express_route_circuit_connections
  @peer_express_route_circuit_connections
end

#private_dns_zone_groupsPrivateDnsZoneGroups (readonly)

Returns private_dns_zone_groups.

Returns:



228
229
230
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 228

def private_dns_zone_groups
  @private_dns_zone_groups
end

#private_endpointsPrivateEndpoints (readonly)

Returns private_endpoints.

Returns:



222
223
224
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 222

def private_endpoints
  @private_endpoints
end

Returns private_link_services.

Returns:



231
232
233
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 231

def private_link_services
  @private_link_services
end

#public_ipaddressesPublicIPAddresses (readonly)

Returns public_ipaddresses.

Returns:



234
235
236
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 234

def public_ipaddresses
  @public_ipaddresses
end

#public_ipprefixesPublicIPPrefixes (readonly)

Returns public_ipprefixes.

Returns:



237
238
239
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 237

def public_ipprefixes
  @public_ipprefixes
end

Returns resource_navigation_links.

Returns:



277
278
279
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 277

def resource_navigation_links
  @resource_navigation_links
end

#route_filter_rulesRouteFilterRules (readonly)

Returns route_filter_rules.

Returns:



243
244
245
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 243

def route_filter_rules
  @route_filter_rules
end

#route_filtersRouteFilters (readonly)

Returns route_filters.

Returns:



240
241
242
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 240

def route_filters
  @route_filters
end

#route_tablesRouteTables (readonly)

Returns route_tables.

Returns:



246
247
248
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 246

def route_tables
  @route_tables
end

#routesRoutes (readonly)

Returns routes.

Returns:



249
250
251
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 249

def routes
  @routes
end

#security_partner_providersSecurityPartnerProviders (readonly)

Returns security_partner_providers.

Returns:



252
253
254
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 252

def security_partner_providers
  @security_partner_providers
end

#security_rulesSecurityRules (readonly)

Returns security_rules.

Returns:



189
190
191
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 189

def security_rules
  @security_rules
end

Returns service_association_links.

Returns:



280
281
282
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 280

def service_association_links
  @service_association_links
end

#service_endpoint_policiesServiceEndpointPolicies (readonly)

Returns service_endpoint_policies.

Returns:



258
259
260
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 258

def service_endpoint_policies
  @service_endpoint_policies
end

#service_endpoint_policy_definitionsServiceEndpointPolicyDefinitions (readonly)

service_endpoint_policy_definitions



262
263
264
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 262

def service_endpoint_policy_definitions
  @service_endpoint_policy_definitions
end

#service_tagsServiceTags (readonly)

Returns service_tags.

Returns:



265
266
267
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 265

def service_tags
  @service_tags
end

#subnetsSubnets (readonly)

Returns subnets.

Returns:



274
275
276
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 274

def subnets
  @subnets
end

#subscription_idString

Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Returns:

  • (String)

    The subscription credentials which uniquely identify the



23
24
25
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 23

def subscription_id
  @subscription_id
end

#usagesUsages (readonly)

Returns usages.

Returns:



268
269
270
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 268

def usages
  @usages
end

#virtual_appliance_sitesVirtualApplianceSites (readonly)

Returns virtual_appliance_sites.

Returns:



198
199
200
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 198

def virtual_appliance_sites
  @virtual_appliance_sites
end

#virtual_appliance_skusVirtualApplianceSkus (readonly)

Returns virtual_appliance_skus.

Returns:



201
202
203
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 201

def virtual_appliance_skus
  @virtual_appliance_skus
end

#virtual_hub_bgp_connectionVirtualHubBgpConnection (readonly)

Returns virtual_hub_bgp_connection.

Returns:



354
355
356
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 354

def virtual_hub_bgp_connection
  @virtual_hub_bgp_connection
end

#virtual_hub_bgp_connectionsVirtualHubBgpConnections (readonly)

Returns virtual_hub_bgp_connections.

Returns:



357
358
359
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 357

def virtual_hub_bgp_connections
  @virtual_hub_bgp_connections
end

#virtual_hub_ip_configurationVirtualHubIpConfiguration (readonly)

Returns virtual_hub_ip_configuration.

Returns:



360
361
362
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 360

def virtual_hub_ip_configuration
  @virtual_hub_ip_configuration
end

#virtual_hub_route_table_v2sVirtualHubRouteTableV2s (readonly)

Returns virtual_hub_route_table_v2s.

Returns:



345
346
347
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 345

def virtual_hub_route_table_v2s
  @virtual_hub_route_table_v2s
end

#virtual_hubsVirtualHubs (readonly)

Returns virtual_hubs.

Returns:



320
321
322
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 320

def virtual_hubs
  @virtual_hubs
end

#virtual_network_gateway_connectionsVirtualNetworkGatewayConnections (readonly)

virtual_network_gateway_connections



290
291
292
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 290

def virtual_network_gateway_connections
  @virtual_network_gateway_connections
end

#virtual_network_gatewaysVirtualNetworkGateways (readonly)

Returns virtual_network_gateways.

Returns:



286
287
288
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 286

def virtual_network_gateways
  @virtual_network_gateways
end

#virtual_network_peeringsVirtualNetworkPeerings (readonly)

Returns virtual_network_peerings.

Returns:



283
284
285
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 283

def virtual_network_peerings
  @virtual_network_peerings
end

#virtual_network_tapsVirtualNetworkTaps (readonly)

Returns virtual_network_taps.

Returns:



296
297
298
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 296

def virtual_network_taps
  @virtual_network_taps
end

#virtual_networksVirtualNetworks (readonly)

Returns virtual_networks.

Returns:



271
272
273
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 271

def virtual_networks
  @virtual_networks
end

#virtual_router_peeringsVirtualRouterPeerings (readonly)

Returns virtual_router_peerings.

Returns:



302
303
304
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 302

def virtual_router_peerings
  @virtual_router_peerings
end

#virtual_routersVirtualRouters (readonly)

Returns virtual_routers.

Returns:



299
300
301
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 299

def virtual_routers
  @virtual_routers
end

#virtual_wansVirtualWans (readonly)

Returns virtual_wans.

Returns:



305
306
307
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 305

def virtual_wans
  @virtual_wans
end

#vpn_connectionsVpnConnections (readonly)

Returns vpn_connections.

Returns:



329
330
331
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 329

def vpn_connections
  @vpn_connections
end

#vpn_gatewaysVpnGateways (readonly)

Returns vpn_gateways.

Returns:



326
327
328
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 326

def vpn_gateways
  @vpn_gateways
end

Returns vpn_link_connections.

Returns:



335
336
337
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 335

def vpn_link_connections
  @vpn_link_connections
end

#vpn_server_configurationsVpnServerConfigurations (readonly)

Returns vpn_server_configurations.

Returns:



317
318
319
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 317

def vpn_server_configurations
  @vpn_server_configurations
end

#vpn_server_configurations_associated_with_virtual_wanVpnServerConfigurationsAssociatedWithVirtualWan (readonly)

vpn_server_configurations_associated_with_virtual_wan



342
343
344
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 342

def vpn_server_configurations_associated_with_virtual_wan
  @vpn_server_configurations_associated_with_virtual_wan
end

Returns vpn_site_link_connections.

Returns:



332
333
334
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 332

def vpn_site_link_connections
  @vpn_site_link_connections
end

Returns vpn_site_links.

Returns:



311
312
313
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 311

def vpn_site_links
  @vpn_site_links
end

#vpn_sitesVpnSites (readonly)

Returns vpn_sites.

Returns:



308
309
310
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 308

def vpn_sites
  @vpn_sites
end

#vpn_sites_configurationVpnSitesConfiguration (readonly)

Returns vpn_sites_configuration.

Returns:



314
315
316
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 314

def vpn_sites_configuration
  @vpn_sites_configuration
end

#web_application_firewall_policiesWebApplicationFirewallPolicies (readonly)

web_application_firewall_policies



367
368
369
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 367

def web_application_firewall_policies
  @web_application_firewall_policies
end

Instance Method Details

Deletes the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that



1493
1494
1495
1496
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1493

def begin_delete_bastion_shareable_link(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  response = begin_delete_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
  nil
end

Deletes the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1526

def begin_delete_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/deleteShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?

    result
  end

  promise.execute
end

Deletes the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1510
1511
1512
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1510

def begin_delete_bastion_shareable_link_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  begin_delete_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

#begin_generatevirtualwanvpnserverconfigurationvpnprofile(resource_group_name, virtual_wanname, vpn_client_params, custom_headers: nil) ⇒ VpnProfileResponse

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

VpnServerConfigurations is needed. to the generate VirtualWan VPN profile generation operation. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN whose associated

  • vpn_client_params (VirtualWanVpnProfileParameters)

    Parameters supplied

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (VpnProfileResponse)

    operation results.



1687
1688
1689
1690
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1687

def begin_generatevirtualwanvpnserverconfigurationvpnprofile(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:nil)
  response = begin_generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#begin_generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers: nil) ⇒ Concurrent::Promise

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

VpnServerConfigurations is needed. to the generate VirtualWan VPN profile generation operation. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN whose associated

  • vpn_client_params (VirtualWanVpnProfileParameters)

    Parameters supplied

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1724

def begin_generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:nil)
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'virtual_wanname is nil' if virtual_wanname.nil?
  fail ArgumentError, 'vpn_client_params is nil' if vpn_client_params.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::VirtualWanVpnProfileParameters.mapper()
  request_content = self.serialize(request_mapper,  vpn_client_params)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{virtualWANName}/GenerateVpnProfile'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'subscriptionId' => subscription_id,'resourceGroupName' => resource_group_name,'virtualWANName' => virtual_wanname},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::VpnProfileResponse.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#begin_generatevirtualwanvpnserverconfigurationvpnprofile_with_http_info(resource_group_name, virtual_wanname, vpn_client_params, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

VpnServerConfigurations is needed. to the generate VirtualWan VPN profile generation operation. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN whose associated

  • vpn_client_params (VirtualWanVpnProfileParameters)

    Parameters supplied

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1706
1707
1708
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1706

def begin_generatevirtualwanvpnserverconfigurationvpnprofile_with_http_info(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:nil)
  begin_generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:custom_headers).value!
end

#begin_get_active_sessions(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ Array<BastionActiveSession>

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<BastionActiveSession>)

    operation results.



1589
1590
1591
1592
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1589

def begin_get_active_sessions(resource_group_name, bastion_host_name, custom_headers:nil)
  first_page = begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
  first_page.get_all_items
end

#begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ BastionActiveSessionListResult

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionActiveSessionListResult)

    operation results.



2637
2638
2639
2640
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2637

def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
  first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
  first_page.get_all_items
end

#begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2666

def begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'
  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/getActiveSessions'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionActiveSessionListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#begin_get_active_sessions_as_lazy_with_http_info(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2652
2653
2654
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2652

def begin_get_active_sessions_as_lazy_with_http_info(resource_group_name, bastion_host_name, custom_headers:nil)
  begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers).value!
end

#begin_get_active_sessions_async(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1618

def begin_get_active_sessions_async(resource_group_name, bastion_host_name, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/getActiveSessions'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionActiveSessionListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#begin_get_active_sessions_next(next_page_link, custom_headers: nil) ⇒ BastionActiveSessionListResult

Returns the list of currently active sessions on the Bastion.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionActiveSessionListResult)

    operation results.



2247
2248
2249
2250
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2247

def begin_get_active_sessions_next(next_page_link, custom_headers:nil)
  response = begin_get_active_sessions_next_async(next_page_link, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#begin_get_active_sessions_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to List operation. to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2276

def begin_get_active_sessions_next_async(next_page_link, custom_headers:nil)
  fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = '{nextLink}'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      skip_encoding_path_params: {'nextLink' => next_page_link},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionActiveSessionListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#begin_get_active_sessions_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2262
2263
2264
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2262

def begin_get_active_sessions_next_with_http_info(next_page_link, custom_headers:nil)
  begin_get_active_sessions_next_async(next_page_link, custom_headers:custom_headers).value!
end

#begin_get_active_sessions_with_http_info(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1604
1605
1606
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1604

def begin_get_active_sessions_with_http_info(resource_group_name, bastion_host_name, custom_headers:nil)
  begin_get_active_sessions_async(resource_group_name, bastion_host_name, custom_headers:custom_headers).value!
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<BastionShareableLink>)

    operation results.



1386
1387
1388
1389
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1386

def begin_put_bastion_shareable_link(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  first_page = begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
  first_page.get_all_items
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionShareableLinkListResult)

    operation results.



2538
2539
2540
2541
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2538

def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
  first_page.get_all_items
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2571

def begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/createShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2555
2556
2557
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2555

def begin_put_bastion_shareable_link_as_lazy_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1419

def begin_put_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/createShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionShareableLinkListResult)

    operation results.



2157
2158
2159
2160
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2157

def begin_put_bastion_shareable_link_next(next_page_link, custom_headers:nil)
  response = begin_put_bastion_shareable_link_next_async(next_page_link, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

to List operation. to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2186

def begin_put_bastion_shareable_link_next_async(next_page_link, custom_headers:nil)
  fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = '{nextLink}'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      skip_encoding_path_params: {'nextLink' => next_page_link},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2172
2173
2174
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2172

def begin_put_bastion_shareable_link_next_with_http_info(next_page_link, custom_headers:nil)
  begin_put_bastion_shareable_link_next_async(next_page_link, custom_headers:custom_headers).value!
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1403
1404
1405
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1403

def begin_put_bastion_shareable_link_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  begin_put_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

#check_dns_name_availability(location, domain_name_label, custom_headers: nil) ⇒ DnsNameAvailabilityResult

Checks whether a domain name in the cloudapp.azure.com zone is available for use.

conform to the following regular expression: ^[a-z]1,61$. will be added to the HTTP request.

Parameters:

  • location (String)

    The location of the domain name.

  • domain_name_label (String)

    The domain name to be verified. It must

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (DnsNameAvailabilityResult)

    operation results.



1075
1076
1077
1078
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1075

def check_dns_name_availability(location, domain_name_label, custom_headers:nil)
  response = check_dns_name_availability_async(location, domain_name_label, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#check_dns_name_availability_async(location, domain_name_label, custom_headers: nil) ⇒ Concurrent::Promise

Checks whether a domain name in the cloudapp.azure.com zone is available for use.

conform to the following regular expression: ^[a-z]1,61$. to the HTTP request.

Parameters:

  • location (String)

    The location of the domain name.

  • domain_name_label (String)

    The domain name to be verified. It must

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1108

def check_dns_name_availability_async(location, domain_name_label, custom_headers:nil)
  fail ArgumentError, 'location is nil' if location.nil?
  fail ArgumentError, 'domain_name_label is nil' if domain_name_label.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'location' => location,'subscriptionId' => subscription_id},
      query_params: {'domainNameLabel' => domain_name_label,'api-version' => api_version},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:get, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::DnsNameAvailabilityResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#check_dns_name_availability_with_http_info(location, domain_name_label, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Checks whether a domain name in the cloudapp.azure.com zone is available for use.

conform to the following regular expression: ^[a-z]1,61$. will be added to the HTTP request.

Parameters:

  • location (String)

    The location of the domain name.

  • domain_name_label (String)

    The domain name to be verified. It must

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1092
1093
1094
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1092

def check_dns_name_availability_with_http_info(location, domain_name_label, custom_headers:nil)
  check_dns_name_availability_async(location, domain_name_label, custom_headers:custom_headers).value!
end

Deletes the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that



670
671
672
673
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 670

def delete_bastion_shareable_link(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  response = delete_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
  nil
end

Deletes the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 703

def delete_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/deleteShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?

    result
  end

  promise.execute
end

Deletes the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



687
688
689
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 687

def delete_bastion_shareable_link_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  delete_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

#disconnect_active_sessions(resource_group_name, bastion_host_name, session_ids, custom_headers: nil) ⇒ Array<BastionSessionState>

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • session_ids (SessionIds)

    The list of sessionids to disconnect.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<BastionSessionState>)

    operation results.



969
970
971
972
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 969

def disconnect_active_sessions(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
  first_page = disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
  first_page.get_all_items
end

#disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers: nil) ⇒ BastionSessionDeleteResult

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • session_ids (SessionIds)

    The list of sessionids to disconnect.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionSessionDeleteResult)

    operation results.



2439
2440
2441
2442
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2439

def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
  first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
  first_page.get_all_items
end

#disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • session_ids (SessionIds)

    The list of sessionids to disconnect.

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2470

def disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'session_ids is nil' if session_ids.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::SessionIds.mapper()
  request_content = self.serialize(request_mapper,  session_ids)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/disconnectActiveSessions'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionSessionDeleteResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#disconnect_active_sessions_as_lazy_with_http_info(resource_group_name, bastion_host_name, session_ids, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • session_ids (SessionIds)

    The list of sessionids to disconnect.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2455
2456
2457
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2455

def disconnect_active_sessions_as_lazy_with_http_info(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
  disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers).value!
end

#disconnect_active_sessions_async(resource_group_name, bastion_host_name, session_ids, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • session_ids (SessionIds)

    The list of sessionids to disconnect.

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1000

def disconnect_active_sessions_async(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'session_ids is nil' if session_ids.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::SessionIds.mapper()
  request_content = self.serialize(request_mapper,  session_ids)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/disconnectActiveSessions'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionSessionDeleteResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#disconnect_active_sessions_next(next_page_link, custom_headers: nil) ⇒ BastionSessionDeleteResult

Returns the list of currently active sessions on the Bastion.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionSessionDeleteResult)

    operation results.



2067
2068
2069
2070
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2067

def disconnect_active_sessions_next(next_page_link, custom_headers:nil)
  response = disconnect_active_sessions_next_async(next_page_link, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#disconnect_active_sessions_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to List operation. to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2096

def disconnect_active_sessions_next_async(next_page_link, custom_headers:nil)
  fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = '{nextLink}'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      skip_encoding_path_params: {'nextLink' => next_page_link},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionSessionDeleteResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#disconnect_active_sessions_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2082
2083
2084
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2082

def disconnect_active_sessions_next_with_http_info(next_page_link, custom_headers:nil)
  disconnect_active_sessions_next_async(next_page_link, custom_headers:custom_headers).value!
end

#disconnect_active_sessions_with_http_info(resource_group_name, bastion_host_name, session_ids, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • session_ids (SessionIds)

    The list of sessionids to disconnect.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



985
986
987
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 985

def disconnect_active_sessions_with_http_info(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
  disconnect_active_sessions_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers).value!
end

#generatevirtualwanvpnserverconfigurationvpnprofile(resource_group_name, virtual_wanname, vpn_client_params, custom_headers: nil) ⇒ VpnProfileResponse

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

VpnServerConfigurations is needed. to the generate VirtualWan VPN profile generation operation. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN whose associated

  • vpn_client_params (VirtualWanVpnProfileParameters)

    Parameters supplied

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (VpnProfileResponse)

    operation results.



1274
1275
1276
1277
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1274

def generatevirtualwanvpnserverconfigurationvpnprofile(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:nil)
  response = generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers: nil) ⇒ Concurrent::Promise

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

VpnServerConfigurations is needed. to the generate VirtualWan VPN profile generation operation. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN whose associated

  • vpn_client_params (VirtualWanVpnProfileParameters)

    Parameters supplied

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1311

def generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:nil)
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'virtual_wanname is nil' if virtual_wanname.nil?
  fail ArgumentError, 'vpn_client_params is nil' if vpn_client_params.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::VirtualWanVpnProfileParameters.mapper()
  request_content = self.serialize(request_mapper,  vpn_client_params)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{virtualWANName}/GenerateVpnProfile'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'subscriptionId' => subscription_id,'resourceGroupName' => resource_group_name,'virtualWANName' => virtual_wanname},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::VpnProfileResponse.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#generatevirtualwanvpnserverconfigurationvpnprofile_with_http_info(resource_group_name, virtual_wanname, vpn_client_params, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

VpnServerConfigurations is needed. to the generate VirtualWan VPN profile generation operation. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN whose associated

  • vpn_client_params (VirtualWanVpnProfileParameters)

    Parameters supplied

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1293
1294
1295
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1293

def generatevirtualwanvpnserverconfigurationvpnprofile_with_http_info(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:nil)
  generatevirtualwanvpnserverconfigurationvpnprofile_async(resource_group_name, virtual_wanname, vpn_client_params, custom_headers:custom_headers).value!
end

#get_active_sessions(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ Array<BastionActiveSession>

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<BastionActiveSession>)

    operation results.



874
875
876
877
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 874

def get_active_sessions(resource_group_name, bastion_host_name, custom_headers:nil)
  first_page = get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
  first_page.get_all_items
end

#get_active_sessions_async(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 903

def get_active_sessions_async(resource_group_name, bastion_host_name, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/getActiveSessions'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionActiveSessionListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#get_active_sessions_next(next_page_link, custom_headers: nil) ⇒ BastionActiveSessionListResult

Returns the list of currently active sessions on the Bastion.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionActiveSessionListResult)

    operation results.



1977
1978
1979
1980
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1977

def get_active_sessions_next(next_page_link, custom_headers:nil)
  response = get_active_sessions_next_async(next_page_link, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#get_active_sessions_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise

Returns the list of currently active sessions on the Bastion.

to List operation. to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2006

def get_active_sessions_next_async(next_page_link, custom_headers:nil)
  fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = '{nextLink}'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      skip_encoding_path_params: {'nextLink' => next_page_link},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionActiveSessionListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#get_active_sessions_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1992
1993
1994
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1992

def get_active_sessions_next_with_http_info(next_page_link, custom_headers:nil)
  get_active_sessions_next_async(next_page_link, custom_headers:custom_headers).value!
end

#get_active_sessions_with_http_info(resource_group_name, bastion_host_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Returns the list of currently active sessions on the Bastion.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



889
890
891
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 889

def get_active_sessions_with_http_info(resource_group_name, bastion_host_name, custom_headers:nil)
  get_active_sessions_async(resource_group_name, bastion_host_name, custom_headers:custom_headers).value!
end

Return the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<BastionShareableLink>)

    operation results.



768
769
770
771
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 768

def get_bastion_shareable_link(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  first_page = get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
  first_page.get_all_items
end

Return the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionShareableLinkListResult)

    operation results.



2339
2340
2341
2342
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2339

def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
  first_page.get_all_items
end

Return the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2372

def get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/getShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Return the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



2356
2357
2358
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 2356

def get_bastion_shareable_link_as_lazy_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

Return the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 801

def get_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/getShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Return the Bastion Shareable Links for all the VMs specified in the request.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionShareableLinkListResult)

    operation results.



1887
1888
1889
1890
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1887

def get_bastion_shareable_link_next(next_page_link, custom_headers:nil)
  response = get_bastion_shareable_link_next_async(next_page_link, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

Return the Bastion Shareable Links for all the VMs specified in the request.

to List operation. to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1916

def get_bastion_shareable_link_next_async(next_page_link, custom_headers:nil)
  fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = '{nextLink}'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      skip_encoding_path_params: {'nextLink' => next_page_link},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Return the Bastion Shareable Links for all the VMs specified in the request.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1902
1903
1904
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1902

def get_bastion_shareable_link_next_with_http_info(next_page_link, custom_headers:nil)
  get_bastion_shareable_link_next_async(next_page_link, custom_headers:custom_headers).value!
end

Return the Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



785
786
787
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 785

def get_bastion_shareable_link_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  get_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

#make_request(method, path, options = {}) ⇒ Hash{String=>String}

Makes a request and returns the body of the response. Example:

request_content = "{'location':'westus','tags':{'tag1':'val1','tag2':'val2'}}"
path = "/path"
options = {
  body: request_content,
  query_params: {'api-version' => '2016-02-01'}
}
result = @client.make_request(:put, path, options)

Parameters:

  • method (Symbol)

    with any of the following values :get, :put, :post, :patch, :delete.

  • path (String)

    the path, relative to #base_url.

  • options (Hash{String=>String}) (defaults to: {})

    specifying any request options like :body.

Returns:

  • (Hash{String=>String})

    containing the body of the response.



509
510
511
512
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 509

def make_request(method, path, options = {})
  result = make_request_with_http_info(method, path, options)
  result.body unless result.nil?
end

#make_request_async(method, path, options = {}) ⇒ Concurrent::Promise

Makes a request asynchronously.

Parameters:

  • method (Symbol)

    with any of the following values :get, :put, :post, :patch, :delete.

  • path (String)

    the path, relative to #base_url.

  • options (Hash{String=>String}) (defaults to: {})

    specifying any request options like :body.

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 534

def make_request_async(method, path, options = {})
  fail ArgumentError, 'method is nil' if method.nil?
  fail ArgumentError, 'path is nil' if path.nil?

  request_url = options[:base_url] || @base_url
  if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?)
    @request_headers['Content-Type'] = options[:headers]['Content-Type']
  end

  request_headers = @request_headers
  request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil?
  options.merge!({headers: request_headers.merge(options[:headers] || {})})
  options.merge!({credentials: @credentials}) unless @credentials.nil?

  super(request_url, method, path, options)
end

#make_request_with_http_info(method, path, options = {}) ⇒ MsRestAzure::AzureOperationResponse

Makes a request and returns the operation response.

Parameters:

  • method (Symbol)

    with any of the following values :get, :put, :post, :patch, :delete.

  • path (String)

    the path, relative to #base_url.

  • options (Hash{String=>String}) (defaults to: {})

    specifying any request options like :body.

Returns:

  • (MsRestAzure::AzureOperationResponse)

    Operation response containing the request, response and status.



521
522
523
524
525
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 521

def make_request_with_http_info(method, path, options = {})
  result = make_request_async(method, path, options).value!
  result.body = result.response.body.to_s.empty? ? nil : JSON.load(result.response.body)
  result
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<BastionShareableLink>)

    operation results.



563
564
565
566
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 563

def put_bastion_shareable_link(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  first_page = put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
  first_page.get_all_items
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 596

def put_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'bastion_host_name is nil' if bastion_host_name.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'bsl_request is nil' if bsl_request.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?

  # Serialize Request
  request_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListRequest.mapper()
  request_content = self.serialize(request_mapper,  bsl_request)
  request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil

  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}/createShareableLinks'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'resourceGroupName' => resource_group_name,'bastionHostName' => bastion_host_name,'subscriptionId' => subscription_id},
      query_params: {'api-version' => api_version},
      body: request_content,
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BastionShareableLinkListResult)

    operation results.



1797
1798
1799
1800
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1797

def put_bastion_shareable_link_next(next_page_link, custom_headers:nil)
  response = put_bastion_shareable_link_next_async(next_page_link, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

to List operation. to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1826

def put_bastion_shareable_link_next_async(next_page_link, custom_headers:nil)
  fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = '{nextLink}'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      skip_encoding_path_params: {'nextLink' => next_page_link},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:post, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200 || status_code == 202
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::BastionShareableLinkListResult.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1812
1813
1814
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1812

def put_bastion_shareable_link_next_with_http_info(next_page_link, custom_headers:nil)
  put_bastion_shareable_link_next_async(next_page_link, custom_headers:custom_headers).value!
end

Creates a Bastion Shareable Links for all the VMs specified in the request.

Bastion Shareable Link endpoints. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • bastion_host_name (String)

    The name of the Bastion Host.

  • bsl_request (BastionShareableLinkListRequest)

    Post request for all the

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



580
581
582
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 580

def put_bastion_shareable_link_with_http_info(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
  put_bastion_shareable_link_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers).value!
end

#supported_security_providers(resource_group_name, virtual_wanname, custom_headers: nil) ⇒ VirtualWanSecurityProviders

Gives the supported security providers for the virtual wan.

supported security providers are needed. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN for which

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (VirtualWanSecurityProviders)

    operation results.



1174
1175
1176
1177
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1174

def supported_security_providers(resource_group_name, virtual_wanname, custom_headers:nil)
  response = supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers:custom_headers).value!
  response.body unless response.nil?
end

#supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers: nil) ⇒ Concurrent::Promise

Gives the supported security providers for the virtual wan.

supported security providers are needed. to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN for which

  • A (Hash{String => String})

    hash of custom headers that will be added

Returns:

  • (Concurrent::Promise)

    Promise object which holds the HTTP response.



1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1205

def supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers:nil)
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
  fail ArgumentError, 'virtual_wanname is nil' if virtual_wanname.nil?
  fail ArgumentError, 'api_version is nil' if api_version.nil?


  request_headers = {}
  request_headers['Content-Type'] = 'application/json; charset=utf-8'

  # Set Headers
  request_headers['x-ms-client-request-id'] = SecureRandom.uuid
  request_headers['accept-language'] = accept_language unless accept_language.nil?
  path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{virtualWANName}/supportedSecurityProviders'

  request_url = @base_url || self.base_url

  options = {
      middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
      path_params: {'subscriptionId' => subscription_id,'resourceGroupName' => resource_group_name,'virtualWANName' => virtual_wanname},
      query_params: {'api-version' => api_version},
      headers: request_headers.merge(custom_headers || {}),
      base_url: request_url
  }
  promise = self.make_request_async(:get, path_template, options)

  promise = promise.then do |result|
    http_response = result.response
    status_code = http_response.status
    response_content = http_response.body
    unless status_code == 200
      error_model = JSON.load(response_content)
      fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
    end

    result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
    result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
    result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
    # Deserialize Response
    if status_code == 200
      begin
        parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
        result_mapper = Azure::Network::Mgmt::V2020_06_01::Models::VirtualWanSecurityProviders.mapper()
        result.body = self.deserialize(result_mapper, parsed_response)
      rescue Exception => e
        fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
      end
    end

    result
  end

  promise.execute
end

#supported_security_providers_with_http_info(resource_group_name, virtual_wanname, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Gives the supported security providers for the virtual wan.

supported security providers are needed. will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • virtual_wanname (String)

    The name of the VirtualWAN for which

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



1190
1191
1192
# File 'lib/2020-06-01/generated/azure_mgmt_network/network_management_client.rb', line 1190

def supported_security_providers_with_http_info(resource_group_name, virtual_wanname, custom_headers:nil)
  supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers:custom_headers).value!
end