This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoPR network/resource-manager] Azure Firewall FQDN Tag top level r…
…esource (#3440) * Generated from 58fa9bcbcdd59664bcb22cc4ebc875711cf442ec Name FqdnTags property in AzureFirewallApplicationRule properly * Generated from d9a5cf352116f00d53dfe07f63b0a130539c1571 Empty commit to trigger new validation
- Loading branch information
1 parent
0167ae6
commit 83b2379
Showing
10 changed files
with
813 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
121 changes: 121 additions & 0 deletions
121
lib/services/networkManagement2/lib/models/azureFirewallFqdnTag.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
'use strict'; | ||
|
||
const models = require('./index'); | ||
|
||
/** | ||
* Azure Firewall FQDN Tag Resource | ||
* | ||
* @extends models['Resource'] | ||
*/ | ||
class AzureFirewallFqdnTag extends models['Resource'] { | ||
/** | ||
* Create a AzureFirewallFqdnTag. | ||
* @member {string} [provisioningState] The provisioning state of the | ||
* resource. | ||
* @member {string} [fqdnTagName] The name of this FQDN Tag. | ||
* @member {string} [etag] Gets a unique read-only string that changes | ||
* whenever the resource is updated. | ||
*/ | ||
constructor() { | ||
super(); | ||
} | ||
|
||
/** | ||
* Defines the metadata of AzureFirewallFqdnTag | ||
* | ||
* @returns {object} metadata of AzureFirewallFqdnTag | ||
* | ||
*/ | ||
mapper() { | ||
return { | ||
required: false, | ||
serializedName: 'AzureFirewallFqdnTag', | ||
type: { | ||
name: 'Composite', | ||
className: 'AzureFirewallFqdnTag', | ||
modelProperties: { | ||
id: { | ||
required: false, | ||
serializedName: 'id', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
name: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'name', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
type: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'type', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
location: { | ||
required: false, | ||
serializedName: 'location', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
tags: { | ||
required: false, | ||
serializedName: 'tags', | ||
type: { | ||
name: 'Dictionary', | ||
value: { | ||
required: false, | ||
serializedName: 'StringElementType', | ||
type: { | ||
name: 'String' | ||
} | ||
} | ||
} | ||
}, | ||
provisioningState: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'properties.provisioningState', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
fqdnTagName: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'properties.fqdnTagName', | ||
type: { | ||
name: 'String' | ||
} | ||
}, | ||
etag: { | ||
required: false, | ||
readOnly: true, | ||
serializedName: 'etag', | ||
type: { | ||
name: 'String' | ||
} | ||
} | ||
} | ||
} | ||
}; | ||
} | ||
} | ||
|
||
module.exports = AzureFirewallFqdnTag; |
67 changes: 67 additions & 0 deletions
67
lib/services/networkManagement2/lib/models/azureFirewallFqdnTagListResult.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
'use strict'; | ||
|
||
/** | ||
* Response for ListAzureFirewallFqdnTags API service call. | ||
*/ | ||
class AzureFirewallFqdnTagListResult extends Array { | ||
/** | ||
* Create a AzureFirewallFqdnTagListResult. | ||
* @member {string} [nextLink] URL to get the next set of results. | ||
*/ | ||
constructor() { | ||
super(); | ||
} | ||
|
||
/** | ||
* Defines the metadata of AzureFirewallFqdnTagListResult | ||
* | ||
* @returns {object} metadata of AzureFirewallFqdnTagListResult | ||
* | ||
*/ | ||
mapper() { | ||
return { | ||
required: false, | ||
serializedName: 'AzureFirewallFqdnTagListResult', | ||
type: { | ||
name: 'Composite', | ||
className: 'AzureFirewallFqdnTagListResult', | ||
modelProperties: { | ||
value: { | ||
required: false, | ||
serializedName: '', | ||
type: { | ||
name: 'Sequence', | ||
element: { | ||
required: false, | ||
serializedName: 'AzureFirewallFqdnTagElementType', | ||
type: { | ||
name: 'Composite', | ||
className: 'AzureFirewallFqdnTag' | ||
} | ||
} | ||
} | ||
}, | ||
nextLink: { | ||
required: false, | ||
serializedName: 'nextLink', | ||
type: { | ||
name: 'String' | ||
} | ||
} | ||
} | ||
} | ||
}; | ||
} | ||
} | ||
|
||
module.exports = AzureFirewallFqdnTagListResult; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.