次の方法で共有


HybridComputeExtensions.GetHybridComputeMachine メソッド

定義

ハイブリッド マシンのモデル ビューまたはインスタンス ビューに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}
  • 操作IdMachines_Get
public static Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeMachineResource> GetHybridComputeMachine (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string machineName, Azure.ResourceManager.HybridCompute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetHybridComputeMachine : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable<Azure.ResourceManager.HybridCompute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeMachineResource>
<Extension()>
Public Function GetHybridComputeMachine (resourceGroupResource As ResourceGroupResource, machineName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridComputeMachineResource)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

machineName
String

ハイブリッド マシンの名前。

expand
Nullable<InstanceViewType>

操作に適用する展開式。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

machineName は空の文字列であり、空でないと予想されていました。

machineName が null です。

適用対象