@azure/arm-resourcehealth 1.2.0 → 3.0.0-alpha.20211215.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -83
- package/dist/index.js +1811 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts +20 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.js +27 -0
- package/dist-esm/src/microsoftResourceHealth.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts +17 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.js +50 -0
- package/dist-esm/src/microsoftResourceHealthContext.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +402 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +21 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +393 -170
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +12 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +52 -36
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts +102 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.js +407 -0
- package/dist-esm/src/operations/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js +173 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childResources.d.ts +43 -0
- package/dist-esm/src/operations/childResources.d.ts.map +1 -0
- package/dist-esm/src/operations/childResources.js +143 -0
- package/dist-esm/src/operations/childResources.js.map +1 -0
- package/dist-esm/src/operations/emergingIssues.d.ts +37 -0
- package/dist-esm/src/operations/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operations/emergingIssues.js +143 -0
- package/dist-esm/src/operations/emergingIssues.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +13 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js +9 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js +9 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/childResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js +9 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +67 -24
- package/review/arm-resourcehealth.api.md +396 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +13 -0
- package/src/microsoftResourceHealth.ts +40 -38
- package/src/microsoftResourceHealthContext.ts +49 -47
- package/src/models/index.ts +382 -532
- package/src/models/mappers.ts +409 -175
- package/src/models/parameters.ts +66 -37
- package/src/operations/availabilityStatuses.ts +335 -272
- package/src/operations/childAvailabilityStatuses.ts +210 -0
- package/src/operations/childResources.ts +168 -0
- package/src/operations/emergingIssues.ts +165 -0
- package/src/operations/index.ts +6 -5
- package/src/operations/operations.ts +26 -41
- package/src/operationsInterfaces/availabilityStatuses.ts +67 -0
- package/src/operationsInterfaces/childAvailabilityStatuses.ts +43 -0
- package/src/operationsInterfaces/childResources.ts +30 -0
- package/src/operationsInterfaces/emergingIssues.ts +34 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/tsconfig.json +4 -4
- package/types/arm-resourcehealth.d.ts +588 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcehealth.js +0 -1047
- package/dist/arm-resourcehealth.js.map +0 -1
- package/dist/arm-resourcehealth.min.js +0 -1
- package/dist/arm-resourcehealth.min.js.map +0 -1
- package/esm/microsoftResourceHealth.d.ts +0 -26
- package/esm/microsoftResourceHealth.d.ts.map +0 -1
- package/esm/microsoftResourceHealth.js +0 -40
- package/esm/microsoftResourceHealth.js.map +0 -1
- package/esm/microsoftResourceHealthContext.d.ts +0 -23
- package/esm/microsoftResourceHealthContext.d.ts.map +0 -1
- package/esm/microsoftResourceHealthContext.js +0 -62
- package/esm/microsoftResourceHealthContext.js.map +0 -1
- package/esm/models/availabilityStatusesMappers.d.ts +0 -2
- package/esm/models/availabilityStatusesMappers.d.ts.map +0 -1
- package/esm/models/availabilityStatusesMappers.js +0 -11
- package/esm/models/availabilityStatusesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -589
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -16
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/availabilityStatuses.d.ts +0 -166
- package/esm/operations/availabilityStatuses.d.ts.map +0 -1
- package/esm/operations/availabilityStatuses.js +0 -225
- package/esm/operations/availabilityStatuses.js.map +0 -1
- package/esm/operations/index.d.ts +0 -3
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/src/models/availabilityStatusesMappers.ts +0 -22
- package/src/models/operationsMappers.ts +0 -17
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/availabilityStatuses.ts","../src/operations/childAvailabilityStatuses.ts","../src/operations/childResources.ts","../src/operations/operations.ts","../src/operations/emergingIssues.ts","../src/microsoftResourceHealthContext.ts","../src/microsoftResourceHealth.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The List availabilityStatus operation response. */\nexport interface AvailabilityStatusListResult {\n /** The list of availabilityStatuses. */\n value: AvailabilityStatus[];\n /** The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses. */\n nextLink?: string;\n}\n\n/** availabilityStatus of a resource. */\nexport interface AvailabilityStatus {\n /** Azure Resource Manager Identity for the availabilityStatuses resource. */\n id?: string;\n /** current. */\n name?: string;\n /** Microsoft.ResourceHealth/AvailabilityStatuses. */\n type?: string;\n /** Azure Resource Manager geo location of the resource. */\n location?: string;\n /** Properties of availability state. */\n properties?: AvailabilityStatusProperties;\n}\n\n/** Properties of availability state. */\nexport interface AvailabilityStatusProperties {\n /** Availability status of the resource. When it is null, this availabilityStatus object represents an availability impacting event */\n availabilityState?: AvailabilityStateValues;\n /** Summary description of the availability status. */\n summary?: string;\n /** Details of the availability status. */\n detailedStatus?: string;\n /** When the resource's availabilityState is Unavailable, it describes where the health impacting event was originated. Examples are planned, unplanned, user initiated or an outage etc. */\n reasonType?: string;\n /** When the resource's availabilityState is Unavailable, it provides the Timestamp for when the health impacting event was received. */\n rootCauseAttributionTime?: Date;\n /** In case of an availability impacting event, it describes when the health impacting event was originated. Examples are Lifecycle, Downtime, Fault Analysis etc. */\n healthEventType?: string;\n /** In case of an availability impacting event, it describes where the health impacting event was originated. Examples are PlatformInitiated, UserInitiated etc. */\n healthEventCause?: string;\n /** In case of an availability impacting event, it describes the category of a PlatformInitiated health impacting event. Examples are Planned, Unplanned etc. */\n healthEventCategory?: string;\n /** It is a unique Id that identifies the event */\n healthEventId?: string;\n /** When the resource's availabilityState is Unavailable and the reasonType is not User Initiated, it provides the date and time for when the issue is expected to be resolved. */\n resolutionETA?: Date;\n /** Timestamp for when last change in health status occurred. */\n occuredTime?: Date;\n /** Chronicity of the availability transition. */\n reasonChronicity?: ReasonChronicityTypes;\n /** Timestamp for when the health was last checked. */\n reportedTime?: Date;\n /** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */\n recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;\n /** Lists actions the user can take based on the current availabilityState of the resource. */\n recommendedActions?: RecommendedAction[];\n /** Lists the service impacting events that may be affecting the health of the resource. */\n serviceImpactingEvents?: ServiceImpactingEvent[];\n}\n\n/** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */\nexport interface AvailabilityStatusPropertiesRecentlyResolvedState {\n /** Timestamp for when the availabilityState changed to Unavailable */\n unavailableOccurredTime?: Date;\n /** Timestamp when the availabilityState changes to Available. */\n resolvedTime?: Date;\n /** Brief description of cause of the resource becoming unavailable. */\n unavailabilitySummary?: string;\n}\n\n/** Lists actions the user can take based on the current availabilityState of the resource. */\nexport interface RecommendedAction {\n /** Recommended action. */\n action?: string;\n /** Link to the action */\n actionUrl?: string;\n /** Substring of action, it describes which text should host the action url. */\n actionUrlText?: string;\n}\n\n/** Lists the service impacting events that may be affecting the health of the resource. */\nexport interface ServiceImpactingEvent {\n /** Timestamp for when the event started. */\n eventStartTime?: Date;\n /** Timestamp for when event was submitted/detected. */\n eventStatusLastModifiedTime?: Date;\n /** Correlation id for the event */\n correlationId?: string;\n /** Status of the service impacting event. */\n status?: ServiceImpactingEventStatus;\n /** Properties of the service impacting event. */\n incidentProperties?: ServiceImpactingEventIncidentProperties;\n}\n\n/** Status of the service impacting event. */\nexport interface ServiceImpactingEventStatus {\n /** Current status of the event */\n value?: string;\n}\n\n/** Properties of the service impacting event. */\nexport interface ServiceImpactingEventIncidentProperties {\n /** Title of the incident. */\n title?: string;\n /** Service impacted by the event. */\n service?: string;\n /** Region impacted by the event. */\n region?: string;\n /** Type of Event. */\n incidentType?: string;\n}\n\n/** Error details. */\nexport interface ErrorResponse {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: string;\n}\n\n/** Lists the operations response. */\nexport interface OperationListResult {\n /** List of operations available in the resourcehealth resource provider. */\n value: Operation[];\n}\n\n/** Operation available in the resourcehealth resource provider. */\nexport interface Operation {\n /** Name of the operation. */\n name?: string;\n /** Properties of the operation. */\n display?: OperationDisplay;\n}\n\n/** Properties of the operation. */\nexport interface OperationDisplay {\n /** Provider name. */\n provider?: string;\n /** Resource name. */\n resource?: string;\n /** Operation name. */\n operation?: string;\n /** Description of the operation. */\n description?: string;\n}\n\n/** Banner type of emerging issue. */\nexport interface StatusBanner {\n /** The banner title. */\n title?: string;\n /** The details of banner. */\n message?: string;\n /** The cloud type of this banner. */\n cloud?: string;\n /** The last time modified on this banner. */\n lastModifiedTime?: Date;\n}\n\n/** Active event type of emerging issue. */\nexport interface StatusActiveEvent {\n /** The active event title. */\n title?: string;\n /** The details of active event. */\n description?: string;\n /** The tracking id of this active event. */\n trackingId?: string;\n /** The impact start time on this active event. */\n startTime?: Date;\n /** The cloud type of this active event. */\n cloud?: string;\n /** The severity level of this active event. */\n severity?: SeverityValues;\n /** The stage of this active event. */\n stage?: StageValues;\n /** The boolean value of this active event if published or not. */\n published?: boolean;\n /** The last time modified on this banner. */\n lastModifiedTime?: Date;\n /** The list of emerging issues impacts. */\n impacts?: EmergingIssueImpact[];\n}\n\n/** Object of the emerging issue impact on services and regions. */\nexport interface EmergingIssueImpact {\n /** The impacted service id. */\n id?: string;\n /** The impacted service name. */\n name?: string;\n /** The list of impacted regions for corresponding emerging issues. */\n regions?: ImpactedRegion[];\n}\n\n/** Object of impacted region. */\nexport interface ImpactedRegion {\n /** The impacted region id. */\n id?: string;\n /** The impacted region name. */\n name?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The list of emerging issues. */\nexport interface EmergingIssueListResult {\n /** The list of emerging issues. */\n value?: EmergingIssuesGetResult[];\n /** The link used to get the next page of emerging issues. */\n nextLink?: string;\n}\n\n/** The Get EmergingIssues operation response. */\nexport type EmergingIssuesGetResult = Resource & {\n /** Timestamp for when last time refreshed for ongoing emerging issue. */\n refreshTimestamp?: Date;\n /** The list of emerging issues of banner type. */\n statusBanners?: StatusBanner[];\n /** The list of emerging issues of active event type. */\n statusActiveEvents?: StatusActiveEvent[];\n};\n\n/** Known values of {@link SeverityValues} that the service accepts. */\nexport enum KnownSeverityValues {\n Information = \"Information\",\n Warning = \"Warning\",\n Error = \"Error\"\n}\n\n/**\n * Defines values for SeverityValues. \\\n * {@link KnownSeverityValues} can be used interchangeably with SeverityValues,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Information** \\\n * **Warning** \\\n * **Error**\n */\nexport type SeverityValues = string;\n\n/** Known values of {@link StageValues} that the service accepts. */\nexport enum KnownStageValues {\n Active = \"Active\",\n Resolve = \"Resolve\",\n Archived = \"Archived\"\n}\n\n/**\n * Defines values for StageValues. \\\n * {@link KnownStageValues} can be used interchangeably with StageValues,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Resolve** \\\n * **Archived**\n */\nexport type StageValues = string;\n/** Defines values for AvailabilityStateValues. */\nexport type AvailabilityStateValues = \"Available\" | \"Unavailable\" | \"Unknown\";\n/** Defines values for ReasonChronicityTypes. */\nexport type ReasonChronicityTypes = \"Transient\" | \"Persistent\";\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesGetByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the getByResource operation. */\nexport type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus;\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AvailabilityStatusesListResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesListBySubscriptionIdNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listBySubscriptionIdNext operation. */\nexport type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface AvailabilityStatusesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface ChildAvailabilityStatusesGetByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the getByResource operation. */\nexport type ChildAvailabilityStatusesGetByResourceResponse = AvailabilityStatus;\n\n/** Optional parameters. */\nexport interface ChildAvailabilityStatusesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ChildAvailabilityStatusesListResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface ChildAvailabilityStatusesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ChildAvailabilityStatusesListNextResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface ChildResourcesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ChildResourcesListResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface ChildResourcesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */\n filter?: string;\n /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */\n expand?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ChildResourcesListNextResponse = AvailabilityStatusListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface EmergingIssuesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EmergingIssuesGetResponse = EmergingIssuesGetResult;\n\n/** Optional parameters. */\nexport interface EmergingIssuesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EmergingIssuesListResponse = EmergingIssueListResult;\n\n/** Optional parameters. */\nexport interface EmergingIssuesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EmergingIssuesListNextResponse = EmergingIssueListResult;\n\n/** Optional parameters. */\nexport interface MicrosoftResourceHealthOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const AvailabilityStatusListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatus\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusProperties\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityStatusProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusProperties\",\n modelProperties: {\n availabilityState: {\n serializedName: \"availabilityState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Available\", \"Unavailable\", \"Unknown\"]\n }\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"String\"\n }\n },\n detailedStatus: {\n serializedName: \"detailedStatus\",\n type: {\n name: \"String\"\n }\n },\n reasonType: {\n serializedName: \"reasonType\",\n type: {\n name: \"String\"\n }\n },\n rootCauseAttributionTime: {\n serializedName: \"rootCauseAttributionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n healthEventType: {\n serializedName: \"healthEventType\",\n type: {\n name: \"String\"\n }\n },\n healthEventCause: {\n serializedName: \"healthEventCause\",\n type: {\n name: \"String\"\n }\n },\n healthEventCategory: {\n serializedName: \"healthEventCategory\",\n type: {\n name: \"String\"\n }\n },\n healthEventId: {\n serializedName: \"healthEventId\",\n type: {\n name: \"String\"\n }\n },\n resolutionETA: {\n serializedName: \"resolutionETA\",\n type: {\n name: \"DateTime\"\n }\n },\n occuredTime: {\n serializedName: \"occuredTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reasonChronicity: {\n serializedName: \"reasonChronicity\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Transient\", \"Persistent\"]\n }\n },\n reportedTime: {\n serializedName: \"reportedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n recentlyResolvedState: {\n serializedName: \"recentlyResolvedState\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusPropertiesRecentlyResolvedState\"\n }\n },\n recommendedActions: {\n serializedName: \"recommendedActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecommendedAction\"\n }\n }\n }\n },\n serviceImpactingEvents: {\n serializedName: \"serviceImpactingEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailabilityStatusPropertiesRecentlyResolvedState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusPropertiesRecentlyResolvedState\",\n modelProperties: {\n unavailableOccurredTime: {\n serializedName: \"unavailableOccurredTime\",\n type: {\n name: \"DateTime\"\n }\n },\n resolvedTime: {\n serializedName: \"resolvedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n unavailabilitySummary: {\n serializedName: \"unavailabilitySummary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RecommendedAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecommendedAction\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n },\n actionUrl: {\n serializedName: \"actionUrl\",\n type: {\n name: \"String\"\n }\n },\n actionUrlText: {\n serializedName: \"actionUrlText\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceImpactingEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEvent\",\n modelProperties: {\n eventStartTime: {\n serializedName: \"eventStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n eventStatusLastModifiedTime: {\n serializedName: \"eventStatusLastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventStatus\"\n }\n },\n incidentProperties: {\n serializedName: \"incidentProperties\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventIncidentProperties\"\n }\n }\n }\n }\n};\n\nexport const ServiceImpactingEventStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventStatus\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceImpactingEventIncidentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventIncidentProperties\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n service: {\n serializedName: \"service\",\n type: {\n name: \"String\"\n }\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n incidentType: {\n serializedName: \"incidentType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StatusBanner: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StatusBanner\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const StatusActiveEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StatusActiveEvent\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n trackingId: {\n serializedName: \"trackingId\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n type: {\n name: \"String\"\n }\n },\n published: {\n serializedName: \"published\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n impacts: {\n serializedName: \"impacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmergingIssueImpact\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EmergingIssueImpact: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmergingIssueImpact\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImpactedRegion\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ImpactedRegion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImpactedRegion\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EmergingIssueListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmergingIssueListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmergingIssuesGetResult\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EmergingIssuesGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmergingIssuesGetResult\",\n modelProperties: {\n ...Resource.type.modelProperties,\n refreshTimestamp: {\n serializedName: \"properties.refreshTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n statusBanners: {\n serializedName: \"properties.statusBanners\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StatusBanner\"\n }\n }\n }\n },\n statusActiveEvents: {\n serializedName: \"properties.statusActiveEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StatusActiveEvent\"\n }\n }\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-07-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const issueName: OperationURLParameter = {\n parameterPath: \"issueName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"issueName\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AvailabilityStatuses } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\nimport {\n AvailabilityStatus,\n AvailabilityStatusesListBySubscriptionIdNextOptionalParams,\n AvailabilityStatusesListBySubscriptionIdOptionalParams,\n AvailabilityStatusesListByResourceGroupNextOptionalParams,\n AvailabilityStatusesListByResourceGroupOptionalParams,\n AvailabilityStatusesListNextOptionalParams,\n AvailabilityStatusesListOptionalParams,\n AvailabilityStatusesListBySubscriptionIdResponse,\n AvailabilityStatusesListByResourceGroupResponse,\n AvailabilityStatusesGetByResourceOptionalParams,\n AvailabilityStatusesGetByResourceResponse,\n AvailabilityStatusesListResponse,\n AvailabilityStatusesListBySubscriptionIdNextResponse,\n AvailabilityStatusesListByResourceGroupNextResponse,\n AvailabilityStatusesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AvailabilityStatuses operations. */\nexport class AvailabilityStatusesImpl implements AvailabilityStatuses {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Initialize a new instance of the class AvailabilityStatuses class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists the current availability status for all the resources in the subscription. Use the nextLink\n * property in the response to get the next page of availability statuses.\n * @param options The options parameters.\n */\n public listBySubscriptionId(\n options?: AvailabilityStatusesListBySubscriptionIdOptionalParams\n ): PagedAsyncIterableIterator<AvailabilityStatus> {\n const iter = this.listBySubscriptionIdPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionIdPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionIdPagingPage(\n options?: AvailabilityStatusesListBySubscriptionIdOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus[]> {\n let result = await this._listBySubscriptionId(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionIdNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionIdPagingAll(\n options?: AvailabilityStatusesListBySubscriptionIdOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus> {\n for await (const page of this.listBySubscriptionIdPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the current availability status for all the resources in the resource group. Use the nextLink\n * property in the response to get the next page of availability statuses.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AvailabilityStatusesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<AvailabilityStatus> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AvailabilityStatusesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AvailabilityStatusesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all historical availability transitions and impacting events for a single resource. Use the\n * nextLink property in the response to get the next page of availability status\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The options parameters.\n */\n public list(\n resourceUri: string,\n options?: AvailabilityStatusesListOptionalParams\n ): PagedAsyncIterableIterator<AvailabilityStatus> {\n const iter = this.listPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceUri, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceUri: string,\n options?: AvailabilityStatusesListOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus[]> {\n let result = await this._list(resourceUri, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(resourceUri, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceUri: string,\n options?: AvailabilityStatusesListOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus> {\n for await (const page of this.listPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the current availability status for all the resources in the subscription. Use the nextLink\n * property in the response to get the next page of availability statuses.\n * @param options The options parameters.\n */\n private _listBySubscriptionId(\n options?: AvailabilityStatusesListBySubscriptionIdOptionalParams\n ): Promise<AvailabilityStatusesListBySubscriptionIdResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionIdOperationSpec\n );\n }\n\n /**\n * Lists the current availability status for all the resources in the resource group. Use the nextLink\n * property in the response to get the next page of availability statuses.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AvailabilityStatusesListByResourceGroupOptionalParams\n ): Promise<AvailabilityStatusesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets current availability status for a single resource\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The options parameters.\n */\n getByResource(\n resourceUri: string,\n options?: AvailabilityStatusesGetByResourceOptionalParams\n ): Promise<AvailabilityStatusesGetByResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n getByResourceOperationSpec\n );\n }\n\n /**\n * Lists all historical availability transitions and impacting events for a single resource. Use the\n * nextLink property in the response to get the next page of availability status\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The options parameters.\n */\n private _list(\n resourceUri: string,\n options?: AvailabilityStatusesListOptionalParams\n ): Promise<AvailabilityStatusesListResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionIdNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscriptionId method.\n * @param options The options parameters.\n */\n private _listBySubscriptionIdNext(\n nextLink: string,\n options?: AvailabilityStatusesListBySubscriptionIdNextOptionalParams\n ): Promise<AvailabilityStatusesListBySubscriptionIdNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionIdNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AvailabilityStatusesListByResourceGroupNextOptionalParams\n ): Promise<AvailabilityStatusesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceUri: string,\n nextLink: string,\n options?: AvailabilityStatusesListNextOptionalParams\n ): Promise<AvailabilityStatusesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatus\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ChildAvailabilityStatuses } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\nimport {\n AvailabilityStatus,\n ChildAvailabilityStatusesListNextOptionalParams,\n ChildAvailabilityStatusesListOptionalParams,\n ChildAvailabilityStatusesGetByResourceOptionalParams,\n ChildAvailabilityStatusesGetByResourceResponse,\n ChildAvailabilityStatusesListResponse,\n ChildAvailabilityStatusesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ChildAvailabilityStatuses operations. */\nexport class ChildAvailabilityStatusesImpl\n implements ChildAvailabilityStatuses {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Initialize a new instance of the class ChildAvailabilityStatuses class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists the historical availability statuses for a single child resource. Use the nextLink property in\n * the response to get the next page of availability status\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The options parameters.\n */\n public list(\n resourceUri: string,\n options?: ChildAvailabilityStatusesListOptionalParams\n ): PagedAsyncIterableIterator<AvailabilityStatus> {\n const iter = this.listPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceUri, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceUri: string,\n options?: ChildAvailabilityStatusesListOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus[]> {\n let result = await this._list(resourceUri, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(resourceUri, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceUri: string,\n options?: ChildAvailabilityStatusesListOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus> {\n for await (const page of this.listPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets current availability status for a single resource\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The options parameters.\n */\n getByResource(\n resourceUri: string,\n options?: ChildAvailabilityStatusesGetByResourceOptionalParams\n ): Promise<ChildAvailabilityStatusesGetByResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n getByResourceOperationSpec\n );\n }\n\n /**\n * Lists the historical availability statuses for a single child resource. Use the nextLink property in\n * the response to get the next page of availability status\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The options parameters.\n */\n private _list(\n resourceUri: string,\n options?: ChildAvailabilityStatusesListOptionalParams\n ): Promise<ChildAvailabilityStatusesListResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceUri: string,\n nextLink: string,\n options?: ChildAvailabilityStatusesListNextOptionalParams\n ): Promise<ChildAvailabilityStatusesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getByResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses/current\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatus\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ChildResources } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\nimport {\n AvailabilityStatus,\n ChildResourcesListNextOptionalParams,\n ChildResourcesListOptionalParams,\n ChildResourcesListResponse,\n ChildResourcesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ChildResources operations. */\nexport class ChildResourcesImpl implements ChildResources {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Initialize a new instance of the class ChildResources class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists the all the children and its current health status for a parent resource. Use the nextLink\n * property in the response to get the next page of children current health\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support not nested parent resource type:\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * @param options The options parameters.\n */\n public list(\n resourceUri: string,\n options?: ChildResourcesListOptionalParams\n ): PagedAsyncIterableIterator<AvailabilityStatus> {\n const iter = this.listPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceUri, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceUri: string,\n options?: ChildResourcesListOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus[]> {\n let result = await this._list(resourceUri, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(resourceUri, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceUri: string,\n options?: ChildResourcesListOptionalParams\n ): AsyncIterableIterator<AvailabilityStatus> {\n for await (const page of this.listPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the all the children and its current health status for a parent resource. Use the nextLink\n * property in the response to get the next page of children current health\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support not nested parent resource type:\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * @param options The options parameters.\n */\n private _list(\n resourceUri: string,\n options?: ChildResourcesListOptionalParams\n ): Promise<ChildResourcesListResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceUri The fully qualified ID of the resource, including the resource name and resource\n * type. Currently the API only support not nested parent resource type:\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceUri: string,\n nextLink: string,\n options?: ChildResourcesListNextOptionalParams\n ): Promise<ChildResourcesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ResourceHealth/childResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\nimport {\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists available operations for the resourcehealth resource provider\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ResourceHealth/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { EmergingIssues } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\nimport {\n EmergingIssuesGetResult,\n EmergingIssuesListNextOptionalParams,\n EmergingIssuesListOptionalParams,\n EmergingIssuesGetOptionalParams,\n EmergingIssuesGetResponse,\n EmergingIssuesListResponse,\n EmergingIssuesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing EmergingIssues operations. */\nexport class EmergingIssuesImpl implements EmergingIssues {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Initialize a new instance of the class EmergingIssues class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists Azure services' emerging issues.\n * @param options The options parameters.\n */\n public list(\n options?: EmergingIssuesListOptionalParams\n ): PagedAsyncIterableIterator<EmergingIssuesGetResult> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: EmergingIssuesListOptionalParams\n ): AsyncIterableIterator<EmergingIssuesGetResult[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: EmergingIssuesListOptionalParams\n ): AsyncIterableIterator<EmergingIssuesGetResult> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets Azure services' emerging issues.\n * @param options The options parameters.\n */\n get(\n options?: EmergingIssuesGetOptionalParams\n ): Promise<EmergingIssuesGetResponse> {\n return this.client.sendOperationRequest({ options }, getOperationSpec);\n }\n\n /**\n * Lists Azure services' emerging issues.\n * @param options The options parameters.\n */\n private _list(\n options?: EmergingIssuesListOptionalParams\n ): Promise<EmergingIssuesListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: EmergingIssuesListNextOptionalParams\n ): Promise<EmergingIssuesListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmergingIssuesGetResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.issueName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ResourceHealth/emergingIssues\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmergingIssueListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmergingIssueListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport { MicrosoftResourceHealthOptionalParams } from \"./models\";\n\nexport class MicrosoftResourceHealthContext extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the MicrosoftResourceHealthContext class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.\n * The subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: MicrosoftResourceHealthOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: MicrosoftResourceHealthOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-resourcehealth/3.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2017-07-01\";\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n AvailabilityStatusesImpl,\n ChildAvailabilityStatusesImpl,\n ChildResourcesImpl,\n OperationsImpl,\n EmergingIssuesImpl\n} from \"./operations\";\nimport {\n AvailabilityStatuses,\n ChildAvailabilityStatuses,\n ChildResources,\n Operations,\n EmergingIssues\n} from \"./operationsInterfaces\";\nimport { MicrosoftResourceHealthContext } from \"./microsoftResourceHealthContext\";\nimport { MicrosoftResourceHealthOptionalParams } from \"./models\";\n\nexport class MicrosoftResourceHealth extends MicrosoftResourceHealthContext {\n /**\n * Initializes a new instance of the MicrosoftResourceHealth class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.\n * The subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: MicrosoftResourceHealthOptionalParams\n ) {\n super(credentials, subscriptionId, options);\n this.availabilityStatuses = new AvailabilityStatusesImpl(this);\n this.childAvailabilityStatuses = new ChildAvailabilityStatusesImpl(this);\n this.childResources = new ChildResourcesImpl(this);\n this.operations = new OperationsImpl(this);\n this.emergingIssues = new EmergingIssuesImpl(this);\n }\n\n availabilityStatuses: AvailabilityStatuses;\n childAvailabilityStatuses: ChildAvailabilityStatuses;\n childResources: ChildResources;\n operations: Operations;\n emergingIssues: EmergingIssues;\n}\n"],"names":["KnownSeverityValues","KnownStageValues","__asyncValues","__asyncDelegator","coreClient.createSerializer","Mappers.AvailabilityStatusListResult","Mappers.ErrorResponse","Parameters.apiVersion","Parameters.filter","Parameters.expand","Parameters.$host","Parameters.subscriptionId","Parameters.accept","Parameters.resourceGroupName","Mappers.AvailabilityStatus","Parameters.resourceUri","Parameters.nextLink","getByResourceOperationSpec","listOperationSpec","listNextOperationSpec","serializer","Mappers.OperationListResult","Mappers.EmergingIssuesGetResult","Parameters.issueName","Mappers.EmergingIssueListResult","coreClient.ServiceClient"],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client");!function(e){e.Information="Information",e.Warning="Warning",e.Error="Error"}(exports.KnownSeverityValues||(exports.KnownSeverityValues={})),function(e){e.Active="Active",e.Resolve="Resolve",e.Archived="Archived"}(exports.KnownStageValues||(exports.KnownStageValues={}));const AvailabilityStatusListResult={type:{name:"Composite",className:"AvailabilityStatusListResult",modelProperties:{value:{serializedName:"value",required:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"AvailabilityStatus"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},AvailabilityStatus={type:{name:"Composite",className:"AvailabilityStatus",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},location:{serializedName:"location",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"AvailabilityStatusProperties"}}}}},AvailabilityStatusProperties={type:{name:"Composite",className:"AvailabilityStatusProperties",modelProperties:{availabilityState:{serializedName:"availabilityState",type:{name:"Enum",allowedValues:["Available","Unavailable","Unknown"]}},summary:{serializedName:"summary",type:{name:"String"}},detailedStatus:{serializedName:"detailedStatus",type:{name:"String"}},reasonType:{serializedName:"reasonType",type:{name:"String"}},rootCauseAttributionTime:{serializedName:"rootCauseAttributionTime",type:{name:"DateTime"}},healthEventType:{serializedName:"healthEventType",type:{name:"String"}},healthEventCause:{serializedName:"healthEventCause",type:{name:"String"}},healthEventCategory:{serializedName:"healthEventCategory",type:{name:"String"}},healthEventId:{serializedName:"healthEventId",type:{name:"String"}},resolutionETA:{serializedName:"resolutionETA",type:{name:"DateTime"}},occuredTime:{serializedName:"occuredTime",type:{name:"DateTime"}},reasonChronicity:{serializedName:"reasonChronicity",type:{name:"Enum",allowedValues:["Transient","Persistent"]}},reportedTime:{serializedName:"reportedTime",type:{name:"DateTime"}},recentlyResolvedState:{serializedName:"recentlyResolvedState",type:{name:"Composite",className:"AvailabilityStatusPropertiesRecentlyResolvedState"}},recommendedActions:{serializedName:"recommendedActions",type:{name:"Sequence",element:{type:{name:"Composite",className:"RecommendedAction"}}}},serviceImpactingEvents:{serializedName:"serviceImpactingEvents",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServiceImpactingEvent"}}}}}}},AvailabilityStatusPropertiesRecentlyResolvedState={type:{name:"Composite",className:"AvailabilityStatusPropertiesRecentlyResolvedState",modelProperties:{unavailableOccurredTime:{serializedName:"unavailableOccurredTime",type:{name:"DateTime"}},resolvedTime:{serializedName:"resolvedTime",type:{name:"DateTime"}},unavailabilitySummary:{serializedName:"unavailabilitySummary",type:{name:"String"}}}}},RecommendedAction={type:{name:"Composite",className:"RecommendedAction",modelProperties:{action:{serializedName:"action",type:{name:"String"}},actionUrl:{serializedName:"actionUrl",type:{name:"String"}},actionUrlText:{serializedName:"actionUrlText",type:{name:"String"}}}}},ServiceImpactingEvent={type:{name:"Composite",className:"ServiceImpactingEvent",modelProperties:{eventStartTime:{serializedName:"eventStartTime",type:{name:"DateTime"}},eventStatusLastModifiedTime:{serializedName:"eventStatusLastModifiedTime",type:{name:"DateTime"}},correlationId:{serializedName:"correlationId",type:{name:"String"}},status:{serializedName:"status",type:{name:"Composite",className:"ServiceImpactingEventStatus"}},incidentProperties:{serializedName:"incidentProperties",type:{name:"Composite",className:"ServiceImpactingEventIncidentProperties"}}}}},ServiceImpactingEventStatus={type:{name:"Composite",className:"ServiceImpactingEventStatus",modelProperties:{value:{serializedName:"value",type:{name:"String"}}}}},ServiceImpactingEventIncidentProperties={type:{name:"Composite",className:"ServiceImpactingEventIncidentProperties",modelProperties:{title:{serializedName:"title",type:{name:"String"}},service:{serializedName:"service",type:{name:"String"}},region:{serializedName:"region",type:{name:"String"}},incidentType:{serializedName:"incidentType",type:{name:"String"}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{serializedName:"code",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}},details:{serializedName:"details",readOnly:!0,type:{name:"String"}}}}},OperationListResult={type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"value",required:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},Operation={type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},OperationDisplay={type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},StatusBanner={type:{name:"Composite",className:"StatusBanner",modelProperties:{title:{serializedName:"title",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}},cloud:{serializedName:"cloud",type:{name:"String"}},lastModifiedTime:{serializedName:"lastModifiedTime",type:{name:"DateTime"}}}}},StatusActiveEvent={type:{name:"Composite",className:"StatusActiveEvent",modelProperties:{title:{serializedName:"title",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},trackingId:{serializedName:"trackingId",type:{name:"String"}},startTime:{serializedName:"startTime",type:{name:"DateTime"}},cloud:{serializedName:"cloud",type:{name:"String"}},severity:{serializedName:"severity",type:{name:"String"}},stage:{serializedName:"stage",type:{name:"String"}},published:{serializedName:"published",type:{name:"Boolean"}},lastModifiedTime:{serializedName:"lastModifiedTime",type:{name:"DateTime"}},impacts:{serializedName:"impacts",type:{name:"Sequence",element:{type:{name:"Composite",className:"EmergingIssueImpact"}}}}}}},EmergingIssueImpact={type:{name:"Composite",className:"EmergingIssueImpact",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},regions:{serializedName:"regions",type:{name:"Sequence",element:{type:{name:"Composite",className:"ImpactedRegion"}}}}}}},ImpactedRegion={type:{name:"Composite",className:"ImpactedRegion",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}}}}},EmergingIssueListResult={type:{name:"Composite",className:"EmergingIssueListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"EmergingIssuesGetResult"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},EmergingIssuesGetResult={type:{name:"Composite",className:"EmergingIssuesGetResult",modelProperties:Object.assign(Object.assign({},Resource.type.modelProperties),{refreshTimestamp:{serializedName:"properties.refreshTimestamp",type:{name:"DateTime"}},statusBanners:{serializedName:"properties.statusBanners",type:{name:"Sequence",element:{type:{name:"Composite",className:"StatusBanner"}}}},statusActiveEvents:{serializedName:"properties.statusActiveEvents",type:{name:"Sequence",element:{type:{name:"Composite",className:"StatusActiveEvent"}}}}})}};var Mappers=Object.freeze({__proto__:null,AvailabilityStatusListResult:AvailabilityStatusListResult,AvailabilityStatus:AvailabilityStatus,AvailabilityStatusProperties:AvailabilityStatusProperties,AvailabilityStatusPropertiesRecentlyResolvedState:AvailabilityStatusPropertiesRecentlyResolvedState,RecommendedAction:RecommendedAction,ServiceImpactingEvent:ServiceImpactingEvent,ServiceImpactingEventStatus:ServiceImpactingEventStatus,ServiceImpactingEventIncidentProperties:ServiceImpactingEventIncidentProperties,ErrorResponse:ErrorResponse,OperationListResult:OperationListResult,Operation:Operation,OperationDisplay:OperationDisplay,StatusBanner:StatusBanner,StatusActiveEvent:StatusActiveEvent,EmergingIssueImpact:EmergingIssueImpact,ImpactedRegion:ImpactedRegion,Resource:Resource,EmergingIssueListResult:EmergingIssueListResult,EmergingIssuesGetResult:EmergingIssuesGetResult});const accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2017-07-01",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},filter={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},subscriptionId={parameterPath:"subscriptionId",mapper:{serializedName:"subscriptionId",required:!0,type:{name:"String"}}},expand={parameterPath:["options","expand"],mapper:{serializedName:"$expand",type:{name:"String"}}},resourceGroupName={parameterPath:"resourceGroupName",mapper:{serializedName:"resourceGroupName",required:!0,type:{name:"String"}}},resourceUri={parameterPath:"resourceUri",mapper:{serializedName:"resourceUri",required:!0,type:{name:"String"}},skipEncoding:!0},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0},issueName={parameterPath:"issueName",mapper:{defaultValue:"default",isConstant:!0,serializedName:"issueName",type:{name:"String"}}};class AvailabilityStatusesImpl{constructor(e){this.client=e}listBySubscriptionId(e){const t=this.listBySubscriptionIdPagingAll(e);return{next(){return t.next()},[Symbol.asyncIterator](){return this},byPage:()=>this.listBySubscriptionIdPagingPage(e)}}listBySubscriptionIdPagingPage(i){return tslib.__asyncGenerator(this,arguments,function*(){var e=yield tslib.__await(this._listBySubscriptionId(i));yield yield tslib.__await(e.value||[]);let t=e.nextLink;for(;t;)e=yield tslib.__await(this._listBySubscriptionIdNext(t,i)),t=e.nextLink,yield yield tslib.__await(e.value||[])})}listBySubscriptionIdPagingAll(s){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var i,a=tslib.__asyncValues(this.listBySubscriptionIdPagingPage(s));!(i=yield tslib.__await(a.next())).done;){var r=i.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(r)))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}listByResourceGroup(e,t){const i=this.listByResourceGroupPagingAll(e,t);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:()=>this.listByResourceGroupPagingPage(e,t)}}listByResourceGroupPagingPage(i,a){return tslib.__asyncGenerator(this,arguments,function*(){var e=yield tslib.__await(this._listByResourceGroup(i,a));yield yield tslib.__await(e.value||[]);let t=e.nextLink;for(;t;)e=yield tslib.__await(this._listByResourceGroupNext(i,t,a)),t=e.nextLink,yield yield tslib.__await(e.value||[])})}listByResourceGroupPagingAll(s,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var i,a=tslib.__asyncValues(this.listByResourceGroupPagingPage(s,n));!(i=yield tslib.__await(a.next())).done;){var r=i.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(r)))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}list(e,t){const i=this.listPagingAll(e,t);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:()=>this.listPagingPage(e,t)}}listPagingPage(i,a){return tslib.__asyncGenerator(this,arguments,function*(){var e=yield tslib.__await(this._list(i,a));yield yield tslib.__await(e.value||[]);let t=e.nextLink;for(;t;)e=yield tslib.__await(this._listNext(i,t,a)),t=e.nextLink,yield yield tslib.__await(e.value||[])})}listPagingAll(s,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var i,a=tslib.__asyncValues(this.listPagingPage(s,n));!(i=yield tslib.__await(a.next())).done;){var r=i.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(r)))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}_listBySubscriptionId(e){return this.client.sendOperationRequest({options:e},listBySubscriptionIdOperationSpec)}_listByResourceGroup(e,t){return this.client.sendOperationRequest({resourceGroupName:e,options:t},listByResourceGroupOperationSpec)}getByResource(e,t){return this.client.sendOperationRequest({resourceUri:e,options:t},getByResourceOperationSpec)}_list(e,t){return this.client.sendOperationRequest({resourceUri:e,options:t},listOperationSpec)}_listBySubscriptionIdNext(e,t){return this.client.sendOperationRequest({nextLink:e,options:t},listBySubscriptionIdNextOperationSpec)}_listByResourceGroupNext(e,t,i){return this.client.sendOperationRequest({resourceGroupName:e,nextLink:t,options:i},listByResourceGroupNextOperationSpec)}_listNext(e,t,i){return this.client.sendOperationRequest({resourceUri:e,nextLink:t,options:i},listNextOperationSpec)}}const serializer=coreClient.createSerializer(Mappers,!1),listBySubscriptionIdOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,subscriptionId],headerParameters:[accept],serializer:serializer},listByResourceGroupOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,subscriptionId,resourceGroupName],headerParameters:[accept],serializer:serializer},getByResourceOperationSpec={path:"/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatus},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer},listOperationSpec={path:"/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer},listBySubscriptionIdNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,subscriptionId,nextLink],headerParameters:[accept],serializer:serializer},listByResourceGroupNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,subscriptionId,resourceGroupName,nextLink],headerParameters:[accept],serializer:serializer},listNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri,nextLink],headerParameters:[accept],serializer:serializer};class ChildAvailabilityStatusesImpl{constructor(e){this.client=e}list(e,t){const i=this.listPagingAll(e,t);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:()=>this.listPagingPage(e,t)}}listPagingPage(i,a){return tslib.__asyncGenerator(this,arguments,function*(){var e=yield tslib.__await(this._list(i,a));yield yield tslib.__await(e.value||[]);let t=e.nextLink;for(;t;)e=yield tslib.__await(this._listNext(i,t,a)),t=e.nextLink,yield yield tslib.__await(e.value||[])})}listPagingAll(s,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var i,a=tslib.__asyncValues(this.listPagingPage(s,n));!(i=yield tslib.__await(a.next())).done;){var r=i.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(r)))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}getByResource(e,t){return this.client.sendOperationRequest({resourceUri:e,options:t},getByResourceOperationSpec$1)}_list(e,t){return this.client.sendOperationRequest({resourceUri:e,options:t},listOperationSpec$1)}_listNext(e,t,i){return this.client.sendOperationRequest({resourceUri:e,nextLink:t,options:i},listNextOperationSpec$1)}}const serializer$1=coreClient.createSerializer(Mappers,!1),getByResourceOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses/current",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatus},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer$1},listOperationSpec$1={path:"/{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer$1},listNextOperationSpec$1={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri,nextLink],headerParameters:[accept],serializer:serializer$1};class ChildResourcesImpl{constructor(e){this.client=e}list(e,t){const i=this.listPagingAll(e,t);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:()=>this.listPagingPage(e,t)}}listPagingPage(i,a){return tslib.__asyncGenerator(this,arguments,function*(){var e=yield tslib.__await(this._list(i,a));yield yield tslib.__await(e.value||[]);let t=e.nextLink;for(;t;)e=yield tslib.__await(this._listNext(i,t,a)),t=e.nextLink,yield yield tslib.__await(e.value||[])})}listPagingAll(s,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var i,a=tslib.__asyncValues(this.listPagingPage(s,n));!(i=yield tslib.__await(a.next())).done;){var r=i.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(r)))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}_list(e,t){return this.client.sendOperationRequest({resourceUri:e,options:t},listOperationSpec$2)}_listNext(e,t,i){return this.client.sendOperationRequest({resourceUri:e,nextLink:t,options:i},listNextOperationSpec$2)}}const serializer$2=coreClient.createSerializer(Mappers,!1),listOperationSpec$2={path:"/{resourceUri}/providers/Microsoft.ResourceHealth/childResources",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri],headerParameters:[accept],serializer:serializer$2},listNextOperationSpec$2={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:AvailabilityStatusListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,filter,expand],urlParameters:[$host,resourceUri,nextLink],headerParameters:[accept],serializer:serializer$2};class OperationsImpl{constructor(e){this.client=e}list(e){return this.client.sendOperationRequest({options:e},listOperationSpec$3)}}const serializer$3=coreClient.createSerializer(Mappers,!1),listOperationSpec$3={path:"/providers/Microsoft.ResourceHealth/operations",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$3};class EmergingIssuesImpl{constructor(e){this.client=e}list(e){const t=this.listPagingAll(e);return{next(){return t.next()},[Symbol.asyncIterator](){return this},byPage:()=>this.listPagingPage(e)}}listPagingPage(i){return tslib.__asyncGenerator(this,arguments,function*(){var e=yield tslib.__await(this._list(i));yield yield tslib.__await(e.value||[]);let t=e.nextLink;for(;t;)e=yield tslib.__await(this._listNext(t,i)),t=e.nextLink,yield yield tslib.__await(e.value||[])})}listPagingAll(s){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var i,a=tslib.__asyncValues(this.listPagingPage(s));!(i=yield tslib.__await(a.next())).done;){var r=i.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(r)))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}get(e){return this.client.sendOperationRequest({options:e},getOperationSpec)}_list(e){return this.client.sendOperationRequest({options:e},listOperationSpec$4)}_listNext(e,t){return this.client.sendOperationRequest({nextLink:e,options:t},listNextOperationSpec$3)}}const serializer$4=coreClient.createSerializer(Mappers,!1),getOperationSpec={path:"/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}",httpMethod:"GET",responses:{200:{bodyMapper:EmergingIssuesGetResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,issueName],headerParameters:[accept],serializer:serializer$4},listOperationSpec$4={path:"/providers/Microsoft.ResourceHealth/emergingIssues",httpMethod:"GET",responses:{200:{bodyMapper:EmergingIssueListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$4},listNextOperationSpec$3={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:EmergingIssueListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,nextLink],headerParameters:[accept],serializer:serializer$4};class MicrosoftResourceHealthContext extends coreClient.ServiceClient{constructor(e,t,i){if(void 0===e)throw new Error("'credentials' cannot be null");if(void 0===t)throw new Error("'subscriptionId' cannot be null");var a={requestContentType:"application/json; charset=utf-8",credential:e},e="azsdk-js-arm-resourcehealth/3.0.0-beta.1",e=(i=i||{}).userAgentOptions&&i.userAgentOptions.userAgentPrefix?i.userAgentOptions.userAgentPrefix+" "+e:e;i.credentialScopes||(i.credentialScopes=["https://management.azure.com/.default"]),super(Object.assign(Object.assign(Object.assign({},a),i),{userAgentOptions:{userAgentPrefix:e},baseUri:i.endpoint||"https://management.azure.com"})),this.subscriptionId=t,this.$host=i.$host||"https://management.azure.com",this.apiVersion=i.apiVersion||"2017-07-01"}}class MicrosoftResourceHealth extends MicrosoftResourceHealthContext{constructor(e,t,i){super(e,t,i),this.availabilityStatuses=new AvailabilityStatusesImpl(this),this.childAvailabilityStatuses=new ChildAvailabilityStatusesImpl(this),this.childResources=new ChildResourcesImpl(this),this.operations=new OperationsImpl(this),this.emergingIssues=new EmergingIssuesImpl(this)}}exports.MicrosoftResourceHealth=MicrosoftResourceHealth,exports.MicrosoftResourceHealthContext=MicrosoftResourceHealthContext;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/availabilityStatuses.ts","../src/operations/childAvailabilityStatuses.ts","../src/operations/childResources.ts","../src/operations/operations.ts","../src/operations/emergingIssues.ts","../src/microsoftResourceHealthContext.ts","../src/microsoftResourceHealth.ts"],"names":["KnownSeverityValues","KnownStageValues","AvailabilityStatusListResult","type","name","className","modelProperties","value","serializedName","required","element","nextLink","AvailabilityStatus","id","location","properties","AvailabilityStatusProperties","availabilityState","allowedValues","summary","detailedStatus","reasonType","rootCauseAttributionTime","healthEventType","healthEventCause","healthEventCategory","healthEventId","resolutionETA","occuredTime","reasonChronicity","reportedTime","recentlyResolvedState","recommendedActions","serviceImpactingEvents","AvailabilityStatusPropertiesRecentlyResolvedState","unavailableOccurredTime","resolvedTime","unavailabilitySummary","RecommendedAction","action","actionUrl","actionUrlText","ServiceImpactingEvent","eventStartTime","eventStatusLastModifiedTime","correlationId","status","incidentProperties","ServiceImpactingEventStatus","ServiceImpactingEventIncidentProperties","title","service","region","incidentType","ErrorResponse","code","readOnly","message","details","OperationListResult","Operation","display","OperationDisplay","provider","resource","operation","description","StatusBanner","cloud","lastModifiedTime","StatusActiveEvent","trackingId","startTime","severity","stage","published","impacts","EmergingIssueImpact","regions","ImpactedRegion","Resource","EmergingIssueListResult","EmergingIssuesGetResult","Object","assign","refreshTimestamp","statusBanners","statusActiveEvents","accept","parameterPath","mapper","defaultValue","isConstant","$host","skipEncoding","apiVersion","filter","subscriptionId","expand","resourceGroupName","resourceUri","issueName","AvailabilityStatusesImpl","constructor","client","this","listBySubscriptionId","options","iter","listBySubscriptionIdPagingAll","next","Symbol","asyncIterator","byPage","listBySubscriptionIdPagingPage","let","result","tslib","__await","_listBySubscriptionId","continuationToken","_listBySubscriptionIdNext","_c","_b","__asyncValues","done","page","__asyncDelegator","listByResourceGroup","listByResourceGroupPagingAll","listByResourceGroupPagingPage","_listByResourceGroup","_listByResourceGroupNext","list","listPagingAll","listPagingPage","_list","_listNext","sendOperationRequest","listBySubscriptionIdOperationSpec","listByResourceGroupOperationSpec","getByResource","getByResourceOperationSpec","listOperationSpec","listBySubscriptionIdNextOperationSpec","listByResourceGroupNextOperationSpec","listNextOperationSpec","serializer","coreClient.createSerializer","Mappers","path","httpMethod","responses","200","bodyMapper","Mappers.AvailabilityStatusListResult","default","Mappers.ErrorResponse","queryParameters","Parameters.apiVersion","Parameters.filter","Parameters.expand","urlParameters","Parameters.$host","Parameters.subscriptionId","headerParameters","Parameters.accept","Parameters.resourceGroupName","Mappers.AvailabilityStatus","Parameters.resourceUri","Parameters.nextLink","ChildAvailabilityStatusesImpl","ChildResourcesImpl","OperationsImpl","Mappers.OperationListResult","EmergingIssuesImpl","get","getOperationSpec","Mappers.EmergingIssuesGetResult","Parameters.issueName","Mappers.EmergingIssueListResult","MicrosoftResourceHealthContext","coreClient.ServiceClient","credentials","undefined","Error","defaults","requestContentType","credential","packageDetails","userAgentPrefix","userAgentOptions","credentialScopes","super","baseUri","endpoint","MicrosoftResourceHealth","availabilityStatuses","childAvailabilityStatuses","childResources","operations","emergingIssues"],"mappings":"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"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
/// <reference lib="esnext.asynciterable" />
|
2
|
+
export * from "./models";
|
3
|
+
export { MicrosoftResourceHealth } from "./microsoftResourceHealth";
|
4
|
+
export { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
5
|
+
export * from "./operationsInterfaces";
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AASA,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,cAAc,wBAAwB,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
/// <reference lib="esnext.asynciterable" />
|
9
|
+
export * from "./models";
|
10
|
+
export { MicrosoftResourceHealth } from "./microsoftResourceHealth";
|
11
|
+
export { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
12
|
+
export * from "./operationsInterfaces";
|
13
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,cAAc,wBAAwB,CAAC"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import * as coreAuth from "@azure/core-auth";
|
2
|
+
import { AvailabilityStatuses, ChildAvailabilityStatuses, ChildResources, Operations, EmergingIssues } from "./operationsInterfaces";
|
3
|
+
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
4
|
+
import { MicrosoftResourceHealthOptionalParams } from "./models";
|
5
|
+
export declare class MicrosoftResourceHealth extends MicrosoftResourceHealthContext {
|
6
|
+
/**
|
7
|
+
* Initializes a new instance of the MicrosoftResourceHealth class.
|
8
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
9
|
+
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.
|
10
|
+
* The subscription ID forms part of the URI for every service call.
|
11
|
+
* @param options The parameter options
|
12
|
+
*/
|
13
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MicrosoftResourceHealthOptionalParams);
|
14
|
+
availabilityStatuses: AvailabilityStatuses;
|
15
|
+
childAvailabilityStatuses: ChildAvailabilityStatuses;
|
16
|
+
childResources: ChildResources;
|
17
|
+
operations: Operations;
|
18
|
+
emergingIssues: EmergingIssues;
|
19
|
+
}
|
20
|
+
//# sourceMappingURL=microsoftResourceHealth.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"microsoftResourceHealth.d.ts","sourceRoot":"","sources":["../../src/microsoftResourceHealth.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAQ7C,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,cAAc,EACd,UAAU,EACV,cAAc,EACf,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,qCAAqC,EAAE,MAAM,UAAU,CAAC;AAEjE,qBAAa,uBAAwB,SAAQ,8BAA8B;IACzE;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,qCAAqC;IAUjD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,cAAc,EAAE,cAAc,CAAC;IAC/B,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,cAAc,CAAC;CAChC"}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { AvailabilityStatusesImpl, ChildAvailabilityStatusesImpl, ChildResourcesImpl, OperationsImpl, EmergingIssuesImpl } from "./operations";
|
9
|
+
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
10
|
+
export class MicrosoftResourceHealth extends MicrosoftResourceHealthContext {
|
11
|
+
/**
|
12
|
+
* Initializes a new instance of the MicrosoftResourceHealth class.
|
13
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
14
|
+
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.
|
15
|
+
* The subscription ID forms part of the URI for every service call.
|
16
|
+
* @param options The parameter options
|
17
|
+
*/
|
18
|
+
constructor(credentials, subscriptionId, options) {
|
19
|
+
super(credentials, subscriptionId, options);
|
20
|
+
this.availabilityStatuses = new AvailabilityStatusesImpl(this);
|
21
|
+
this.childAvailabilityStatuses = new ChildAvailabilityStatusesImpl(this);
|
22
|
+
this.childResources = new ChildResourcesImpl(this);
|
23
|
+
this.operations = new OperationsImpl(this);
|
24
|
+
this.emergingIssues = new EmergingIssuesImpl(this);
|
25
|
+
}
|
26
|
+
}
|
27
|
+
//# sourceMappingURL=microsoftResourceHealth.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"microsoftResourceHealth.js","sourceRoot":"","sources":["../../src/microsoftResourceHealth.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,kBAAkB,EAClB,cAAc,EACd,kBAAkB,EACnB,MAAM,cAAc,CAAC;AAQtB,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,MAAM,OAAO,uBAAwB,SAAQ,8BAA8B;IACzE;;;;;;OAMG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAA+C;QAE/C,KAAK,CAAC,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;QAC5C,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,yBAAyB,GAAG,IAAI,6BAA6B,CAAC,IAAI,CAAC,CAAC;QACzE,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;CAOF"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
3
|
+
import { MicrosoftResourceHealthOptionalParams } from "./models";
|
4
|
+
export declare class MicrosoftResourceHealthContext extends coreClient.ServiceClient {
|
5
|
+
$host: string;
|
6
|
+
apiVersion: string;
|
7
|
+
subscriptionId: string;
|
8
|
+
/**
|
9
|
+
* Initializes a new instance of the MicrosoftResourceHealthContext class.
|
10
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
11
|
+
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.
|
12
|
+
* The subscription ID forms part of the URI for every service call.
|
13
|
+
* @param options The parameter options
|
14
|
+
*/
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MicrosoftResourceHealthOptionalParams);
|
16
|
+
}
|
17
|
+
//# sourceMappingURL=microsoftResourceHealthContext.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"microsoftResourceHealthContext.d.ts","sourceRoot":"","sources":["../../src/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,qCAAqC,EAAE,MAAM,UAAU,CAAC;AAEjE,qBAAa,8BAA+B,SAAQ,UAAU,CAAC,aAAa;IAC1E,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,qCAAqC;CA2ClD"}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
export class MicrosoftResourceHealthContext extends coreClient.ServiceClient {
|
10
|
+
/**
|
11
|
+
* Initializes a new instance of the MicrosoftResourceHealthContext class.
|
12
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
13
|
+
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.
|
14
|
+
* The subscription ID forms part of the URI for every service call.
|
15
|
+
* @param options The parameter options
|
16
|
+
*/
|
17
|
+
constructor(credentials, subscriptionId, options) {
|
18
|
+
if (credentials === undefined) {
|
19
|
+
throw new Error("'credentials' cannot be null");
|
20
|
+
}
|
21
|
+
if (subscriptionId === undefined) {
|
22
|
+
throw new Error("'subscriptionId' cannot be null");
|
23
|
+
}
|
24
|
+
// Initializing default values for options
|
25
|
+
if (!options) {
|
26
|
+
options = {};
|
27
|
+
}
|
28
|
+
const defaults = {
|
29
|
+
requestContentType: "application/json; charset=utf-8",
|
30
|
+
credential: credentials
|
31
|
+
};
|
32
|
+
const packageDetails = `azsdk-js-arm-resourcehealth/3.0.0-beta.1`;
|
33
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
34
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
35
|
+
: `${packageDetails}`;
|
36
|
+
if (!options.credentialScopes) {
|
37
|
+
options.credentialScopes = ["https://management.azure.com/.default"];
|
38
|
+
}
|
39
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
40
|
+
userAgentPrefix
|
41
|
+
}, baseUri: options.endpoint || "https://management.azure.com" });
|
42
|
+
super(optionsWithDefaults);
|
43
|
+
// Parameter assignments
|
44
|
+
this.subscriptionId = subscriptionId;
|
45
|
+
// Assigning values to Constant parameters
|
46
|
+
this.$host = options.$host || "https://management.azure.com";
|
47
|
+
this.apiVersion = options.apiVersion || "2017-07-01";
|
48
|
+
}
|
49
|
+
}
|
50
|
+
//# sourceMappingURL=microsoftResourceHealthContext.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"microsoftResourceHealthContext.js","sourceRoot":"","sources":["../../src/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAIjD,MAAM,OAAO,8BAA+B,SAAQ,UAAU,CAAC,aAAa;IAK1E;;;;;;OAMG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAA+C;QAE/C,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,MAAM,QAAQ,GAA0C;YACtD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,0CAA0C,CAAC;QAClE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;YAC7B,OAAO,CAAC,gBAAgB,GAAG,CAAC,uCAAuC,CAAC,CAAC;SACtE;QACD,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,OAAO,EAAE,OAAO,CAAC,QAAQ,IAAI,8BAA8B,GAC5D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;IACvD,CAAC;CACF"}
|