共用方式為


@azure/arm-nginx package

類別

NginxManagementClient

介面

Certificates

表示憑證的介面。

CertificatesCreateOrUpdateOptionalParams

選用參數。

CertificatesDeleteOptionalParams

選用參數。

CertificatesGetOptionalParams

選用參數。

CertificatesListNextOptionalParams

選用參數。

CertificatesListOptionalParams

選用參數。

Configurations

表示組態的介面。

ConfigurationsCreateOrUpdateOptionalParams

選用參數。

ConfigurationsDeleteOptionalParams

選用參數。

ConfigurationsGetOptionalParams

選用參數。

ConfigurationsListNextOptionalParams

選用參數。

ConfigurationsListOptionalParams

選用參數。

Deployments

表示部署的介面。

DeploymentsCreateOrUpdateOptionalParams

選用參數。

DeploymentsDeleteOptionalParams

選用參數。

DeploymentsGetOptionalParams

選用參數。

DeploymentsListByResourceGroupNextOptionalParams

選用參數。

DeploymentsListByResourceGroupOptionalParams

選用參數。

DeploymentsListNextOptionalParams

選用參數。

DeploymentsListOptionalParams

選用參數。

DeploymentsUpdateOptionalParams

選用參數。

ErrorResponseBody
IdentityProperties
NginxCertificate
NginxCertificateListResponse
NginxCertificateProperties
NginxConfiguration
NginxConfigurationFile
NginxConfigurationListResponse

清單作業的回應。

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

選用參數。

NginxNetworkInterfaceConfiguration
NginxNetworkProfile
NginxPrivateIPAddress
NginxPublicIPAddress
NginxStorageAccount
OperationDisplay

表示作業的 物件。

OperationListResult

列出 Nginx.NginxPlus 作業的 GET 要求結果。

OperationResult

Nginx.NginxPlus REST API 作業。

Operations

表示作業的介面。

OperationsListNextOptionalParams

選用參數。

OperationsListOptionalParams

選用參數。

ResourceProviderDefaultErrorResponse
ResourceSku
SystemData

與建立和上次修改資源相關的中繼資料。

UserIdentityProperties

類型別名

CertificatesCreateOrUpdateResponse

包含 createOrUpdate 作業的回應資料。

CertificatesGetResponse

包含取得作業的回應資料。

CertificatesListNextResponse

包含 listNext 作業的回應資料。

CertificatesListResponse

包含清單作業的回應資料。

ConfigurationsCreateOrUpdateResponse

包含 createOrUpdate 作業的回應資料。

ConfigurationsGetResponse

包含取得作業的回應資料。

ConfigurationsListNextResponse

包含 listNext 作業的回應資料。

ConfigurationsListResponse

包含清單作業的回應資料。

CreatedByType

定義 CreatedByType 的值。
KnownCreatedByType 可以與 CreatedByType 交換使用,此列舉包含服務支援的已知值。

服務支援的已知值

使用者
應用程式
ManagedIdentity
金鑰

DeploymentsCreateOrUpdateResponse

包含 createOrUpdate 作業的回應資料。

DeploymentsGetResponse

包含取得作業的回應資料。

DeploymentsListByResourceGroupNextResponse

包含 listByResourceGroupNext 作業的回應資料。

DeploymentsListByResourceGroupResponse

包含 listByResourceGroup 作業的回應資料。

DeploymentsListNextResponse

包含 listNext 作業的回應資料。

DeploymentsListResponse

包含清單作業的回應資料。

DeploymentsUpdateResponse

包含更新作業的回應資料。

IdentityType

定義 IdentityType 的值。
KnownIdentityType 可以與 IdentityType 交換使用,此列舉包含服務支援的已知值。

服務支援的已知值

SystemAssigned
UserAssigned
SystemAssigned、UserAssigned
None

NginxPrivateIPAllocationMethod

定義 NginxPrivateIPAllocationMethod 的值。
KnownNginxPrivateIPAllocationMethod 可以與 NginxPrivateIPAllocationMethod 交換使用,此列舉包含服務支援的已知值。

服務支援的已知值

靜態
動態

OperationsListNextResponse

包含 listNext 作業的回應資料。

OperationsListResponse

包含清單作業的回應資料。

ProvisioningState

定義 ProvisioningState 的值。
KnownProvisioningState 可以與 ProvisioningState 交換使用,此列舉包含服務支援的已知值。

服務支援的已知值

已接受
建立中
更新
刪除中
已成功
已失敗
Canceled
已刪除
NotSpecified

列舉

KnownCreatedByType

服務接受的 CreatedByType 已知值。

KnownIdentityType

服務接受的 IdentityType 已知值。

KnownNginxPrivateIPAllocationMethod

服務接受的 NginxPrivateIPAllocationMethod 已知值。

KnownProvisioningState

服務接受的 ProvisioningState 已知值。

函數

getContinuationToken(unknown)

假設反覆運算器所產生的 byPage 最後 .value 一個,傳回一個接續權杖,可用來開始從該點稍後分頁。

函式詳細資料

getContinuationToken(unknown)

假設反覆運算器所產生的 byPage 最後 .value 一個,傳回一個接續權杖,可用來開始從該點稍後分頁。

function getContinuationToken(page: unknown): string | undefined

參數

page

unknown

從反覆運算器存取 value IteratorResult byPage 的物件。

傳回

string | undefined

未來呼叫期間可以傳入 byPage () 的接續權杖。