Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
generated composite swagger from 2016-09-01 api-version
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery committed Feb 15, 2017
1 parent aa712ce commit cb273fd
Show file tree
Hide file tree
Showing 183 changed files with 32,196 additions and 17,630 deletions.
10 changes: 5 additions & 5 deletions lib/services/networkManagement2/lib/models/addressSpace.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -17,11 +17,11 @@ var util = require('util');
* Initializes a new instance of the AddressSpace class.
* @constructor
* AddressSpace contains an array of IP address ranges that can be used by
* subnets
* subnets of the virtual network.
*
* @member {array} [addressPrefixes] A list of address blocks reserved for this
* virtual network in CIDR notation.
*
* @member {array} [addressPrefixes] Gets or sets list of address blocks
* reserved for this virtual network in CIDR notation
*
*/
function AddressSpace() {
}
Expand Down
140 changes: 72 additions & 68 deletions lib/services/networkManagement2/lib/models/applicationGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -18,79 +18,83 @@ var util = require('util');
* @class
* Initializes a new instance of the ApplicationGateway class.
* @constructor
* ApplicationGateways resource
* Application gateway resource
*
* @member {object} [sku] SKU of the application gateway resource.
*
* @member {string} [sku.name] Name of an application gateway SKU. Possible
* values are: 'Standard_Small', 'Standard_Medium', 'Standard_Large',
* 'WAF_Medium', and 'WAF_Large'. Possible values include: 'Standard_Small',
* 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'
*
* @member {string} [sku.tier] Tier of an application gateway. Possible values
* are: 'Standard' and 'WAF'. Possible values include: 'Standard', 'WAF'
*
* @member {number} [sku.capacity] Capacity (instance count) of an application
* gateway.
*
* @member {object} [sslPolicy] SSL policy of the application gateway resource.
*
* @member {object} [sku] Sku of application gateway resource
*
* @member {string} [sku.name] Name of application gateway SKU. Possible
* values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large',
* 'WAF_Medium', 'WAF_Large'
*
* @member {string} [sku.tier] Tier of application gateway. Possible values
* include: 'Standard', 'WAF'
*
* @member {number} [sku.capacity] Capacity (instance count) of application
* gateway
*
* @member {object} [sslPolicy] SSL policy of application gateway resource
*
* @member {array} [sslPolicy.disabledSslProtocols] SSL protocols to be
* disabled on Application Gateway
*
* @member {string} [operationalState] Operational state of application
* gateway resource. Possible values include: 'Stopped', 'Starting',
* 'Running', 'Stopping'
*
* @member {array} [gatewayIPConfigurations] Subnets of application gateway
* resource
*
* disabled on application gateway. Possible values are: 'TLSv1_0', 'TLSv1_1',
* and 'TLSv1_2'.
*
* @member {string} [operationalState] Operational state of the application
* gateway resource. Possible values are: 'Stopped', 'Started', 'Running', and
* 'Stopping'. Possible values include: 'Stopped', 'Starting', 'Running',
* 'Stopping'
*
* @member {array} [gatewayIPConfigurations] Subnets of application the gateway
* resource.
*
* @member {array} [authenticationCertificates] Authentication certificates of
* application gateway resource
*
* @member {array} [sslCertificates] SSL certificates of application gateway
* resource
*
* @member {array} [frontendIPConfigurations] Frontend IP addresses of
* application gateway resource
*
* @member {array} [frontendPorts] Frontend ports of application gateway
* resource
*
* @member {array} [probes] Probes of application gateway resource
*
* @member {array} [backendAddressPools] Backend address pool of application
* gateway resource
*
* @member {array} [backendHttpSettingsCollection] Backend http settings of
* application gateway resource
*
* @member {array} [httpListeners] HTTP listeners of application gateway
* resource
*
* @member {array} [urlPathMaps] URL path map of application gateway resource
*
* @member {array} [requestRoutingRules] Request routing rules of application
* gateway resource
*
* the application gateway resource.
*
* @member {array} [sslCertificates] SSL certificates of the application
* gateway resource.
*
* @member {array} [frontendIPConfigurations] Frontend IP addresses of the
* application gateway resource.
*
* @member {array} [frontendPorts] Frontend ports of the application gateway
* resource.
*
* @member {array} [probes] Probes of the application gateway resource.
*
* @member {array} [backendAddressPools] Backend address pool of the
* application gateway resource.
*
* @member {array} [backendHttpSettingsCollection] Backend http settings of the
* application gateway resource.
*
* @member {array} [httpListeners] Http listeners of the application gateway
* resource.
*
* @member {array} [urlPathMaps] URL path map of the application gateway
* resource.
*
* @member {array} [requestRoutingRules] Request routing rules of the
* application gateway resource.
*
* @member {object} [webApplicationFirewallConfiguration] Web application
* firewall configuration
*
* @member {boolean} [webApplicationFirewallConfiguration.enabled] Whether web
* application firewall is enabled
*
* firewall configuration.
*
* @member {boolean} [webApplicationFirewallConfiguration.enabled] Whether the
* web application firewall is enabled.
*
* @member {string} [webApplicationFirewallConfiguration.firewallMode] Web
* application firewall mode. Possible values include: 'Detection',
* 'Prevention'
*
* @member {string} [resourceGuid] Resource guid property of the
* ApplicationGateway resource
*
* @member {string} [provisioningState] Provisioning state of the
* ApplicationGateway resource Updating/Deleting/Failed
*
* application firewall mode. Possible values are: 'Detection' and
* 'Prevention'. Possible values include: 'Detection', 'Prevention'
*
* @member {string} [resourceGuid] Resource GUID property of the application
* gateway resource.
*
* @member {string} [provisioningState] Provisioning state of the application
* gateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @member {string} [etag] A unique read-only string that changes whenever the
* resource is updated
*
* resource is updated.
*
*/
function ApplicationGateway() {
ApplicationGateway['super_'].call(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -18,19 +18,20 @@ var util = require('util');
* @class
* Initializes a new instance of the ApplicationGatewayAuthenticationCertificate class.
* @constructor
* Authentication certificates of application gateway
* Authentication certificates of an application gateway.
*
* @member {string} [data] Certificate public data.
*
* @member {string} [data] Certificate public data
*
* @member {string} [provisioningState] Provisioning state of the
* authentication certificate resource Updating/Deleting/Failed
*
* authentication certificate resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
*
* @member {string} [name] Name of the resource that is unique within a
* resource group. This name can be used to access the resource
*
* resource group. This name can be used to access the resource.
*
* @member {string} [etag] A unique read-only string that changes whenever the
* resource is updated
*
* resource is updated.
*
*/
function ApplicationGatewayAuthenticationCertificate() {
ApplicationGatewayAuthenticationCertificate['super_'].call(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -14,12 +14,12 @@
* @class
* Initializes a new instance of the ApplicationGatewayBackendAddress class.
* @constructor
* Backend Address of application gateway
* Backend address of an application gateway.
*
* @member {string} [fqdn] Fully qualified domain name (FQDN).
*
* @member {string} [ipAddress] IP address
*
* @member {string} [fqdn] Dns name
*
* @member {string} [ipAddress] Ip address
*
*/
function ApplicationGatewayBackendAddress() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -18,22 +18,23 @@ var util = require('util');
* @class
* Initializes a new instance of the ApplicationGatewayBackendAddressPool class.
* @constructor
* Backend Address Pool of application gateway
* Backend Address Pool of an application gateway.
*
* @member {array} [backendIPConfigurations] Collection of references to IPs
* defined in NICs
*
* defined in network interfaces.
*
* @member {array} [backendAddresses] Backend addresses
*
*
* @member {string} [provisioningState] Provisioning state of the backend
* address pool resource Updating/Deleting/Failed
*
* address pool resource. Possible values are: 'Updating', 'Deleting', and
* 'Failed'.
*
* @member {string} [name] Resource that is unique within a resource group.
* This name can be used to access the resource
*
* This name can be used to access the resource.
*
* @member {string} [etag] A unique read-only string that changes whenever the
* resource is updated
*
* resource is updated.
*
*/
function ApplicationGatewayBackendAddressPool() {
ApplicationGatewayBackendAddressPool['super_'].call(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -18,10 +18,10 @@ var util = require('util');
* @class
* Initializes a new instance of the ApplicationGatewayBackendHealth class.
* @constructor
* List of backendhealth pools.
* List of ApplicationGatewayBackendHealthPool resources.
*
* @member {array} [backendAddressPools]
*
*
*/
function ApplicationGatewayBackendHealth() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
Expand All @@ -18,41 +18,47 @@ var util = require('util');
* @class
* Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.
* @constructor
* Application gateway backendhealth http settings.
* Application gateway BackendHealthHttp settings.
*
* @member {object} [backendHttpSettings] Reference of an
* ApplicationGatewayBackendHttpSettings resource.
*
* @member {object} [backendHttpSettings] Reference of application gateway
* backend http settings resource.
*
* @member {number} [backendHttpSettings.port] Port
*
*
* @member {string} [backendHttpSettings.protocol] Protocol. Possible values
* include: 'Http', 'Https'
*
* @member {string} [backendHttpSettings.cookieBasedAffinity] Cookie affinity.
* Possible values include: 'Enabled', 'Disabled'
*
* @member {number} [backendHttpSettings.requestTimeout] Request timeout
*
* @member {object} [backendHttpSettings.probe] Probe resource of application
* gateway
*
* @member {string} [backendHttpSettings.probe.id] Resource Id
*
* are: 'Http' and 'Https'. Possible values include: 'Http', 'Https'
*
* @member {string} [backendHttpSettings.cookieBasedAffinity] Cookie based
* affinity. Possible values are: 'Enabled' and 'Disabled'. Possible values
* include: 'Enabled', 'Disabled'
*
* @member {number} [backendHttpSettings.requestTimeout] Request timeout in
* seconds. Application Gateway will fail the request if response is not
* received within RequestTimeout. Acceptable values are from 1 second to 86400
* seconds.
*
* @member {object} [backendHttpSettings.probe] Probe resource of an
* application gateway.
*
* @member {string} [backendHttpSettings.probe.id] Resource ID.
*
* @member {array} [backendHttpSettings.authenticationCertificates] Array of
* references to Application Gateway Authentication Certificates
*
* references to application gateway authentication certificates.
*
* @member {string} [backendHttpSettings.provisioningState] Provisioning state
* of the backend http settings resource Updating/Deleting/Failed
*
* of the backend http settings resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
*
* @member {string} [backendHttpSettings.name] Name of the resource that is
* unique within a resource group. This name can be used to access the
* resource
*
* resource.
*
* @member {string} [backendHttpSettings.etag] A unique read-only string that
* changes whenever the resource is updated
*
* @member {array} [servers] List of application gateway backendhealth servers.
*
* changes whenever the resource is updated.
*
* @member {array} [servers] List of ApplicationGatewayBackendHealthServer
* resources.
*
*/
function ApplicationGatewayBackendHealthHttpSettings() {
}
Expand Down
Loading

0 comments on commit cb273fd

Please sign in to comment.