你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithCreate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
虚拟机规模集定义的阶段,其中包含要创建的资源的所有必需输入,但也允许指定任何其他可选设置。
public interface IWithCreate : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithAcceleratedNetworking, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithApplicationGateway, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithApplicationSecurityGroup, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithBillingProfile, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithBootDiagnostics, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCapacity, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithComputerNamePrefix, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCustomData, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithExtension, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithIpForwarding, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithNetworkSecurityGroup, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithOSDiskSettings, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithOverProvision, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithSinglePlacementGroup, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithStorageAccount, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithSystemAssignedManagedServiceIdentity, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithUpgradePolicy, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithUserAssignedManagedServiceIdentity, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithVirtualMachinePublicIp, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithVMPriority, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSet>
type IWithCreate = interface
interface ICreatable<IVirtualMachineScaleSet>
interface IIndexable
interface IWithOSDiskSettings
interface IWithComputerNamePrefix
interface IWithCapacity
interface IWithUpgradePolicy
interface IWithOverProvision
interface IWithStorageAccount
interface IWithCustomData
interface IWithExtension
interface IWithSystemAssignedManagedServiceIdentity
interface IBeta
interface IWithUserAssignedManagedServiceIdentity
interface IWithBootDiagnostics
interface IWithBillingProfile
interface IWithVMPriority
interface IWithVirtualMachinePublicIp
interface IWithAcceleratedNetworking
interface IWithIpForwarding
interface IWithNetworkSecurityGroup
interface IWithSinglePlacementGroup
interface IWithApplicationGateway
interface IWithApplicationSecurityGroup
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IVirtualMachineScaleSet), IDefinitionWithTags(Of IWithCreate), IWithAcceleratedNetworking, IWithApplicationGateway, IWithApplicationSecurityGroup, IWithBillingProfile, IWithBootDiagnostics, IWithCapacity, IWithComputerNamePrefix, IWithCustomData, IWithExtension, IWithIpForwarding, IWithNetworkSecurityGroup, IWithOSDiskSettings, IWithOverProvision, IWithSinglePlacementGroup, IWithStorageAccount, IWithSystemAssignedManagedServiceIdentity, IWithUpgradePolicy, IWithUserAssignedManagedServiceIdentity, IWithVirtualMachinePublicIp, IWithVMPriority
- 派生
- 实现
-
IWithAcceleratedNetworking IWithApplicationGateway IWithApplicationSecurityGroup IWithBillingProfile IWithBootDiagnostics IWithCapacity IWithComputerNamePrefix IWithCustomData IWithExtension IWithIpForwarding IWithNetworkSecurityGroup IWithOSDiskSettings IWithOverProvision IWithSinglePlacementGroup IWithStorageAccount IWithSystemAssignedManagedServiceIdentity IWithUpgradePolicy IWithUserAssignedManagedServiceIdentity IWithVirtualMachinePublicIp IWithVMPriority IBeta IDefinitionWithTags<IWithCreate> ICreatable<IVirtualMachineScaleSet> IIndexable
属性
Key |
虚拟机规模集定义的阶段,其中包含要创建的资源的所有必需输入,但也允许指定任何其他可选设置。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |