@azure/arm-nginx package
Classes
| NginxManagementClient |
Interfaces
Type Aliases
| CertificatesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| CertificatesGetResponse |
Contains response data for the get operation. |
| CertificatesListNextResponse |
Contains response data for the listNext operation. |
| CertificatesListResponse |
Contains response data for the list operation. |
| ConfigurationsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| ConfigurationsGetResponse |
Contains response data for the get operation. |
| ConfigurationsListNextResponse |
Contains response data for the listNext operation. |
| ConfigurationsListResponse |
Contains response data for the list operation. |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| DeploymentsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| DeploymentsGetResponse |
Contains response data for the get operation. |
| DeploymentsListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
| DeploymentsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| DeploymentsListNextResponse |
Contains response data for the listNext operation. |
| DeploymentsListResponse |
Contains response data for the list operation. |
| DeploymentsUpdateResponse |
Contains response data for the update operation. |
| IdentityType |
Defines values for IdentityType. Known values supported by the serviceSystemAssigned |
| NginxPrivateIPAllocationMethod |
Defines values for NginxPrivateIPAllocationMethod. Known values supported by the serviceStatic |
| OperationsListNextResponse |
Contains response data for the listNext operation. |
| OperationsListResponse |
Contains response data for the list operation. |
| ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceAccepted |
Enums
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownIdentityType |
Known values of IdentityType that the service accepts. |
| KnownNginxPrivateIPAllocationMethod |
Known values of NginxPrivateIPAllocationMethod that the service accepts. |
| KnownProvisioningState |
Known values of ProvisioningState that the service accepts. |
Functions
| get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value produced by the byPage iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value on the IteratorResult from a byPage iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.