CustomEntityStoreAssignments interface
表示 CustomEntityStoreAssignments 的介面。
方法
| create(string, string, Custom |
如果尚未存在,請為提供的訂用帳戶建立自定義實體存放區指派。 |
| delete(string, string, Custom |
依提供訂用帳戶的名稱刪除自定義實體存放區指派 |
| get(string, string, Custom |
依提供之訂用帳戶和資源群組的名稱,取得單一自定義實體存放區指派。 |
| list |
列出所提供訂用帳戶和資源群組的自定義實體存放區指派 |
| list |
列出所提供訂用帳戶的自定義實體存放區指派 |
方法詳細資料
create(string, string, CustomEntityStoreAssignmentRequest, CustomEntityStoreAssignmentsCreateOptionalParams)
如果尚未存在,請為提供的訂用帳戶建立自定義實體存放區指派。
function create(resourceGroupName: string, customEntityStoreAssignmentName: string, customEntityStoreAssignmentRequestBody: CustomEntityStoreAssignmentRequest, options?: CustomEntityStoreAssignmentsCreateOptionalParams): Promise<CustomEntityStoreAssignment>
參數
- resourceGroupName
-
string
用戶訂用帳戶內的資源組名。 名稱不區分大小寫。
- customEntityStoreAssignmentName
-
string
自訂實體存放區指派的名稱。 產生的名稱為 GUID。
- customEntityStoreAssignmentRequestBody
- CustomEntityStoreAssignmentRequest
自定義實體存放區指派主體
選項參數。
傳回
Promise<CustomEntityStoreAssignment>
delete(string, string, CustomEntityStoreAssignmentsDeleteOptionalParams)
依提供訂用帳戶的名稱刪除自定義實體存放區指派
function delete(resourceGroupName: string, customEntityStoreAssignmentName: string, options?: CustomEntityStoreAssignmentsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
用戶訂用帳戶內的資源組名。 名稱不區分大小寫。
- customEntityStoreAssignmentName
-
string
自訂實體存放區指派的名稱。 產生的名稱為 GUID。
選項參數。
傳回
Promise<void>
get(string, string, CustomEntityStoreAssignmentsGetOptionalParams)
依提供之訂用帳戶和資源群組的名稱,取得單一自定義實體存放區指派。
function get(resourceGroupName: string, customEntityStoreAssignmentName: string, options?: CustomEntityStoreAssignmentsGetOptionalParams): Promise<CustomEntityStoreAssignment>
參數
- resourceGroupName
-
string
用戶訂用帳戶內的資源組名。 名稱不區分大小寫。
- customEntityStoreAssignmentName
-
string
自訂實體存放區指派的名稱。 產生的名稱為 GUID。
選項參數。
傳回
Promise<CustomEntityStoreAssignment>
listByResourceGroup(string, CustomEntityStoreAssignmentsListByResourceGroupOptionalParams)
列出所提供訂用帳戶和資源群組的自定義實體存放區指派
function listByResourceGroup(resourceGroupName: string, options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomEntityStoreAssignment, CustomEntityStoreAssignment[], PageSettings>
參數
- resourceGroupName
-
string
用戶訂用帳戶內的資源組名。 名稱不區分大小寫。
傳回
listBySubscription(CustomEntityStoreAssignmentsListBySubscriptionOptionalParams)
列出所提供訂用帳戶的自定義實體存放區指派
function listBySubscription(options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomEntityStoreAssignment, CustomEntityStoreAssignment[], PageSettings>