@azure/arm-webpubsub 1.1.1-alpha.20230718.1 → 2.0.0-beta.1
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/CHANGELOG.md +43 -8
- package/README.md +1 -1
- package/dist/index.js +1025 -397
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js +2 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListKeysSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubListSkusSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js +2 -4
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js +60 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js +45 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubRestartSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.js +2 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +167 -83
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +20 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -2
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +187 -95
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +3 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +32 -4
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/webPubSub.d.ts +27 -35
- package/dist-esm/src/operations/webPubSub.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSub.js +66 -40
- package/dist-esm/src/operations/webPubSub.js.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts +7 -14
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.js +9 -15
- package/dist-esm/src/operations/webPubSubCustomCertificates.js.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts +8 -16
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.js +10 -17
- package/dist-esm/src/operations/webPubSubCustomDomains.js.map +1 -1
- package/dist-esm/src/operations/webPubSubHubs.d.ts +8 -16
- package/dist-esm/src/operations/webPubSubHubs.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubHubs.js +10 -17
- package/dist-esm/src/operations/webPubSubHubs.js.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts +15 -18
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js +15 -18
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts +3 -6
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js +3 -6
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/webPubSubReplicas.d.ts +107 -0
- package/dist-esm/src/operations/webPubSubReplicas.d.ts.map +1 -0
- package/dist-esm/src/operations/webPubSubReplicas.js +507 -0
- package/dist-esm/src/operations/webPubSubReplicas.js.map +1 -0
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts +8 -16
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js +11 -18
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts +25 -31
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts +5 -10
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts +6 -12
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts +6 -12
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts +13 -14
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts +1 -2
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js +9 -0
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts +6 -12
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/webPubSubManagementClient.d.ts +3 -3
- package/dist-esm/src/webPubSubManagementClient.d.ts.map +1 -1
- package/dist-esm/src/webPubSubManagementClient.js +5 -5
- package/dist-esm/src/webPubSubManagementClient.js.map +1 -1
- package/dist-esm/test/webpubsub_examples.spec.js +1 -1
- package/dist-esm/test/webpubsub_examples.spec.js.map +1 -1
- package/package.json +4 -4
- package/review/arm-webpubsub.api.md +134 -9
- package/src/models/index.ts +198 -86
- package/src/models/mappers.ts +195 -97
- package/src/models/parameters.ts +34 -3
- package/src/operations/index.ts +1 -0
- package/src/operations/webPubSub.ts +91 -44
- package/src/operations/webPubSubCustomCertificates.ts +9 -15
- package/src/operations/webPubSubCustomDomains.ts +10 -17
- package/src/operations/webPubSubHubs.ts +10 -17
- package/src/operations/webPubSubPrivateEndpointConnections.ts +15 -18
- package/src/operations/webPubSubPrivateLinkResources.ts +3 -6
- package/src/operations/webPubSubReplicas.ts +702 -0
- package/src/operations/webPubSubSharedPrivateLinkResources.ts +11 -18
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/webPubSub.ts +37 -30
- package/src/operationsInterfaces/webPubSubCustomCertificates.ts +5 -10
- package/src/operationsInterfaces/webPubSubCustomDomains.ts +6 -12
- package/src/operationsInterfaces/webPubSubHubs.ts +6 -12
- package/src/operationsInterfaces/webPubSubPrivateEndpointConnections.ts +13 -14
- package/src/operationsInterfaces/webPubSubPrivateLinkResources.ts +1 -2
- package/src/operationsInterfaces/webPubSubReplicas.ts +166 -0
- package/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts +6 -12
- package/src/webPubSubManagementClient.ts +7 -4
- package/types/arm-webpubsub.d.ts +292 -135
- package/types/tsdoc-metadata.json +1 -1
|
@@ -13,8 +13,7 @@ export declare class WebPubSubCustomCertificatesImpl implements WebPubSubCustomC
|
|
|
13
13
|
constructor(client: WebPubSubManagementClient);
|
|
14
14
|
/**
|
|
15
15
|
* List all custom certificates.
|
|
16
|
-
* @param resourceGroupName The name of the resource group
|
|
17
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
17
|
* @param resourceName The name of the resource.
|
|
19
18
|
* @param options The options parameters.
|
|
20
19
|
*/
|
|
@@ -23,16 +22,14 @@ export declare class WebPubSubCustomCertificatesImpl implements WebPubSubCustomC
|
|
|
23
22
|
private listPagingAll;
|
|
24
23
|
/**
|
|
25
24
|
* List all custom certificates.
|
|
26
|
-
* @param resourceGroupName The name of the resource group
|
|
27
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
26
|
* @param resourceName The name of the resource.
|
|
29
27
|
* @param options The options parameters.
|
|
30
28
|
*/
|
|
31
29
|
private _list;
|
|
32
30
|
/**
|
|
33
31
|
* Get a custom certificate.
|
|
34
|
-
* @param resourceGroupName The name of the resource group
|
|
35
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
33
|
* @param resourceName The name of the resource.
|
|
37
34
|
* @param certificateName Custom certificate name
|
|
38
35
|
* @param options The options parameters.
|
|
@@ -40,8 +37,7 @@ export declare class WebPubSubCustomCertificatesImpl implements WebPubSubCustomC
|
|
|
40
37
|
get(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesGetOptionalParams): Promise<WebPubSubCustomCertificatesGetResponse>;
|
|
41
38
|
/**
|
|
42
39
|
* Create or update a custom certificate.
|
|
43
|
-
* @param resourceGroupName The name of the resource group
|
|
44
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
41
|
* @param resourceName The name of the resource.
|
|
46
42
|
* @param certificateName Custom certificate name
|
|
47
43
|
* @param parameters A custom certificate.
|
|
@@ -50,8 +46,7 @@ export declare class WebPubSubCustomCertificatesImpl implements WebPubSubCustomC
|
|
|
50
46
|
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubCustomCertificatesCreateOrUpdateResponse>, WebPubSubCustomCertificatesCreateOrUpdateResponse>>;
|
|
51
47
|
/**
|
|
52
48
|
* Create or update a custom certificate.
|
|
53
|
-
* @param resourceGroupName The name of the resource group
|
|
54
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
50
|
* @param resourceName The name of the resource.
|
|
56
51
|
* @param certificateName Custom certificate name
|
|
57
52
|
* @param parameters A custom certificate.
|
|
@@ -60,8 +55,7 @@ export declare class WebPubSubCustomCertificatesImpl implements WebPubSubCustomC
|
|
|
60
55
|
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<WebPubSubCustomCertificatesCreateOrUpdateResponse>;
|
|
61
56
|
/**
|
|
62
57
|
* Delete a custom certificate.
|
|
63
|
-
* @param resourceGroupName The name of the resource group
|
|
64
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
59
|
* @param resourceName The name of the resource.
|
|
66
60
|
* @param certificateName Custom certificate name
|
|
67
61
|
* @param options The options parameters.
|
|
@@ -69,8 +63,7 @@ export declare class WebPubSubCustomCertificatesImpl implements WebPubSubCustomC
|
|
|
69
63
|
delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesDeleteOptionalParams): Promise<void>;
|
|
70
64
|
/**
|
|
71
65
|
* ListNext
|
|
72
|
-
* @param resourceGroupName The name of the resource group
|
|
73
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
67
|
* @param resourceName The name of the resource.
|
|
75
68
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
76
69
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubCustomCertificates.d.ts","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomCertificates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAItE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,6CAA6C,EAE7C,4CAA4C,EAC5C,sCAAsC,EACtC,uDAAuD,EACvD,iDAAiD,EACjD,+CAA+C,EAEhD,MAAM,WAAW,CAAC;AAGnB,+DAA+D;AAC/D,qBAAa,+BACX,YAAW,2BAA2B;IACtC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C
|
|
1
|
+
{"version":3,"file":"webPubSubCustomCertificates.d.ts","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomCertificates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAItE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,6CAA6C,EAE7C,4CAA4C,EAC5C,sCAAsC,EACtC,uDAAuD,EACvD,iDAAiD,EACjD,+CAA+C,EAEhD,MAAM,WAAW,CAAC;AAGnB,+DAA+D;AAC/D,qBAAa,+BACX,YAAW,2BAA2B;IACtC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,iBAAiB,CAAC;YAuBjC,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAOlD;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iDAAiD,CAAC,EACjE,iDAAiD,CAClD,CACF;IA+DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC;IAW7D;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -24,8 +24,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* List all custom certificates.
|
|
27
|
-
* @param resourceGroupName The name of the resource group
|
|
28
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
28
|
* @param resourceName The name of the resource.
|
|
30
29
|
* @param options The options parameters.
|
|
31
30
|
*/
|
|
@@ -93,8 +92,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
93
92
|
}
|
|
94
93
|
/**
|
|
95
94
|
* List all custom certificates.
|
|
96
|
-
* @param resourceGroupName The name of the resource group
|
|
97
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
96
|
* @param resourceName The name of the resource.
|
|
99
97
|
* @param options The options parameters.
|
|
100
98
|
*/
|
|
@@ -103,8 +101,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
103
101
|
}
|
|
104
102
|
/**
|
|
105
103
|
* Get a custom certificate.
|
|
106
|
-
* @param resourceGroupName The name of the resource group
|
|
107
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
104
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
108
105
|
* @param resourceName The name of the resource.
|
|
109
106
|
* @param certificateName Custom certificate name
|
|
110
107
|
* @param options The options parameters.
|
|
@@ -114,8 +111,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
114
111
|
}
|
|
115
112
|
/**
|
|
116
113
|
* Create or update a custom certificate.
|
|
117
|
-
* @param resourceGroupName The name of the resource group
|
|
118
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
114
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
119
115
|
* @param resourceName The name of the resource.
|
|
120
116
|
* @param certificateName Custom certificate name
|
|
121
117
|
* @param parameters A custom certificate.
|
|
@@ -158,7 +154,8 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
158
154
|
});
|
|
159
155
|
const poller = yield createHttpPoller(lro, {
|
|
160
156
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
161
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
157
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
158
|
+
resourceLocationConfig: "azure-async-operation"
|
|
162
159
|
});
|
|
163
160
|
yield poller.poll();
|
|
164
161
|
return poller;
|
|
@@ -166,8 +163,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
166
163
|
}
|
|
167
164
|
/**
|
|
168
165
|
* Create or update a custom certificate.
|
|
169
|
-
* @param resourceGroupName The name of the resource group
|
|
170
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
166
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
171
167
|
* @param resourceName The name of the resource.
|
|
172
168
|
* @param certificateName Custom certificate name
|
|
173
169
|
* @param parameters A custom certificate.
|
|
@@ -181,8 +177,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
181
177
|
}
|
|
182
178
|
/**
|
|
183
179
|
* Delete a custom certificate.
|
|
184
|
-
* @param resourceGroupName The name of the resource group
|
|
185
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
180
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
186
181
|
* @param resourceName The name of the resource.
|
|
187
182
|
* @param certificateName Custom certificate name
|
|
188
183
|
* @param options The options parameters.
|
|
@@ -192,8 +187,7 @@ export class WebPubSubCustomCertificatesImpl {
|
|
|
192
187
|
}
|
|
193
188
|
/**
|
|
194
189
|
* ListNext
|
|
195
|
-
* @param resourceGroupName The name of the resource group
|
|
196
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
190
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
197
191
|
* @param resourceName The name of the resource.
|
|
198
192
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
199
193
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubCustomCertificates.js","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomCertificates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAGL,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAc3C,4CAA4C;AAC5C,+DAA+D;AAC/D,MAAM,OAAO,+BAA+B;IAI1C;;;OAGG;IACH,YAAY,MAAiC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED
|
|
1
|
+
{"version":3,"file":"webPubSubCustomCertificates.js","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomCertificates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAGL,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAc3C,4CAA4C;AAC5C,+DAA+D;AAC/D,MAAM,OAAO,+BAA+B;IAI1C;;;OAGG;IACH,YAAY,MAAiC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAuD;QAEvD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;oBACzB,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;iBACpE;gBACD,OAAO,IAAI,CAAC,cAAc,CACxB,iBAAiB,EACjB,YAAY,EACZ,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAuD,EACvD,QAAuB;;YAEvB,IAAI,MAA+C,CAAC;YACpD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,cAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;gBACpE,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;aACZ;YACD,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,cAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;aACZ;QACH,CAAC;KAAA;IAEc,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAuD;;;;gBAEvD,KAAyB,eAAA,KAAA,cAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBAJwB,cAIxB;oBAJwB,WAIxB;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACK,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5C,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,eAAuB,EACvB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,EAC7D,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAyB,EACzB,YAAoB,EACpB,eAAuB,EACvB,UAA6B,EAC7B,OAAiE;;YAOjE,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EAC8B,EAAE;gBAC9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;gBACf,IAAI,EAAE;oBACJ,iBAAiB;oBACjB,YAAY;oBACZ,eAAe;oBACf,UAAU;oBACV,OAAO;iBACR;gBACD,IAAI,EAAE,2BAA2B;aAClC,CAAC,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;gBACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;gBACzC,sBAAsB,EAAE,uBAAuB;aAChD,CAAC,CAAC;YACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;YACpB,OAAO,MAAM,CAAC;QAChB,CAAC;KAAA;IAED;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAyB,EACzB,YAAoB,EACpB,eAAuB,EACvB,UAA6B,EAC7B,OAAiE;;YAEjE,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAC3C,iBAAiB,EACjB,YAAY,EACZ,eAAe,EACf,UAAU,EACV,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;OAMG;IACH,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,eAAuB,EACvB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,EAC7D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,SAAS,CACf,iBAAyB,EACzB,YAAoB,EACpB,QAAgB,EAChB,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtD,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EACF,mJAAmJ;IACrJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,qKAAqK;IACvK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EACF,qKAAqK;IACvK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,qKAAqK;IACvK,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|
|
@@ -13,8 +13,7 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
13
13
|
constructor(client: WebPubSubManagementClient);
|
|
14
14
|
/**
|
|
15
15
|
* List all custom domains.
|
|
16
|
-
* @param resourceGroupName The name of the resource group
|
|
17
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
17
|
* @param resourceName The name of the resource.
|
|
19
18
|
* @param options The options parameters.
|
|
20
19
|
*/
|
|
@@ -23,16 +22,14 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
23
22
|
private listPagingAll;
|
|
24
23
|
/**
|
|
25
24
|
* List all custom domains.
|
|
26
|
-
* @param resourceGroupName The name of the resource group
|
|
27
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
26
|
* @param resourceName The name of the resource.
|
|
29
27
|
* @param options The options parameters.
|
|
30
28
|
*/
|
|
31
29
|
private _list;
|
|
32
30
|
/**
|
|
33
31
|
* Get a custom domain.
|
|
34
|
-
* @param resourceGroupName The name of the resource group
|
|
35
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
33
|
* @param resourceName The name of the resource.
|
|
37
34
|
* @param name Custom domain name.
|
|
38
35
|
* @param options The options parameters.
|
|
@@ -40,8 +37,7 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
40
37
|
get(resourceGroupName: string, resourceName: string, name: string, options?: WebPubSubCustomDomainsGetOptionalParams): Promise<WebPubSubCustomDomainsGetResponse>;
|
|
41
38
|
/**
|
|
42
39
|
* Create or update a custom domain.
|
|
43
|
-
* @param resourceGroupName The name of the resource group
|
|
44
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
41
|
* @param resourceName The name of the resource.
|
|
46
42
|
* @param name Custom domain name.
|
|
47
43
|
* @param parameters A custom domain
|
|
@@ -50,8 +46,7 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
50
46
|
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: WebPubSubCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubCustomDomainsCreateOrUpdateResponse>, WebPubSubCustomDomainsCreateOrUpdateResponse>>;
|
|
51
47
|
/**
|
|
52
48
|
* Create or update a custom domain.
|
|
53
|
-
* @param resourceGroupName The name of the resource group
|
|
54
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
50
|
* @param resourceName The name of the resource.
|
|
56
51
|
* @param name Custom domain name.
|
|
57
52
|
* @param parameters A custom domain
|
|
@@ -60,8 +55,7 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
60
55
|
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: WebPubSubCustomDomainsCreateOrUpdateOptionalParams): Promise<WebPubSubCustomDomainsCreateOrUpdateResponse>;
|
|
61
56
|
/**
|
|
62
57
|
* Delete a custom domain.
|
|
63
|
-
* @param resourceGroupName The name of the resource group
|
|
64
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
59
|
* @param resourceName The name of the resource.
|
|
66
60
|
* @param name Custom domain name.
|
|
67
61
|
* @param options The options parameters.
|
|
@@ -69,8 +63,7 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
69
63
|
beginDelete(resourceGroupName: string, resourceName: string, name: string, options?: WebPubSubCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
70
64
|
/**
|
|
71
65
|
* Delete a custom domain.
|
|
72
|
-
* @param resourceGroupName The name of the resource group
|
|
73
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
67
|
* @param resourceName The name of the resource.
|
|
75
68
|
* @param name Custom domain name.
|
|
76
69
|
* @param options The options parameters.
|
|
@@ -78,8 +71,7 @@ export declare class WebPubSubCustomDomainsImpl implements WebPubSubCustomDomain
|
|
|
78
71
|
beginDeleteAndWait(resourceGroupName: string, resourceName: string, name: string, options?: WebPubSubCustomDomainsDeleteOptionalParams): Promise<void>;
|
|
79
72
|
/**
|
|
80
73
|
* ListNext
|
|
81
|
-
* @param resourceGroupName The name of the resource group
|
|
82
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
75
|
* @param resourceName The name of the resource.
|
|
84
76
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
85
77
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubCustomDomains.d.ts","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomDomains.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAIjE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,EAEZ,wCAAwC,EAExC,uCAAuC,EACvC,iCAAiC,EACjC,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAE3C,MAAM,WAAW,CAAC;AAGnB,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C
|
|
1
|
+
{"version":3,"file":"webPubSubCustomDomains.d.ts","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomDomains.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAIjE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,EAEZ,wCAAwC,EAExC,uCAAuC,EACvC,iCAAiC,EACjC,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAE3C,MAAM,WAAW,CAAC;AAGnB,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,YAAY,CAAC;YAuB5B,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4CAA4C,CAAC,EAC5D,4CAA4C,CAC7C,CACF;IAyDD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAWxD;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -24,8 +24,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* List all custom domains.
|
|
27
|
-
* @param resourceGroupName The name of the resource group
|
|
28
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
28
|
* @param resourceName The name of the resource.
|
|
30
29
|
* @param options The options parameters.
|
|
31
30
|
*/
|
|
@@ -93,8 +92,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
93
92
|
}
|
|
94
93
|
/**
|
|
95
94
|
* List all custom domains.
|
|
96
|
-
* @param resourceGroupName The name of the resource group
|
|
97
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
96
|
* @param resourceName The name of the resource.
|
|
99
97
|
* @param options The options parameters.
|
|
100
98
|
*/
|
|
@@ -103,8 +101,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
103
101
|
}
|
|
104
102
|
/**
|
|
105
103
|
* Get a custom domain.
|
|
106
|
-
* @param resourceGroupName The name of the resource group
|
|
107
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
104
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
108
105
|
* @param resourceName The name of the resource.
|
|
109
106
|
* @param name Custom domain name.
|
|
110
107
|
* @param options The options parameters.
|
|
@@ -114,8 +111,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
114
111
|
}
|
|
115
112
|
/**
|
|
116
113
|
* Create or update a custom domain.
|
|
117
|
-
* @param resourceGroupName The name of the resource group
|
|
118
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
114
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
119
115
|
* @param resourceName The name of the resource.
|
|
120
116
|
* @param name Custom domain name.
|
|
121
117
|
* @param parameters A custom domain
|
|
@@ -152,7 +148,8 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
152
148
|
});
|
|
153
149
|
const poller = yield createHttpPoller(lro, {
|
|
154
150
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
155
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
151
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
152
|
+
resourceLocationConfig: "azure-async-operation"
|
|
156
153
|
});
|
|
157
154
|
yield poller.poll();
|
|
158
155
|
return poller;
|
|
@@ -160,8 +157,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
160
157
|
}
|
|
161
158
|
/**
|
|
162
159
|
* Create or update a custom domain.
|
|
163
|
-
* @param resourceGroupName The name of the resource group
|
|
164
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
160
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
165
161
|
* @param resourceName The name of the resource.
|
|
166
162
|
* @param name Custom domain name.
|
|
167
163
|
* @param parameters A custom domain
|
|
@@ -175,8 +171,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
175
171
|
}
|
|
176
172
|
/**
|
|
177
173
|
* Delete a custom domain.
|
|
178
|
-
* @param resourceGroupName The name of the resource group
|
|
179
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
174
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
180
175
|
* @param resourceName The name of the resource.
|
|
181
176
|
* @param name Custom domain name.
|
|
182
177
|
* @param options The options parameters.
|
|
@@ -221,8 +216,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
221
216
|
}
|
|
222
217
|
/**
|
|
223
218
|
* Delete a custom domain.
|
|
224
|
-
* @param resourceGroupName The name of the resource group
|
|
225
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
219
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
226
220
|
* @param resourceName The name of the resource.
|
|
227
221
|
* @param name Custom domain name.
|
|
228
222
|
* @param options The options parameters.
|
|
@@ -235,8 +229,7 @@ export class WebPubSubCustomDomainsImpl {
|
|
|
235
229
|
}
|
|
236
230
|
/**
|
|
237
231
|
* ListNext
|
|
238
|
-
* @param resourceGroupName The name of the resource group
|
|
239
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
232
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
240
233
|
* @param resourceName The name of the resource.
|
|
241
234
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
242
235
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubCustomDomains.js","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomDomains.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAGL,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAc3C,4CAA4C;AAC5C,0DAA0D;AAC1D,MAAM,OAAO,0BAA0B;IAGrC;;;OAGG;IACH,YAAY,MAAiC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED
|
|
1
|
+
{"version":3,"file":"webPubSubCustomDomains.js","sourceRoot":"","sources":["../../../src/operations/webPubSubCustomDomains.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,8 +13,7 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
13
13
|
constructor(client: WebPubSubManagementClient);
|
|
14
14
|
/**
|
|
15
15
|
* List hub settings.
|
|
16
|
-
* @param resourceGroupName The name of the resource group
|
|
17
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
17
|
* @param resourceName The name of the resource.
|
|
19
18
|
* @param options The options parameters.
|
|
20
19
|
*/
|
|
@@ -23,8 +22,7 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
23
22
|
private listPagingAll;
|
|
24
23
|
/**
|
|
25
24
|
* List hub settings.
|
|
26
|
-
* @param resourceGroupName The name of the resource group
|
|
27
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
26
|
* @param resourceName The name of the resource.
|
|
29
27
|
* @param options The options parameters.
|
|
30
28
|
*/
|
|
@@ -32,8 +30,7 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
32
30
|
/**
|
|
33
31
|
* Get a hub setting.
|
|
34
32
|
* @param hubName The hub name.
|
|
35
|
-
* @param resourceGroupName The name of the resource group
|
|
36
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
34
|
* @param resourceName The name of the resource.
|
|
38
35
|
* @param options The options parameters.
|
|
39
36
|
*/
|
|
@@ -41,8 +38,7 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
41
38
|
/**
|
|
42
39
|
* Create or update a hub setting.
|
|
43
40
|
* @param hubName The hub name.
|
|
44
|
-
* @param resourceGroupName The name of the resource group
|
|
45
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
42
|
* @param resourceName The name of the resource.
|
|
47
43
|
* @param parameters The resource of WebPubSubHub and its properties
|
|
48
44
|
* @param options The options parameters.
|
|
@@ -51,8 +47,7 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
51
47
|
/**
|
|
52
48
|
* Create or update a hub setting.
|
|
53
49
|
* @param hubName The hub name.
|
|
54
|
-
* @param resourceGroupName The name of the resource group
|
|
55
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
51
|
* @param resourceName The name of the resource.
|
|
57
52
|
* @param parameters The resource of WebPubSubHub and its properties
|
|
58
53
|
* @param options The options parameters.
|
|
@@ -61,8 +56,7 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
61
56
|
/**
|
|
62
57
|
* Delete a hub setting.
|
|
63
58
|
* @param hubName The hub name.
|
|
64
|
-
* @param resourceGroupName The name of the resource group
|
|
65
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
60
|
* @param resourceName The name of the resource.
|
|
67
61
|
* @param options The options parameters.
|
|
68
62
|
*/
|
|
@@ -70,16 +64,14 @@ export declare class WebPubSubHubsImpl implements WebPubSubHubs {
|
|
|
70
64
|
/**
|
|
71
65
|
* Delete a hub setting.
|
|
72
66
|
* @param hubName The hub name.
|
|
73
|
-
* @param resourceGroupName The name of the resource group
|
|
74
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
67
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
68
|
* @param resourceName The name of the resource.
|
|
76
69
|
* @param options The options parameters.
|
|
77
70
|
*/
|
|
78
71
|
beginDeleteAndWait(hubName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubHubsDeleteOptionalParams): Promise<void>;
|
|
79
72
|
/**
|
|
80
73
|
* ListNext
|
|
81
|
-
* @param resourceGroupName The name of the resource group
|
|
82
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
75
|
* @param resourceName The name of the resource.
|
|
84
76
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
85
77
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubHubs.d.ts","sourceRoot":"","sources":["../../../src/operations/webPubSubHubs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,EAEZ,+BAA+B,EAE/B,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EAElC,MAAM,WAAW,CAAC;AAGnB,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C
|
|
1
|
+
{"version":3,"file":"webPubSubHubs.d.ts","sourceRoot":"","sources":["../../../src/operations/webPubSubHubs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,EAEZ,+BAA+B,EAE/B,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EAElC,MAAM,WAAW,CAAC;AAGnB,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC;YAuB5B,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;;OAOG;IACG,mBAAmB,CACvB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mCAAmC,CAAC,EACnD,mCAAmC,CACpC,CACF;IAyDD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAW/C;;;;;;OAMG;IACG,WAAW,CACf,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -24,8 +24,7 @@ export class WebPubSubHubsImpl {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* List hub settings.
|
|
27
|
-
* @param resourceGroupName The name of the resource group
|
|
28
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
28
|
* @param resourceName The name of the resource.
|
|
30
29
|
* @param options The options parameters.
|
|
31
30
|
*/
|
|
@@ -93,8 +92,7 @@ export class WebPubSubHubsImpl {
|
|
|
93
92
|
}
|
|
94
93
|
/**
|
|
95
94
|
* List hub settings.
|
|
96
|
-
* @param resourceGroupName The name of the resource group
|
|
97
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
96
|
* @param resourceName The name of the resource.
|
|
99
97
|
* @param options The options parameters.
|
|
100
98
|
*/
|
|
@@ -104,8 +102,7 @@ export class WebPubSubHubsImpl {
|
|
|
104
102
|
/**
|
|
105
103
|
* Get a hub setting.
|
|
106
104
|
* @param hubName The hub name.
|
|
107
|
-
* @param resourceGroupName The name of the resource group
|
|
108
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
105
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
109
106
|
* @param resourceName The name of the resource.
|
|
110
107
|
* @param options The options parameters.
|
|
111
108
|
*/
|
|
@@ -115,8 +112,7 @@ export class WebPubSubHubsImpl {
|
|
|
115
112
|
/**
|
|
116
113
|
* Create or update a hub setting.
|
|
117
114
|
* @param hubName The hub name.
|
|
118
|
-
* @param resourceGroupName The name of the resource group
|
|
119
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
115
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
120
116
|
* @param resourceName The name of the resource.
|
|
121
117
|
* @param parameters The resource of WebPubSubHub and its properties
|
|
122
118
|
* @param options The options parameters.
|
|
@@ -152,7 +148,8 @@ export class WebPubSubHubsImpl {
|
|
|
152
148
|
});
|
|
153
149
|
const poller = yield createHttpPoller(lro, {
|
|
154
150
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
155
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
151
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
152
|
+
resourceLocationConfig: "azure-async-operation"
|
|
156
153
|
});
|
|
157
154
|
yield poller.poll();
|
|
158
155
|
return poller;
|
|
@@ -161,8 +158,7 @@ export class WebPubSubHubsImpl {
|
|
|
161
158
|
/**
|
|
162
159
|
* Create or update a hub setting.
|
|
163
160
|
* @param hubName The hub name.
|
|
164
|
-
* @param resourceGroupName The name of the resource group
|
|
165
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
161
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
166
162
|
* @param resourceName The name of the resource.
|
|
167
163
|
* @param parameters The resource of WebPubSubHub and its properties
|
|
168
164
|
* @param options The options parameters.
|
|
@@ -176,8 +172,7 @@ export class WebPubSubHubsImpl {
|
|
|
176
172
|
/**
|
|
177
173
|
* Delete a hub setting.
|
|
178
174
|
* @param hubName The hub name.
|
|
179
|
-
* @param resourceGroupName The name of the resource group
|
|
180
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
175
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
181
176
|
* @param resourceName The name of the resource.
|
|
182
177
|
* @param options The options parameters.
|
|
183
178
|
*/
|
|
@@ -222,8 +217,7 @@ export class WebPubSubHubsImpl {
|
|
|
222
217
|
/**
|
|
223
218
|
* Delete a hub setting.
|
|
224
219
|
* @param hubName The hub name.
|
|
225
|
-
* @param resourceGroupName The name of the resource group
|
|
226
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
220
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
227
221
|
* @param resourceName The name of the resource.
|
|
228
222
|
* @param options The options parameters.
|
|
229
223
|
*/
|
|
@@ -235,8 +229,7 @@ export class WebPubSubHubsImpl {
|
|
|
235
229
|
}
|
|
236
230
|
/**
|
|
237
231
|
* ListNext
|
|
238
|
-
* @param resourceGroupName The name of the resource group
|
|
239
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
232
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
240
233
|
* @param resourceName The name of the resource.
|
|
241
234
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
242
235
|
* @param options The options parameters.
|