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