共用方式為


ResourceSyncRule interface

資源同步規則定義。

Extends

屬性

priority

優先順序代表資源同步規則的優先順序

provisioningState

資源同步規則的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

selector

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

systemData

與資源建立和上次修改相關的元數據注意:此屬性將不會串行化。 它只能由伺服器填入。

targetResourceGroup

針對未對應的自定義資源,其標籤將用來尋找相符的資源同步處理規則。 如果此資源同步規則是其中一個具有最高優先順序的比對規則,則未對應的自定義資源將會投影到與此資源同步規則相關聯的目標資源群組。 建立此資源同步處理規則的用戶應該具有目標資源群組的寫入許可權,而且建立資源同步規則時,將會驗證此寫入許可權。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

location

資源所在的地理位置

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

tags

資源標籤。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

priority

優先順序代表資源同步規則的優先順序

priority?: number

屬性值

number

provisioningState

資源同步規則的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

selector

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

selector?: ResourceSyncRulePropertiesSelector

屬性值

systemData

與資源建立和上次修改相關的元數據注意:此屬性將不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

targetResourceGroup

針對未對應的自定義資源,其標籤將用來尋找相符的資源同步處理規則。 如果此資源同步規則是其中一個具有最高優先順序的比對規則,則未對應的自定義資源將會投影到與此資源同步規則相關聯的目標資源群組。 建立此資源同步處理規則的用戶應該具有目標資源群組的寫入許可權,而且建立資源同步規則時,將會驗證此寫入許可權。

targetResourceGroup?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自TrackedResource.id

location

資源所在的地理位置

location: string

屬性值

string

繼承自TrackedResource.location

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自TrackedResource.name

tags

資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自TrackedResource.tags

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自TrackedResource.type