IDefinitionManaged Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of the managed disk based virtual machine definition.
public interface IDefinitionManaged : Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithLinuxCreateManaged, Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithLinuxRootPasswordOrPublicKeyManaged, Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithLinuxRootUsernameManaged, Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithWindowsAdminPasswordManaged, Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithWindowsAdminUsernameManaged, Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithWindowsCreateManaged, Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.DefinitionShared.IDefinitionShared, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithNetwork>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithNetwork>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithNetwork>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithNetwork>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithGroup>, 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 IDefinitionManaged = interface
interface IDefinitionShared
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithNetwork>
interface IWithExistingResourceGroup<IWithNetwork>
interface IWithNewResourceGroup<IWithNetwork>
interface IWithCreatableResourceGroup<IWithNetwork>
interface IWithNetwork
interface IWithPrimaryNetworkInterface
interface IWithSubnet
interface IWithPrivateIP
interface IWithPublicIPAddress
interface IWithOS
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 IWithManagedServiceIdentity
interface IBeta
interface IWithLinuxRootUsernameManaged
interface IWithLinuxRootPasswordOrPublicKeyManaged
interface IWithWindowsAdminUsernameManaged
interface IWithWindowsAdminPasswordManaged
interface IWithFromImageCreateOptionsManaged
interface IWithManagedCreate
interface IWithManagedDataDisk
interface IWithAvailabilityZone
interface IWithLinuxCreateManaged
interface IWithWindowsCreateManaged
Public Interface IDefinitionManaged
Implements IBeta, ICreatable(Of IVirtualMachine), IDefinitionShared, IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithNetwork), IWithExistingResourceGroup(Of IWithNetwork), IWithGroup(Of IWithNetwork), IWithLinuxCreateManaged, IWithLinuxRootPasswordOrPublicKeyManaged, IWithLinuxRootUsernameManaged, IWithNewResourceGroup(Of IWithNetwork), IWithWindowsAdminPasswordManaged, IWithWindowsAdminUsernameManaged, IWithWindowsCreateManaged
- Implements
-
IWithLinuxCreateManaged IWithLinuxRootPasswordOrPublicKeyManaged IWithLinuxRootUsernameManaged IWithWindowsAdminPasswordManaged IWithWindowsAdminUsernameManaged IWithWindowsCreateManaged IDefinitionShared IWithCreatableResourceGroup<IWithNetwork> IWithExistingResourceGroup<IWithNetwork> IWithGroup<IWithNetwork> IWithNewResourceGroup<IWithNetwork> IBeta IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IVirtualMachine>
Properties
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithAdminPassword(String) |
Specifies the administrator password for the Windows virtual machine. (Inherited from IWithWindowsAdminPasswordManaged) |
WithAdminUsername(String) |
Specifies the administrator user name for the Windows virtual machine. (Inherited from IWithWindowsAdminUsernameManaged) |
WithExistingResourceGroup(IResourceGroup) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithNewResourceGroup() | (Inherited from IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Creates a new resource group to put the resource in, based on the definition specified. (Inherited from IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) | (Inherited from IWithNewResourceGroup<T>) |
WithoutAutoUpdate() |
Disables automatic updates. (Inherited from IWithWindowsCreateManaged) |
WithoutVMAgent() |
Prevents the provisioning of a VM agent. (Inherited from IWithWindowsCreateManaged) |
WithRegion(Region) |
Specifies the region for the resource. (Inherited from IDefinitionWithRegion<T>) |
WithRegion(String) |
Specifies the region for the resource by name. (Inherited from IDefinitionWithRegion<T>) |
WithRootPassword(String) |
Specifies the SSH root password for the Linux virtual machine. (Inherited from IWithLinuxRootPasswordOrPublicKeyManaged) |
WithRootUsername(String) |
Specifies an SSH root user name for the Linux virtual machine. (Inherited from IWithLinuxRootUsernameManaged) |
WithSsh(String) |
Specifies an SSH public key. (Inherited from IWithLinuxRootPasswordOrPublicKeyManaged) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IDefinitionWithTags<T>) |
WithTimeZone(String) |
Specifies the time-zone. (Inherited from IWithWindowsCreateManaged) |
WithWinRM(WinRMListener) |
Specifies WinRM listener. Each call to this method adds the given listener to the list of the VM's WinRM listeners. (Inherited from IWithWindowsCreateManaged) |