-
Notifications
You must be signed in to change notification settings - Fork 188
/
InternetGatewayPatch.yml
39 lines (39 loc) · 1.28 KB
/
InternetGatewayPatch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
### YamlMime:TSType
name: InternetGatewayPatch
uid: '@azure/arm-managednetworkfabric.InternetGatewayPatch'
package: '@azure/arm-managednetworkfabric'
summary: The Internet Gateway patch resource definition.
fullName: InternetGatewayPatch
remarks: ''
isDeprecated: false
type: interface
properties:
- name: internetGatewayRuleId
uid: '@azure/arm-managednetworkfabric.InternetGatewayPatch.internetGatewayRuleId'
package: '@azure/arm-managednetworkfabric'
summary: ARM Resource ID of the Internet Gateway Rule.
fullName: internetGatewayRuleId
remarks: ''
isDeprecated: false
syntax:
content: 'internetGatewayRuleId?: string'
return:
description: ''
type: string
inheritedProperties:
- name: tags
uid: '@azure/arm-managednetworkfabric.InternetGatewayPatch.tags'
package: '@azure/arm-managednetworkfabric'
summary: Resource tags
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: {[propertyName: string]: string}'
return:
description: ''
type: '{[propertyName: string]: string}'
inheritanceDescription: >-
<b>Inherited From</b>
[TagsUpdate.tags](xref:@azure/arm-managednetworkfabric.TagsUpdate.tags)
extends: <xref uid="@azure/arm-managednetworkfabric.TagsUpdate" />