forked from MicrosoftDocs/azure-docs-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=338471&view=results
- Loading branch information
1 parent
d494805
commit 714e30e
Showing
207 changed files
with
10,219 additions
and
4,460 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
149 changes: 142 additions & 7 deletions
149
docs-ref-autogen/@azure/arm-network-profile-2020-09-01-hybrid/ApplicationSecurityGroup.yml
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 |
---|---|---|
@@ -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" /> |
Oops, something went wrong.