Roles interface
ロールを表すインターフェイス。
メソッド
begin |
ロールを作成または更新します。 |
begin |
ロールを作成または更新します。 |
begin |
デバイス上のロールを削除します。 |
begin |
デバイス上のロールを削除します。 |
get(string, string, string, Roles |
名前で特定のロールを取得します。 |
list |
Data Box Edge/Data Box Gateway デバイスで構成されているすべてのロールを一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, RoleUnion, RolesCreateOrUpdateOptionalParams)
ロールを作成または更新します。
function beginCreateOrUpdate(deviceName: string, name: string, resourceGroupName: string, role: RoleUnion, options?: RolesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RoleUnion>, RoleUnion>>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
ロール名。
- resourceGroupName
-
string
リソース グループ名。
- role
- RoleUnion
ロールのプロパティ。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<RoleUnion>, RoleUnion>>
beginCreateOrUpdateAndWait(string, string, string, RoleUnion, RolesCreateOrUpdateOptionalParams)
ロールを作成または更新します。
function beginCreateOrUpdateAndWait(deviceName: string, name: string, resourceGroupName: string, role: RoleUnion, options?: RolesCreateOrUpdateOptionalParams): Promise<RoleUnion>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
ロール名。
- resourceGroupName
-
string
リソース グループ名。
- role
- RoleUnion
ロールのプロパティ。
options パラメーター。
戻り値
Promise<RoleUnion>
beginDelete(string, string, string, RolesDeleteOptionalParams)
デバイス上のロールを削除します。
function beginDelete(deviceName: string, name: string, resourceGroupName: string, options?: RolesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
ロール名。
- resourceGroupName
-
string
リソース グループ名。
- options
- RolesDeleteOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, RolesDeleteOptionalParams)
デバイス上のロールを削除します。
function beginDeleteAndWait(deviceName: string, name: string, resourceGroupName: string, options?: RolesDeleteOptionalParams): Promise<void>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
ロール名。
- resourceGroupName
-
string
リソース グループ名。
- options
- RolesDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, RolesGetOptionalParams)
名前で特定のロールを取得します。
function get(deviceName: string, name: string, resourceGroupName: string, options?: RolesGetOptionalParams): Promise<RoleUnion>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
ロール名。
- resourceGroupName
-
string
リソース グループ名。
- options
- RolesGetOptionalParams
options パラメーター。
戻り値
Promise<RoleUnion>
listByDataBoxEdgeDevice(string, string, RolesListByDataBoxEdgeDeviceOptionalParams)
Data Box Edge/Data Box Gateway デバイスで構成されているすべてのロールを一覧表示します。
function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: RolesListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<RoleUnion, RoleUnion[], PageSettings>
パラメーター
- deviceName
-
string
デバイス名。
- resourceGroupName
-
string
リソース グループ名。
options パラメーター。