Skip to content

Commit 816ee1d

Browse files
CI Update
Build.Reason:Manual by azure-sdk-internal-msdocs-apidrop-connection Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=524805&view=results
1 parent 9937bca commit 816ee1d

File tree

1,403 files changed

+79367
-1585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,403 files changed

+79367
-1585
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
### YamlMime:TSType
2+
name: AllPolicies
3+
uid: '@azure/arm-apimanagement.AllPolicies'
4+
package: '@azure/arm-apimanagement'
5+
summary: Interface representing a AllPolicies.
6+
fullName: AllPolicies
7+
remarks: ''
8+
isDeprecated: false
9+
type: interface
10+
methods:
11+
- name: listByService(string, string, AllPoliciesListByServiceOptionalParams)
12+
uid: '@azure/arm-apimanagement.AllPolicies.listByService'
13+
package: '@azure/arm-apimanagement'
14+
summary: Status of all policies of API Management services.
15+
remarks: ''
16+
isDeprecated: false
17+
syntax:
18+
content: >-
19+
function listByService(resourceGroupName: string, serviceName: string,
20+
options?: AllPoliciesListByServiceOptionalParams):
21+
PagedAsyncIterableIterator<AllPoliciesContract, AllPoliciesContract[],
22+
PageSettings>
23+
parameters:
24+
- id: resourceGroupName
25+
type: string
26+
description: The name of the resource group. The name is case insensitive.
27+
- id: serviceName
28+
type: string
29+
description: The name of the API Management service.
30+
- id: options
31+
type: >-
32+
<xref
33+
uid="@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams"
34+
/>
35+
description: The options parameters.
36+
return:
37+
description: ''
38+
type: >-
39+
<xref uid="@azure/core-paging.PagedAsyncIterableIterator" />&lt;<xref
40+
uid="@azure/arm-apimanagement.AllPoliciesContract" />, <xref
41+
uid="@azure/arm-apimanagement.AllPoliciesContract" />[], <xref
42+
uid="@azure/core-paging.PageSettings" />&gt;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
### YamlMime:TSType
2+
name: AllPoliciesCollection
3+
uid: '@azure/arm-apimanagement.AllPoliciesCollection'
4+
package: '@azure/arm-apimanagement'
5+
summary: The response of All Policies.
6+
fullName: AllPoliciesCollection
7+
remarks: ''
8+
isDeprecated: false
9+
type: interface
10+
properties:
11+
- name: nextLink
12+
uid: '@azure/arm-apimanagement.AllPoliciesCollection.nextLink'
13+
package: '@azure/arm-apimanagement'
14+
summary: Next page link if any.
15+
fullName: nextLink
16+
remarks: ''
17+
isDeprecated: false
18+
syntax:
19+
content: 'nextLink?: string'
20+
return:
21+
description: ''
22+
type: string
23+
- name: value
24+
uid: '@azure/arm-apimanagement.AllPoliciesCollection.value'
25+
package: '@azure/arm-apimanagement'
26+
summary: AllPolicies Contract value.
27+
fullName: value
28+
remarks: ''
29+
isDeprecated: false
30+
syntax:
31+
content: 'value?: AllPoliciesContract[]'
32+
return:
33+
description: ''
34+
type: <xref uid="@azure/arm-apimanagement.AllPoliciesContract" />[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
### YamlMime:TSType
2+
name: AllPoliciesContract
3+
uid: '@azure/arm-apimanagement.AllPoliciesContract'
4+
package: '@azure/arm-apimanagement'
5+
summary: AllPolicies Contract details.
6+
fullName: AllPoliciesContract
7+
remarks: ''
8+
isDeprecated: false
9+
type: interface
10+
properties:
11+
- name: complianceState
12+
uid: '@azure/arm-apimanagement.AllPoliciesContract.complianceState'
13+
package: '@azure/arm-apimanagement'
14+
summary: Policy Restriction Compliance State
15+
fullName: complianceState
16+
remarks: ''
17+
isDeprecated: false
18+
syntax:
19+
content: 'complianceState?: string'
20+
return:
21+
description: ''
22+
type: string
23+
- name: referencePolicyId
24+
uid: '@azure/arm-apimanagement.AllPoliciesContract.referencePolicyId'
25+
package: '@azure/arm-apimanagement'
26+
summary: Policy Identifier
27+
fullName: referencePolicyId
28+
remarks: ''
29+
isDeprecated: false
30+
syntax:
31+
content: 'referencePolicyId?: string'
32+
return:
33+
description: ''
34+
type: string
35+
inheritedProperties:
36+
- name: id
37+
uid: '@azure/arm-apimanagement.AllPoliciesContract.id'
38+
package: '@azure/arm-apimanagement'
39+
summary: >-
40+
Fully qualified resource ID for the resource. Ex -
41+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
42+
43+
NOTE: This property will not be serialized. It can only be populated by
44+
the server.
45+
fullName: id
46+
remarks: ''
47+
isDeprecated: false
48+
syntax:
49+
content: 'id?: string'
50+
return:
51+
description: ''
52+
type: string
53+
inheritanceDescription: >-
54+
<b>Inherited From</b>
55+
[ProxyResource.id](xref:@azure/arm-apimanagement.ProxyResource.id)
56+
- name: name
57+
uid: '@azure/arm-apimanagement.AllPoliciesContract.name'
58+
package: '@azure/arm-apimanagement'
59+
summary: >-
60+
The name of the resource
61+
62+
NOTE: This property will not be serialized. It can only be populated by
63+
the server.
64+
fullName: name
65+
remarks: ''
66+
isDeprecated: false
67+
syntax:
68+
content: 'name?: string'
69+
return:
70+
description: ''
71+
type: string
72+
inheritanceDescription: >-
73+
<b>Inherited From</b>
74+
[ProxyResource.name](xref:@azure/arm-apimanagement.ProxyResource.name)
75+
- name: type
76+
uid: '@azure/arm-apimanagement.AllPoliciesContract.type'
77+
package: '@azure/arm-apimanagement'
78+
summary: >-
79+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
80+
"Microsoft.Storage/storageAccounts"
81+
82+
NOTE: This property will not be serialized. It can only be populated by
83+
the server.
84+
fullName: type
85+
remarks: ''
86+
isDeprecated: false
87+
syntax:
88+
content: 'type?: string'
89+
return:
90+
description: ''
91+
type: string
92+
inheritanceDescription: >-
93+
<b>Inherited From</b>
94+
[ProxyResource.type](xref:@azure/arm-apimanagement.ProxyResource.type)
95+
extends: <xref uid="@azure/arm-apimanagement.ProxyResource" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
### YamlMime:TSType
2+
name: AllPoliciesListByServiceNextOptionalParams
3+
uid: '@azure/arm-apimanagement.AllPoliciesListByServiceNextOptionalParams'
4+
package: '@azure/arm-apimanagement'
5+
summary: Optional parameters.
6+
fullName: AllPoliciesListByServiceNextOptionalParams
7+
remarks: ''
8+
isDeprecated: false
9+
type: interface
10+
inheritedProperties:
11+
- name: abortSignal
12+
uid: >-
13+
@azure/arm-apimanagement.AllPoliciesListByServiceNextOptionalParams.abortSignal
14+
package: '@azure/arm-apimanagement'
15+
summary: The signal which can be used to abort requests.
16+
fullName: abortSignal
17+
remarks: ''
18+
isDeprecated: false
19+
syntax:
20+
content: 'abortSignal?: AbortSignalLike'
21+
return:
22+
description: ''
23+
type: <xref uid="@azure/abort-controller.AbortSignalLike" />
24+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.abortSignal
25+
- name: onResponse
26+
uid: >-
27+
@azure/arm-apimanagement.AllPoliciesListByServiceNextOptionalParams.onResponse
28+
package: '@azure/arm-apimanagement'
29+
summary: |-
30+
A function to be called each time a response is received from the server
31+
while performing the requested operation.
32+
May be called multiple times.
33+
fullName: onResponse
34+
remarks: ''
35+
isDeprecated: false
36+
syntax:
37+
content: 'onResponse?: RawResponseCallback'
38+
return:
39+
description: ''
40+
type: <xref uid="@azure/core-client.RawResponseCallback" />
41+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.onResponse
42+
- name: requestOptions
43+
uid: >-
44+
@azure/arm-apimanagement.AllPoliciesListByServiceNextOptionalParams.requestOptions
45+
package: '@azure/arm-apimanagement'
46+
summary: Options used when creating and sending HTTP requests for this operation.
47+
fullName: requestOptions
48+
remarks: ''
49+
isDeprecated: false
50+
syntax:
51+
content: 'requestOptions?: OperationRequestOptions'
52+
return:
53+
description: ''
54+
type: <xref uid="@azure/core-client.OperationRequestOptions" />
55+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.requestOptions
56+
- name: serializerOptions
57+
uid: >-
58+
@azure/arm-apimanagement.AllPoliciesListByServiceNextOptionalParams.serializerOptions
59+
package: '@azure/arm-apimanagement'
60+
summary: Options to override serialization/de-serialization behavior.
61+
fullName: serializerOptions
62+
remarks: ''
63+
isDeprecated: false
64+
syntax:
65+
content: 'serializerOptions?: SerializerOptions'
66+
return:
67+
description: ''
68+
type: <xref uid="@azure/core-client.SerializerOptions" />
69+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.serializerOptions
70+
- name: tracingOptions
71+
uid: >-
72+
@azure/arm-apimanagement.AllPoliciesListByServiceNextOptionalParams.tracingOptions
73+
package: '@azure/arm-apimanagement'
74+
summary: Options used when tracing is enabled.
75+
fullName: tracingOptions
76+
remarks: ''
77+
isDeprecated: false
78+
syntax:
79+
content: 'tracingOptions?: OperationTracingOptions'
80+
return:
81+
description: ''
82+
type: <xref uid="@azure/core-tracing.OperationTracingOptions" />
83+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.tracingOptions
84+
extends: <xref uid="@azure/core-client.OperationOptions" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TSTypeAlias
2+
name: AllPoliciesListByServiceNextResponse
3+
uid: '@azure/arm-apimanagement.AllPoliciesListByServiceNextResponse'
4+
package: '@azure/arm-apimanagement'
5+
summary: Contains response data for the listByServiceNext operation.
6+
fullName: AllPoliciesListByServiceNextResponse
7+
remarks: ''
8+
isDeprecated: false
9+
syntax: |
10+
type AllPoliciesListByServiceNextResponse = AllPoliciesCollection
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
### YamlMime:TSType
2+
name: AllPoliciesListByServiceOptionalParams
3+
uid: '@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams'
4+
package: '@azure/arm-apimanagement'
5+
summary: Optional parameters.
6+
fullName: AllPoliciesListByServiceOptionalParams
7+
remarks: ''
8+
isDeprecated: false
9+
type: interface
10+
inheritedProperties:
11+
- name: abortSignal
12+
uid: >-
13+
@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams.abortSignal
14+
package: '@azure/arm-apimanagement'
15+
summary: The signal which can be used to abort requests.
16+
fullName: abortSignal
17+
remarks: ''
18+
isDeprecated: false
19+
syntax:
20+
content: 'abortSignal?: AbortSignalLike'
21+
return:
22+
description: ''
23+
type: <xref uid="@azure/abort-controller.AbortSignalLike" />
24+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.abortSignal
25+
- name: onResponse
26+
uid: '@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams.onResponse'
27+
package: '@azure/arm-apimanagement'
28+
summary: |-
29+
A function to be called each time a response is received from the server
30+
while performing the requested operation.
31+
May be called multiple times.
32+
fullName: onResponse
33+
remarks: ''
34+
isDeprecated: false
35+
syntax:
36+
content: 'onResponse?: RawResponseCallback'
37+
return:
38+
description: ''
39+
type: <xref uid="@azure/core-client.RawResponseCallback" />
40+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.onResponse
41+
- name: requestOptions
42+
uid: >-
43+
@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams.requestOptions
44+
package: '@azure/arm-apimanagement'
45+
summary: Options used when creating and sending HTTP requests for this operation.
46+
fullName: requestOptions
47+
remarks: ''
48+
isDeprecated: false
49+
syntax:
50+
content: 'requestOptions?: OperationRequestOptions'
51+
return:
52+
description: ''
53+
type: <xref uid="@azure/core-client.OperationRequestOptions" />
54+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.requestOptions
55+
- name: serializerOptions
56+
uid: >-
57+
@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams.serializerOptions
58+
package: '@azure/arm-apimanagement'
59+
summary: Options to override serialization/de-serialization behavior.
60+
fullName: serializerOptions
61+
remarks: ''
62+
isDeprecated: false
63+
syntax:
64+
content: 'serializerOptions?: SerializerOptions'
65+
return:
66+
description: ''
67+
type: <xref uid="@azure/core-client.SerializerOptions" />
68+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.serializerOptions
69+
- name: tracingOptions
70+
uid: >-
71+
@azure/arm-apimanagement.AllPoliciesListByServiceOptionalParams.tracingOptions
72+
package: '@azure/arm-apimanagement'
73+
summary: Options used when tracing is enabled.
74+
fullName: tracingOptions
75+
remarks: ''
76+
isDeprecated: false
77+
syntax:
78+
content: 'tracingOptions?: OperationTracingOptions'
79+
return:
80+
description: ''
81+
type: <xref uid="@azure/core-tracing.OperationTracingOptions" />
82+
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.tracingOptions
83+
extends: <xref uid="@azure/core-client.OperationOptions" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TSTypeAlias
2+
name: AllPoliciesListByServiceResponse
3+
uid: '@azure/arm-apimanagement.AllPoliciesListByServiceResponse'
4+
package: '@azure/arm-apimanagement'
5+
summary: Contains response data for the listByService operation.
6+
fullName: AllPoliciesListByServiceResponse
7+
remarks: ''
8+
isDeprecated: false
9+
syntax: |
10+
type AllPoliciesListByServiceResponse = AllPoliciesCollection

0 commit comments

Comments
 (0)