@pulumi/azure-native 2.55.0 → 2.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cdn/afdcustomDomain.d.ts +1 -1
- package/cdn/afdcustomDomain.js +3 -3
- package/cdn/afdendpoint.d.ts +1 -1
- package/cdn/afdendpoint.js +3 -3
- package/cdn/afdorigin.d.ts +1 -1
- package/cdn/afdorigin.js +3 -3
- package/cdn/afdoriginGroup.d.ts +1 -1
- package/cdn/afdoriginGroup.js +3 -3
- package/cdn/afdtargetGroup.d.ts +73 -0
- package/cdn/afdtargetGroup.js +81 -0
- package/cdn/customDomain.d.ts +1 -1
- package/cdn/customDomain.js +3 -3
- package/cdn/endpoint.d.ts +1 -1
- package/cdn/endpoint.js +3 -3
- package/cdn/getAFDCustomDomain.d.ts +2 -2
- package/cdn/getAFDCustomDomain.js +2 -2
- package/cdn/getAFDEndpoint.d.ts +2 -2
- package/cdn/getAFDEndpoint.js +2 -2
- package/cdn/getAFDOrigin.d.ts +2 -2
- package/cdn/getAFDOrigin.js +2 -2
- package/cdn/getAFDOriginGroup.d.ts +2 -2
- package/cdn/getAFDOriginGroup.js +2 -2
- package/cdn/getAFDTargetGroup.d.ts +70 -0
- package/cdn/getAFDTargetGroup.js +29 -0
- package/cdn/getCustomDomain.d.ts +2 -2
- package/cdn/getCustomDomain.js +2 -2
- package/cdn/getEndpoint.d.ts +2 -2
- package/cdn/getEndpoint.js +2 -2
- package/cdn/getKeyGroup.d.ts +2 -2
- package/cdn/getKeyGroup.js +2 -2
- package/cdn/getOrigin.d.ts +2 -2
- package/cdn/getOrigin.js +2 -2
- package/cdn/getOriginGroup.d.ts +2 -2
- package/cdn/getOriginGroup.js +2 -2
- package/cdn/getPolicy.d.ts +2 -2
- package/cdn/getPolicy.js +2 -2
- package/cdn/getProfile.d.ts +2 -2
- package/cdn/getProfile.js +2 -2
- package/cdn/getProfileSupportedOptimizationTypes.d.ts +2 -2
- package/cdn/getProfileSupportedOptimizationTypes.js +2 -2
- package/cdn/getRoute.d.ts +2 -2
- package/cdn/getRoute.js +2 -2
- package/cdn/getRule.d.ts +2 -2
- package/cdn/getRule.js +2 -2
- package/cdn/getRuleSet.d.ts +2 -2
- package/cdn/getRuleSet.js +2 -2
- package/cdn/getSecret.d.ts +2 -2
- package/cdn/getSecret.js +2 -2
- package/cdn/getSecurityPolicy.d.ts +2 -2
- package/cdn/getSecurityPolicy.js +2 -2
- package/cdn/getTunnelPolicy.d.ts +78 -0
- package/cdn/getTunnelPolicy.js +29 -0
- package/cdn/index.d.ts +14 -1
- package/cdn/index.js +19 -3
- package/cdn/keyGroup.d.ts +1 -1
- package/cdn/keyGroup.js +3 -3
- package/cdn/origin.d.ts +1 -1
- package/cdn/origin.js +3 -3
- package/cdn/originGroup.d.ts +1 -1
- package/cdn/originGroup.js +3 -3
- package/cdn/policy.d.ts +1 -1
- package/cdn/policy.js +3 -3
- package/cdn/profile.d.ts +1 -1
- package/cdn/profile.js +3 -3
- package/cdn/route.d.ts +1 -1
- package/cdn/route.js +3 -3
- package/cdn/rule.d.ts +1 -1
- package/cdn/rule.js +3 -3
- package/cdn/ruleSet.d.ts +1 -1
- package/cdn/ruleSet.js +3 -3
- package/cdn/secret.d.ts +1 -1
- package/cdn/secret.js +3 -3
- package/cdn/securityPolicy.d.ts +1 -1
- package/cdn/securityPolicy.js +3 -3
- package/cdn/tunnelPolicy.d.ts +90 -0
- package/cdn/tunnelPolicy.js +85 -0
- package/cdn/v20200901/afdendpoint.js +2 -2
- package/cdn/v20200901/afdoriginGroup.js +2 -2
- package/cdn/v20200901/profile.js +2 -2
- package/cdn/v20200901/route.js +2 -2
- package/cdn/v20230501/afdcustomDomain.js +2 -2
- package/cdn/v20230501/afdendpoint.js +2 -2
- package/cdn/v20230501/afdorigin.js +2 -2
- package/cdn/v20230501/afdoriginGroup.js +2 -2
- package/cdn/v20230501/customDomain.js +2 -2
- package/cdn/v20230501/endpoint.js +2 -2
- package/cdn/v20230501/origin.js +2 -2
- package/cdn/v20230501/originGroup.js +2 -2
- package/cdn/v20230501/policy.js +2 -2
- package/cdn/v20230501/profile.js +2 -2
- package/cdn/v20230501/route.js +2 -2
- package/cdn/v20230501/rule.js +2 -2
- package/cdn/v20230501/ruleSet.js +2 -2
- package/cdn/v20230501/secret.js +2 -2
- package/cdn/v20230501/securityPolicy.js +2 -2
- package/cdn/v20230701preview/afdcustomDomain.js +2 -2
- package/cdn/v20230701preview/afdendpoint.js +2 -2
- package/cdn/v20230701preview/afdorigin.js +2 -2
- package/cdn/v20230701preview/afdoriginGroup.js +2 -2
- package/cdn/v20230701preview/customDomain.js +2 -2
- package/cdn/v20230701preview/endpoint.js +2 -2
- package/cdn/v20230701preview/keyGroup.js +2 -2
- package/cdn/v20230701preview/origin.js +2 -2
- package/cdn/v20230701preview/originGroup.js +2 -2
- package/cdn/v20230701preview/policy.js +2 -2
- package/cdn/v20230701preview/profile.js +2 -2
- package/cdn/v20230701preview/route.js +2 -2
- package/cdn/v20230701preview/rule.js +2 -2
- package/cdn/v20230701preview/ruleSet.js +2 -2
- package/cdn/v20230701preview/secret.js +2 -2
- package/cdn/v20230701preview/securityPolicy.js +2 -2
- package/cdn/v20240201/afdcustomDomain.js +2 -2
- package/cdn/v20240201/afdendpoint.js +2 -2
- package/cdn/v20240201/afdorigin.js +2 -2
- package/cdn/v20240201/afdoriginGroup.js +2 -2
- package/cdn/v20240201/customDomain.js +2 -2
- package/cdn/v20240201/endpoint.js +2 -2
- package/cdn/v20240201/origin.js +2 -2
- package/cdn/v20240201/originGroup.js +2 -2
- package/cdn/v20240201/policy.js +2 -2
- package/cdn/v20240201/profile.js +2 -2
- package/cdn/v20240201/route.js +2 -2
- package/cdn/v20240201/rule.js +2 -2
- package/cdn/v20240201/ruleSet.js +2 -2
- package/cdn/v20240201/secret.js +2 -2
- package/cdn/v20240201/securityPolicy.js +2 -2
- package/cdn/v20240501preview/afdcustomDomain.js +2 -2
- package/cdn/v20240501preview/afdendpoint.js +2 -2
- package/cdn/v20240501preview/afdorigin.js +2 -2
- package/cdn/v20240501preview/afdoriginGroup.js +2 -2
- package/cdn/v20240501preview/customDomain.js +2 -2
- package/cdn/v20240501preview/endpoint.js +2 -2
- package/cdn/v20240501preview/keyGroup.js +2 -2
- package/cdn/v20240501preview/origin.js +2 -2
- package/cdn/v20240501preview/originGroup.js +2 -2
- package/cdn/v20240501preview/policy.js +2 -2
- package/cdn/v20240501preview/profile.js +2 -2
- package/cdn/v20240501preview/route.js +2 -2
- package/cdn/v20240501preview/rule.js +2 -2
- package/cdn/v20240501preview/ruleSet.js +2 -2
- package/cdn/v20240501preview/secret.js +2 -2
- package/cdn/v20240501preview/securityPolicy.js +2 -2
- package/cdn/v20240601preview/afdcustomDomain.d.ts +132 -0
- package/cdn/v20240601preview/afdcustomDomain.js +97 -0
- package/cdn/v20240601preview/afdendpoint.d.ts +108 -0
- package/cdn/v20240601preview/afdendpoint.js +86 -0
- package/cdn/v20240601preview/afdorigin.d.ts +153 -0
- package/cdn/v20240601preview/afdorigin.js +104 -0
- package/cdn/v20240601preview/afdoriginGroup.d.ts +101 -0
- package/cdn/v20240601preview/afdoriginGroup.js +84 -0
- package/cdn/v20240601preview/afdtargetGroup.d.ts +72 -0
- package/cdn/v20240601preview/afdtargetGroup.js +80 -0
- package/cdn/v20240601preview/customDomain.d.ts +94 -0
- package/cdn/v20240601preview/customDomain.js +92 -0
- package/cdn/v20240601preview/endpoint.d.ts +224 -0
- package/cdn/v20240601preview/endpoint.js +119 -0
- package/cdn/v20240601preview/getAFDCustomDomain.d.ts +106 -0
- package/cdn/v20240601preview/getAFDCustomDomain.js +27 -0
- package/cdn/v20240601preview/getAFDEndpoint.d.ts +90 -0
- package/cdn/v20240601preview/getAFDEndpoint.js +27 -0
- package/cdn/v20240601preview/getAFDOrigin.d.ts +116 -0
- package/cdn/v20240601preview/getAFDOrigin.js +28 -0
- package/cdn/v20240601preview/getAFDOriginGroup.d.ts +84 -0
- package/cdn/v20240601preview/getAFDOriginGroup.js +27 -0
- package/cdn/v20240601preview/getAFDTargetGroup.d.ts +68 -0
- package/cdn/v20240601preview/getAFDTargetGroup.js +27 -0
- package/cdn/v20240601preview/getCustomDomain.d.ts +95 -0
- package/cdn/v20240601preview/getCustomDomain.js +28 -0
- package/cdn/v20240601preview/getEndpoint.d.ts +149 -0
- package/cdn/v20240601preview/getEndpoint.js +27 -0
- package/cdn/v20240601preview/getKeyGroup.d.ts +68 -0
- package/cdn/v20240601preview/getKeyGroup.js +27 -0
- package/cdn/v20240601preview/getOrigin.d.ts +123 -0
- package/cdn/v20240601preview/getOrigin.js +28 -0
- package/cdn/v20240601preview/getOriginGroup.d.ts +91 -0
- package/cdn/v20240601preview/getOriginGroup.js +28 -0
- package/cdn/v20240601preview/getPolicy.d.ts +100 -0
- package/cdn/v20240601preview/getPolicy.js +26 -0
- package/cdn/v20240601preview/getProfile.d.ts +99 -0
- package/cdn/v20240601preview/getProfile.js +26 -0
- package/cdn/v20240601preview/getProfileSupportedOptimizationTypes.d.ts +38 -0
- package/cdn/v20240601preview/getProfileSupportedOptimizationTypes.js +26 -0
- package/cdn/v20240601preview/getRoute.d.ts +124 -0
- package/cdn/v20240601preview/getRoute.js +28 -0
- package/cdn/v20240601preview/getRule.d.ts +92 -0
- package/cdn/v20240601preview/getRule.js +28 -0
- package/cdn/v20240601preview/getRuleSet.d.ts +68 -0
- package/cdn/v20240601preview/getRuleSet.js +27 -0
- package/cdn/v20240601preview/getSecret.d.ts +72 -0
- package/cdn/v20240601preview/getSecret.js +27 -0
- package/cdn/v20240601preview/getSecurityPolicy.d.ts +72 -0
- package/cdn/v20240601preview/getSecurityPolicy.js +27 -0
- package/cdn/v20240601preview/getTunnelPolicy.d.ts +76 -0
- package/cdn/v20240601preview/getTunnelPolicy.js +27 -0
- package/cdn/v20240601preview/index.d.ts +112 -0
- package/cdn/v20240601preview/index.js +164 -0
- package/cdn/v20240601preview/keyGroup.d.ts +72 -0
- package/cdn/v20240601preview/keyGroup.js +77 -0
- package/cdn/v20240601preview/origin.d.ts +162 -0
- package/cdn/v20240601preview/origin.js +106 -0
- package/cdn/v20240601preview/originGroup.d.ts +103 -0
- package/cdn/v20240601preview/originGroup.js +90 -0
- package/cdn/v20240601preview/policy.d.ts +140 -0
- package/cdn/v20240601preview/policy.js +94 -0
- package/cdn/v20240601preview/profile.d.ts +129 -0
- package/cdn/v20240601preview/profile.js +92 -0
- package/cdn/v20240601preview/route.d.ts +169 -0
- package/cdn/v20240601preview/route.js +108 -0
- package/cdn/v20240601preview/rule.d.ts +105 -0
- package/cdn/v20240601preview/rule.js +95 -0
- package/cdn/v20240601preview/ruleSet.d.ts +67 -0
- package/cdn/v20240601preview/ruleSet.js +76 -0
- package/cdn/v20240601preview/secret.d.ts +76 -0
- package/cdn/v20240601preview/secret.js +78 -0
- package/cdn/v20240601preview/securityPolicy.d.ts +76 -0
- package/cdn/v20240601preview/securityPolicy.js +78 -0
- package/cdn/v20240601preview/tunnelPolicy.d.ts +89 -0
- package/cdn/v20240601preview/tunnelPolicy.js +84 -0
- package/confidentialledger/getLedger.d.ts +2 -2
- package/confidentialledger/getLedger.js +2 -2
- package/confidentialledger/getManagedCCF.d.ts +2 -2
- package/confidentialledger/getManagedCCF.js +2 -2
- package/confidentialledger/index.d.ts +2 -1
- package/confidentialledger/index.js +4 -2
- package/confidentialledger/ledger.d.ts +1 -1
- package/confidentialledger/ledger.js +3 -3
- package/confidentialledger/managedCCF.d.ts +1 -1
- package/confidentialledger/managedCCF.js +3 -3
- package/confidentialledger/v20220513/ledger.js +2 -2
- package/confidentialledger/v20230126preview/ledger.js +2 -2
- package/confidentialledger/v20230126preview/managedCCF.js +2 -2
- package/confidentialledger/v20230628preview/ledger.js +2 -2
- package/confidentialledger/v20230628preview/managedCCF.js +2 -2
- package/confidentialledger/v20240709preview/getLedger.d.ts +65 -0
- package/confidentialledger/v20240709preview/getLedger.js +26 -0
- package/confidentialledger/v20240709preview/getManagedCCF.d.ts +65 -0
- package/confidentialledger/v20240709preview/getManagedCCF.js +26 -0
- package/confidentialledger/v20240709preview/index.d.ts +13 -0
- package/confidentialledger/v20240709preview/index.js +48 -0
- package/confidentialledger/v20240709preview/ledger.d.ts +83 -0
- package/confidentialledger/v20240709preview/ledger.js +73 -0
- package/confidentialledger/v20240709preview/managedCCF.d.ts +83 -0
- package/confidentialledger/v20240709preview/managedCCF.js +73 -0
- package/package.json +2 -2
- package/package.json.bak +2 -2
- package/resources/deployment.d.ts +1 -1
- package/resources/deployment.js +3 -3
- package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
- package/resources/deploymentAtManagementGroupScope.js +3 -3
- package/resources/deploymentAtScope.d.ts +1 -1
- package/resources/deploymentAtScope.js +3 -3
- package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
- package/resources/deploymentAtSubscriptionScope.js +3 -3
- package/resources/deploymentAtTenantScope.d.ts +1 -1
- package/resources/deploymentAtTenantScope.js +3 -3
- package/resources/getDeployment.d.ts +2 -2
- package/resources/getDeployment.js +2 -2
- package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
- package/resources/getDeploymentAtManagementGroupScope.js +2 -2
- package/resources/getDeploymentAtScope.d.ts +2 -2
- package/resources/getDeploymentAtScope.js +2 -2
- package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
- package/resources/getDeploymentAtSubscriptionScope.js +2 -2
- package/resources/getDeploymentAtTenantScope.d.ts +2 -2
- package/resources/getDeploymentAtTenantScope.js +2 -2
- package/resources/getResource.d.ts +2 -2
- package/resources/getResource.js +2 -2
- package/resources/getResourceGroup.d.ts +2 -2
- package/resources/getResourceGroup.js +2 -2
- package/resources/getTagAtScope.d.ts +2 -2
- package/resources/getTagAtScope.js +2 -2
- package/resources/index.d.ts +2 -1
- package/resources/index.js +4 -2
- package/resources/resource.d.ts +1 -1
- package/resources/resource.js +3 -3
- package/resources/resourceGroup.d.ts +1 -1
- package/resources/resourceGroup.js +3 -3
- package/resources/tagAtScope.d.ts +1 -1
- package/resources/tagAtScope.js +3 -3
- package/resources/v20220901/deployment.js +2 -2
- package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20220901/deploymentAtScope.js +2 -2
- package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20220901/deploymentAtTenantScope.js +2 -2
- package/resources/v20220901/resource.js +2 -2
- package/resources/v20220901/resourceGroup.js +2 -2
- package/resources/v20220901/tagAtScope.js +2 -2
- package/resources/v20230701/deployment.js +2 -2
- package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20230701/deploymentAtScope.js +2 -2
- package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20230701/deploymentAtTenantScope.js +2 -2
- package/resources/v20230701/resource.js +2 -2
- package/resources/v20230701/resourceGroup.js +2 -2
- package/resources/v20230701/tagAtScope.js +2 -2
- package/resources/v20240301/deployment.js +2 -2
- package/resources/v20240301/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20240301/deploymentAtScope.js +2 -2
- package/resources/v20240301/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20240301/deploymentAtTenantScope.js +2 -2
- package/resources/v20240301/resource.js +2 -2
- package/resources/v20240301/resourceGroup.js +2 -2
- package/resources/v20240301/tagAtScope.js +2 -2
- package/resources/v20240701/deployment.d.ts +79 -0
- package/resources/v20240701/deployment.js +74 -0
- package/resources/v20240701/deploymentAtManagementGroupScope.d.ts +79 -0
- package/resources/v20240701/deploymentAtManagementGroupScope.js +74 -0
- package/resources/v20240701/deploymentAtScope.d.ts +79 -0
- package/resources/v20240701/deploymentAtScope.js +74 -0
- package/resources/v20240701/deploymentAtSubscriptionScope.d.ts +75 -0
- package/resources/v20240701/deploymentAtSubscriptionScope.js +70 -0
- package/resources/v20240701/deploymentAtTenantScope.d.ts +75 -0
- package/resources/v20240701/deploymentAtTenantScope.js +70 -0
- package/resources/v20240701/getDeployment.d.ts +61 -0
- package/resources/v20240701/getDeployment.js +26 -0
- package/resources/v20240701/getDeploymentAtManagementGroupScope.d.ts +61 -0
- package/resources/v20240701/getDeploymentAtManagementGroupScope.js +26 -0
- package/resources/v20240701/getDeploymentAtScope.d.ts +61 -0
- package/resources/v20240701/getDeploymentAtScope.js +26 -0
- package/resources/v20240701/getDeploymentAtSubscriptionScope.d.ts +53 -0
- package/resources/v20240701/getDeploymentAtSubscriptionScope.js +25 -0
- package/resources/v20240701/getDeploymentAtTenantScope.d.ts +53 -0
- package/resources/v20240701/getDeploymentAtTenantScope.js +25 -0
- package/resources/v20240701/getResource.d.ts +109 -0
- package/resources/v20240701/getResource.js +29 -0
- package/resources/v20240701/getResourceGroup.d.ts +57 -0
- package/resources/v20240701/getResourceGroup.js +25 -0
- package/resources/v20240701/getTagAtScope.d.ts +43 -0
- package/resources/v20240701/getTagAtScope.js +25 -0
- package/resources/v20240701/index.d.ts +49 -0
- package/resources/v20240701/index.js +90 -0
- package/resources/v20240701/resource.d.ts +139 -0
- package/resources/v20240701/resource.js +95 -0
- package/resources/v20240701/resourceGroup.d.ts +78 -0
- package/resources/v20240701/resourceGroup.js +69 -0
- package/resources/v20240701/tagAtScope.d.ts +55 -0
- package/resources/v20240701/tagAtScope.js +69 -0
- package/storage/blob.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/cdn/index.d.ts +9 -1
- package/types/enums/cdn/index.js +8 -3
- package/types/enums/cdn/v20240601preview/index.d.ts +824 -0
- package/types/enums/cdn/v20240601preview/index.js +546 -0
- package/types/enums/confidentialledger/index.d.ts +2 -1
- package/types/enums/confidentialledger/index.js +4 -2
- package/types/enums/confidentialledger/v20240709preview/index.d.ts +46 -0
- package/types/enums/confidentialledger/v20240709preview/index.js +32 -0
- package/types/enums/resources/index.d.ts +2 -1
- package/types/enums/resources/index.js +4 -2
- package/types/enums/resources/v20240701/index.d.ts +42 -0
- package/types/enums/resources/v20240701/index.js +28 -0
- package/types/input.d.ts +3186 -756
- package/types/input.js +289 -1
- package/types/output.d.ts +3542 -477
- package/types/output.js +289 -1
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAFDCustomDomain(args: GetAFDCustomDomainArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDCustomDomainResult>;
|
|
7
|
+
export interface GetAFDCustomDomainArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the domain under the profile which is unique globally.
|
|
10
|
+
*/
|
|
11
|
+
customDomainName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
14
|
+
*/
|
|
15
|
+
profileName: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name of the Resource group within the Azure subscription.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAFDCustomDomainResult {
|
|
25
|
+
/**
|
|
26
|
+
* Resource reference to the Azure DNS zone
|
|
27
|
+
*/
|
|
28
|
+
readonly azureDnsZone?: outputs.cdn.v20240601preview.ResourceReferenceResponse;
|
|
29
|
+
readonly deploymentStatus: string;
|
|
30
|
+
/**
|
|
31
|
+
* Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.
|
|
32
|
+
*/
|
|
33
|
+
readonly domainValidationState: string;
|
|
34
|
+
/**
|
|
35
|
+
* Key-Value pair representing migration properties for domains.
|
|
36
|
+
*/
|
|
37
|
+
readonly extendedProperties?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* The host name of the domain. Must be a domain name.
|
|
42
|
+
*/
|
|
43
|
+
readonly hostName: string;
|
|
44
|
+
/**
|
|
45
|
+
* Resource ID.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* The configuration specifying how to enable mutual TLS for the domain, including specifying allowed FQDN and which server certificate(s) to use.
|
|
50
|
+
*/
|
|
51
|
+
readonly mtlsSettings?: outputs.cdn.v20240601preview.AFDDomainMtlsParametersResponse;
|
|
52
|
+
/**
|
|
53
|
+
* Resource name.
|
|
54
|
+
*/
|
|
55
|
+
readonly name: string;
|
|
56
|
+
/**
|
|
57
|
+
* Resource reference to the Azure resource where custom domain ownership was prevalidated
|
|
58
|
+
*/
|
|
59
|
+
readonly preValidatedCustomDomainResourceId?: outputs.cdn.v20240601preview.ResourceReferenceResponse;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the profile which holds the domain.
|
|
62
|
+
*/
|
|
63
|
+
readonly profileName: string;
|
|
64
|
+
/**
|
|
65
|
+
* Provisioning status
|
|
66
|
+
*/
|
|
67
|
+
readonly provisioningState: string;
|
|
68
|
+
/**
|
|
69
|
+
* The JSON object list that contains the overall picture of how routes are used for the shared custom domain across different profiles.
|
|
70
|
+
*/
|
|
71
|
+
readonly referencedRoutePaths: outputs.cdn.v20240601preview.AFDDomainReferencedRoutePathResponse[];
|
|
72
|
+
/**
|
|
73
|
+
* Read only system data
|
|
74
|
+
*/
|
|
75
|
+
readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
|
|
76
|
+
/**
|
|
77
|
+
* The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
|
|
78
|
+
*/
|
|
79
|
+
readonly tlsSettings?: outputs.cdn.v20240601preview.AFDDomainHttpsParametersResponse;
|
|
80
|
+
/**
|
|
81
|
+
* Resource type.
|
|
82
|
+
*/
|
|
83
|
+
readonly type: string;
|
|
84
|
+
/**
|
|
85
|
+
* Values the customer needs to validate domain ownership
|
|
86
|
+
*/
|
|
87
|
+
readonly validationProperties: outputs.cdn.v20240601preview.DomainValidationPropertiesResponse;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.
|
|
91
|
+
*/
|
|
92
|
+
export declare function getAFDCustomDomainOutput(args: GetAFDCustomDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDCustomDomainResult>;
|
|
93
|
+
export interface GetAFDCustomDomainOutputArgs {
|
|
94
|
+
/**
|
|
95
|
+
* Name of the domain under the profile which is unique globally.
|
|
96
|
+
*/
|
|
97
|
+
customDomainName: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
100
|
+
*/
|
|
101
|
+
profileName: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Name of the Resource group within the Azure subscription.
|
|
104
|
+
*/
|
|
105
|
+
resourceGroupName: pulumi.Input<string>;
|
|
106
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAFDCustomDomainOutput = exports.getAFDCustomDomain = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.
|
|
10
|
+
*/
|
|
11
|
+
function getAFDCustomDomain(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getAFDCustomDomain", {
|
|
14
|
+
"customDomainName": args.customDomainName,
|
|
15
|
+
"profileName": args.profileName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getAFDCustomDomain = getAFDCustomDomain;
|
|
20
|
+
/**
|
|
21
|
+
* Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.
|
|
22
|
+
*/
|
|
23
|
+
function getAFDCustomDomainOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getAFDCustomDomain(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getAFDCustomDomainOutput = getAFDCustomDomainOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QUZEQ3VzdG9tRG9tYWluLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY2RuL3YyMDI0MDYwMXByZXZpZXcvZ2V0QUZEQ3VzdG9tRG9tYWluLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGtCQUFrQixDQUFDLElBQTRCLEVBQUUsSUFBMkI7SUFFeEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsc0RBQXNELEVBQUU7UUFDakYsa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtRQUN6QyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELGdEQVFDO0FBbUZEOztHQUVHO0FBQ0gsU0FBZ0Isd0JBQXdCLENBQUMsSUFBa0MsRUFBRSxJQUEyQjtJQUNwRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM3RSxDQUFDO0FBRkQsNERBRUMifQ==
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAFDEndpoint(args: GetAFDEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDEndpointResult>;
|
|
7
|
+
export interface GetAFDEndpointArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the endpoint under the profile which is unique globally.
|
|
10
|
+
*/
|
|
11
|
+
endpointName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
14
|
+
*/
|
|
15
|
+
profileName: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name of the Resource group within the Azure subscription.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior. The AzureFrontDoor endpoint uses the URL format <endpointname>.azureedge.net.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAFDEndpointResult {
|
|
25
|
+
/**
|
|
26
|
+
* Indicates the endpoint name reuse scope. The default value is TenantReuse.
|
|
27
|
+
*/
|
|
28
|
+
readonly autoGeneratedDomainNameLabelScope?: string;
|
|
29
|
+
readonly deploymentStatus: string;
|
|
30
|
+
/**
|
|
31
|
+
* Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
|
|
32
|
+
*/
|
|
33
|
+
readonly enabledState?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net
|
|
36
|
+
*/
|
|
37
|
+
readonly hostName: string;
|
|
38
|
+
/**
|
|
39
|
+
* Resource ID.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
/**
|
|
43
|
+
* Resource location.
|
|
44
|
+
*/
|
|
45
|
+
readonly location: string;
|
|
46
|
+
/**
|
|
47
|
+
* Resource name.
|
|
48
|
+
*/
|
|
49
|
+
readonly name: string;
|
|
50
|
+
/**
|
|
51
|
+
* The name of the profile which holds the endpoint.
|
|
52
|
+
*/
|
|
53
|
+
readonly profileName: string;
|
|
54
|
+
/**
|
|
55
|
+
* Provisioning status
|
|
56
|
+
*/
|
|
57
|
+
readonly provisioningState: string;
|
|
58
|
+
/**
|
|
59
|
+
* Read only system data
|
|
60
|
+
*/
|
|
61
|
+
readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
|
|
62
|
+
/**
|
|
63
|
+
* Resource tags.
|
|
64
|
+
*/
|
|
65
|
+
readonly tags?: {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Resource type.
|
|
70
|
+
*/
|
|
71
|
+
readonly type: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
75
|
+
*/
|
|
76
|
+
export declare function getAFDEndpointOutput(args: GetAFDEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDEndpointResult>;
|
|
77
|
+
export interface GetAFDEndpointOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* Name of the endpoint under the profile which is unique globally.
|
|
80
|
+
*/
|
|
81
|
+
endpointName: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
84
|
+
*/
|
|
85
|
+
profileName: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Name of the Resource group within the Azure subscription.
|
|
88
|
+
*/
|
|
89
|
+
resourceGroupName: pulumi.Input<string>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAFDEndpointOutput = exports.getAFDEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
10
|
+
*/
|
|
11
|
+
function getAFDEndpoint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getAFDEndpoint", {
|
|
14
|
+
"endpointName": args.endpointName,
|
|
15
|
+
"profileName": args.profileName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getAFDEndpoint = getAFDEndpoint;
|
|
20
|
+
/**
|
|
21
|
+
* Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
22
|
+
*/
|
|
23
|
+
function getAFDEndpointOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getAFDEndpoint(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getAFDEndpointOutput = getAFDEndpointOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QUZERW5kcG9pbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jZG4vdjIwMjQwNjAxcHJldmlldy9nZXRBRkRFbmRwb2ludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixjQUFjLENBQUMsSUFBd0IsRUFBRSxJQUEyQjtJQUVoRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxrREFBa0QsRUFBRTtRQUM3RSxjQUFjLEVBQUUsSUFBSSxDQUFDLFlBQVk7UUFDakMsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCx3Q0FRQztBQW1FRDs7R0FFRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLElBQThCLEVBQUUsSUFBMkI7SUFDNUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsY0FBYyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3pFLENBQUM7QUFGRCxvREFFQyJ9
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets an existing origin within an origin group.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAFDOrigin(args: GetAFDOriginArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDOriginResult>;
|
|
7
|
+
export interface GetAFDOriginArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the origin group which is unique within the profile.
|
|
10
|
+
*/
|
|
11
|
+
originGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the origin which is unique within the profile.
|
|
14
|
+
*/
|
|
15
|
+
originName: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
18
|
+
*/
|
|
19
|
+
profileName: string;
|
|
20
|
+
/**
|
|
21
|
+
* Name of the Resource group within the Azure subscription.
|
|
22
|
+
*/
|
|
23
|
+
resourceGroupName: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetAFDOriginResult {
|
|
29
|
+
/**
|
|
30
|
+
* Resource reference to the Azure origin resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly azureOrigin?: outputs.cdn.v20240601preview.ResourceReferenceResponse;
|
|
33
|
+
readonly deploymentStatus: string;
|
|
34
|
+
/**
|
|
35
|
+
* Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
|
|
36
|
+
*/
|
|
37
|
+
readonly enabledState?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Whether to enable certificate name check at origin level
|
|
40
|
+
*/
|
|
41
|
+
readonly enforceCertificateNameCheck?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
|
|
44
|
+
*/
|
|
45
|
+
readonly hostName: string;
|
|
46
|
+
/**
|
|
47
|
+
* The value of the HTTP port. Must be between 1 and 65535.
|
|
48
|
+
*/
|
|
49
|
+
readonly httpPort?: number;
|
|
50
|
+
/**
|
|
51
|
+
* The value of the HTTPS port. Must be between 1 and 65535.
|
|
52
|
+
*/
|
|
53
|
+
readonly httpsPort?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Resource ID.
|
|
56
|
+
*/
|
|
57
|
+
readonly id: string;
|
|
58
|
+
/**
|
|
59
|
+
* Resource name.
|
|
60
|
+
*/
|
|
61
|
+
readonly name: string;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the origin group which contains this origin.
|
|
64
|
+
*/
|
|
65
|
+
readonly originGroupName: string;
|
|
66
|
+
/**
|
|
67
|
+
* The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
|
|
68
|
+
*/
|
|
69
|
+
readonly originHostHeader?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5
|
|
72
|
+
*/
|
|
73
|
+
readonly priority?: number;
|
|
74
|
+
/**
|
|
75
|
+
* Provisioning status
|
|
76
|
+
*/
|
|
77
|
+
readonly provisioningState: string;
|
|
78
|
+
/**
|
|
79
|
+
* The properties of the private link resource for private origin.
|
|
80
|
+
*/
|
|
81
|
+
readonly sharedPrivateLinkResource?: outputs.cdn.v20240601preview.SharedPrivateLinkResourcePropertiesResponse;
|
|
82
|
+
/**
|
|
83
|
+
* Read only system data
|
|
84
|
+
*/
|
|
85
|
+
readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
|
|
86
|
+
/**
|
|
87
|
+
* Resource type.
|
|
88
|
+
*/
|
|
89
|
+
readonly type: string;
|
|
90
|
+
/**
|
|
91
|
+
* Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
|
|
92
|
+
*/
|
|
93
|
+
readonly weight?: number;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Gets an existing origin within an origin group.
|
|
97
|
+
*/
|
|
98
|
+
export declare function getAFDOriginOutput(args: GetAFDOriginOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDOriginResult>;
|
|
99
|
+
export interface GetAFDOriginOutputArgs {
|
|
100
|
+
/**
|
|
101
|
+
* Name of the origin group which is unique within the profile.
|
|
102
|
+
*/
|
|
103
|
+
originGroupName: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Name of the origin which is unique within the profile.
|
|
106
|
+
*/
|
|
107
|
+
originName: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
110
|
+
*/
|
|
111
|
+
profileName: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Name of the Resource group within the Azure subscription.
|
|
114
|
+
*/
|
|
115
|
+
resourceGroupName: pulumi.Input<string>;
|
|
116
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAFDOriginOutput = exports.getAFDOrigin = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets an existing origin within an origin group.
|
|
10
|
+
*/
|
|
11
|
+
function getAFDOrigin(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getAFDOrigin", {
|
|
14
|
+
"originGroupName": args.originGroupName,
|
|
15
|
+
"originName": args.originName,
|
|
16
|
+
"profileName": args.profileName,
|
|
17
|
+
"resourceGroupName": args.resourceGroupName,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getAFDOrigin = getAFDOrigin;
|
|
21
|
+
/**
|
|
22
|
+
* Gets an existing origin within an origin group.
|
|
23
|
+
*/
|
|
24
|
+
function getAFDOriginOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getAFDOrigin(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getAFDOriginOutput = getAFDOriginOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QUZET3JpZ2luLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY2RuL3YyMDI0MDYwMXByZXZpZXcvZ2V0QUZET3JpZ2luLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLFlBQVksQ0FBQyxJQUFzQixFQUFFLElBQTJCO0lBRTVFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdEQUFnRCxFQUFFO1FBQzNFLGlCQUFpQixFQUFFLElBQUksQ0FBQyxlQUFlO1FBQ3ZDLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtRQUM3QixhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVRELG9DQVNDO0FBMkZEOztHQUVHO0FBQ0gsU0FBZ0Isa0JBQWtCLENBQUMsSUFBNEIsRUFBRSxJQUEyQjtJQUN4RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDdkUsQ0FBQztBQUZELGdEQUVDIn0=
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets an existing origin group within a profile.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAFDOriginGroup(args: GetAFDOriginGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDOriginGroupResult>;
|
|
7
|
+
export interface GetAFDOriginGroupArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the origin group which is unique within the endpoint.
|
|
10
|
+
*/
|
|
11
|
+
originGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
14
|
+
*/
|
|
15
|
+
profileName: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name of the Resource group within the Azure subscription.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAFDOriginGroupResult {
|
|
25
|
+
readonly deploymentStatus: string;
|
|
26
|
+
/**
|
|
27
|
+
* Health probe settings to the origin that is used to determine the health of the origin.
|
|
28
|
+
*/
|
|
29
|
+
readonly healthProbeSettings?: outputs.cdn.v20240601preview.HealthProbeParametersResponse;
|
|
30
|
+
/**
|
|
31
|
+
* Resource ID.
|
|
32
|
+
*/
|
|
33
|
+
readonly id: string;
|
|
34
|
+
/**
|
|
35
|
+
* Load balancing settings for a backend pool
|
|
36
|
+
*/
|
|
37
|
+
readonly loadBalancingSettings?: outputs.cdn.v20240601preview.LoadBalancingSettingsParametersResponse;
|
|
38
|
+
/**
|
|
39
|
+
* Resource name.
|
|
40
|
+
*/
|
|
41
|
+
readonly name: string;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the profile which holds the origin group.
|
|
44
|
+
*/
|
|
45
|
+
readonly profileName: string;
|
|
46
|
+
/**
|
|
47
|
+
* Provisioning status
|
|
48
|
+
*/
|
|
49
|
+
readonly provisioningState: string;
|
|
50
|
+
/**
|
|
51
|
+
* Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
|
|
52
|
+
*/
|
|
53
|
+
readonly sessionAffinityState?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Read only system data
|
|
56
|
+
*/
|
|
57
|
+
readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
|
|
58
|
+
/**
|
|
59
|
+
* Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.
|
|
60
|
+
*/
|
|
61
|
+
readonly trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Resource type.
|
|
64
|
+
*/
|
|
65
|
+
readonly type: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Gets an existing origin group within a profile.
|
|
69
|
+
*/
|
|
70
|
+
export declare function getAFDOriginGroupOutput(args: GetAFDOriginGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDOriginGroupResult>;
|
|
71
|
+
export interface GetAFDOriginGroupOutputArgs {
|
|
72
|
+
/**
|
|
73
|
+
* Name of the origin group which is unique within the endpoint.
|
|
74
|
+
*/
|
|
75
|
+
originGroupName: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
|
|
78
|
+
*/
|
|
79
|
+
profileName: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Name of the Resource group within the Azure subscription.
|
|
82
|
+
*/
|
|
83
|
+
resourceGroupName: pulumi.Input<string>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAFDOriginGroupOutput = exports.getAFDOriginGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets an existing origin group within a profile.
|
|
10
|
+
*/
|
|
11
|
+
function getAFDOriginGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getAFDOriginGroup", {
|
|
14
|
+
"originGroupName": args.originGroupName,
|
|
15
|
+
"profileName": args.profileName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getAFDOriginGroup = getAFDOriginGroup;
|
|
20
|
+
/**
|
|
21
|
+
* Gets an existing origin group within a profile.
|
|
22
|
+
*/
|
|
23
|
+
function getAFDOriginGroupOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getAFDOriginGroup(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getAFDOriginGroupOutput = getAFDOriginGroupOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QUZET3JpZ2luR3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jZG4vdjIwMjQwNjAxcHJldmlldy9nZXRBRkRPcmlnaW5Hcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixpQkFBaUIsQ0FBQyxJQUEyQixFQUFFLElBQTJCO0lBRXRGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHFEQUFxRCxFQUFFO1FBQ2hGLGlCQUFpQixFQUFFLElBQUksQ0FBQyxlQUFlO1FBQ3ZDLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOENBUUM7QUErREQ7O0dBRUc7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVFLENBQUM7QUFGRCwwREFFQyJ9
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets an existing target group within a profile.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAFDTargetGroup(args: GetAFDTargetGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDTargetGroupResult>;
|
|
7
|
+
export interface GetAFDTargetGroupArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
|
|
10
|
+
*/
|
|
11
|
+
profileName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the Resource group within the Azure subscription.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name of the Target Group under the profile.
|
|
18
|
+
*/
|
|
19
|
+
targetGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* AFDTargetGroup comprises a list of Endpoints that is used for tunnelling protocols to allow certain traffic.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAFDTargetGroupResult {
|
|
25
|
+
readonly deploymentStatus: string;
|
|
26
|
+
/**
|
|
27
|
+
* Resource ID.
|
|
28
|
+
*/
|
|
29
|
+
readonly id: string;
|
|
30
|
+
/**
|
|
31
|
+
* Resource name.
|
|
32
|
+
*/
|
|
33
|
+
readonly name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Provisioning status
|
|
36
|
+
*/
|
|
37
|
+
readonly provisioningState: string;
|
|
38
|
+
/**
|
|
39
|
+
* Read only system data
|
|
40
|
+
*/
|
|
41
|
+
readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
|
|
42
|
+
/**
|
|
43
|
+
* TargetEndpoint list referenced by this target group.
|
|
44
|
+
*/
|
|
45
|
+
readonly targetEndpoints: outputs.cdn.v20240601preview.TargetEndpointResponse[];
|
|
46
|
+
/**
|
|
47
|
+
* Resource type.
|
|
48
|
+
*/
|
|
49
|
+
readonly type: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Gets an existing target group within a profile.
|
|
53
|
+
*/
|
|
54
|
+
export declare function getAFDTargetGroupOutput(args: GetAFDTargetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDTargetGroupResult>;
|
|
55
|
+
export interface GetAFDTargetGroupOutputArgs {
|
|
56
|
+
/**
|
|
57
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
|
|
58
|
+
*/
|
|
59
|
+
profileName: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Name of the Resource group within the Azure subscription.
|
|
62
|
+
*/
|
|
63
|
+
resourceGroupName: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Name of the Target Group under the profile.
|
|
66
|
+
*/
|
|
67
|
+
targetGroupName: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAFDTargetGroupOutput = exports.getAFDTargetGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets an existing target group within a profile.
|
|
10
|
+
*/
|
|
11
|
+
function getAFDTargetGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getAFDTargetGroup", {
|
|
14
|
+
"profileName": args.profileName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"targetGroupName": args.targetGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getAFDTargetGroup = getAFDTargetGroup;
|
|
20
|
+
/**
|
|
21
|
+
* Gets an existing target group within a profile.
|
|
22
|
+
*/
|
|
23
|
+
function getAFDTargetGroupOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getAFDTargetGroup(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getAFDTargetGroupOutput = getAFDTargetGroupOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QUZEVGFyZ2V0R3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jZG4vdjIwMjQwNjAxcHJldmlldy9nZXRBRkRUYXJnZXRHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixpQkFBaUIsQ0FBQyxJQUEyQixFQUFFLElBQTJCO0lBRXRGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHFEQUFxRCxFQUFFO1FBQ2hGLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGlCQUFpQixFQUFFLElBQUksQ0FBQyxlQUFlO0tBQzFDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOENBUUM7QUErQ0Q7O0dBRUc7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVFLENBQUM7QUFGRCwwREFFQyJ9
|