Class: Azure::Network::Mgmt::V2020_05_01::NetworkManagementClient

Inherits:
MsRestAzure::AzureServiceClient
  • Object
show all
Includes:
MsRestAzure, MsRestAzure::Serialization
Defined in:
lib/2020-05-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.



369
370
371
372
373
374
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 369

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)
  @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)
  @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-05-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-05-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-05-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-05-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-05-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-05-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-05-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-05-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-05-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:



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

def available_endpoint_services
  @available_endpoint_services
end

#available_private_endpoint_typesAvailablePrivateEndpointTypes (readonly)

Returns available_private_endpoint_types.

Returns:



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

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-05-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-05-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-05-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-05-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-05-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-05-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:



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

def bgp_service_communities
  @bgp_service_communities
end

#connection_monitorsConnectionMonitors (readonly)

Returns connection_monitors.

Returns:



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

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-05-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-05-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-05-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:



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

def default_security_rules
  @default_security_rules
end

#express_route_circuit_authorizationsExpressRouteCircuitAuthorizations (readonly)

express_route_circuit_authorizations



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

def express_route_circuit_authorizations
  @express_route_circuit_authorizations
end

#express_route_circuit_connectionsExpressRouteCircuitConnections (readonly)

express_route_circuit_connections



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

def express_route_circuit_connections
  @express_route_circuit_connections
end

#express_route_circuit_peeringsExpressRouteCircuitPeerings (readonly)

Returns express_route_circuit_peerings.

Returns:



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

def express_route_circuit_peerings
  @express_route_circuit_peerings
end

#express_route_circuitsExpressRouteCircuits (readonly)

Returns express_route_circuits.

Returns:



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

def express_route_circuits
  @express_route_circuits
end

#express_route_connectionsExpressRouteConnections (readonly)

Returns express_route_connections.

Returns:



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

def express_route_connections
  @express_route_connections
end

#express_route_cross_connection_peeringsExpressRouteCrossConnectionPeerings (readonly)

express_route_cross_connection_peerings



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

def express_route_cross_connection_peerings
  @express_route_cross_connection_peerings
end

#express_route_cross_connectionsExpressRouteCrossConnections (readonly)

Returns express_route_cross_connections.

Returns:



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

def express_route_cross_connections
  @express_route_cross_connections
end

#express_route_gatewaysExpressRouteGateways (readonly)

Returns express_route_gateways.

Returns:



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

def express_route_gateways
  @express_route_gateways
end

Returns express_route_links.

Returns:



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

def express_route_links
  @express_route_links
end

#express_route_portsExpressRoutePorts (readonly)

Returns express_route_ports.

Returns:



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

def express_route_ports
  @express_route_ports
end

#express_route_ports_locationsExpressRoutePortsLocations (readonly)

Returns express_route_ports_locations.

Returns:



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

def express_route_ports_locations
  @express_route_ports_locations
end

#express_route_service_providersExpressRouteServiceProviders (readonly)

Returns express_route_service_providers.

Returns:



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

def express_route_service_providers
  @express_route_service_providers
end

#firewall_policiesFirewallPolicies (readonly)

Returns firewall_policies.

Returns:



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

def firewall_policies
  @firewall_policies
end

#firewall_policy_rule_collection_groupsFirewallPolicyRuleCollectionGroups (readonly)

firewall_policy_rule_collection_groups



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

def firewall_policy_rule_collection_groups
  @firewall_policy_rule_collection_groups
end

#flow_logsFlowLogs (readonly)

Returns flow_logs.

Returns:



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

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-05-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:



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

def hub_route_tables
  @hub_route_tables
end

#hub_virtual_network_connectionsHubVirtualNetworkConnections (readonly)

Returns hub_virtual_network_connections.

Returns:



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

def hub_virtual_network_connections
  @hub_virtual_network_connections
end

#inbound_nat_rulesInboundNatRules (readonly)

Returns inbound_nat_rules.

Returns:



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

def inbound_nat_rules
  @inbound_nat_rules
end

#ip_allocationsIpAllocations (readonly)

Returns ip_allocations.

Returns:



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

def ip_allocations
  @ip_allocations
end

#ip_groupsIpGroups (readonly)

Returns ip_groups.

Returns:



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

def ip_groups
  @ip_groups
end

#load_balancer_backend_address_poolsLoadBalancerBackendAddressPools (readonly)

load_balancer_backend_address_pools



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

def load_balancer_backend_address_pools
  @load_balancer_backend_address_pools
end

#load_balancer_frontend_ipconfigurationsLoadBalancerFrontendIPConfigurations (readonly)

load_balancer_frontend_ipconfigurations



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

def load_balancer_frontend_ipconfigurations
  @load_balancer_frontend_ipconfigurations
end

#load_balancer_load_balancing_rulesLoadBalancerLoadBalancingRules (readonly)

load_balancer_load_balancing_rules



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

def load_balancer_load_balancing_rules
  @load_balancer_load_balancing_rules
end

#load_balancer_network_interfacesLoadBalancerNetworkInterfaces (readonly)

Returns load_balancer_network_interfaces.

Returns:



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

def load_balancer_network_interfaces
  @load_balancer_network_interfaces
end

#load_balancer_outbound_rulesLoadBalancerOutboundRules (readonly)

Returns load_balancer_outbound_rules.

Returns:



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

def load_balancer_outbound_rules
  @load_balancer_outbound_rules
end

#load_balancer_probesLoadBalancerProbes (readonly)

Returns load_balancer_probes.

Returns:



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

def load_balancer_probes
  @load_balancer_probes
end

#load_balancersLoadBalancers (readonly)

Returns load_balancers.

Returns:



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

def load_balancers
  @load_balancers
end

#local_network_gatewaysLocalNetworkGateways (readonly)

Returns local_network_gateways.

Returns:



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

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-05-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:



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

def nat_gateways
  @nat_gateways
end

#network_interface_ipconfigurationsNetworkInterfaceIPConfigurations (readonly)

network_interface_ipconfigurations



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

def network_interface_ipconfigurations
  @network_interface_ipconfigurations
end

#network_interface_load_balancersNetworkInterfaceLoadBalancers (readonly)

Returns network_interface_load_balancers.

Returns:



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

def network_interface_load_balancers
  @network_interface_load_balancers
end

#network_interface_tap_configurationsNetworkInterfaceTapConfigurations (readonly)

network_interface_tap_configurations



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

def network_interface_tap_configurations
  @network_interface_tap_configurations
end

#network_interfacesNetworkInterfaces (readonly)

Returns network_interfaces.

Returns:



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

def network_interfaces
  @network_interfaces
end

#network_profilesNetworkProfiles (readonly)

Returns network_profiles.

Returns:



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

def network_profiles
  @network_profiles
end

#network_security_groupsNetworkSecurityGroups (readonly)

Returns network_security_groups.

Returns:



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

def network_security_groups
  @network_security_groups
end

#network_virtual_appliancesNetworkVirtualAppliances (readonly)

Returns network_virtual_appliances.

Returns:



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

def network_virtual_appliances
  @network_virtual_appliances
end

#network_watchersNetworkWatchers (readonly)

Returns network_watchers.

Returns:



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

def network_watchers
  @network_watchers
end

#operationsOperations (readonly)

Returns operations.

Returns:



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

def operations
  @operations
end

#p2s_vpn_gatewaysP2sVpnGateways (readonly)

Returns p2s_vpn_gateways.

Returns:



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

def p2s_vpn_gateways
  @p2s_vpn_gateways
end

#packet_capturesPacketCaptures (readonly)

Returns packet_captures.

Returns:



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

def packet_captures
  @packet_captures
end

#peer_express_route_circuit_connectionsPeerExpressRouteCircuitConnections (readonly)

peer_express_route_circuit_connections



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

def peer_express_route_circuit_connections
  @peer_express_route_circuit_connections
end

#private_dns_zone_groupsPrivateDnsZoneGroups (readonly)

Returns private_dns_zone_groups.

Returns:



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

def private_dns_zone_groups
  @private_dns_zone_groups
end

#private_endpointsPrivateEndpoints (readonly)

Returns private_endpoints.

Returns:



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

def private_endpoints
  @private_endpoints
end

Returns private_link_services.

Returns:



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

def private_link_services
  @private_link_services
end

#public_ipaddressesPublicIPAddresses (readonly)

Returns public_ipaddresses.

Returns:



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

def public_ipaddresses
  @public_ipaddresses
end

#public_ipprefixesPublicIPPrefixes (readonly)

Returns public_ipprefixes.

Returns:



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

def public_ipprefixes
  @public_ipprefixes
end

Returns resource_navigation_links.

Returns:



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

def resource_navigation_links
  @resource_navigation_links
end

#route_filter_rulesRouteFilterRules (readonly)

Returns route_filter_rules.

Returns:



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

def route_filter_rules
  @route_filter_rules
end

#route_filtersRouteFilters (readonly)

Returns route_filters.

Returns:



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

def route_filters
  @route_filters
end

#route_tablesRouteTables (readonly)

Returns route_tables.

Returns:



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

def route_tables
  @route_tables
end

#routesRoutes (readonly)

Returns routes.

Returns:



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

def routes
  @routes
end

#security_partner_providersSecurityPartnerProviders (readonly)

Returns security_partner_providers.

Returns:



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

def security_partner_providers
  @security_partner_providers
end

#security_rulesSecurityRules (readonly)

Returns security_rules.

Returns:



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

def security_rules
  @security_rules
end

Returns service_association_links.

Returns:



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

def service_association_links
  @service_association_links
end

#service_endpoint_policiesServiceEndpointPolicies (readonly)

Returns service_endpoint_policies.

Returns:



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

def service_endpoint_policies
  @service_endpoint_policies
end

#service_endpoint_policy_definitionsServiceEndpointPolicyDefinitions (readonly)

service_endpoint_policy_definitions



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

def service_endpoint_policy_definitions
  @service_endpoint_policy_definitions
end

#service_tagsServiceTags (readonly)

Returns service_tags.

Returns:



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

def service_tags
  @service_tags
end

#subnetsSubnets (readonly)

Returns subnets.

Returns:



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

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-05-01/generated/azure_mgmt_network/network_management_client.rb', line 23

def subscription_id
  @subscription_id
end

#usagesUsages (readonly)

Returns usages.

Returns:



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

def usages
  @usages
end

#virtual_appliance_sitesVirtualApplianceSites (readonly)

Returns virtual_appliance_sites.

Returns:



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

def virtual_appliance_sites
  @virtual_appliance_sites
end

#virtual_appliance_skusVirtualApplianceSkus (readonly)

Returns virtual_appliance_skus.

Returns:



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

def virtual_appliance_skus
  @virtual_appliance_skus
end

#virtual_hub_bgp_connectionVirtualHubBgpConnection (readonly)

Returns virtual_hub_bgp_connection.

Returns:



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

def virtual_hub_bgp_connection
  @virtual_hub_bgp_connection
end

#virtual_hub_bgp_connectionsVirtualHubBgpConnections (readonly)

Returns virtual_hub_bgp_connections.

Returns:



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

def virtual_hub_bgp_connections
  @virtual_hub_bgp_connections
end

#virtual_hub_ip_configurationVirtualHubIpConfiguration (readonly)

Returns virtual_hub_ip_configuration.

Returns:



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

def virtual_hub_ip_configuration
  @virtual_hub_ip_configuration
end

#virtual_hub_route_table_v2sVirtualHubRouteTableV2s (readonly)

Returns virtual_hub_route_table_v2s.

Returns:



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

def virtual_hub_route_table_v2s
  @virtual_hub_route_table_v2s
end

#virtual_hubsVirtualHubs (readonly)

Returns virtual_hubs.

Returns:



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

def virtual_hubs
  @virtual_hubs
end

#virtual_network_gateway_connectionsVirtualNetworkGatewayConnections (readonly)

virtual_network_gateway_connections



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

def virtual_network_gateway_connections
  @virtual_network_gateway_connections
end

#virtual_network_gatewaysVirtualNetworkGateways (readonly)

Returns virtual_network_gateways.

Returns:



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

def virtual_network_gateways
  @virtual_network_gateways
end

#virtual_network_peeringsVirtualNetworkPeerings (readonly)

Returns virtual_network_peerings.

Returns:



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

def virtual_network_peerings
  @virtual_network_peerings
end

#virtual_network_tapsVirtualNetworkTaps (readonly)

Returns virtual_network_taps.

Returns:



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

def virtual_network_taps
  @virtual_network_taps
end

#virtual_networksVirtualNetworks (readonly)

Returns virtual_networks.

Returns:



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

def virtual_networks
  @virtual_networks
end

#virtual_router_peeringsVirtualRouterPeerings (readonly)

Returns virtual_router_peerings.

Returns:



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

def virtual_router_peerings
  @virtual_router_peerings
end

#virtual_routersVirtualRouters (readonly)

Returns virtual_routers.

Returns:



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

def virtual_routers
  @virtual_routers
end

#virtual_wansVirtualWans (readonly)

Returns virtual_wans.

Returns:



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

def virtual_wans
  @virtual_wans
end

#vpn_connectionsVpnConnections (readonly)

Returns vpn_connections.

Returns:



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

def vpn_connections
  @vpn_connections
end

#vpn_gatewaysVpnGateways (readonly)

Returns vpn_gateways.

Returns:



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

def vpn_gateways
  @vpn_gateways
end

Returns vpn_link_connections.

Returns:



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

def vpn_link_connections
  @vpn_link_connections
end

#vpn_server_configurationsVpnServerConfigurations (readonly)

Returns vpn_server_configurations.

Returns:



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

def vpn_server_configurations
  @vpn_server_configurations
end

#vpn_server_configurations_associated_with_virtual_wanVpnServerConfigurationsAssociatedWithVirtualWan (readonly)

vpn_server_configurations_associated_with_virtual_wan



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

def vpn_server_configurations_associated_with_virtual_wan
  @vpn_server_configurations_associated_with_virtual_wan
end

Returns vpn_site_link_connections.

Returns:



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

def vpn_site_link_connections
  @vpn_site_link_connections
end

Returns vpn_site_links.

Returns:



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

def vpn_site_links
  @vpn_site_links
end

#vpn_sitesVpnSites (readonly)

Returns vpn_sites.

Returns:



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

def vpn_sites
  @vpn_sites
end

#vpn_sites_configurationVpnSitesConfiguration (readonly)

Returns vpn_sites_configuration.

Returns:



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

def vpn_sites_configuration
  @vpn_sites_configuration
end

#web_application_firewall_policiesWebApplicationFirewallPolicies (readonly)

web_application_firewall_policies



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

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



1485
1486
1487
1488
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1485

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.



1518
1519
1520
1521
1522
1523
1524
1525
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1518

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_05_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.



1502
1503
1504
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1502

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.



1679
1680
1681
1682
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1679

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.



1716
1717
1718
1719
1720
1721
1722
1723
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1716

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_05_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_05_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.



1698
1699
1700
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1698

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.



1581
1582
1583
1584
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1581

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.



2629
2630
2631
2632
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2629

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.



2658
2659
2660
2661
2662
2663
2664
2665
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2658

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_05_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.



2644
2645
2646
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2644

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.



1610
1611
1612
1613
1614
1615
1616
1617
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1610

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_05_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.



2239
2240
2241
2242
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2239

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.



2268
2269
2270
2271
2272
2273
2274
2275
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2268

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_05_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.



2254
2255
2256
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2254

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.



1596
1597
1598
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1596

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.



1378
1379
1380
1381
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1378

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.



2530
2531
2532
2533
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2530

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.



2563
2564
2565
2566
2567
2568
2569
2570
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2563

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_05_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_05_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.



2547
2548
2549
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2547

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.



1411
1412
1413
1414
1415
1416
1417
1418
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1411

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_05_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_05_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.



2149
2150
2151
2152
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2149

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.



2178
2179
2180
2181
2182
2183
2184
2185
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2178

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_05_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.



2164
2165
2166
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2164

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.



1395
1396
1397
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1395

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.



1067
1068
1069
1070
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1067

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.



1100
1101
1102
1103
1104
1105
1106
1107
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1100

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_05_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.



1084
1085
1086
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1084

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



662
663
664
665
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 662

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.



695
696
697
698
699
700
701
702
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 695

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_05_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.



679
680
681
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 679

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.



961
962
963
964
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 961

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.



2431
2432
2433
2434
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2431

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.



2462
2463
2464
2465
2466
2467
2468
2469
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2462

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_05_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_05_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.



2447
2448
2449
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2447

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.



992
993
994
995
996
997
998
999
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 992

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_05_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_05_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.



2059
2060
2061
2062
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2059

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.



2088
2089
2090
2091
2092
2093
2094
2095
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2088

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_05_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.



2074
2075
2076
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2074

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.



977
978
979
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 977

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.



1266
1267
1268
1269
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1266

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.



1303
1304
1305
1306
1307
1308
1309
1310
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1303

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_05_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_05_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.



1285
1286
1287
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1285

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.



866
867
868
869
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 866

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.



895
896
897
898
899
900
901
902
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 895

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_05_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.



1969
1970
1971
1972
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1969

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.



1998
1999
2000
2001
2002
2003
2004
2005
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1998

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_05_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.



1984
1985
1986
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1984

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.



881
882
883
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 881

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.



760
761
762
763
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 760

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.



2331
2332
2333
2334
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2331

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.



2364
2365
2366
2367
2368
2369
2370
2371
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2364

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_05_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_05_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.



2348
2349
2350
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 2348

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.



793
794
795
796
797
798
799
800
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 793

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_05_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_05_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.



1879
1880
1881
1882
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1879

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.



1908
1909
1910
1911
1912
1913
1914
1915
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1908

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_05_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.



1894
1895
1896
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1894

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.



777
778
779
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 777

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.



501
502
503
504
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 501

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.



526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 526

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.



513
514
515
516
517
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 513

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.



555
556
557
558
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 555

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.



588
589
590
591
592
593
594
595
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 588

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_05_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_05_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.



1789
1790
1791
1792
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1789

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.



1818
1819
1820
1821
1822
1823
1824
1825
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1818

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_05_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.



1804
1805
1806
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1804

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.



572
573
574
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 572

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.



1166
1167
1168
1169
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1166

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.



1197
1198
1199
1200
1201
1202
1203
1204
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
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1197

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_05_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.



1182
1183
1184
# File 'lib/2020-05-01/generated/azure_mgmt_network/network_management_client.rb', line 1182

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