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=338614&view=results
- Loading branch information
1 parent
64173c4
commit b7de0b2
Showing
53 changed files
with
3,024 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
...-ref-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/AvailabilityZonePeers.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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
### YamlMime:TSType | ||
name: AvailabilityZonePeers | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.AvailabilityZonePeers' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: List of availability zones shared by the subscriptions. | ||
fullName: AvailabilityZonePeers | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: availabilityZone | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.AvailabilityZonePeers.availabilityZone | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: >- | ||
The availabilityZone. | ||
NOTE: This property will not be serialized. It can only be populated by | ||
the server. | ||
fullName: availabilityZone | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'availabilityZone?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string | ||
- name: peers | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.AvailabilityZonePeers.peers | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Details of shared availability zone. | ||
fullName: peers | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'peers?: Peers[]' | ||
return: | ||
description: '' | ||
type: >- | ||
<xref uid="@azure/arm-subscriptions-profile-2020-09-01-hybrid.Peers" | ||
/>[] |
102 changes: 102 additions & 0 deletions
102
...en/@azure/arm-subscriptions-profile-2020-09-01-hybrid/CheckResourceNameOptionalParams.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 |
---|---|---|
@@ -0,0 +1,102 @@ | ||
### YamlMime:TSType | ||
name: CheckResourceNameOptionalParams | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Optional parameters. | ||
fullName: CheckResourceNameOptionalParams | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: resourceNameDefinition | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams.resourceNameDefinition | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Resource object with values for resource name and resource type | ||
fullName: resourceNameDefinition | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'resourceNameDefinition?: ResourceName' | ||
return: | ||
description: '' | ||
type: >- | ||
<xref | ||
uid="@azure/arm-subscriptions-profile-2020-09-01-hybrid.ResourceName" | ||
/> | ||
inheritedProperties: | ||
- name: abortSignal | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams.abortSignal | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: The signal which can be used to abort requests. | ||
fullName: abortSignal | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'abortSignal?: AbortSignalLike' | ||
return: | ||
description: '' | ||
type: AbortSignalLike | ||
inheritanceDescription: <b>Inherited From</b> OperationOptions.abortSignal | ||
- name: onResponse | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams.onResponse | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: |- | ||
A function to be called each time a response is received from the server | ||
while performing the requested operation. | ||
May be called multiple times. | ||
fullName: onResponse | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'onResponse?: RawResponseCallback' | ||
return: | ||
description: '' | ||
type: RawResponseCallback | ||
inheritanceDescription: <b>Inherited From</b> OperationOptions.onResponse | ||
- name: requestOptions | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams.requestOptions | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Options used when creating and sending HTTP requests for this operation. | ||
fullName: requestOptions | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'requestOptions?: OperationRequestOptions' | ||
return: | ||
description: '' | ||
type: OperationRequestOptions | ||
inheritanceDescription: <b>Inherited From</b> OperationOptions.requestOptions | ||
- name: serializerOptions | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams.serializerOptions | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Options to override serialization/de-serialization behavior. | ||
fullName: serializerOptions | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'serializerOptions?: SerializerOptions' | ||
return: | ||
description: '' | ||
type: SerializerOptions | ||
inheritanceDescription: <b>Inherited From</b> OperationOptions.serializerOptions | ||
- name: tracingOptions | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameOptionalParams.tracingOptions | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Options used when tracing is enabled. | ||
fullName: tracingOptions | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'tracingOptions?: OperationTracingOptions' | ||
return: | ||
description: '' | ||
type: OperationTracingOptions | ||
inheritanceDescription: <b>Inherited From</b> OperationOptions.tracingOptions | ||
extends: OperationOptions |
10 changes: 10 additions & 0 deletions
10
...-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/CheckResourceNameResponse.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:TSTypeAlias | ||
name: CheckResourceNameResponse | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameResponse' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Contains response data for the checkResourceName operation. | ||
fullName: CheckResourceNameResponse | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | | ||
type CheckResourceNameResponse = CheckResourceNameResult |
54 changes: 54 additions & 0 deletions
54
...ef-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/CheckResourceNameResult.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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
### YamlMime:TSType | ||
name: CheckResourceNameResult | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameResult' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: >- | ||
Resource Name valid if not a reserved word, does not contain a reserved word | ||
and does not start with a reserved word | ||
fullName: CheckResourceNameResult | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: name | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameResult.name | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Name of Resource | ||
fullName: name | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'name?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string | ||
- name: status | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameResult.status | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Is the resource name Allowed or Reserved | ||
fullName: status | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'status?: ResourceNameStatus' | ||
return: | ||
description: '' | ||
type: >- | ||
<xref | ||
uid="@azure/arm-subscriptions-profile-2020-09-01-hybrid.ResourceNameStatus" | ||
/> | ||
- name: type | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckResourceNameResult.type | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Type of Resource | ||
fullName: type | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'type?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string |
36 changes: 36 additions & 0 deletions
36
...-ref-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/CheckZonePeersRequest.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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
### YamlMime:TSType | ||
name: CheckZonePeersRequest | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersRequest' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Check zone peers request parameters. | ||
fullName: CheckZonePeersRequest | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: location | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersRequest.location | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: The Microsoft location. | ||
fullName: location | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'location?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string | ||
- name: subscriptionIds | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersRequest.subscriptionIds | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: The peer Microsoft Azure subscription ID. | ||
fullName: subscriptionIds | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'subscriptionIds?: string[]' | ||
return: | ||
description: '' | ||
type: 'string[]' |
56 changes: 56 additions & 0 deletions
56
docs-ref-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/CheckZonePeersResult.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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
### YamlMime:TSType | ||
name: CheckZonePeersResult | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersResult' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Result of the Check zone peers operation. | ||
fullName: CheckZonePeersResult | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: availabilityZonePeers | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersResult.availabilityZonePeers | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: The Availability Zones shared by the subscriptions. | ||
fullName: availabilityZonePeers | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'availabilityZonePeers?: AvailabilityZonePeers[]' | ||
return: | ||
description: '' | ||
type: >- | ||
<xref | ||
uid="@azure/arm-subscriptions-profile-2020-09-01-hybrid.AvailabilityZonePeers" | ||
/>[] | ||
- name: location | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersResult.location | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: the location of the subscription. | ||
fullName: location | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'location?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string | ||
- name: subscriptionId | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.CheckZonePeersResult.subscriptionId | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: >- | ||
The subscription ID. | ||
NOTE: This property will not be serialized. It can only be populated by | ||
the server. | ||
fullName: subscriptionId | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'subscriptionId?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string |
44 changes: 44 additions & 0 deletions
44
docs-ref-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/ErrorAdditionalInfo.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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
### YamlMime:TSType | ||
name: ErrorAdditionalInfo | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.ErrorAdditionalInfo' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: The resource management error additional info. | ||
fullName: ErrorAdditionalInfo | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: info | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.ErrorAdditionalInfo.info | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: >- | ||
The additional info. | ||
NOTE: This property will not be serialized. It can only be populated by | ||
the server. | ||
fullName: info | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'info?: Record<string, unknown>' | ||
return: | ||
description: '' | ||
type: 'Record<string, unknown>' | ||
- name: type | ||
uid: >- | ||
@azure/arm-subscriptions-profile-2020-09-01-hybrid.ErrorAdditionalInfo.type | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: >- | ||
The additional info 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 |
34 changes: 34 additions & 0 deletions
34
docs-ref-autogen/@azure/arm-subscriptions-profile-2020-09-01-hybrid/ErrorDefinition.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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
### YamlMime:TSType | ||
name: ErrorDefinition | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.ErrorDefinition' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Error description and code explaining why resource name is invalid. | ||
fullName: ErrorDefinition | ||
remarks: '' | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: code | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.ErrorDefinition.code' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Code of the error. | ||
fullName: code | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'code?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string | ||
- name: message | ||
uid: '@azure/arm-subscriptions-profile-2020-09-01-hybrid.ErrorDefinition.message' | ||
package: '@azure/arm-subscriptions-profile-2020-09-01-hybrid' | ||
summary: Description of the error. | ||
fullName: message | ||
remarks: '' | ||
isDeprecated: false | ||
syntax: | ||
content: 'message?: undefined | string' | ||
return: | ||
description: '' | ||
type: undefined | string |
Oops, something went wrong.