Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualMachineScaleSetBeta 接口

定义

Azure 虚拟机规模集的不可变客户端表示形式。

public interface IVirtualMachineScaleSetBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachineScaleSetBeta = interface
    interface IBeta
Public Interface IVirtualMachineScaleSetBeta
Implements IBeta
派生
实现

属性

AvailabilityZones

获取分配给虚拟机规模集的可用性区域。

BillingProfile

获取规模集中低优先级虚拟机的计费相关详细信息。

BootDiagnosticsStorageUri

如果为虚拟机规模集启用了启动诊断,则获取存储 blob 终结点 URI。

IsAcceleratedNetworkingEnabled

如果为虚拟机规模集启用了加速网络,则为 true。

IsBootDiagnosticsEnabled

如果为虚拟机规模集启用了启动诊断,则为 true。

IsIpForwardingEnabled

如果为虚拟机规模集启用了 ip 转发,则为 true。

IsManagedServiceIdentityEnabled

如果为虚拟机规模集启用了托管服务标识,则为 true。

IsSinglePlacementGroupEnabled

如果为虚拟机规模集启用了单个放置组,则为 true。

ManagedOSDiskStorageAccountType

获取 OS 托管磁盘的存储帐户类型。 如果虚拟机规模集基于非托管磁盘,则将返回 null 值。

ManagedServiceIdentityType

获取用于虚拟机规模集的托管服务标识的类型。

NetworkSecurityGroupId

获取网络安全组 ARM ID。

SystemAssignedManagedServiceIdentityPrincipalId

获取分配给虚拟机规模集的系统分配 (本地) 托管服务标识特定的 Active Directory 服务主体 ID。

SystemAssignedManagedServiceIdentityTenantId

获取分配给虚拟机规模集的系统分配 (本地) 托管服务标识特定的 Active Directory 租户 ID。

UserAssignedManagedServiceIdentityIds

获取与虚拟机规模集关联的用户分配的托管服务标识的资源 ID。

VirtualMachineEvictionPolicy

获取规模集中虚拟机的逐出策略。

VirtualMachinePriority

获取规模集中虚拟机的优先级。

VirtualMachinePublicIpConfig

获取规模集中虚拟机的公共 IP 配置。

方法

RunCommandInVMInstance(String, RunCommandInput)

在规模集中的虚拟机实例中运行命令。

RunCommandVMInstanceAsync(String, RunCommandInput, CancellationToken)

在规模集中的虚拟机实例中异步运行命令。

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

在规模集中的虚拟机实例中运行 PowerShell 脚本。

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

在规模集中的虚拟机实例中异步运行 PowerShell。

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

在规模集中的虚拟机实例中运行 shell 脚本。

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

在规模集中的虚拟机实例中异步运行 shell 脚本。

适用于