共用方式為


@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

NginxPrivateIPAllocationMethod

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

服務支援的已知值

靜態
動態

OperationsListNextResponse

包含 listNext 作業的響應數據。

OperationsListResponse

包含清單作業的回應數據。

ProvisioningState

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

服務支援的已知值

已接受
建立
更新
刪除
成功
失敗
已取消
已刪除
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

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

傳回

string | undefined

未來呼叫期間可傳遞至 byPage() 的接續令牌。