Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Dec 24, 2022
1 parent d494805 commit 714e30e
Show file tree
Hide file tree
Showing 207 changed files with 10,219 additions and 4,460 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### YamlMime:TSTypeAlias
### YamlMime:TSType
name: ApplicationGatewayBackendAddressPool
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool
Expand All @@ -7,12 +7,111 @@ summary: Backend Address Pool of an application gateway.
fullName: ApplicationGatewayBackendAddressPool
remarks: ''
isDeprecated: false
syntax: |
type ApplicationGatewayBackendAddressPool = SubResource & {
backendAddresses?: ApplicationGatewayBackendAddress[],
backendIPConfigurations?: NetworkInterfaceIPConfiguration[],
etag?: undefined | string,
name?: undefined | string,
provisioningState?: undefined | string,
type?: undefined | string,
}
type: interface
properties:
- name: backendAddresses
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.backendAddresses
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Backend addresses
fullName: backendAddresses
remarks: ''
isDeprecated: false
syntax:
content: 'backendAddresses?: ApplicationGatewayBackendAddress[]'
return:
description: ''
type: >-
<xref
uid="@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddress"
/>[]
- name: backendIPConfigurations
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.backendIPConfigurations
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Collection of references to IPs defined in network interfaces.
fullName: backendIPConfigurations
remarks: ''
isDeprecated: false
syntax:
content: 'backendIPConfigurations?: NetworkInterfaceIPConfiguration[]'
return:
description: ''
type: >-
<xref
uid="@azure/arm-network-profile-2020-09-01-hybrid.NetworkInterfaceIPConfiguration"
/>[]
- name: etag
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.etag
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: A unique read-only string that changes whenever the resource is updated.
fullName: etag
remarks: ''
isDeprecated: false
syntax:
content: 'etag?: undefined | string'
return:
description: ''
type: undefined | string
- name: name
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.name
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
Name of the backend address pool that is unique within an Application
Gateway.
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name?: undefined | string'
return:
description: ''
type: undefined | string
- name: provisioningState
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.provisioningState
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
Provisioning state of the backend address pool resource. Possible values
are: 'Updating', 'Deleting', and 'Failed'.
fullName: provisioningState
remarks: ''
isDeprecated: false
syntax:
content: 'provisioningState?: undefined | string'
return:
description: ''
type: undefined | string
- name: type
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.type
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Type of the resource.
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type?: undefined | string'
return:
description: ''
type: undefined | string
inheritedProperties:
- name: id
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationGatewayBackendAddressPool.id
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Resource ID.
fullName: id
remarks: ''
isDeprecated: false
syntax:
content: 'id?: undefined | string'
return:
description: ''
type: undefined | string
inheritanceDescription: >-
<b>Inherited From</b>
[SubResource.id](xref:@azure/arm-network-profile-2020-09-01-hybrid.SubResource.id)
extends: <xref uid="@azure/arm-network-profile-2020-09-01-hybrid.SubResource" />
Original file line number Diff line number Diff line change
@@ -1,14 +1,149 @@
### YamlMime:TSTypeAlias
### YamlMime:TSType
name: ApplicationSecurityGroup
uid: '@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup'
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: An application security group in a resource group.
fullName: ApplicationSecurityGroup
remarks: ''
isDeprecated: false
syntax: |
type ApplicationSecurityGroup = Resource & {
etag?: undefined | string,
provisioningState?: undefined | string,
resourceGuid?: undefined | string,
}
type: interface
properties:
- name: etag
uid: '@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.etag'
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
A unique read-only string that changes whenever the resource is updated.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: etag
remarks: ''
isDeprecated: false
syntax:
content: 'etag?: undefined | string'
return:
description: ''
type: undefined | string
- name: provisioningState
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.provisioningState
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
The provisioning state of the application security group resource.
Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: provisioningState
remarks: ''
isDeprecated: false
syntax:
content: 'provisioningState?: undefined | string'
return:
description: ''
type: undefined | string
- name: resourceGuid
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.resourceGuid
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
The resource GUID property of the application security group resource. It
uniquely identifies a resource, even if the user changes its name or
migrate the resource across subscriptions or resource groups.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: resourceGuid
remarks: ''
isDeprecated: false
syntax:
content: 'resourceGuid?: undefined | string'
return:
description: ''
type: undefined | string
inheritedProperties:
- name: id
uid: '@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.id'
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Resource ID.
fullName: id
remarks: ''
isDeprecated: false
syntax:
content: 'id?: undefined | string'
return:
description: ''
type: undefined | string
inheritanceDescription: >-
<b>Inherited From</b>
[Resource.id](xref:@azure/arm-network-profile-2020-09-01-hybrid.Resource.id)
- name: location
uid: >-
@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.location
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Resource location.
fullName: location
remarks: ''
isDeprecated: false
syntax:
content: 'location?: undefined | string'
return:
description: ''
type: undefined | string
inheritanceDescription: >-
<b>Inherited From</b>
[Resource.location](xref:@azure/arm-network-profile-2020-09-01-hybrid.Resource.location)
- name: name
uid: '@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.name'
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
Resource name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name?: undefined | string'
return:
description: ''
type: undefined | string
inheritanceDescription: >-
<b>Inherited From</b>
[Resource.name](xref:@azure/arm-network-profile-2020-09-01-hybrid.Resource.name)
- name: tags
uid: '@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.tags'
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: Resource tags.
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: undefined | [key: string]: string'
return:
description: ''
type: 'undefined | [key: string]: string'
inheritanceDescription: >-
<b>Inherited From</b>
[Resource.tags](xref:@azure/arm-network-profile-2020-09-01-hybrid.Resource.tags)
- name: type
uid: '@azure/arm-network-profile-2020-09-01-hybrid.ApplicationSecurityGroup.type'
package: '@azure/arm-network-profile-2020-09-01-hybrid'
summary: >-
Resource type.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type?: undefined | string'
return:
description: ''
type: undefined | string
inheritanceDescription: >-
<b>Inherited From</b>
[Resource.type](xref:@azure/arm-network-profile-2020-09-01-hybrid.Resource.type)
extends: <xref uid="@azure/arm-network-profile-2020-09-01-hybrid.Resource" />
Loading

0 comments on commit 714e30e

Please sign in to comment.