@azure/arm-nginx package

Classes

NginxManagementClient

Interfaces

Certificates

Interface representing a Certificates.

CertificatesCreateOrUpdateOptionalParams

Optional parameters.

CertificatesDeleteOptionalParams

Optional parameters.

CertificatesGetOptionalParams

Optional parameters.

CertificatesListNextOptionalParams

Optional parameters.

CertificatesListOptionalParams

Optional parameters.

Configurations

Interface representing a Configurations.

ConfigurationsCreateOrUpdateOptionalParams

Optional parameters.

ConfigurationsDeleteOptionalParams

Optional parameters.

ConfigurationsGetOptionalParams

Optional parameters.

ConfigurationsListNextOptionalParams

Optional parameters.

ConfigurationsListOptionalParams

Optional parameters.

Deployments

Interface representing a Deployments.

DeploymentsCreateOrUpdateOptionalParams

Optional parameters.

DeploymentsDeleteOptionalParams

Optional parameters.

DeploymentsGetOptionalParams

Optional parameters.

DeploymentsListByResourceGroupNextOptionalParams

Optional parameters.

DeploymentsListByResourceGroupOptionalParams

Optional parameters.

DeploymentsListNextOptionalParams

Optional parameters.

DeploymentsListOptionalParams

Optional parameters.

DeploymentsUpdateOptionalParams

Optional parameters.

ErrorResponseBody
IdentityProperties
NginxCertificate
NginxCertificateListResponse
NginxCertificateProperties
NginxConfiguration
NginxConfigurationFile
NginxConfigurationListResponse

Response of a list operation.

NginxConfigurationPackage
NginxConfigurationProperties
NginxDeployment
NginxDeploymentListResponse
NginxDeploymentProperties
NginxDeploymentScalingProperties
NginxDeploymentUpdateParameters
NginxDeploymentUpdateProperties
NginxDeploymentUserProfile
NginxFrontendIPConfiguration
NginxLogging
NginxManagementClientOptionalParams

Optional parameters.

NginxNetworkInterfaceConfiguration
NginxNetworkProfile
NginxPrivateIPAddress
NginxPublicIPAddress
NginxStorageAccount
OperationDisplay

The object that represents the operation.

OperationListResult

Result of GET request to list Nginx.NginxPlus operations.

OperationResult

A Nginx.NginxPlus REST API operation.

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

ResourceProviderDefaultErrorResponse
ResourceSku
SystemData

Metadata pertaining to creation and last modification of the resource.

UserIdentityProperties

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.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

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.
KnownIdentityType can be used interchangeably with IdentityType, this enum contains the known values that the service supports.

Known values supported by the service

SystemAssigned
UserAssigned
SystemAssigned, UserAssigned
None

NginxPrivateIPAllocationMethod

Defines values for NginxPrivateIPAllocationMethod.
KnownNginxPrivateIPAllocationMethod can be used interchangeably with NginxPrivateIPAllocationMethod, this enum contains the known values that the service supports.

Known values supported by the service

Static
Dynamic

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

ProvisioningState

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Accepted
Creating
Updating
Deleting
Succeeded
Failed
Canceled
Deleted
NotSpecified

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

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 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.