次の方法で共有


IVirtualMachineBeta インターフェイス

定義

Azure 仮想マシンの不変のクライアント側表現。

public interface IVirtualMachineBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachineBeta = interface
    interface IBeta
Public Interface IVirtualMachineBeta
Implements IBeta
派生
実装

プロパティ

AvailabilityZones

仮想マシンに割り当てられた可用性ゾーンを取得します。

BillingProfile

優先度の低い仮想マシンの課金関連の詳細を取得します。

EvictionPolicy

仮想マシンの削除ポリシーを取得します。

IsManagedServiceIdentityEnabled

仮想マシンでマネージド サービス ID が有効になっている場合は true を取得します。

ManagedServiceIdentityType

仮想マシンに使用されるマネージド サービス ID の種類を取得します。

Priority

仮想マシンの優先度を取得します。

SystemAssignedManagedServiceIdentityPrincipalId

仮想マシンに割り当てられたシステム割り当て (ローカル) マネージド サービス ID 固有の Active Directory サービス プリンシパル ID を取得します。

SystemAssignedManagedServiceIdentityTenantId

仮想マシンに割り当てられたシステム割り当て (ローカル) マネージド サービス ID 固有の Active Directory テナント ID を取得します。

UserAssignedManagedServiceIdentityIds

仮想マシンに関連付けられているユーザー割り当てマネージド サービス ID のリソース ID を取得します。

メソッド

RunCommand(RunCommandInput)

仮想マシンでコマンドを実行します。

RunCommandAsync(RunCommandInput, CancellationToken)

仮想マシンでコマンドを非同期的に実行します。

RunPowerShellScript(IList<String>, IList<RunCommandInputParameter>)

仮想マシンでシェル スクリプトを実行します。

RunPowerShellScriptAsync(IList<String>, IList<RunCommandInputParameter>, CancellationToken)

仮想マシンでシェル スクリプトを非同期的に実行します。

RunShellScript(IList<String>, IList<RunCommandInputParameter>)

仮想マシンでシェル スクリプトを実行します。

RunShellScriptAsync(IList<String>, IList<RunCommandInputParameter>, CancellationToken)

仮想マシンでシェル スクリプトを非同期的に実行します。

適用対象