次の方法で共有


AssetEndpointProfiles interface

AssetEndpointProfiles を表すインターフェイス。

メソッド

beginCreateOrReplace(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

AssetEndpointProfile をCreateする

beginCreateOrReplaceAndWait(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

AssetEndpointProfile をCreateする

beginDelete(string, string, AssetEndpointProfilesDeleteOptionalParams)

AssetEndpointProfile を削除する

beginDeleteAndWait(string, string, AssetEndpointProfilesDeleteOptionalParams)

AssetEndpointProfile を削除する

beginUpdate(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

AssetEndpointProfile を更新する

beginUpdateAndWait(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

AssetEndpointProfile を更新する

get(string, string, AssetEndpointProfilesGetOptionalParams)

AssetEndpointProfile を取得する

listByResourceGroup(string, AssetEndpointProfilesListByResourceGroupOptionalParams)

リソース グループ別に AssetEndpointProfile リソースを一覧表示する

listBySubscription(AssetEndpointProfilesListBySubscriptionOptionalParams)

サブスクリプション ID 別に AssetEndpointProfile リソースを一覧表示する

メソッドの詳細

beginCreateOrReplace(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

AssetEndpointProfile をCreateする

function beginCreateOrReplace(resourceGroupName: string, assetEndpointProfileName: string, resource: AssetEndpointProfile, options?: AssetEndpointProfilesCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

resource
AssetEndpointProfile

リソース作成パラメーター。

options
AssetEndpointProfilesCreateOrReplaceOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

beginCreateOrReplaceAndWait(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

AssetEndpointProfile をCreateする

function beginCreateOrReplaceAndWait(resourceGroupName: string, assetEndpointProfileName: string, resource: AssetEndpointProfile, options?: AssetEndpointProfilesCreateOrReplaceOptionalParams): Promise<AssetEndpointProfile>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

resource
AssetEndpointProfile

リソース作成パラメーター。

options
AssetEndpointProfilesCreateOrReplaceOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, AssetEndpointProfilesDeleteOptionalParams)

AssetEndpointProfile を削除する

function beginDelete(resourceGroupName: string, assetEndpointProfileName: string, options?: AssetEndpointProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AssetEndpointProfilesDeleteHeaders>, AssetEndpointProfilesDeleteHeaders>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

options
AssetEndpointProfilesDeleteOptionalParams

options パラメーター。

戻り値

beginDeleteAndWait(string, string, AssetEndpointProfilesDeleteOptionalParams)

AssetEndpointProfile を削除する

function beginDeleteAndWait(resourceGroupName: string, assetEndpointProfileName: string, options?: AssetEndpointProfilesDeleteOptionalParams): Promise<AssetEndpointProfilesDeleteHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

options
AssetEndpointProfilesDeleteOptionalParams

options パラメーター。

戻り値

beginUpdate(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

AssetEndpointProfile を更新する

function beginUpdate(resourceGroupName: string, assetEndpointProfileName: string, properties: AssetEndpointProfileUpdate, options?: AssetEndpointProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

properties
AssetEndpointProfileUpdate

更新するリソース プロパティ。

options
AssetEndpointProfilesUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

beginUpdateAndWait(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

AssetEndpointProfile を更新する

function beginUpdateAndWait(resourceGroupName: string, assetEndpointProfileName: string, properties: AssetEndpointProfileUpdate, options?: AssetEndpointProfilesUpdateOptionalParams): Promise<AssetEndpointProfile>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

properties
AssetEndpointProfileUpdate

更新するリソース プロパティ。

options
AssetEndpointProfilesUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, AssetEndpointProfilesGetOptionalParams)

AssetEndpointProfile を取得する

function get(resourceGroupName: string, assetEndpointProfileName: string, options?: AssetEndpointProfilesGetOptionalParams): Promise<AssetEndpointProfile>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

assetEndpointProfileName

string

資産エンドポイント プロファイル名パラメーター。

options
AssetEndpointProfilesGetOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, AssetEndpointProfilesListByResourceGroupOptionalParams)

リソース グループ別に AssetEndpointProfile リソースを一覧表示する

function listByResourceGroup(resourceGroupName: string, options?: AssetEndpointProfilesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AssetEndpointProfile, AssetEndpointProfile[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
AssetEndpointProfilesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(AssetEndpointProfilesListBySubscriptionOptionalParams)

サブスクリプション ID 別に AssetEndpointProfile リソースを一覧表示する

function listBySubscription(options?: AssetEndpointProfilesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AssetEndpointProfile, AssetEndpointProfile[], PageSettings>

パラメーター

options
AssetEndpointProfilesListBySubscriptionOptionalParams

options パラメーター。

戻り値