@azure/arm-extendedlocation package

介面

CustomLocation

自訂位置定義。

CustomLocationFindTargetResourceGroupProperties

尋找目標資源群組作業要求。

CustomLocationFindTargetResourceGroupResult

尋找目標資源群組作業回應。

CustomLocationOperation

自訂位置作業。

CustomLocationOperationValueDisplay

描述自訂位置操作值顯示的屬性。

CustomLocationProperties

自訂地點的物業。

CustomLocationPropertiesAuthentication

這是選擇性輸入,其中包含應該用來產生命名空間的驗證。

CustomLocationsCreateOrUpdateOptionalParams

選擇性參數。

CustomLocationsDeleteOptionalParams

選擇性參數。

CustomLocationsFindTargetResourceGroupOptionalParams

選擇性參數。

CustomLocationsGetOptionalParams

選擇性參數。

CustomLocationsListByResourceGroupOptionalParams

選擇性參數。

CustomLocationsListBySubscriptionOptionalParams

選擇性參數。

CustomLocationsListEnabledResourceTypesOptionalParams

選擇性參數。

CustomLocationsListOperationsOptionalParams

選擇性參數。

CustomLocationsManagementClientOptionalParams

用戶端的選擇性參數。

CustomLocationsOperations

介面代表 CustomLocations 操作。

CustomLocationsUpdateOptionalParams

選擇性參數。

EnabledResourceType

EnabledResourceType 定義。

EnabledResourceTypeProperties

EnabledResourceType 的自訂位置屬性。

EnabledResourceTypePropertiesTypesMetadataItem

資源類型的元資料。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細資料。

ErrorResponse

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。

Identity

資源的身分識別。

MatchExpressionsProperties

資源同步規則 matchExpression 屬性定義。

PageSettings

byPage 方法的選項

PagedAsyncIterableIterator

介面,可讓異步反覆運算同時完成和逐頁執行。

PatchableCustomLocations

自訂位置可修補的資源定義。

PatchableResourceSyncRule

資源同步規則可修補的資源定義。

ProxyResource

Azure Resource Manager Proxy 資源的資源模型定義。 它不會有標記和位置

Resource

回應中針對所有 Azure Resource Manager 資源傳回的常見欄位

ResourceSyncRule

資源同步規則定義。

ResourceSyncRuleProperties

資源同步規則的屬性。 對於未映射的自訂資源,其標籤將利用資源同步規則的選擇器屬性來找出匹配的資源同步規則。 如果此資源同步規則在所有匹配規則中優先權最高,則未映射的自訂資源會投影到與此資源同步規則相關的目標資源群組。

ResourceSyncRulePropertiesSelector

卷標選取器是由兩個部分所組成:matchLabels 和 matchExpressions。 matchLabels 的第一個部分是 {key,value} 組的對應。 matchLabels 對應中的單一 {key,value} 相當於 matchExpressions 的專案,其索引鍵字段為 'key',運算符為 'In',而值數組只包含 'value'。 第二個部分 matchExpressions 是資源選取器需求的清單。 有效的運算子包括 In、NotIn、Exists 和 DoesNotExist。 在 In 和 NotIn 的情況下,設定的值必須是非空白的。 在 Exists 和 DoesNotExist 的情況下,設定的值必須是空的。 所有需求,從 matchLabels 和 matchExpressions 都必須滿足,才能比對。

ResourceSyncRulesCreateOrUpdateOptionalParams

選擇性參數。

ResourceSyncRulesDeleteOptionalParams

選擇性參數。

ResourceSyncRulesGetOptionalParams

選擇性參數。

ResourceSyncRulesListByCustomLocationIDOptionalParams

選擇性參數。

ResourceSyncRulesOperations

介面代表 ResourceSyncRules 操作。

ResourceSyncRulesUpdateOptionalParams

選擇性參數。

RestorePollerOptions
SimplePollerLike

簡單的輪詢器,可用來輪詢長時間執行的作業。

SystemData

與建立和上次修改資源相關的元數據。

TrackedResource

Azure Resource Manager 的資源模型定義已追蹤最上層資源,其具有「標記」和「位置」

類型別名

AzureSupportedClouds

雲端設定為字串常值類型的支援值

ContinuablePage

描述結果頁面的介面。

CreatedByType

建立資源的實體種類。
KnownCreatedByType 可以與 CreatedByType 交換使用,此列舉包含服務支援的已知值。

服務支援的已知值

使用者:實體是由使用者建立的。
應用程式:實體是由應用程式所建立。
ManagedIdentity:實體是由受控識別所建立。
金鑰:實體是由金鑰所建立。

HostType

自訂地點所參考的主機類型(例如 Kubernetes 等)。
KnownHostType 可與 HostType 互換使用,此枚舉包含服務所支援的已知值。

服務支援的已知值

Kubernetes:Kubernetes

ResourceIdentityType

識別類型。
KnownResourceIdentityType 可以與 ResourceIdentityType 交換使用,此列舉包含服務支援的已知值。

服務支援的已知值

系統指派:系統指派
:無

列舉

AzureClouds

一個用來描述 Azure Cloud 環境的 enum。

KnownCreatedByType

建立資源的實體種類。

KnownHostType

自定義位置所參考的主機類型(Kubernetes 等...)。

KnownResourceIdentityType

識別類型。

KnownVersions

可用的 API 版本。

函式

isRestError(unknown)

RestError 的 Typeguard

restorePoller<TResponse, TResult>(CustomLocationsManagementClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)

從另一個輪詢程式的串行化狀態建立輪詢器。 當您想要在不同的主機上建立輪詢器,或在原始輪詢器不在範圍內之後建構投票器時,這非常有用。

變數

RestError

失敗管線要求的自定義錯誤類型。

函式詳細資料

isRestError(unknown)

RestError 的 Typeguard

function isRestError(e: unknown): e

參數

e

unknown

catch 子句攔截到的東西。

傳回

e

restorePoller<TResponse, TResult>(CustomLocationsManagementClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)

從另一個輪詢程式的串行化狀態建立輪詢器。 當您想要在不同的主機上建立輪詢器,或在原始輪詢器不在範圍內之後建構投票器時,這非常有用。

function restorePoller<TResponse, TResult>(client: CustomLocationsManagementClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>

參數

serializedState

string

sourceOperation

(args: any[]) => PollerLike<OperationState<TResult>, TResult>

傳回

PollerLike<OperationState<TResult>, TResult>

變數詳細資料

RestError

失敗管線要求的自定義錯誤類型。

RestError: RestErrorConstructor

類型