@azure/arm-network 34.1.0 → 34.2.0-alpha.20251120.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/models/index.d.ts +108 -19
  3. package/dist/browser/models/index.d.ts.map +1 -1
  4. package/dist/browser/models/index.js +41 -9
  5. package/dist/browser/models/index.js.map +1 -1
  6. package/dist/browser/models/mappers.d.ts +1 -0
  7. package/dist/browser/models/mappers.d.ts.map +1 -1
  8. package/dist/browser/models/mappers.js +81 -0
  9. package/dist/browser/models/mappers.js.map +1 -1
  10. package/dist/browser/models/parameters.js +1 -1
  11. package/dist/browser/models/parameters.js.map +1 -1
  12. package/dist/browser/networkManagementClient.js +1 -1
  13. package/dist/browser/networkManagementClient.js.map +1 -1
  14. package/dist/commonjs/models/index.d.ts +108 -19
  15. package/dist/commonjs/models/index.d.ts.map +1 -1
  16. package/dist/commonjs/models/index.js +47 -15
  17. package/dist/commonjs/models/index.js.map +1 -1
  18. package/dist/commonjs/models/mappers.d.ts +1 -0
  19. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  20. package/dist/commonjs/models/mappers.js +89 -8
  21. package/dist/commonjs/models/mappers.js.map +1 -1
  22. package/dist/commonjs/models/parameters.js +1 -1
  23. package/dist/commonjs/models/parameters.js.map +1 -1
  24. package/dist/commonjs/networkManagementClient.js +1 -1
  25. package/dist/commonjs/networkManagementClient.js.map +1 -1
  26. package/dist/commonjs/tsdoc-metadata.json +1 -1
  27. package/dist/esm/models/index.d.ts +108 -19
  28. package/dist/esm/models/index.d.ts.map +1 -1
  29. package/dist/esm/models/index.js +41 -9
  30. package/dist/esm/models/index.js.map +1 -1
  31. package/dist/esm/models/mappers.d.ts +1 -0
  32. package/dist/esm/models/mappers.d.ts.map +1 -1
  33. package/dist/esm/models/mappers.js +81 -0
  34. package/dist/esm/models/mappers.js.map +1 -1
  35. package/dist/esm/models/parameters.js +1 -1
  36. package/dist/esm/models/parameters.js.map +1 -1
  37. package/dist/esm/networkManagementClient.js +1 -1
  38. package/dist/esm/networkManagementClient.js.map +1 -1
  39. package/dist/react-native/models/index.d.ts +108 -19
  40. package/dist/react-native/models/index.d.ts.map +1 -1
  41. package/dist/react-native/models/index.js +41 -9
  42. package/dist/react-native/models/index.js.map +1 -1
  43. package/dist/react-native/models/mappers.d.ts +1 -0
  44. package/dist/react-native/models/mappers.d.ts.map +1 -1
  45. package/dist/react-native/models/mappers.js +81 -0
  46. package/dist/react-native/models/mappers.js.map +1 -1
  47. package/dist/react-native/models/parameters.js +1 -1
  48. package/dist/react-native/models/parameters.js.map +1 -1
  49. package/dist/react-native/networkManagementClient.js +1 -1
  50. package/dist/react-native/networkManagementClient.js.map +1 -1
  51. package/package.json +22 -22
@@ -532,6 +532,8 @@ export interface ApplicationGatewayOnDemandProbe {
532
532
  timeout?: number;
533
533
  /** Whether the host header should be picked from the backend http settings. Default value is false. */
534
534
  pickHostNameFromBackendHttpSettings?: boolean;
535
+ /** Whether to send Proxy Protocol header along with the Health Probe over TCP or TLS protocol. Default value is false. */
536
+ enableProbeProxyProtocolHeader?: boolean;
535
537
  /** Criterion for classifying a healthy probe response. */
536
538
  match?: ApplicationGatewayProbeHealthResponseMatch;
537
539
  /** Reference to backend pool of application gateway to which probe request will be sent. */
@@ -5458,6 +5460,15 @@ export interface VirtualNetworkGatewayConnectionTunnelProperties {
5458
5460
  /** Tunnel BGP peering address */
5459
5461
  bgpPeeringAddress?: string;
5460
5462
  }
5463
+ /** Certificate Authentication information for a certificate based authentication connection. */
5464
+ export interface CertificateAuthentication {
5465
+ /** Keyvault secret ID for outbound authentication certificate. */
5466
+ outboundAuthCertificate?: string;
5467
+ /** Inbound authentication certificate subject name. */
5468
+ inboundAuthCertificateSubjectName?: string;
5469
+ /** Inbound authentication certificate public keys. */
5470
+ inboundAuthCertificateChain?: string[];
5471
+ }
5461
5472
  /** Response for the ListVirtualNetworkGatewayConnections API service call. */
5462
5473
  export interface VirtualNetworkGatewayConnectionListResult {
5463
5474
  /** A list of VirtualNetworkGatewayConnection resources that exists in a resource group. */
@@ -6731,6 +6742,8 @@ export interface ApplicationGatewayProbe extends SubResource {
6731
6742
  minServers?: number;
6732
6743
  /** Criterion for classifying a healthy probe response. */
6733
6744
  match?: ApplicationGatewayProbeHealthResponseMatch;
6745
+ /** Whether to send Proxy Protocol header along with the Health Probe over TCP or TLS protocol. Default value is false. */
6746
+ enableProbeProxyProtocolHeader?: boolean;
6734
6747
  /**
6735
6748
  * The provisioning state of the probe resource.
6736
6749
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7147,7 +7160,7 @@ export interface Subnet extends SubResource {
7147
7160
  applicationGatewayIPConfigurations?: ApplicationGatewayIPConfiguration[];
7148
7161
  /** Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. This property can only be set if defaultOutboundAccess is set to false, both properties can only be set if subnet is empty. */
7149
7162
  sharingScope?: SharingScope;
7150
- /** Set this property to false to disable default outbound connectivity for all VMs in the subnet. This property can only be set at the time of subnet creation and cannot be updated for an existing subnet. */
7163
+ /** Set this property to false to disable default outbound connectivity for all VMs in the subnet. */
7151
7164
  defaultOutboundAccess?: boolean;
7152
7165
  /** A list of IPAM Pools for allocating IP address prefixes. */
7153
7166
  ipamPoolPrefixAllocations?: IpamPoolPrefixAllocation[];
@@ -7467,6 +7480,8 @@ export interface ApplicationGatewayBackendSettings extends SubResource {
7467
7480
  hostName?: string;
7468
7481
  /** Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false. */
7469
7482
  pickHostNameFromBackendAddress?: boolean;
7483
+ /** Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false. */
7484
+ enableL4ClientIpPreservation?: boolean;
7470
7485
  /**
7471
7486
  * The provisioning state of the backend HTTP settings resource.
7472
7487
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -9548,6 +9563,8 @@ export interface PrivateLinkService extends Resource {
9548
9563
  ipConfigurations?: PrivateLinkServiceIpConfiguration[];
9549
9564
  /** The destination IP address of the private link service. */
9550
9565
  destinationIPAddress?: string;
9566
+ /** The access mode of the private link service. */
9567
+ accessMode?: AccessMode;
9551
9568
  /**
9552
9569
  * An array of references to the network interfaces created for this private link service.
9553
9570
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -10669,6 +10686,8 @@ export interface LoadBalancer extends Resource {
10669
10686
  * NOTE: This property will not be serialized. It can only be populated by the server.
10670
10687
  */
10671
10688
  readonly provisioningState?: ProvisioningState;
10689
+ /** Indicates the scope of the load balancer: external (Public) or internal (Private). */
10690
+ scope?: LoadBalancerScope;
10672
10691
  }
10673
10692
  /** The Managed Network resource */
10674
10693
  export interface NetworkManager extends Resource {
@@ -11254,6 +11273,10 @@ export interface VirtualNetworkGatewayConnection extends Resource {
11254
11273
  expressRouteGatewayBypass?: boolean;
11255
11274
  /** Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. */
11256
11275
  enablePrivateLinkFastPath?: boolean;
11276
+ /** Gateway connection authentication type. */
11277
+ authenticationType?: ConnectionAuthenticationType;
11278
+ /** Certificate Authentication information for a certificate based authentication connection. */
11279
+ certificateAuthentication?: CertificateAuthentication;
11257
11280
  }
11258
11281
  /** VirtualRouter Resource. */
11259
11282
  export interface VirtualRouter extends Resource {
@@ -11844,6 +11867,8 @@ export interface NetworkManagerRoutingConfiguration extends ChildResource {
11844
11867
  * NOTE: This property will not be serialized. It can only be populated by the server.
11845
11868
  */
11846
11869
  readonly resourceGuid?: string;
11870
+ /** Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'. */
11871
+ routeTableUsageMode?: RouteTableUsageMode;
11847
11872
  }
11848
11873
  /** Defines the routing rule collection. */
11849
11874
  export interface RoutingRuleCollection extends ChildResource {
@@ -13274,6 +13299,22 @@ export declare enum KnownNetworkInterfaceNicType {
13274
13299
  * **Elastic**
13275
13300
  */
13276
13301
  export type NetworkInterfaceNicType = string;
13302
+ /** Known values of {@link AccessMode} that the service accepts. */
13303
+ export declare enum KnownAccessMode {
13304
+ /** Allows unrestricted access to the private link service. */
13305
+ Default = "Default",
13306
+ /** Limits access to subscriptions which are inside visibility list only. */
13307
+ Restricted = "Restricted"
13308
+ }
13309
+ /**
13310
+ * Defines values for AccessMode. \
13311
+ * {@link KnownAccessMode} can be used interchangeably with AccessMode,
13312
+ * this enum contains the known values that the service supports.
13313
+ * ### Known values supported by the service
13314
+ * **Default**: Allows unrestricted access to the private link service. \
13315
+ * **Restricted**: Limits access to subscriptions which are inside visibility list only.
13316
+ */
13317
+ export type AccessMode = string;
13277
13318
  /** Known values of {@link NetworkInterfaceMigrationPhase} that the service accepts. */
13278
13319
  export declare enum KnownNetworkInterfaceMigrationPhase {
13279
13320
  /** None */
@@ -14915,6 +14956,22 @@ export declare enum KnownLoadBalancerOutboundRuleProtocol {
14915
14956
  * **All**
14916
14957
  */
14917
14958
  export type LoadBalancerOutboundRuleProtocol = string;
14959
+ /** Known values of {@link LoadBalancerScope} that the service accepts. */
14960
+ export declare enum KnownLoadBalancerScope {
14961
+ /** Public */
14962
+ Public = "Public",
14963
+ /** Private */
14964
+ Private = "Private"
14965
+ }
14966
+ /**
14967
+ * Defines values for LoadBalancerScope. \
14968
+ * {@link KnownLoadBalancerScope} can be used interchangeably with LoadBalancerScope,
14969
+ * this enum contains the known values that the service supports.
14970
+ * ### Known values supported by the service
14971
+ * **Public** \
14972
+ * **Private**
14973
+ */
14974
+ export type LoadBalancerScope = string;
14918
14975
  /** Known values of {@link EffectiveRouteSource} that the service accepts. */
14919
14976
  export declare enum KnownEffectiveRouteSource {
14920
14977
  /** Unknown */
@@ -15201,11 +15258,27 @@ export declare enum KnownScopeConnectionState {
15201
15258
  * **Rejected**
15202
15259
  */
15203
15260
  export type ScopeConnectionState = string;
15261
+ /** Known values of {@link RouteTableUsageMode} that the service accepts. */
15262
+ export declare enum KnownRouteTableUsageMode {
15263
+ /** Only route tables managed by the routing configuration will be used. */
15264
+ ManagedOnly = "ManagedOnly",
15265
+ /** Use existing user-defined route tables already associated with resources. */
15266
+ UseExisting = "UseExisting"
15267
+ }
15268
+ /**
15269
+ * Defines values for RouteTableUsageMode. \
15270
+ * {@link KnownRouteTableUsageMode} can be used interchangeably with RouteTableUsageMode,
15271
+ * this enum contains the known values that the service supports.
15272
+ * ### Known values supported by the service
15273
+ * **ManagedOnly**: Only route tables managed by the routing configuration will be used. \
15274
+ * **UseExisting**: Use existing user-defined route tables already associated with resources.
15275
+ */
15276
+ export type RouteTableUsageMode = string;
15204
15277
  /** Known values of {@link DisableBgpRoutePropagation} that the service accepts. */
15205
15278
  export declare enum KnownDisableBgpRoutePropagation {
15206
- /** False */
15279
+ /** BGP route propagation is enabled. */
15207
15280
  False = "False",
15208
- /** True */
15281
+ /** BGP route propagation is disabled. */
15209
15282
  True = "True"
15210
15283
  }
15211
15284
  /**
@@ -15213,15 +15286,15 @@ export declare enum KnownDisableBgpRoutePropagation {
15213
15286
  * {@link KnownDisableBgpRoutePropagation} can be used interchangeably with DisableBgpRoutePropagation,
15214
15287
  * this enum contains the known values that the service supports.
15215
15288
  * ### Known values supported by the service
15216
- * **False** \
15217
- * **True**
15289
+ * **False**: BGP route propagation is enabled. \
15290
+ * **True**: BGP route propagation is disabled.
15218
15291
  */
15219
15292
  export type DisableBgpRoutePropagation = string;
15220
15293
  /** Known values of {@link RoutingRuleDestinationType} that the service accepts. */
15221
15294
  export declare enum KnownRoutingRuleDestinationType {
15222
- /** AddressPrefix */
15295
+ /** Destination specified as an IP address prefix (CIDR). */
15223
15296
  AddressPrefix = "AddressPrefix",
15224
- /** ServiceTag */
15297
+ /** Destination specified as an Azure service tag. */
15225
15298
  ServiceTag = "ServiceTag"
15226
15299
  }
15227
15300
  /**
@@ -15229,21 +15302,21 @@ export declare enum KnownRoutingRuleDestinationType {
15229
15302
  * {@link KnownRoutingRuleDestinationType} can be used interchangeably with RoutingRuleDestinationType,
15230
15303
  * this enum contains the known values that the service supports.
15231
15304
  * ### Known values supported by the service
15232
- * **AddressPrefix** \
15233
- * **ServiceTag**
15305
+ * **AddressPrefix**: Destination specified as an IP address prefix (CIDR). \
15306
+ * **ServiceTag**: Destination specified as an Azure service tag.
15234
15307
  */
15235
15308
  export type RoutingRuleDestinationType = string;
15236
15309
  /** Known values of {@link RoutingRuleNextHopType} that the service accepts. */
15237
15310
  export declare enum KnownRoutingRuleNextHopType {
15238
- /** Internet */
15311
+ /** Forward traffic to the Internet. */
15239
15312
  Internet = "Internet",
15240
- /** NoNextHop */
15313
+ /** No next hop will be used. */
15241
15314
  NoNextHop = "NoNextHop",
15242
- /** VirtualAppliance */
15315
+ /** Forward traffic to a specified virtual appliance IP address. */
15243
15316
  VirtualAppliance = "VirtualAppliance",
15244
- /** VirtualNetworkGateway */
15317
+ /** Forward traffic to the virtual network gateway. */
15245
15318
  VirtualNetworkGateway = "VirtualNetworkGateway",
15246
- /** VnetLocal */
15319
+ /** Keep traffic within the local virtual network */
15247
15320
  VnetLocal = "VnetLocal"
15248
15321
  }
15249
15322
  /**
@@ -15251,11 +15324,11 @@ export declare enum KnownRoutingRuleNextHopType {
15251
15324
  * {@link KnownRoutingRuleNextHopType} can be used interchangeably with RoutingRuleNextHopType,
15252
15325
  * this enum contains the known values that the service supports.
15253
15326
  * ### Known values supported by the service
15254
- * **Internet** \
15255
- * **NoNextHop** \
15256
- * **VirtualAppliance** \
15257
- * **VirtualNetworkGateway** \
15258
- * **VnetLocal**
15327
+ * **Internet**: Forward traffic to the Internet. \
15328
+ * **NoNextHop**: No next hop will be used. \
15329
+ * **VirtualAppliance**: Forward traffic to a specified virtual appliance IP address. \
15330
+ * **VirtualNetworkGateway**: Forward traffic to the virtual network gateway. \
15331
+ * **VnetLocal**: Keep traffic within the local virtual network
15259
15332
  */
15260
15333
  export type RoutingRuleNextHopType = string;
15261
15334
  /** Known values of {@link NetworkIntentPolicyBasedService} that the service accepts. */
@@ -17098,6 +17171,22 @@ export declare enum KnownFailoverTestStatusForSingleTest {
17098
17171
  * **Expired**
17099
17172
  */
17100
17173
  export type FailoverTestStatusForSingleTest = string;
17174
+ /** Known values of {@link ConnectionAuthenticationType} that the service accepts. */
17175
+ export declare enum KnownConnectionAuthenticationType {
17176
+ /** Pre-shared key authentication method for VPN gateway connections. */
17177
+ PSK = "PSK",
17178
+ /** Certificate-based authentication method for VPN gateway connections. */
17179
+ Certificate = "Certificate"
17180
+ }
17181
+ /**
17182
+ * Defines values for ConnectionAuthenticationType. \
17183
+ * {@link KnownConnectionAuthenticationType} can be used interchangeably with ConnectionAuthenticationType,
17184
+ * this enum contains the known values that the service supports.
17185
+ * ### Known values supported by the service
17186
+ * **PSK**: Pre-shared key authentication method for VPN gateway connections. \
17187
+ * **Certificate**: Certificate-based authentication method for VPN gateway connections.
17188
+ */
17189
+ export type ConnectionAuthenticationType = string;
17101
17190
  /** Known values of {@link VirtualNetworkGatewayMigrationType} that the service accepts. */
17102
17191
  export declare enum KnownVirtualNetworkGatewayMigrationType {
17103
17192
  /** Indicates that it is a migration process from basic IP CSES to standard IP VMSS. */