published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Location based type.
Uses Azure REST API version 2026-02-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:computebulkactions:BulkAction kv /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ComputeBulkActions/locations/{location}/launchBulkInstancesOperations/{name}
Create BulkAction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BulkAction(name: string, args: BulkActionArgs, opts?: CustomResourceOptions);@overload
def BulkAction(resource_name: str,
args: BulkActionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BulkAction(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[str] = None,
resource_group_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
name: Optional[str] = None,
plan: Optional[PlanArgs] = None,
properties: Optional[LaunchBulkInstancesOperationPropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None,
zones: Optional[Sequence[str]] = None)func NewBulkAction(ctx *Context, name string, args BulkActionArgs, opts ...ResourceOption) (*BulkAction, error)public BulkAction(string name, BulkActionArgs args, CustomResourceOptions? opts = null)
public BulkAction(String name, BulkActionArgs args)
public BulkAction(String name, BulkActionArgs args, CustomResourceOptions options)
type: azure-native:computebulkactions:BulkAction
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BulkActionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BulkActionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BulkActionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BulkActionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BulkActionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var bulkActionResource = new AzureNative.ComputeBulkActions.BulkAction("bulkActionResource", new()
{
Location = "string",
ResourceGroupName = "string",
Identity = new AzureNative.ComputeBulkActions.Inputs.ManagedServiceIdentityArgs
{
Type = "string",
UserAssignedIdentities = new[]
{
"string",
},
},
Name = "string",
Plan = new AzureNative.ComputeBulkActions.Inputs.PlanArgs
{
Name = "string",
Product = "string",
Publisher = "string",
PromotionCode = "string",
Version = "string",
},
Properties = new AzureNative.ComputeBulkActions.Inputs.LaunchBulkInstancesOperationPropertiesArgs
{
Capacity = 0,
ComputeProfile = new AzureNative.ComputeBulkActions.Inputs.ComputeProfileArgs
{
VirtualMachineProfile = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineProfileArgs
{
AdditionalCapabilities = new AzureNative.ComputeBulkActions.Inputs.AdditionalCapabilitiesArgs
{
HibernationEnabled = false,
UltraSSDEnabled = false,
},
ApplicationProfile = new AzureNative.ComputeBulkActions.Inputs.ApplicationProfileArgs
{
GalleryApplications = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VMGalleryApplicationArgs
{
PackageReferenceId = "string",
ConfigurationReference = "string",
EnableAutomaticUpgrade = false,
Order = 0,
Tags = "string",
TreatFailureAsDeploymentFailure = false,
},
},
},
CapacityReservation = new AzureNative.ComputeBulkActions.Inputs.CapacityReservationProfileArgs
{
CapacityReservationGroup = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
DiagnosticsProfile = new AzureNative.ComputeBulkActions.Inputs.DiagnosticsProfileArgs
{
BootDiagnostics = new AzureNative.ComputeBulkActions.Inputs.BootDiagnosticsArgs
{
Enabled = false,
StorageUri = "string",
},
},
ExtensionsTimeBudget = "string",
LicenseType = "string",
NetworkProfile = new AzureNative.ComputeBulkActions.Inputs.NetworkProfileArgs
{
NetworkApiVersion = "string",
NetworkInterfaceConfigurations = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationArgs
{
Name = "string",
Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceConfigurationPropertiesArgs
{
IpConfigurations = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationArgs
{
Name = "string",
Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs
{
ApplicationGatewayBackendAddressPools = new[]
{
new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
ApplicationSecurityGroups = new[]
{
new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
LoadBalancerBackendAddressPools = new[]
{
new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
Primary = false,
PrivateIPAddressVersion = "string",
PublicIPAddressConfiguration = new AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationArgs
{
Name = "string",
Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressConfigurationPropertiesArgs
{
DeleteOption = "string",
DnsSettings = new AzureNative.ComputeBulkActions.Inputs.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs
{
DomainNameLabel = "string",
DomainNameLabelScope = "string",
},
IdleTimeoutInMinutes = 0,
IpTags = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VirtualMachineIpTagArgs
{
IpTagType = "string",
Tag = "string",
},
},
PublicIPAddressVersion = "string",
PublicIPAllocationMethod = "string",
PublicIPPrefix = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
Sku = new AzureNative.ComputeBulkActions.Inputs.PublicIPAddressSkuArgs
{
Name = "string",
Tier = "string",
},
Tags =
{
{ "string", "string" },
},
},
Subnet = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
},
},
AuxiliaryMode = "string",
AuxiliarySku = "string",
DeleteOption = "string",
DisableTcpStateTracking = false,
DnsSettings = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs
{
DnsServers = new[]
{
"string",
},
},
DscpConfiguration = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
EnableAcceleratedNetworking = false,
EnableFpga = false,
EnableIPForwarding = false,
NetworkSecurityGroup = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
Primary = false,
},
Tags =
{
{ "string", "string" },
},
},
},
NetworkInterfaces = new[]
{
new AzureNative.ComputeBulkActions.Inputs.NetworkInterfaceReferenceArgs
{
Id = "string",
Properties = new AzureNative.ComputeBulkActions.Inputs.NetworkInterfaceReferencePropertiesArgs
{
DeleteOption = "string",
Primary = false,
},
},
},
},
OsProfile = new AzureNative.ComputeBulkActions.Inputs.OSProfileArgs
{
AdminPassword = "string",
AdminUsername = "string",
AllowExtensionOperations = false,
ComputerName = "string",
CustomData = "string",
LinuxConfiguration = new AzureNative.ComputeBulkActions.Inputs.LinuxConfigurationArgs
{
DisablePasswordAuthentication = false,
EnableVMAgentPlatformUpdates = false,
PatchSettings = new AzureNative.ComputeBulkActions.Inputs.LinuxPatchSettingsArgs
{
AssessmentMode = "string",
AutomaticByPlatformSettings = new AzureNative.ComputeBulkActions.Inputs.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs
{
BypassPlatformSafetyChecksOnUserSchedule = false,
RebootSetting = "string",
},
PatchMode = "string",
},
ProvisionVMAgent = false,
Ssh = new AzureNative.ComputeBulkActions.Inputs.SshConfigurationArgs
{
PublicKeys = new[]
{
new AzureNative.ComputeBulkActions.Inputs.SshPublicKeyArgs
{
KeyData = "string",
Path = "string",
},
},
},
},
RequireGuestProvisionSignal = false,
Secrets = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VaultSecretGroupArgs
{
SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
VaultCertificates = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VaultCertificateArgs
{
CertificateStore = "string",
CertificateUrl = "string",
},
},
},
},
WindowsConfiguration = new AzureNative.ComputeBulkActions.Inputs.WindowsConfigurationArgs
{
AdditionalUnattendContent = new[]
{
new AzureNative.ComputeBulkActions.Inputs.AdditionalUnattendContentArgs
{
ComponentName = AzureNative.ComputeBulkActions.ComponentName.Microsoft_Windows_Shell_Setup,
Content = "string",
PassName = AzureNative.ComputeBulkActions.PassName.OobeSystem,
SettingName = "string",
},
},
EnableAutomaticUpdates = false,
PatchSettings = new AzureNative.ComputeBulkActions.Inputs.PatchSettingsArgs
{
AssessmentMode = "string",
AutomaticByPlatformSettings = new AzureNative.ComputeBulkActions.Inputs.WindowsVMGuestPatchAutomaticByPlatformSettingsArgs
{
BypassPlatformSafetyChecksOnUserSchedule = false,
RebootSetting = "string",
},
EnableHotpatching = false,
PatchMode = "string",
},
ProvisionVMAgent = false,
TimeZone = "string",
WinRM = new AzureNative.ComputeBulkActions.Inputs.WinRMConfigurationArgs
{
Listeners = new[]
{
new AzureNative.ComputeBulkActions.Inputs.WinRMListenerArgs
{
CertificateUrl = "string",
Protocol = "string",
},
},
},
},
},
ScheduledEventsPolicy = new AzureNative.ComputeBulkActions.Inputs.ScheduledEventsPolicyArgs
{
AllInstancesDown = new AzureNative.ComputeBulkActions.Inputs.AllInstancesDownArgs
{
AutomaticallyApprove = false,
},
ScheduledEventsAdditionalPublishingTargets = new AzureNative.ComputeBulkActions.Inputs.ScheduledEventsAdditionalPublishingTargetsArgs
{
EventGridAndResourceGraph = new AzureNative.ComputeBulkActions.Inputs.EventGridAndResourceGraphArgs
{
Enable = false,
ScheduledEventsApiVersion = "string",
},
},
UserInitiatedReboot = new AzureNative.ComputeBulkActions.Inputs.UserInitiatedRebootArgs
{
AutomaticallyApprove = false,
},
UserInitiatedRedeploy = new AzureNative.ComputeBulkActions.Inputs.UserInitiatedRedeployArgs
{
AutomaticallyApprove = false,
},
},
ScheduledEventsProfile = new AzureNative.ComputeBulkActions.Inputs.ScheduledEventsProfileArgs
{
OsImageNotificationProfile = new AzureNative.ComputeBulkActions.Inputs.OSImageNotificationProfileArgs
{
Enable = false,
NotBeforeTimeout = "string",
},
TerminateNotificationProfile = new AzureNative.ComputeBulkActions.Inputs.TerminateNotificationProfileArgs
{
Enable = false,
NotBeforeTimeout = "string",
},
},
SecurityProfile = new AzureNative.ComputeBulkActions.Inputs.SecurityProfileArgs
{
EncryptionAtHost = false,
EncryptionIdentity = new AzureNative.ComputeBulkActions.Inputs.EncryptionIdentityArgs
{
UserAssignedIdentityResourceId = "string",
},
ProxyAgentSettings = new AzureNative.ComputeBulkActions.Inputs.ProxyAgentSettingsArgs
{
AddProxyAgentExtension = false,
Enabled = false,
Imds = new AzureNative.ComputeBulkActions.Inputs.HostEndpointSettingsArgs
{
InVMAccessControlProfileReferenceId = "string",
Mode = "string",
},
KeyIncarnationId = 0,
Mode = "string",
WireServer = new AzureNative.ComputeBulkActions.Inputs.HostEndpointSettingsArgs
{
InVMAccessControlProfileReferenceId = "string",
Mode = "string",
},
},
SecurityType = "string",
UefiSettings = new AzureNative.ComputeBulkActions.Inputs.UefiSettingsArgs
{
SecureBootEnabled = false,
VTpmEnabled = false,
},
},
StorageProfile = new AzureNative.ComputeBulkActions.Inputs.StorageProfileArgs
{
DataDisks = new[]
{
new AzureNative.ComputeBulkActions.Inputs.DataDiskArgs
{
Lun = 0,
CreateOption = "string",
DetachOption = "string",
Caching = "string",
DiskSizeGB = 0,
Image = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
{
Uri = "string",
},
DeleteOption = "string",
ManagedDisk = new AzureNative.ComputeBulkActions.Inputs.ManagedDiskParametersArgs
{
DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
{
Id = "string",
},
Id = "string",
SecurityProfile = new AzureNative.ComputeBulkActions.Inputs.VMDiskSecurityProfileArgs
{
DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
{
Id = "string",
},
SecurityEncryptionType = "string",
},
StorageAccountType = "string",
},
Name = "string",
SourceResource = new AzureNative.ComputeBulkActions.Inputs.ApiEntityReferenceArgs
{
Id = "string",
},
ToBeDetached = false,
Vhd = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
{
Uri = "string",
},
WriteAcceleratorEnabled = false,
},
},
DiskControllerType = "string",
ImageReference = new AzureNative.ComputeBulkActions.Inputs.ImageReferenceArgs
{
CommunityGalleryImageId = "string",
Id = "string",
Offer = "string",
Publisher = "string",
SharedGalleryImageId = "string",
Sku = "string",
Version = "string",
},
OsDisk = new AzureNative.ComputeBulkActions.Inputs.OSDiskArgs
{
CreateOption = "string",
Caching = "string",
DeleteOption = "string",
DiffDiskSettings = new AzureNative.ComputeBulkActions.Inputs.DiffDiskSettingsArgs
{
Option = "string",
Placement = "string",
},
DiskSizeGB = 0,
EncryptionSettings = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSettingsArgs
{
DiskEncryptionKey = new AzureNative.ComputeBulkActions.Inputs.KeyVaultSecretReferenceArgs
{
SecretUrl = "string",
SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
Enabled = false,
KeyEncryptionKey = new AzureNative.ComputeBulkActions.Inputs.KeyVaultKeyReferenceArgs
{
KeyUrl = "string",
SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
},
Image = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
{
Uri = "string",
},
ManagedDisk = new AzureNative.ComputeBulkActions.Inputs.ManagedDiskParametersArgs
{
DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
{
Id = "string",
},
Id = "string",
SecurityProfile = new AzureNative.ComputeBulkActions.Inputs.VMDiskSecurityProfileArgs
{
DiskEncryptionSet = new AzureNative.ComputeBulkActions.Inputs.DiskEncryptionSetParametersArgs
{
Id = "string",
},
SecurityEncryptionType = "string",
},
StorageAccountType = "string",
},
Name = "string",
OsType = "string",
Vhd = new AzureNative.ComputeBulkActions.Inputs.VirtualHardDiskArgs
{
Uri = "string",
},
WriteAcceleratorEnabled = false,
},
},
UserData = "string",
},
ComputeApiVersion = "string",
Extensions = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionArgs
{
Name = "string",
Properties = new AzureNative.ComputeBulkActions.Inputs.VirtualMachineExtensionPropertiesArgs
{
AutoUpgradeMinorVersion = false,
EnableAutomaticUpgrade = false,
ForceUpdateTag = "string",
ProtectedSettings = "any",
ProtectedSettingsFromKeyVault = new AzureNative.ComputeBulkActions.Inputs.KeyVaultSecretReferenceArgs
{
SecretUrl = "string",
SourceVault = new AzureNative.ComputeBulkActions.Inputs.SubResourceArgs
{
Id = "string",
},
},
ProvisionAfterExtensions = new[]
{
"string",
},
Publisher = "string",
Settings = "any",
SuppressFailures = false,
Type = "string",
TypeHandlerVersion = "string",
},
},
},
},
PriorityProfile = new AzureNative.ComputeBulkActions.Inputs.PriorityProfileArgs
{
AllocationStrategy = "string",
EvictionPolicy = "string",
MaxPricePerVM = 0,
Type = "string",
},
CapacityType = "string",
RetryPolicy = new AzureNative.ComputeBulkActions.Inputs.RetryPolicyArgs
{
RetryCount = 0,
RetryWindowInMinutes = 0,
},
VmAttributes = new AzureNative.ComputeBulkActions.Inputs.VMAttributesArgs
{
ArchitectureTypes = new[]
{
"string",
},
VCpuCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
{
Max = 0,
Min = 0,
},
MemoryInGiB = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
{
Max = 0,
Min = 0,
},
HyperVGenerations = new[]
{
"string",
},
LocalStorageInGiB = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
{
Max = 0,
Min = 0,
},
AcceleratorTypes = new[]
{
"string",
},
BurstableSupport = "string",
CpuManufacturers = new[]
{
"string",
},
DataDiskCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
{
Max = 0,
Min = 0,
},
ExcludedVMSizes = new[]
{
"string",
},
AcceleratorCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
{
Max = 0,
Min = 0,
},
LocalStorageDiskTypes = new[]
{
"string",
},
AllowedVMSizes = new[]
{
"string",
},
LocalStorageSupport = "string",
AcceleratorSupport = "string",
MemoryInGiBPerVCpu = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
{
Max = 0,
Min = 0,
},
NetworkBandwidthInMbps = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxDoubleArgs
{
Max = 0,
Min = 0,
},
NetworkInterfaceCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
{
Max = 0,
Min = 0,
},
RdmaNetworkInterfaceCount = new AzureNative.ComputeBulkActions.Inputs.VMAttributeMinMaxIntegerArgs
{
Max = 0,
Min = 0,
},
RdmaSupport = "string",
AcceleratorManufacturers = new[]
{
"string",
},
VmCategories = new[]
{
"string",
},
},
VmSizesProfile = new[]
{
new AzureNative.ComputeBulkActions.Inputs.VmSizeProfileArgs
{
Name = "string",
Rank = 0,
},
},
ZoneAllocationPolicy = new AzureNative.ComputeBulkActions.Inputs.ZoneAllocationPolicyArgs
{
DistributionStrategy = "string",
ZonePreferences = new[]
{
new AzureNative.ComputeBulkActions.Inputs.ZonePreferenceArgs
{
Zone = "string",
Rank = 0,
},
},
},
},
Tags =
{
{ "string", "string" },
},
Zones = new[]
{
"string",
},
});
example, err := computebulkactions.NewBulkAction(ctx, "bulkActionResource", &computebulkactions.BulkActionArgs{
Location: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Identity: &computebulkactions.ManagedServiceIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Plan: &computebulkactions.PlanArgs{
Name: pulumi.String("string"),
Product: pulumi.String("string"),
Publisher: pulumi.String("string"),
PromotionCode: pulumi.String("string"),
Version: pulumi.String("string"),
},
Properties: &computebulkactions.LaunchBulkInstancesOperationPropertiesArgs{
Capacity: pulumi.Int(0),
ComputeProfile: &computebulkactions.ComputeProfileArgs{
VirtualMachineProfile: &computebulkactions.VirtualMachineProfileArgs{
AdditionalCapabilities: &computebulkactions.AdditionalCapabilitiesArgs{
HibernationEnabled: pulumi.Bool(false),
UltraSSDEnabled: pulumi.Bool(false),
},
ApplicationProfile: &computebulkactions.ApplicationProfileArgs{
GalleryApplications: computebulkactions.VMGalleryApplicationArray{
&computebulkactions.VMGalleryApplicationArgs{
PackageReferenceId: pulumi.String("string"),
ConfigurationReference: pulumi.String("string"),
EnableAutomaticUpgrade: pulumi.Bool(false),
Order: pulumi.Int(0),
Tags: pulumi.String("string"),
TreatFailureAsDeploymentFailure: pulumi.Bool(false),
},
},
},
CapacityReservation: &computebulkactions.CapacityReservationProfileArgs{
CapacityReservationGroup: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
DiagnosticsProfile: &computebulkactions.DiagnosticsProfileArgs{
BootDiagnostics: &computebulkactions.BootDiagnosticsArgs{
Enabled: pulumi.Bool(false),
StorageUri: pulumi.String("string"),
},
},
ExtensionsTimeBudget: pulumi.String("string"),
LicenseType: pulumi.String("string"),
NetworkProfile: &computebulkactions.NetworkProfileArgs{
NetworkApiVersion: pulumi.String("string"),
NetworkInterfaceConfigurations: computebulkactions.VirtualMachineNetworkInterfaceConfigurationArray{
&computebulkactions.VirtualMachineNetworkInterfaceConfigurationArgs{
Name: pulumi.String("string"),
Properties: &computebulkactions.VirtualMachineNetworkInterfaceConfigurationPropertiesArgs{
IpConfigurations: computebulkactions.VirtualMachineNetworkInterfaceIPConfigurationArray{
&computebulkactions.VirtualMachineNetworkInterfaceIPConfigurationArgs{
Name: pulumi.String("string"),
Properties: &computebulkactions.VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs{
ApplicationGatewayBackendAddressPools: computebulkactions.SubResourceArray{
&computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
ApplicationSecurityGroups: computebulkactions.SubResourceArray{
&computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
LoadBalancerBackendAddressPools: computebulkactions.SubResourceArray{
&computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
Primary: pulumi.Bool(false),
PrivateIPAddressVersion: pulumi.String("string"),
PublicIPAddressConfiguration: &computebulkactions.VirtualMachinePublicIPAddressConfigurationArgs{
Name: pulumi.String("string"),
Properties: &computebulkactions.VirtualMachinePublicIPAddressConfigurationPropertiesArgs{
DeleteOption: pulumi.String("string"),
DnsSettings: &computebulkactions.VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs{
DomainNameLabel: pulumi.String("string"),
DomainNameLabelScope: pulumi.String("string"),
},
IdleTimeoutInMinutes: pulumi.Int(0),
IpTags: computebulkactions.VirtualMachineIpTagArray{
&computebulkactions.VirtualMachineIpTagArgs{
IpTagType: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
PublicIPAddressVersion: pulumi.String("string"),
PublicIPAllocationMethod: pulumi.String("string"),
PublicIPPrefix: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
Sku: &computebulkactions.PublicIPAddressSkuArgs{
Name: pulumi.String("string"),
Tier: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
Subnet: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
},
},
AuxiliaryMode: pulumi.String("string"),
AuxiliarySku: pulumi.String("string"),
DeleteOption: pulumi.String("string"),
DisableTcpStateTracking: pulumi.Bool(false),
DnsSettings: &computebulkactions.VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs{
DnsServers: pulumi.StringArray{
pulumi.String("string"),
},
},
DscpConfiguration: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
EnableAcceleratedNetworking: pulumi.Bool(false),
EnableFpga: pulumi.Bool(false),
EnableIPForwarding: pulumi.Bool(false),
NetworkSecurityGroup: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
Primary: pulumi.Bool(false),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
},
NetworkInterfaces: computebulkactions.NetworkInterfaceReferenceArray{
&computebulkactions.NetworkInterfaceReferenceArgs{
Id: pulumi.String("string"),
Properties: &computebulkactions.NetworkInterfaceReferencePropertiesArgs{
DeleteOption: pulumi.String("string"),
Primary: pulumi.Bool(false),
},
},
},
},
OsProfile: &computebulkactions.OSProfileArgs{
AdminPassword: pulumi.String("string"),
AdminUsername: pulumi.String("string"),
AllowExtensionOperations: pulumi.Bool(false),
ComputerName: pulumi.String("string"),
CustomData: pulumi.String("string"),
LinuxConfiguration: &computebulkactions.LinuxConfigurationArgs{
DisablePasswordAuthentication: pulumi.Bool(false),
EnableVMAgentPlatformUpdates: pulumi.Bool(false),
PatchSettings: &computebulkactions.LinuxPatchSettingsArgs{
AssessmentMode: pulumi.String("string"),
AutomaticByPlatformSettings: &computebulkactions.LinuxVMGuestPatchAutomaticByPlatformSettingsArgs{
BypassPlatformSafetyChecksOnUserSchedule: pulumi.Bool(false),
RebootSetting: pulumi.String("string"),
},
PatchMode: pulumi.String("string"),
},
ProvisionVMAgent: pulumi.Bool(false),
Ssh: &computebulkactions.SshConfigurationArgs{
PublicKeys: computebulkactions.SshPublicKeyArray{
&computebulkactions.SshPublicKeyArgs{
KeyData: pulumi.String("string"),
Path: pulumi.String("string"),
},
},
},
},
RequireGuestProvisionSignal: pulumi.Bool(false),
Secrets: computebulkactions.VaultSecretGroupArray{
&computebulkactions.VaultSecretGroupArgs{
SourceVault: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
VaultCertificates: computebulkactions.VaultCertificateArray{
&computebulkactions.VaultCertificateArgs{
CertificateStore: pulumi.String("string"),
CertificateUrl: pulumi.String("string"),
},
},
},
},
WindowsConfiguration: &computebulkactions.WindowsConfigurationArgs{
AdditionalUnattendContent: computebulkactions.AdditionalUnattendContentArray{
&computebulkactions.AdditionalUnattendContentArgs{
ComponentName: computebulkactions.ComponentName_Microsoft_Windows_Shell_Setup,
Content: pulumi.String("string"),
PassName: computebulkactions.PassNameOobeSystem,
SettingName: pulumi.String("string"),
},
},
EnableAutomaticUpdates: pulumi.Bool(false),
PatchSettings: &computebulkactions.PatchSettingsArgs{
AssessmentMode: pulumi.String("string"),
AutomaticByPlatformSettings: &computebulkactions.WindowsVMGuestPatchAutomaticByPlatformSettingsArgs{
BypassPlatformSafetyChecksOnUserSchedule: pulumi.Bool(false),
RebootSetting: pulumi.String("string"),
},
EnableHotpatching: pulumi.Bool(false),
PatchMode: pulumi.String("string"),
},
ProvisionVMAgent: pulumi.Bool(false),
TimeZone: pulumi.String("string"),
WinRM: &computebulkactions.WinRMConfigurationArgs{
Listeners: computebulkactions.WinRMListenerArray{
&computebulkactions.WinRMListenerArgs{
CertificateUrl: pulumi.String("string"),
Protocol: pulumi.String("string"),
},
},
},
},
},
ScheduledEventsPolicy: &computebulkactions.ScheduledEventsPolicyArgs{
AllInstancesDown: &computebulkactions.AllInstancesDownArgs{
AutomaticallyApprove: pulumi.Bool(false),
},
ScheduledEventsAdditionalPublishingTargets: &computebulkactions.ScheduledEventsAdditionalPublishingTargetsArgs{
EventGridAndResourceGraph: &computebulkactions.EventGridAndResourceGraphArgs{
Enable: pulumi.Bool(false),
ScheduledEventsApiVersion: pulumi.String("string"),
},
},
UserInitiatedReboot: &computebulkactions.UserInitiatedRebootArgs{
AutomaticallyApprove: pulumi.Bool(false),
},
UserInitiatedRedeploy: &computebulkactions.UserInitiatedRedeployArgs{
AutomaticallyApprove: pulumi.Bool(false),
},
},
ScheduledEventsProfile: &computebulkactions.ScheduledEventsProfileArgs{
OsImageNotificationProfile: &computebulkactions.OSImageNotificationProfileArgs{
Enable: pulumi.Bool(false),
NotBeforeTimeout: pulumi.String("string"),
},
TerminateNotificationProfile: &computebulkactions.TerminateNotificationProfileArgs{
Enable: pulumi.Bool(false),
NotBeforeTimeout: pulumi.String("string"),
},
},
SecurityProfile: &computebulkactions.SecurityProfileArgs{
EncryptionAtHost: pulumi.Bool(false),
EncryptionIdentity: &computebulkactions.EncryptionIdentityArgs{
UserAssignedIdentityResourceId: pulumi.String("string"),
},
ProxyAgentSettings: &computebulkactions.ProxyAgentSettingsArgs{
AddProxyAgentExtension: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
Imds: &computebulkactions.HostEndpointSettingsArgs{
InVMAccessControlProfileReferenceId: pulumi.String("string"),
Mode: pulumi.String("string"),
},
KeyIncarnationId: pulumi.Int(0),
Mode: pulumi.String("string"),
WireServer: &computebulkactions.HostEndpointSettingsArgs{
InVMAccessControlProfileReferenceId: pulumi.String("string"),
Mode: pulumi.String("string"),
},
},
SecurityType: pulumi.String("string"),
UefiSettings: &computebulkactions.UefiSettingsArgs{
SecureBootEnabled: pulumi.Bool(false),
VTpmEnabled: pulumi.Bool(false),
},
},
StorageProfile: &computebulkactions.StorageProfileArgs{
DataDisks: computebulkactions.DataDiskArray{
&computebulkactions.DataDiskArgs{
Lun: pulumi.Int(0),
CreateOption: pulumi.String("string"),
DetachOption: pulumi.String("string"),
Caching: pulumi.String("string"),
DiskSizeGB: pulumi.Int(0),
Image: &computebulkactions.VirtualHardDiskArgs{
Uri: pulumi.String("string"),
},
DeleteOption: pulumi.String("string"),
ManagedDisk: &computebulkactions.ManagedDiskParametersArgs{
DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
Id: pulumi.String("string"),
},
Id: pulumi.String("string"),
SecurityProfile: &computebulkactions.VMDiskSecurityProfileArgs{
DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
Id: pulumi.String("string"),
},
SecurityEncryptionType: pulumi.String("string"),
},
StorageAccountType: pulumi.String("string"),
},
Name: pulumi.String("string"),
SourceResource: &computebulkactions.ApiEntityReferenceArgs{
Id: pulumi.String("string"),
},
ToBeDetached: pulumi.Bool(false),
Vhd: &computebulkactions.VirtualHardDiskArgs{
Uri: pulumi.String("string"),
},
WriteAcceleratorEnabled: pulumi.Bool(false),
},
},
DiskControllerType: pulumi.String("string"),
ImageReference: &computebulkactions.ImageReferenceArgs{
CommunityGalleryImageId: pulumi.String("string"),
Id: pulumi.String("string"),
Offer: pulumi.String("string"),
Publisher: pulumi.String("string"),
SharedGalleryImageId: pulumi.String("string"),
Sku: pulumi.String("string"),
Version: pulumi.String("string"),
},
OsDisk: &computebulkactions.OSDiskArgs{
CreateOption: pulumi.String("string"),
Caching: pulumi.String("string"),
DeleteOption: pulumi.String("string"),
DiffDiskSettings: &computebulkactions.DiffDiskSettingsArgs{
Option: pulumi.String("string"),
Placement: pulumi.String("string"),
},
DiskSizeGB: pulumi.Int(0),
EncryptionSettings: &computebulkactions.DiskEncryptionSettingsArgs{
DiskEncryptionKey: &computebulkactions.KeyVaultSecretReferenceArgs{
SecretUrl: pulumi.String("string"),
SourceVault: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
Enabled: pulumi.Bool(false),
KeyEncryptionKey: &computebulkactions.KeyVaultKeyReferenceArgs{
KeyUrl: pulumi.String("string"),
SourceVault: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
},
Image: &computebulkactions.VirtualHardDiskArgs{
Uri: pulumi.String("string"),
},
ManagedDisk: &computebulkactions.ManagedDiskParametersArgs{
DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
Id: pulumi.String("string"),
},
Id: pulumi.String("string"),
SecurityProfile: &computebulkactions.VMDiskSecurityProfileArgs{
DiskEncryptionSet: &computebulkactions.DiskEncryptionSetParametersArgs{
Id: pulumi.String("string"),
},
SecurityEncryptionType: pulumi.String("string"),
},
StorageAccountType: pulumi.String("string"),
},
Name: pulumi.String("string"),
OsType: pulumi.String("string"),
Vhd: &computebulkactions.VirtualHardDiskArgs{
Uri: pulumi.String("string"),
},
WriteAcceleratorEnabled: pulumi.Bool(false),
},
},
UserData: pulumi.String("string"),
},
ComputeApiVersion: pulumi.String("string"),
Extensions: computebulkactions.VirtualMachineExtensionArray{
&computebulkactions.VirtualMachineExtensionArgs{
Name: pulumi.String("string"),
Properties: &computebulkactions.VirtualMachineExtensionPropertiesArgs{
AutoUpgradeMinorVersion: pulumi.Bool(false),
EnableAutomaticUpgrade: pulumi.Bool(false),
ForceUpdateTag: pulumi.String("string"),
ProtectedSettings: pulumi.Any("any"),
ProtectedSettingsFromKeyVault: &computebulkactions.KeyVaultSecretReferenceArgs{
SecretUrl: pulumi.String("string"),
SourceVault: &computebulkactions.SubResourceArgs{
Id: pulumi.String("string"),
},
},
ProvisionAfterExtensions: pulumi.StringArray{
pulumi.String("string"),
},
Publisher: pulumi.String("string"),
Settings: pulumi.Any("any"),
SuppressFailures: pulumi.Bool(false),
Type: pulumi.String("string"),
TypeHandlerVersion: pulumi.String("string"),
},
},
},
},
PriorityProfile: &computebulkactions.PriorityProfileArgs{
AllocationStrategy: pulumi.String("string"),
EvictionPolicy: pulumi.String("string"),
MaxPricePerVM: pulumi.Float64(0),
Type: pulumi.String("string"),
},
CapacityType: pulumi.String("string"),
RetryPolicy: &computebulkactions.RetryPolicyArgs{
RetryCount: pulumi.Int(0),
RetryWindowInMinutes: pulumi.Int(0),
},
VmAttributes: &computebulkactions.VMAttributesArgs{
ArchitectureTypes: pulumi.StringArray{
pulumi.String("string"),
},
VCpuCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
MemoryInGiB: &computebulkactions.VMAttributeMinMaxDoubleArgs{
Max: pulumi.Float64(0),
Min: pulumi.Float64(0),
},
HyperVGenerations: pulumi.StringArray{
pulumi.String("string"),
},
LocalStorageInGiB: &computebulkactions.VMAttributeMinMaxDoubleArgs{
Max: pulumi.Float64(0),
Min: pulumi.Float64(0),
},
AcceleratorTypes: pulumi.StringArray{
pulumi.String("string"),
},
BurstableSupport: pulumi.String("string"),
CpuManufacturers: pulumi.StringArray{
pulumi.String("string"),
},
DataDiskCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
ExcludedVMSizes: pulumi.StringArray{
pulumi.String("string"),
},
AcceleratorCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
LocalStorageDiskTypes: pulumi.StringArray{
pulumi.String("string"),
},
AllowedVMSizes: pulumi.StringArray{
pulumi.String("string"),
},
LocalStorageSupport: pulumi.String("string"),
AcceleratorSupport: pulumi.String("string"),
MemoryInGiBPerVCpu: &computebulkactions.VMAttributeMinMaxDoubleArgs{
Max: pulumi.Float64(0),
Min: pulumi.Float64(0),
},
NetworkBandwidthInMbps: &computebulkactions.VMAttributeMinMaxDoubleArgs{
Max: pulumi.Float64(0),
Min: pulumi.Float64(0),
},
NetworkInterfaceCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
RdmaNetworkInterfaceCount: &computebulkactions.VMAttributeMinMaxIntegerArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
RdmaSupport: pulumi.String("string"),
AcceleratorManufacturers: pulumi.StringArray{
pulumi.String("string"),
},
VmCategories: pulumi.StringArray{
pulumi.String("string"),
},
},
VmSizesProfile: computebulkactions.VmSizeProfileArray{
&computebulkactions.VmSizeProfileArgs{
Name: pulumi.String("string"),
Rank: pulumi.Int(0),
},
},
ZoneAllocationPolicy: &computebulkactions.ZoneAllocationPolicyArgs{
DistributionStrategy: pulumi.String("string"),
ZonePreferences: computebulkactions.ZonePreferenceArray{
&computebulkactions.ZonePreferenceArgs{
Zone: pulumi.String("string"),
Rank: pulumi.Int(0),
},
},
},
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Zones: pulumi.StringArray{
pulumi.String("string"),
},
})
var bulkActionResource = new BulkAction("bulkActionResource", BulkActionArgs.builder()
.location("string")
.resourceGroupName("string")
.identity(ManagedServiceIdentityArgs.builder()
.type("string")
.userAssignedIdentities("string")
.build())
.name("string")
.plan(PlanArgs.builder()
.name("string")
.product("string")
.publisher("string")
.promotionCode("string")
.version("string")
.build())
.properties(LaunchBulkInstancesOperationPropertiesArgs.builder()
.capacity(0)
.computeProfile(ComputeProfileArgs.builder()
.virtualMachineProfile(VirtualMachineProfileArgs.builder()
.additionalCapabilities(AdditionalCapabilitiesArgs.builder()
.hibernationEnabled(false)
.ultraSSDEnabled(false)
.build())
.applicationProfile(ApplicationProfileArgs.builder()
.galleryApplications(VMGalleryApplicationArgs.builder()
.packageReferenceId("string")
.configurationReference("string")
.enableAutomaticUpgrade(false)
.order(0)
.tags("string")
.treatFailureAsDeploymentFailure(false)
.build())
.build())
.capacityReservation(CapacityReservationProfileArgs.builder()
.capacityReservationGroup(SubResourceArgs.builder()
.id("string")
.build())
.build())
.diagnosticsProfile(DiagnosticsProfileArgs.builder()
.bootDiagnostics(BootDiagnosticsArgs.builder()
.enabled(false)
.storageUri("string")
.build())
.build())
.extensionsTimeBudget("string")
.licenseType("string")
.networkProfile(NetworkProfileArgs.builder()
.networkApiVersion("string")
.networkInterfaceConfigurations(VirtualMachineNetworkInterfaceConfigurationArgs.builder()
.name("string")
.properties(VirtualMachineNetworkInterfaceConfigurationPropertiesArgs.builder()
.ipConfigurations(VirtualMachineNetworkInterfaceIPConfigurationArgs.builder()
.name("string")
.properties(VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs.builder()
.applicationGatewayBackendAddressPools(SubResourceArgs.builder()
.id("string")
.build())
.applicationSecurityGroups(SubResourceArgs.builder()
.id("string")
.build())
.loadBalancerBackendAddressPools(SubResourceArgs.builder()
.id("string")
.build())
.primary(false)
.privateIPAddressVersion("string")
.publicIPAddressConfiguration(VirtualMachinePublicIPAddressConfigurationArgs.builder()
.name("string")
.properties(VirtualMachinePublicIPAddressConfigurationPropertiesArgs.builder()
.deleteOption("string")
.dnsSettings(VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs.builder()
.domainNameLabel("string")
.domainNameLabelScope("string")
.build())
.idleTimeoutInMinutes(0)
.ipTags(VirtualMachineIpTagArgs.builder()
.ipTagType("string")
.tag("string")
.build())
.publicIPAddressVersion("string")
.publicIPAllocationMethod("string")
.publicIPPrefix(SubResourceArgs.builder()
.id("string")
.build())
.build())
.sku(PublicIPAddressSkuArgs.builder()
.name("string")
.tier("string")
.build())
.tags(Map.of("string", "string"))
.build())
.subnet(SubResourceArgs.builder()
.id("string")
.build())
.build())
.build())
.auxiliaryMode("string")
.auxiliarySku("string")
.deleteOption("string")
.disableTcpStateTracking(false)
.dnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs.builder()
.dnsServers("string")
.build())
.dscpConfiguration(SubResourceArgs.builder()
.id("string")
.build())
.enableAcceleratedNetworking(false)
.enableFpga(false)
.enableIPForwarding(false)
.networkSecurityGroup(SubResourceArgs.builder()
.id("string")
.build())
.primary(false)
.build())
.tags(Map.of("string", "string"))
.build())
.networkInterfaces(NetworkInterfaceReferenceArgs.builder()
.id("string")
.properties(NetworkInterfaceReferencePropertiesArgs.builder()
.deleteOption("string")
.primary(false)
.build())
.build())
.build())
.osProfile(OSProfileArgs.builder()
.adminPassword("string")
.adminUsername("string")
.allowExtensionOperations(false)
.computerName("string")
.customData("string")
.linuxConfiguration(LinuxConfigurationArgs.builder()
.disablePasswordAuthentication(false)
.enableVMAgentPlatformUpdates(false)
.patchSettings(LinuxPatchSettingsArgs.builder()
.assessmentMode("string")
.automaticByPlatformSettings(LinuxVMGuestPatchAutomaticByPlatformSettingsArgs.builder()
.bypassPlatformSafetyChecksOnUserSchedule(false)
.rebootSetting("string")
.build())
.patchMode("string")
.build())
.provisionVMAgent(false)
.ssh(SshConfigurationArgs.builder()
.publicKeys(SshPublicKeyArgs.builder()
.keyData("string")
.path("string")
.build())
.build())
.build())
.requireGuestProvisionSignal(false)
.secrets(VaultSecretGroupArgs.builder()
.sourceVault(SubResourceArgs.builder()
.id("string")
.build())
.vaultCertificates(VaultCertificateArgs.builder()
.certificateStore("string")
.certificateUrl("string")
.build())
.build())
.windowsConfiguration(WindowsConfigurationArgs.builder()
.additionalUnattendContent(AdditionalUnattendContentArgs.builder()
.componentName("Microsoft-Windows-Shell-Setup")
.content("string")
.passName("OobeSystem")
.settingName("string")
.build())
.enableAutomaticUpdates(false)
.patchSettings(PatchSettingsArgs.builder()
.assessmentMode("string")
.automaticByPlatformSettings(WindowsVMGuestPatchAutomaticByPlatformSettingsArgs.builder()
.bypassPlatformSafetyChecksOnUserSchedule(false)
.rebootSetting("string")
.build())
.enableHotpatching(false)
.patchMode("string")
.build())
.provisionVMAgent(false)
.timeZone("string")
.winRM(WinRMConfigurationArgs.builder()
.listeners(WinRMListenerArgs.builder()
.certificateUrl("string")
.protocol("string")
.build())
.build())
.build())
.build())
.scheduledEventsPolicy(ScheduledEventsPolicyArgs.builder()
.allInstancesDown(AllInstancesDownArgs.builder()
.automaticallyApprove(false)
.build())
.scheduledEventsAdditionalPublishingTargets(ScheduledEventsAdditionalPublishingTargetsArgs.builder()
.eventGridAndResourceGraph(EventGridAndResourceGraphArgs.builder()
.enable(false)
.scheduledEventsApiVersion("string")
.build())
.build())
.userInitiatedReboot(UserInitiatedRebootArgs.builder()
.automaticallyApprove(false)
.build())
.userInitiatedRedeploy(UserInitiatedRedeployArgs.builder()
.automaticallyApprove(false)
.build())
.build())
.scheduledEventsProfile(ScheduledEventsProfileArgs.builder()
.osImageNotificationProfile(OSImageNotificationProfileArgs.builder()
.enable(false)
.notBeforeTimeout("string")
.build())
.terminateNotificationProfile(TerminateNotificationProfileArgs.builder()
.enable(false)
.notBeforeTimeout("string")
.build())
.build())
.securityProfile(SecurityProfileArgs.builder()
.encryptionAtHost(false)
.encryptionIdentity(EncryptionIdentityArgs.builder()
.userAssignedIdentityResourceId("string")
.build())
.proxyAgentSettings(ProxyAgentSettingsArgs.builder()
.addProxyAgentExtension(false)
.enabled(false)
.imds(HostEndpointSettingsArgs.builder()
.inVMAccessControlProfileReferenceId("string")
.mode("string")
.build())
.keyIncarnationId(0)
.mode("string")
.wireServer(HostEndpointSettingsArgs.builder()
.inVMAccessControlProfileReferenceId("string")
.mode("string")
.build())
.build())
.securityType("string")
.uefiSettings(UefiSettingsArgs.builder()
.secureBootEnabled(false)
.vTpmEnabled(false)
.build())
.build())
.storageProfile(StorageProfileArgs.builder()
.dataDisks(DataDiskArgs.builder()
.lun(0)
.createOption("string")
.detachOption("string")
.caching("string")
.diskSizeGB(0)
.image(VirtualHardDiskArgs.builder()
.uri("string")
.build())
.deleteOption("string")
.managedDisk(ManagedDiskParametersArgs.builder()
.diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
.id("string")
.build())
.id("string")
.securityProfile(VMDiskSecurityProfileArgs.builder()
.diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
.id("string")
.build())
.securityEncryptionType("string")
.build())
.storageAccountType("string")
.build())
.name("string")
.sourceResource(ApiEntityReferenceArgs.builder()
.id("string")
.build())
.toBeDetached(false)
.vhd(VirtualHardDiskArgs.builder()
.uri("string")
.build())
.writeAcceleratorEnabled(false)
.build())
.diskControllerType("string")
.imageReference(ImageReferenceArgs.builder()
.communityGalleryImageId("string")
.id("string")
.offer("string")
.publisher("string")
.sharedGalleryImageId("string")
.sku("string")
.version("string")
.build())
.osDisk(OSDiskArgs.builder()
.createOption("string")
.caching("string")
.deleteOption("string")
.diffDiskSettings(DiffDiskSettingsArgs.builder()
.option("string")
.placement("string")
.build())
.diskSizeGB(0)
.encryptionSettings(DiskEncryptionSettingsArgs.builder()
.diskEncryptionKey(KeyVaultSecretReferenceArgs.builder()
.secretUrl("string")
.sourceVault(SubResourceArgs.builder()
.id("string")
.build())
.build())
.enabled(false)
.keyEncryptionKey(KeyVaultKeyReferenceArgs.builder()
.keyUrl("string")
.sourceVault(SubResourceArgs.builder()
.id("string")
.build())
.build())
.build())
.image(VirtualHardDiskArgs.builder()
.uri("string")
.build())
.managedDisk(ManagedDiskParametersArgs.builder()
.diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
.id("string")
.build())
.id("string")
.securityProfile(VMDiskSecurityProfileArgs.builder()
.diskEncryptionSet(DiskEncryptionSetParametersArgs.builder()
.id("string")
.build())
.securityEncryptionType("string")
.build())
.storageAccountType("string")
.build())
.name("string")
.osType("string")
.vhd(VirtualHardDiskArgs.builder()
.uri("string")
.build())
.writeAcceleratorEnabled(false)
.build())
.build())
.userData("string")
.build())
.computeApiVersion("string")
.extensions(VirtualMachineExtensionArgs.builder()
.name("string")
.properties(VirtualMachineExtensionPropertiesArgs.builder()
.autoUpgradeMinorVersion(false)
.enableAutomaticUpgrade(false)
.forceUpdateTag("string")
.protectedSettings("any")
.protectedSettingsFromKeyVault(KeyVaultSecretReferenceArgs.builder()
.secretUrl("string")
.sourceVault(SubResourceArgs.builder()
.id("string")
.build())
.build())
.provisionAfterExtensions("string")
.publisher("string")
.settings("any")
.suppressFailures(false)
.type("string")
.typeHandlerVersion("string")
.build())
.build())
.build())
.priorityProfile(PriorityProfileArgs.builder()
.allocationStrategy("string")
.evictionPolicy("string")
.maxPricePerVM(0.0)
.type("string")
.build())
.capacityType("string")
.retryPolicy(RetryPolicyArgs.builder()
.retryCount(0)
.retryWindowInMinutes(0)
.build())
.vmAttributes(VMAttributesArgs.builder()
.architectureTypes("string")
.vCpuCount(VMAttributeMinMaxIntegerArgs.builder()
.max(0)
.min(0)
.build())
.memoryInGiB(VMAttributeMinMaxDoubleArgs.builder()
.max(0.0)
.min(0.0)
.build())
.hyperVGenerations("string")
.localStorageInGiB(VMAttributeMinMaxDoubleArgs.builder()
.max(0.0)
.min(0.0)
.build())
.acceleratorTypes("string")
.burstableSupport("string")
.cpuManufacturers("string")
.dataDiskCount(VMAttributeMinMaxIntegerArgs.builder()
.max(0)
.min(0)
.build())
.excludedVMSizes("string")
.acceleratorCount(VMAttributeMinMaxIntegerArgs.builder()
.max(0)
.min(0)
.build())
.localStorageDiskTypes("string")
.allowedVMSizes("string")
.localStorageSupport("string")
.acceleratorSupport("string")
.memoryInGiBPerVCpu(VMAttributeMinMaxDoubleArgs.builder()
.max(0.0)
.min(0.0)
.build())
.networkBandwidthInMbps(VMAttributeMinMaxDoubleArgs.builder()
.max(0.0)
.min(0.0)
.build())
.networkInterfaceCount(VMAttributeMinMaxIntegerArgs.builder()
.max(0)
.min(0)
.build())
.rdmaNetworkInterfaceCount(VMAttributeMinMaxIntegerArgs.builder()
.max(0)
.min(0)
.build())
.rdmaSupport("string")
.acceleratorManufacturers("string")
.vmCategories("string")
.build())
.vmSizesProfile(VmSizeProfileArgs.builder()
.name("string")
.rank(0)
.build())
.zoneAllocationPolicy(ZoneAllocationPolicyArgs.builder()
.distributionStrategy("string")
.zonePreferences(ZonePreferenceArgs.builder()
.zone("string")
.rank(0)
.build())
.build())
.build())
.tags(Map.of("string", "string"))
.zones("string")
.build());
bulk_action_resource = azure_native.computebulkactions.BulkAction("bulkActionResource",
location="string",
resource_group_name="string",
identity={
"type": "string",
"user_assigned_identities": ["string"],
},
name="string",
plan={
"name": "string",
"product": "string",
"publisher": "string",
"promotion_code": "string",
"version": "string",
},
properties={
"capacity": 0,
"compute_profile": {
"virtual_machine_profile": {
"additional_capabilities": {
"hibernation_enabled": False,
"ultra_ssd_enabled": False,
},
"application_profile": {
"gallery_applications": [{
"package_reference_id": "string",
"configuration_reference": "string",
"enable_automatic_upgrade": False,
"order": 0,
"tags": "string",
"treat_failure_as_deployment_failure": False,
}],
},
"capacity_reservation": {
"capacity_reservation_group": {
"id": "string",
},
},
"diagnostics_profile": {
"boot_diagnostics": {
"enabled": False,
"storage_uri": "string",
},
},
"extensions_time_budget": "string",
"license_type": "string",
"network_profile": {
"network_api_version": "string",
"network_interface_configurations": [{
"name": "string",
"properties": {
"ip_configurations": [{
"name": "string",
"properties": {
"application_gateway_backend_address_pools": [{
"id": "string",
}],
"application_security_groups": [{
"id": "string",
}],
"load_balancer_backend_address_pools": [{
"id": "string",
}],
"primary": False,
"private_ip_address_version": "string",
"public_ip_address_configuration": {
"name": "string",
"properties": {
"delete_option": "string",
"dns_settings": {
"domain_name_label": "string",
"domain_name_label_scope": "string",
},
"idle_timeout_in_minutes": 0,
"ip_tags": [{
"ip_tag_type": "string",
"tag": "string",
}],
"public_ip_address_version": "string",
"public_ip_allocation_method": "string",
"public_ip_prefix": {
"id": "string",
},
},
"sku": {
"name": "string",
"tier": "string",
},
"tags": {
"string": "string",
},
},
"subnet": {
"id": "string",
},
},
}],
"auxiliary_mode": "string",
"auxiliary_sku": "string",
"delete_option": "string",
"disable_tcp_state_tracking": False,
"dns_settings": {
"dns_servers": ["string"],
},
"dscp_configuration": {
"id": "string",
},
"enable_accelerated_networking": False,
"enable_fpga": False,
"enable_ip_forwarding": False,
"network_security_group": {
"id": "string",
},
"primary": False,
},
"tags": {
"string": "string",
},
}],
"network_interfaces": [{
"id": "string",
"properties": {
"delete_option": "string",
"primary": False,
},
}],
},
"os_profile": {
"admin_password": "string",
"admin_username": "string",
"allow_extension_operations": False,
"computer_name": "string",
"custom_data": "string",
"linux_configuration": {
"disable_password_authentication": False,
"enable_vm_agent_platform_updates": False,
"patch_settings": {
"assessment_mode": "string",
"automatic_by_platform_settings": {
"bypass_platform_safety_checks_on_user_schedule": False,
"reboot_setting": "string",
},
"patch_mode": "string",
},
"provision_vm_agent": False,
"ssh": {
"public_keys": [{
"key_data": "string",
"path": "string",
}],
},
},
"require_guest_provision_signal": False,
"secrets": [{
"source_vault": {
"id": "string",
},
"vault_certificates": [{
"certificate_store": "string",
"certificate_url": "string",
}],
}],
"windows_configuration": {
"additional_unattend_content": [{
"component_name": azure_native.computebulkactions.ComponentName.MICROSOFT_WINDOWS_SHELL_SETUP,
"content": "string",
"pass_name": azure_native.computebulkactions.PassName.OOBE_SYSTEM,
"setting_name": "string",
}],
"enable_automatic_updates": False,
"patch_settings": {
"assessment_mode": "string",
"automatic_by_platform_settings": {
"bypass_platform_safety_checks_on_user_schedule": False,
"reboot_setting": "string",
},
"enable_hotpatching": False,
"patch_mode": "string",
},
"provision_vm_agent": False,
"time_zone": "string",
"win_rm": {
"listeners": [{
"certificate_url": "string",
"protocol": "string",
}],
},
},
},
"scheduled_events_policy": {
"all_instances_down": {
"automatically_approve": False,
},
"scheduled_events_additional_publishing_targets": {
"event_grid_and_resource_graph": {
"enable": False,
"scheduled_events_api_version": "string",
},
},
"user_initiated_reboot": {
"automatically_approve": False,
},
"user_initiated_redeploy": {
"automatically_approve": False,
},
},
"scheduled_events_profile": {
"os_image_notification_profile": {
"enable": False,
"not_before_timeout": "string",
},
"terminate_notification_profile": {
"enable": False,
"not_before_timeout": "string",
},
},
"security_profile": {
"encryption_at_host": False,
"encryption_identity": {
"user_assigned_identity_resource_id": "string",
},
"proxy_agent_settings": {
"add_proxy_agent_extension": False,
"enabled": False,
"imds": {
"in_vm_access_control_profile_reference_id": "string",
"mode": "string",
},
"key_incarnation_id": 0,
"mode": "string",
"wire_server": {
"in_vm_access_control_profile_reference_id": "string",
"mode": "string",
},
},
"security_type": "string",
"uefi_settings": {
"secure_boot_enabled": False,
"v_tpm_enabled": False,
},
},
"storage_profile": {
"data_disks": [{
"lun": 0,
"create_option": "string",
"detach_option": "string",
"caching": "string",
"disk_size_gb": 0,
"image": {
"uri": "string",
},
"delete_option": "string",
"managed_disk": {
"disk_encryption_set": {
"id": "string",
},
"id": "string",
"security_profile": {
"disk_encryption_set": {
"id": "string",
},
"security_encryption_type": "string",
},
"storage_account_type": "string",
},
"name": "string",
"source_resource": {
"id": "string",
},
"to_be_detached": False,
"vhd": {
"uri": "string",
},
"write_accelerator_enabled": False,
}],
"disk_controller_type": "string",
"image_reference": {
"community_gallery_image_id": "string",
"id": "string",
"offer": "string",
"publisher": "string",
"shared_gallery_image_id": "string",
"sku": "string",
"version": "string",
},
"os_disk": {
"create_option": "string",
"caching": "string",
"delete_option": "string",
"diff_disk_settings": {
"option": "string",
"placement": "string",
},
"disk_size_gb": 0,
"encryption_settings": {
"disk_encryption_key": {
"secret_url": "string",
"source_vault": {
"id": "string",
},
},
"enabled": False,
"key_encryption_key": {
"key_url": "string",
"source_vault": {
"id": "string",
},
},
},
"image": {
"uri": "string",
},
"managed_disk": {
"disk_encryption_set": {
"id": "string",
},
"id": "string",
"security_profile": {
"disk_encryption_set": {
"id": "string",
},
"security_encryption_type": "string",
},
"storage_account_type": "string",
},
"name": "string",
"os_type": "string",
"vhd": {
"uri": "string",
},
"write_accelerator_enabled": False,
},
},
"user_data": "string",
},
"compute_api_version": "string",
"extensions": [{
"name": "string",
"properties": {
"auto_upgrade_minor_version": False,
"enable_automatic_upgrade": False,
"force_update_tag": "string",
"protected_settings": "any",
"protected_settings_from_key_vault": {
"secret_url": "string",
"source_vault": {
"id": "string",
},
},
"provision_after_extensions": ["string"],
"publisher": "string",
"settings": "any",
"suppress_failures": False,
"type": "string",
"type_handler_version": "string",
},
}],
},
"priority_profile": {
"allocation_strategy": "string",
"eviction_policy": "string",
"max_price_per_vm": 0,
"type": "string",
},
"capacity_type": "string",
"retry_policy": {
"retry_count": 0,
"retry_window_in_minutes": 0,
},
"vm_attributes": {
"architecture_types": ["string"],
"v_cpu_count": {
"max": 0,
"min": 0,
},
"memory_in_gi_b": {
"max": 0,
"min": 0,
},
"hyper_v_generations": ["string"],
"local_storage_in_gi_b": {
"max": 0,
"min": 0,
},
"accelerator_types": ["string"],
"burstable_support": "string",
"cpu_manufacturers": ["string"],
"data_disk_count": {
"max": 0,
"min": 0,
},
"excluded_vm_sizes": ["string"],
"accelerator_count": {
"max": 0,
"min": 0,
},
"local_storage_disk_types": ["string"],
"allowed_vm_sizes": ["string"],
"local_storage_support": "string",
"accelerator_support": "string",
"memory_in_gi_b_per_v_cpu": {
"max": 0,
"min": 0,
},
"network_bandwidth_in_mbps": {
"max": 0,
"min": 0,
},
"network_interface_count": {
"max": 0,
"min": 0,
},
"rdma_network_interface_count": {
"max": 0,
"min": 0,
},
"rdma_support": "string",
"accelerator_manufacturers": ["string"],
"vm_categories": ["string"],
},
"vm_sizes_profile": [{
"name": "string",
"rank": 0,
}],
"zone_allocation_policy": {
"distribution_strategy": "string",
"zone_preferences": [{
"zone": "string",
"rank": 0,
}],
},
},
tags={
"string": "string",
},
zones=["string"])
const bulkActionResource = new azure_native.computebulkactions.BulkAction("bulkActionResource", {
location: "string",
resourceGroupName: "string",
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
name: "string",
plan: {
name: "string",
product: "string",
publisher: "string",
promotionCode: "string",
version: "string",
},
properties: {
capacity: 0,
computeProfile: {
virtualMachineProfile: {
additionalCapabilities: {
hibernationEnabled: false,
ultraSSDEnabled: false,
},
applicationProfile: {
galleryApplications: [{
packageReferenceId: "string",
configurationReference: "string",
enableAutomaticUpgrade: false,
order: 0,
tags: "string",
treatFailureAsDeploymentFailure: false,
}],
},
capacityReservation: {
capacityReservationGroup: {
id: "string",
},
},
diagnosticsProfile: {
bootDiagnostics: {
enabled: false,
storageUri: "string",
},
},
extensionsTimeBudget: "string",
licenseType: "string",
networkProfile: {
networkApiVersion: "string",
networkInterfaceConfigurations: [{
name: "string",
properties: {
ipConfigurations: [{
name: "string",
properties: {
applicationGatewayBackendAddressPools: [{
id: "string",
}],
applicationSecurityGroups: [{
id: "string",
}],
loadBalancerBackendAddressPools: [{
id: "string",
}],
primary: false,
privateIPAddressVersion: "string",
publicIPAddressConfiguration: {
name: "string",
properties: {
deleteOption: "string",
dnsSettings: {
domainNameLabel: "string",
domainNameLabelScope: "string",
},
idleTimeoutInMinutes: 0,
ipTags: [{
ipTagType: "string",
tag: "string",
}],
publicIPAddressVersion: "string",
publicIPAllocationMethod: "string",
publicIPPrefix: {
id: "string",
},
},
sku: {
name: "string",
tier: "string",
},
tags: {
string: "string",
},
},
subnet: {
id: "string",
},
},
}],
auxiliaryMode: "string",
auxiliarySku: "string",
deleteOption: "string",
disableTcpStateTracking: false,
dnsSettings: {
dnsServers: ["string"],
},
dscpConfiguration: {
id: "string",
},
enableAcceleratedNetworking: false,
enableFpga: false,
enableIPForwarding: false,
networkSecurityGroup: {
id: "string",
},
primary: false,
},
tags: {
string: "string",
},
}],
networkInterfaces: [{
id: "string",
properties: {
deleteOption: "string",
primary: false,
},
}],
},
osProfile: {
adminPassword: "string",
adminUsername: "string",
allowExtensionOperations: false,
computerName: "string",
customData: "string",
linuxConfiguration: {
disablePasswordAuthentication: false,
enableVMAgentPlatformUpdates: false,
patchSettings: {
assessmentMode: "string",
automaticByPlatformSettings: {
bypassPlatformSafetyChecksOnUserSchedule: false,
rebootSetting: "string",
},
patchMode: "string",
},
provisionVMAgent: false,
ssh: {
publicKeys: [{
keyData: "string",
path: "string",
}],
},
},
requireGuestProvisionSignal: false,
secrets: [{
sourceVault: {
id: "string",
},
vaultCertificates: [{
certificateStore: "string",
certificateUrl: "string",
}],
}],
windowsConfiguration: {
additionalUnattendContent: [{
componentName: azure_native.computebulkactions.ComponentName.Microsoft_Windows_Shell_Setup,
content: "string",
passName: azure_native.computebulkactions.PassName.OobeSystem,
settingName: "string",
}],
enableAutomaticUpdates: false,
patchSettings: {
assessmentMode: "string",
automaticByPlatformSettings: {
bypassPlatformSafetyChecksOnUserSchedule: false,
rebootSetting: "string",
},
enableHotpatching: false,
patchMode: "string",
},
provisionVMAgent: false,
timeZone: "string",
winRM: {
listeners: [{
certificateUrl: "string",
protocol: "string",
}],
},
},
},
scheduledEventsPolicy: {
allInstancesDown: {
automaticallyApprove: false,
},
scheduledEventsAdditionalPublishingTargets: {
eventGridAndResourceGraph: {
enable: false,
scheduledEventsApiVersion: "string",
},
},
userInitiatedReboot: {
automaticallyApprove: false,
},
userInitiatedRedeploy: {
automaticallyApprove: false,
},
},
scheduledEventsProfile: {
osImageNotificationProfile: {
enable: false,
notBeforeTimeout: "string",
},
terminateNotificationProfile: {
enable: false,
notBeforeTimeout: "string",
},
},
securityProfile: {
encryptionAtHost: false,
encryptionIdentity: {
userAssignedIdentityResourceId: "string",
},
proxyAgentSettings: {
addProxyAgentExtension: false,
enabled: false,
imds: {
inVMAccessControlProfileReferenceId: "string",
mode: "string",
},
keyIncarnationId: 0,
mode: "string",
wireServer: {
inVMAccessControlProfileReferenceId: "string",
mode: "string",
},
},
securityType: "string",
uefiSettings: {
secureBootEnabled: false,
vTpmEnabled: false,
},
},
storageProfile: {
dataDisks: [{
lun: 0,
createOption: "string",
detachOption: "string",
caching: "string",
diskSizeGB: 0,
image: {
uri: "string",
},
deleteOption: "string",
managedDisk: {
diskEncryptionSet: {
id: "string",
},
id: "string",
securityProfile: {
diskEncryptionSet: {
id: "string",
},
securityEncryptionType: "string",
},
storageAccountType: "string",
},
name: "string",
sourceResource: {
id: "string",
},
toBeDetached: false,
vhd: {
uri: "string",
},
writeAcceleratorEnabled: false,
}],
diskControllerType: "string",
imageReference: {
communityGalleryImageId: "string",
id: "string",
offer: "string",
publisher: "string",
sharedGalleryImageId: "string",
sku: "string",
version: "string",
},
osDisk: {
createOption: "string",
caching: "string",
deleteOption: "string",
diffDiskSettings: {
option: "string",
placement: "string",
},
diskSizeGB: 0,
encryptionSettings: {
diskEncryptionKey: {
secretUrl: "string",
sourceVault: {
id: "string",
},
},
enabled: false,
keyEncryptionKey: {
keyUrl: "string",
sourceVault: {
id: "string",
},
},
},
image: {
uri: "string",
},
managedDisk: {
diskEncryptionSet: {
id: "string",
},
id: "string",
securityProfile: {
diskEncryptionSet: {
id: "string",
},
securityEncryptionType: "string",
},
storageAccountType: "string",
},
name: "string",
osType: "string",
vhd: {
uri: "string",
},
writeAcceleratorEnabled: false,
},
},
userData: "string",
},
computeApiVersion: "string",
extensions: [{
name: "string",
properties: {
autoUpgradeMinorVersion: false,
enableAutomaticUpgrade: false,
forceUpdateTag: "string",
protectedSettings: "any",
protectedSettingsFromKeyVault: {
secretUrl: "string",
sourceVault: {
id: "string",
},
},
provisionAfterExtensions: ["string"],
publisher: "string",
settings: "any",
suppressFailures: false,
type: "string",
typeHandlerVersion: "string",
},
}],
},
priorityProfile: {
allocationStrategy: "string",
evictionPolicy: "string",
maxPricePerVM: 0,
type: "string",
},
capacityType: "string",
retryPolicy: {
retryCount: 0,
retryWindowInMinutes: 0,
},
vmAttributes: {
architectureTypes: ["string"],
vCpuCount: {
max: 0,
min: 0,
},
memoryInGiB: {
max: 0,
min: 0,
},
hyperVGenerations: ["string"],
localStorageInGiB: {
max: 0,
min: 0,
},
acceleratorTypes: ["string"],
burstableSupport: "string",
cpuManufacturers: ["string"],
dataDiskCount: {
max: 0,
min: 0,
},
excludedVMSizes: ["string"],
acceleratorCount: {
max: 0,
min: 0,
},
localStorageDiskTypes: ["string"],
allowedVMSizes: ["string"],
localStorageSupport: "string",
acceleratorSupport: "string",
memoryInGiBPerVCpu: {
max: 0,
min: 0,
},
networkBandwidthInMbps: {
max: 0,
min: 0,
},
networkInterfaceCount: {
max: 0,
min: 0,
},
rdmaNetworkInterfaceCount: {
max: 0,
min: 0,
},
rdmaSupport: "string",
acceleratorManufacturers: ["string"],
vmCategories: ["string"],
},
vmSizesProfile: [{
name: "string",
rank: 0,
}],
zoneAllocationPolicy: {
distributionStrategy: "string",
zonePreferences: [{
zone: "string",
rank: 0,
}],
},
},
tags: {
string: "string",
},
zones: ["string"],
});
type: azure-native:computebulkactions:BulkAction
properties:
identity:
type: string
userAssignedIdentities:
- string
location: string
name: string
plan:
name: string
product: string
promotionCode: string
publisher: string
version: string
properties:
capacity: 0
capacityType: string
computeProfile:
computeApiVersion: string
extensions:
- name: string
properties:
autoUpgradeMinorVersion: false
enableAutomaticUpgrade: false
forceUpdateTag: string
protectedSettings: any
protectedSettingsFromKeyVault:
secretUrl: string
sourceVault:
id: string
provisionAfterExtensions:
- string
publisher: string
settings: any
suppressFailures: false
type: string
typeHandlerVersion: string
virtualMachineProfile:
additionalCapabilities:
hibernationEnabled: false
ultraSSDEnabled: false
applicationProfile:
galleryApplications:
- configurationReference: string
enableAutomaticUpgrade: false
order: 0
packageReferenceId: string
tags: string
treatFailureAsDeploymentFailure: false
capacityReservation:
capacityReservationGroup:
id: string
diagnosticsProfile:
bootDiagnostics:
enabled: false
storageUri: string
extensionsTimeBudget: string
licenseType: string
networkProfile:
networkApiVersion: string
networkInterfaceConfigurations:
- name: string
properties:
auxiliaryMode: string
auxiliarySku: string
deleteOption: string
disableTcpStateTracking: false
dnsSettings:
dnsServers:
- string
dscpConfiguration:
id: string
enableAcceleratedNetworking: false
enableFpga: false
enableIPForwarding: false
ipConfigurations:
- name: string
properties:
applicationGatewayBackendAddressPools:
- id: string
applicationSecurityGroups:
- id: string
loadBalancerBackendAddressPools:
- id: string
primary: false
privateIPAddressVersion: string
publicIPAddressConfiguration:
name: string
properties:
deleteOption: string
dnsSettings:
domainNameLabel: string
domainNameLabelScope: string
idleTimeoutInMinutes: 0
ipTags:
- ipTagType: string
tag: string
publicIPAddressVersion: string
publicIPAllocationMethod: string
publicIPPrefix:
id: string
sku:
name: string
tier: string
tags:
string: string
subnet:
id: string
networkSecurityGroup:
id: string
primary: false
tags:
string: string
networkInterfaces:
- id: string
properties:
deleteOption: string
primary: false
osProfile:
adminPassword: string
adminUsername: string
allowExtensionOperations: false
computerName: string
customData: string
linuxConfiguration:
disablePasswordAuthentication: false
enableVMAgentPlatformUpdates: false
patchSettings:
assessmentMode: string
automaticByPlatformSettings:
bypassPlatformSafetyChecksOnUserSchedule: false
rebootSetting: string
patchMode: string
provisionVMAgent: false
ssh:
publicKeys:
- keyData: string
path: string
requireGuestProvisionSignal: false
secrets:
- sourceVault:
id: string
vaultCertificates:
- certificateStore: string
certificateUrl: string
windowsConfiguration:
additionalUnattendContent:
- componentName: Microsoft-Windows-Shell-Setup
content: string
passName: OobeSystem
settingName: string
enableAutomaticUpdates: false
patchSettings:
assessmentMode: string
automaticByPlatformSettings:
bypassPlatformSafetyChecksOnUserSchedule: false
rebootSetting: string
enableHotpatching: false
patchMode: string
provisionVMAgent: false
timeZone: string
winRM:
listeners:
- certificateUrl: string
protocol: string
scheduledEventsPolicy:
allInstancesDown:
automaticallyApprove: false
scheduledEventsAdditionalPublishingTargets:
eventGridAndResourceGraph:
enable: false
scheduledEventsApiVersion: string
userInitiatedReboot:
automaticallyApprove: false
userInitiatedRedeploy:
automaticallyApprove: false
scheduledEventsProfile:
osImageNotificationProfile:
enable: false
notBeforeTimeout: string
terminateNotificationProfile:
enable: false
notBeforeTimeout: string
securityProfile:
encryptionAtHost: false
encryptionIdentity:
userAssignedIdentityResourceId: string
proxyAgentSettings:
addProxyAgentExtension: false
enabled: false
imds:
inVMAccessControlProfileReferenceId: string
mode: string
keyIncarnationId: 0
mode: string
wireServer:
inVMAccessControlProfileReferenceId: string
mode: string
securityType: string
uefiSettings:
secureBootEnabled: false
vTpmEnabled: false
storageProfile:
dataDisks:
- caching: string
createOption: string
deleteOption: string
detachOption: string
diskSizeGB: 0
image:
uri: string
lun: 0
managedDisk:
diskEncryptionSet:
id: string
id: string
securityProfile:
diskEncryptionSet:
id: string
securityEncryptionType: string
storageAccountType: string
name: string
sourceResource:
id: string
toBeDetached: false
vhd:
uri: string
writeAcceleratorEnabled: false
diskControllerType: string
imageReference:
communityGalleryImageId: string
id: string
offer: string
publisher: string
sharedGalleryImageId: string
sku: string
version: string
osDisk:
caching: string
createOption: string
deleteOption: string
diffDiskSettings:
option: string
placement: string
diskSizeGB: 0
encryptionSettings:
diskEncryptionKey:
secretUrl: string
sourceVault:
id: string
enabled: false
keyEncryptionKey:
keyUrl: string
sourceVault:
id: string
image:
uri: string
managedDisk:
diskEncryptionSet:
id: string
id: string
securityProfile:
diskEncryptionSet:
id: string
securityEncryptionType: string
storageAccountType: string
name: string
osType: string
vhd:
uri: string
writeAcceleratorEnabled: false
userData: string
priorityProfile:
allocationStrategy: string
evictionPolicy: string
maxPricePerVM: 0
type: string
retryPolicy:
retryCount: 0
retryWindowInMinutes: 0
vmAttributes:
acceleratorCount:
max: 0
min: 0
acceleratorManufacturers:
- string
acceleratorSupport: string
acceleratorTypes:
- string
allowedVMSizes:
- string
architectureTypes:
- string
burstableSupport: string
cpuManufacturers:
- string
dataDiskCount:
max: 0
min: 0
excludedVMSizes:
- string
hyperVGenerations:
- string
localStorageDiskTypes:
- string
localStorageInGiB:
max: 0
min: 0
localStorageSupport: string
memoryInGiB:
max: 0
min: 0
memoryInGiBPerVCpu:
max: 0
min: 0
networkBandwidthInMbps:
max: 0
min: 0
networkInterfaceCount:
max: 0
min: 0
rdmaNetworkInterfaceCount:
max: 0
min: 0
rdmaSupport: string
vCpuCount:
max: 0
min: 0
vmCategories:
- string
vmSizesProfile:
- name: string
rank: 0
zoneAllocationPolicy:
distributionStrategy: string
zonePreferences:
- rank: 0
zone: string
resourceGroupName: string
tags:
string: string
zones:
- string
BulkAction Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BulkAction resource accepts the following input properties:
- Location string
- The location name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Identity
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Managed Service Identity - The managed service identities assigned to this resource.
- Name string
- The name of the LaunchBulkInstancesOperation.
- Plan
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Plan - Details of the resource plan.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Launch Bulk Instances Operation Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Zones List<string>
- Zones in which the LaunchBulkInstancesOperation is available
- Location string
- The location name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- Name string
- The name of the LaunchBulkInstancesOperation.
- Plan
Plan
Args - Details of the resource plan.
- Properties
Launch
Bulk Instances Operation Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- Zones []string
- Zones in which the LaunchBulkInstancesOperation is available
- location String
- The location name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- name String
- The name of the LaunchBulkInstancesOperation.
- plan Plan
- Details of the resource plan.
- properties
Launch
Bulk Instances Operation Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- zones List<String>
- Zones in which the LaunchBulkInstancesOperation is available
- location string
- The location name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- name string
- The name of the LaunchBulkInstancesOperation.
- plan Plan
- Details of the resource plan.
- properties
Launch
Bulk Instances Operation Properties - The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- zones string[]
- Zones in which the LaunchBulkInstancesOperation is available
- location str
- The location name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- name str
- The name of the LaunchBulkInstancesOperation.
- plan
Plan
Args - Details of the resource plan.
- properties
Launch
Bulk Instances Operation Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- zones Sequence[str]
- Zones in which the LaunchBulkInstancesOperation is available
- location String
- The location name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- identity Property Map
- The managed service identities assigned to this resource.
- name String
- The name of the LaunchBulkInstancesOperation.
- plan Property Map
- Details of the resource plan.
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
- zones List<String>
- Zones in which the LaunchBulkInstancesOperation is available
Outputs
All input properties are implicitly available as output properties. Additionally, the BulkAction resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data Pulumi.Azure Native. Compute Bulk Actions. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AcceleratorManufacturer, AcceleratorManufacturerArgs
- AMD
AMDAMD GpuType- Nvidia
NvidiaNvidia GpuType- Xilinx
XilinxXilinx GpuType
- Accelerator
Manufacturer AMD AMDAMD GpuType- Accelerator
Manufacturer Nvidia NvidiaNvidia GpuType- Accelerator
Manufacturer Xilinx XilinxXilinx GpuType
- AMD
AMDAMD GpuType- Nvidia
NvidiaNvidia GpuType- Xilinx
XilinxXilinx GpuType
- AMD
AMDAMD GpuType- Nvidia
NvidiaNvidia GpuType- Xilinx
XilinxXilinx GpuType
- AMD
AMDAMD GpuType- NVIDIA
NvidiaNvidia GpuType- XILINX
XilinxXilinx GpuType
- "AMD"
AMDAMD GpuType- "Nvidia"
NvidiaNvidia GpuType- "Xilinx"
XilinxXilinx GpuType
AcceleratorType, AcceleratorTypeArgs
- GPU
GPUGPU Accelerator- FPGA
FPGAFPGA Accelerator
- Accelerator
Type GPU GPUGPU Accelerator- Accelerator
Type FPGA FPGAFPGA Accelerator
- GPU
GPUGPU Accelerator- FPGA
FPGAFPGA Accelerator
- GPU
GPUGPU Accelerator- FPGA
FPGAFPGA Accelerator
- GPU
GPUGPU Accelerator- FPGA
FPGAFPGA Accelerator
- "GPU"
GPUGPU Accelerator- "FPGA"
FPGAFPGA Accelerator
AdditionalCapabilities, AdditionalCapabilitiesArgs
Enables or disables a capability on the virtual machine or virtual machine scale set.- Hibernation
Enabled bool - The flag that enables or disables hibernation capability on the VM.
- Ultra
SSDEnabled bool - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- Hibernation
Enabled bool - The flag that enables or disables hibernation capability on the VM.
- Ultra
SSDEnabled bool - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation
Enabled Boolean - The flag that enables or disables hibernation capability on the VM.
- ultra
SSDEnabled Boolean - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation
Enabled boolean - The flag that enables or disables hibernation capability on the VM.
- ultra
SSDEnabled boolean - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation_
enabled bool - The flag that enables or disables hibernation capability on the VM.
- ultra_
ssd_ boolenabled - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation
Enabled Boolean - The flag that enables or disables hibernation capability on the VM.
- ultra
SSDEnabled Boolean - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
AdditionalCapabilitiesResponse, AdditionalCapabilitiesResponseArgs
Enables or disables a capability on the virtual machine or virtual machine scale set.- Hibernation
Enabled bool - The flag that enables or disables hibernation capability on the VM.
- Ultra
SSDEnabled bool - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- Hibernation
Enabled bool - The flag that enables or disables hibernation capability on the VM.
- Ultra
SSDEnabled bool - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation
Enabled Boolean - The flag that enables or disables hibernation capability on the VM.
- ultra
SSDEnabled Boolean - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation
Enabled boolean - The flag that enables or disables hibernation capability on the VM.
- ultra
SSDEnabled boolean - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation_
enabled bool - The flag that enables or disables hibernation capability on the VM.
- ultra_
ssd_ boolenabled - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
- hibernation
Enabled Boolean - The flag that enables or disables hibernation capability on the VM.
- ultra
SSDEnabled Boolean - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
AdditionalUnattendContent, AdditionalUnattendContentArgs
Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.- Component
Name Pulumi.Azure Native. Compute Bulk Actions. Component Name - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- Content string
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- Pass
Name Pulumi.Azure Native. Compute Bulk Actions. Pass Name - The pass name. Currently, the only allowable value is OobeSystem.
- Setting
Name string | Pulumi.Azure Native. Compute Bulk Actions. Setting Names - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- Component
Name ComponentName - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- Content string
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- Pass
Name PassName - The pass name. Currently, the only allowable value is OobeSystem.
- Setting
Name string | SettingNames - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component
Name ComponentName - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content String
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass
Name PassName - The pass name. Currently, the only allowable value is OobeSystem.
- setting
Name String | SettingNames - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component
Name ComponentName - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content string
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass
Name PassName - The pass name. Currently, the only allowable value is OobeSystem.
- setting
Name string | SettingNames - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component_
name ComponentName - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content str
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass_
name PassName - The pass name. Currently, the only allowable value is OobeSystem.
- setting_
name str | SettingNames - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component
Name "Microsoft-Windows-Shell-Setup" - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content String
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass
Name "OobeSystem" - The pass name. Currently, the only allowable value is OobeSystem.
- setting
Name String | "AutoLogon" | "First Logon Commands" - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
AdditionalUnattendContentResponse, AdditionalUnattendContentResponseArgs
Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.- Component
Name string - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- Content string
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- Pass
Name string - The pass name. Currently, the only allowable value is OobeSystem.
- Setting
Name string - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- Component
Name string - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- Content string
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- Pass
Name string - The pass name. Currently, the only allowable value is OobeSystem.
- Setting
Name string - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component
Name String - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content String
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass
Name String - The pass name. Currently, the only allowable value is OobeSystem.
- setting
Name String - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component
Name string - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content string
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass
Name string - The pass name. Currently, the only allowable value is OobeSystem.
- setting
Name string - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component_
name str - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content str
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass_
name str - The pass name. Currently, the only allowable value is OobeSystem.
- setting_
name str - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
- component
Name String - The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
- content String
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
- pass
Name String - The pass name. Currently, the only allowable value is OobeSystem.
- setting
Name String - Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
AllInstancesDown, AllInstancesDownArgs
Specifies if Scheduled Events should be auto-approved when all instances are down.- Automatically
Approve bool - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- Automatically
Approve bool - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically
Approve Boolean - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically
Approve boolean - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically_
approve bool - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically
Approve Boolean - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
AllInstancesDownResponse, AllInstancesDownResponseArgs
Specifies if Scheduled Events should be auto-approved when all instances are down.- Automatically
Approve bool - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- Automatically
Approve bool - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically
Approve Boolean - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically
Approve boolean - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically_
approve bool - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
- automatically
Approve Boolean - Specifies if Scheduled Events should be auto-approved when all instances are down. Its default value is true.
AllocationStrategy, AllocationStrategyArgs
- Lowest
Price LowestPriceDefault. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.- Capacity
Optimized CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.- Prioritized
PrioritizedVM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
- Allocation
Strategy Lowest Price LowestPriceDefault. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.- Allocation
Strategy Capacity Optimized CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.- Allocation
Strategy Prioritized PrioritizedVM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
- Lowest
Price LowestPriceDefault. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.- Capacity
Optimized CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.- Prioritized
PrioritizedVM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
- Lowest
Price LowestPriceDefault. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.- Capacity
Optimized CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.- Prioritized
PrioritizedVM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
- LOWEST_PRICE
LowestPriceDefault. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.- CAPACITY_OPTIMIZED
CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.- PRIORITIZED
PrioritizedVM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
- "Lowest
Price" LowestPriceDefault. VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.- "Capacity
Optimized" CapacityOptimizedVM sizes distribution will be determined to optimize for capacity.- "Prioritized"
PrioritizedVM sizes distribution will be determined to optimize for the 'rank' specified for each vm size.
ApiEntityReference, ApiEntityReferenceArgs
The API entity reference.- Id string
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- Id string
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id String
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id string
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id str
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id String
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
ApiEntityReferenceResponse, ApiEntityReferenceResponseArgs
The API entity reference.- Id string
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- Id string
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id String
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id string
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id str
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- id String
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
ApplicationProfile, ApplicationProfileArgs
Contains the list of gallery applications that should be made available to the VM- Gallery
Applications List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMGallery Application> - Specifies the gallery applications that should be made available to the VM
- Gallery
Applications []VMGalleryApplication - Specifies the gallery applications that should be made available to the VM
- gallery
Applications List<VMGalleryApplication> - Specifies the gallery applications that should be made available to the VM
- gallery
Applications VMGalleryApplication[] - Specifies the gallery applications that should be made available to the VM
- gallery_
applications Sequence[VMGalleryApplication] - Specifies the gallery applications that should be made available to the VM
- gallery
Applications List<Property Map> - Specifies the gallery applications that should be made available to the VM
ApplicationProfileResponse, ApplicationProfileResponseArgs
Contains the list of gallery applications that should be made available to the VM- Gallery
Applications List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMGallery Application Response> - Specifies the gallery applications that should be made available to the VM
- Gallery
Applications []VMGalleryApplication Response - Specifies the gallery applications that should be made available to the VM
- gallery
Applications List<VMGalleryApplication Response> - Specifies the gallery applications that should be made available to the VM
- gallery
Applications VMGalleryApplication Response[] - Specifies the gallery applications that should be made available to the VM
- gallery_
applications Sequence[VMGalleryApplication Response] - Specifies the gallery applications that should be made available to the VM
- gallery
Applications List<Property Map> - Specifies the gallery applications that should be made available to the VM
ArchitectureType, ArchitectureTypeArgs
- ARM64
ARM64ARM64 Architecture- X64
X64X64 Architecture
- Architecture
Type ARM64 ARM64ARM64 Architecture- Architecture
Type X64 X64X64 Architecture
- ARM64
ARM64ARM64 Architecture- X64
X64X64 Architecture
- ARM64
ARM64ARM64 Architecture- X64
X64X64 Architecture
- ARM64
ARM64ARM64 Architecture- X64
X64X64 Architecture
- "ARM64"
ARM64ARM64 Architecture- "X64"
X64X64 Architecture
BootDiagnostics, BootDiagnosticsArgs
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.- Enabled bool
- Whether boot diagnostics should be enabled on the Virtual Machine.
- Storage
Uri string - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- Enabled bool
- Whether boot diagnostics should be enabled on the Virtual Machine.
- Storage
Uri string - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled Boolean
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage
Uri String - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled boolean
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage
Uri string - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled bool
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage_
uri str - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled Boolean
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage
Uri String - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
BootDiagnosticsResponse, BootDiagnosticsResponseArgs
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.- Enabled bool
- Whether boot diagnostics should be enabled on the Virtual Machine.
- Storage
Uri string - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- Enabled bool
- Whether boot diagnostics should be enabled on the Virtual Machine.
- Storage
Uri string - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled Boolean
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage
Uri String - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled boolean
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage
Uri string - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled bool
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage_
uri str - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
- enabled Boolean
- Whether boot diagnostics should be enabled on the Virtual Machine.
- storage
Uri String - Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
CachingTypes, CachingTypesArgs
- None
NoneCaching type:None- Read
Only ReadOnlyCaching type:ReadOnly- Read
Write ReadWriteCaching type:ReadWrite
- Caching
Types None NoneCaching type:None- Caching
Types Read Only ReadOnlyCaching type:ReadOnly- Caching
Types Read Write ReadWriteCaching type:ReadWrite
- None
NoneCaching type:None- Read
Only ReadOnlyCaching type:ReadOnly- Read
Write ReadWriteCaching type:ReadWrite
- None
NoneCaching type:None- Read
Only ReadOnlyCaching type:ReadOnly- Read
Write ReadWriteCaching type:ReadWrite
- NONE
NoneCaching type:None- READ_ONLY
ReadOnlyCaching type:ReadOnly- READ_WRITE
ReadWriteCaching type:ReadWrite
- "None"
NoneCaching type:None- "Read
Only" ReadOnlyCaching type:ReadOnly- "Read
Write" ReadWriteCaching type:ReadWrite
CapacityReservationProfile, CapacityReservationProfileArgs
The parameters of a capacity reservation Profile.- Capacity
Reservation Pulumi.Group Azure Native. Compute Bulk Actions. Inputs. Sub Resource - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- Capacity
Reservation SubGroup Resource - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity
Reservation SubGroup Resource - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity
Reservation SubGroup Resource - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity_
reservation_ Subgroup Resource - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity
Reservation Property MapGroup - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
CapacityReservationProfileResponse, CapacityReservationProfileResponseArgs
The parameters of a capacity reservation Profile.- Capacity
Reservation Pulumi.Group Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- Capacity
Reservation SubGroup Resource Response - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity
Reservation SubGroup Resource Response - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity
Reservation SubGroup Resource Response - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity_
reservation_ Subgroup Resource Response - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
- capacity
Reservation Property MapGroup - Specifies the capacity reservation group resource id that should be used for allocating the virtual machine provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
CapacityType, CapacityTypeArgs
- VM
VMDefault. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.- VCpu
VCpuVCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
- Capacity
Type VM VMDefault. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.- Capacity
Type VCpu VCpuVCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
- VM
VMDefault. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.- VCpu
VCpuVCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
- VM
VMDefault. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.- VCpu
VCpuVCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
- VM
VMDefault. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.- V_CPU
VCpuVCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
- "VM"
VMDefault. VM is the default capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VMs.- "VCpu"
VCpuVCpu is the capacity type for LaunchBulkInstancesOperation where capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, capacity in VCpus will be overprovisioned by default.
ComponentName, ComponentNameArgs
- Microsoft_Windows_Shell_Setup
Microsoft-Windows-Shell-Setup
- Component
Name_Microsoft_Windows_Shell_Setup Microsoft-Windows-Shell-Setup
- Microsoft
Windows Shell Setup Microsoft-Windows-Shell-Setup
- Microsoft_Windows_Shell_Setup
Microsoft-Windows-Shell-Setup
- MICROSOFT_WINDOWS_SHELL_SETUP
Microsoft-Windows-Shell-Setup
- "Microsoft-Windows-Shell-Setup"
Microsoft-Windows-Shell-Setup
ComputeProfile, ComputeProfileArgs
Compute Profile to configure the Virtual Machines.- Virtual
Machine Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Profile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- Compute
Api stringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- Extensions
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Extension> - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- Virtual
Machine VirtualProfile Machine Profile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- Compute
Api stringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- Extensions
[]Virtual
Machine Extension - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual
Machine VirtualProfile Machine Profile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute
Api StringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions
List<Virtual
Machine Extension> - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual
Machine VirtualProfile Machine Profile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute
Api stringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions
Virtual
Machine Extension[] - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual_
machine_ Virtualprofile Machine Profile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute_
api_ strversion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions
Sequence[Virtual
Machine Extension] - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual
Machine Property MapProfile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute
Api StringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions List<Property Map>
- Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
ComputeProfileResponse, ComputeProfileResponseArgs
Compute Profile to configure the Virtual Machines.- Virtual
Machine Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Profile Response - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- Compute
Api stringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- Extensions
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Extension Response> - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- Virtual
Machine VirtualProfile Machine Profile Response - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- Compute
Api stringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- Extensions
[]Virtual
Machine Extension Response - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual
Machine VirtualProfile Machine Profile Response - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute
Api StringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions
List<Virtual
Machine Extension Response> - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual
Machine VirtualProfile Machine Profile Response - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute
Api stringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions
Virtual
Machine Extension Response[] - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual_
machine_ Virtualprofile Machine Profile Response - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute_
api_ strversion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions
Sequence[Virtual
Machine Extension Response] - Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
- virtual
Machine Property MapProfile - Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineProperties"
- compute
Api StringVersion - Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machines. The default value will be the latest supported computeApiVersion by LaunchBulkInstancesOperation.
- extensions List<Property Map>
- Virtual Machine Extensions Array to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachine.json#/definitions/VirtualMachineExtension"
CpuManufacturer, CpuManufacturerArgs
- Intel
IntelIntel CPU.- AMD
AMDAMD CPU.- Microsoft
MicrosoftMicrosoft CPU.- Ampere
AmpereAmpere CPU.
- Cpu
Manufacturer Intel IntelIntel CPU.- Cpu
Manufacturer AMD AMDAMD CPU.- Cpu
Manufacturer Microsoft MicrosoftMicrosoft CPU.- Cpu
Manufacturer Ampere AmpereAmpere CPU.
- Intel
IntelIntel CPU.- AMD
AMDAMD CPU.- Microsoft
MicrosoftMicrosoft CPU.- Ampere
AmpereAmpere CPU.
- Intel
IntelIntel CPU.- AMD
AMDAMD CPU.- Microsoft
MicrosoftMicrosoft CPU.- Ampere
AmpereAmpere CPU.
- INTEL
IntelIntel CPU.- AMD
AMDAMD CPU.- MICROSOFT
MicrosoftMicrosoft CPU.- AMPERE
AmpereAmpere CPU.
- "Intel"
IntelIntel CPU.- "AMD"
AMDAMD CPU.- "Microsoft"
MicrosoftMicrosoft CPU.- "Ampere"
AmpereAmpere CPU.
DataDisk, DataDiskArgs
Describes a data disk.- Create
Option string | Pulumi.Azure Native. Compute Bulk Actions. Disk Create Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- Lun int
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- Caching
string | Pulumi.
Azure Native. Compute Bulk Actions. Caching Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string | Pulumi.Azure Native. Compute Bulk Actions. Disk Delete Option Types - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- Detach
Option string | Pulumi.Azure Native. Compute Bulk Actions. Disk Detach Option Types - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Image
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk Pulumi.Azure Native. Compute Bulk Actions. Inputs. Managed Disk Parameters - The managed disk parameters.
- Name string
- The disk name.
- Source
Resource Pulumi.Azure Native. Compute Bulk Actions. Inputs. Api Entity Reference - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- To
Be boolDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- Vhd
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- Create
Option string | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- Lun int
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- Caching
string | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string | DiskDelete Option Types - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- Detach
Option string | DiskDetach Option Types - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk ManagedDisk Parameters - The managed disk parameters.
- Name string
- The disk name.
- Source
Resource ApiEntity Reference - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- To
Be boolDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- Vhd
Virtual
Hard Disk - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun Integer
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching
String | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String | DiskDelete Option Types - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach
Option String | DiskDetach Option Types - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk
Size IntegerGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters - The managed disk parameters.
- name String
- The disk name.
- source
Resource ApiEntity Reference - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to
Be BooleanDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd
Virtual
Hard Disk - The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option string | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun number
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching
string | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option string | DiskDelete Option Types - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach
Option string | DiskDetach Option Types - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk
Size numberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters - The managed disk parameters.
- name string
- The disk name.
- source
Resource ApiEntity Reference - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to
Be booleanDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd
Virtual
Hard Disk - The virtual hard disk.
- write
Accelerator booleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create_
option str | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun int
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching
str | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete_
option str | DiskDelete Option Types - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach_
option str | DiskDetach Option Types - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk_
size_ intgb - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed_
disk ManagedDisk Parameters - The managed disk parameters.
- name str
- The disk name.
- source_
resource ApiEntity Reference - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to_
be_ booldetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd
Virtual
Hard Disk - The virtual hard disk.
- write_
accelerator_ boolenabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String | "FromImage" | "Empty" | "Attach" | "Copy" | "Restore" - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun Number
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching
String | "None" | "Read
Only" | "Read Write" - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String | "Delete" | "Detach" - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach
Option String | "ForceDetach" - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk
Size NumberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image Property Map
- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk Property Map - The managed disk parameters.
- name String
- The disk name.
- source
Resource Property Map - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to
Be BooleanDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd Property Map
- The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
DataDiskResponse, DataDiskResponseArgs
Describes a data disk.- Create
Option string - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- Lun int
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- Caching string
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- Detach
Option string - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Image
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk Pulumi.Azure Native. Compute Bulk Actions. Inputs. Managed Disk Parameters Response - The managed disk parameters.
- Name string
- The disk name.
- Source
Resource Pulumi.Azure Native. Compute Bulk Actions. Inputs. Api Entity Reference Response - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- To
Be boolDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- Vhd
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk Response - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- Create
Option string - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- Lun int
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- Caching string
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- Detach
Option string - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk ManagedDisk Parameters Response - The managed disk parameters.
- Name string
- The disk name.
- Source
Resource ApiEntity Reference Response - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- To
Be boolDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- Vhd
Virtual
Hard Disk Response - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun Integer
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching String
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach
Option String - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk
Size IntegerGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters Response - The managed disk parameters.
- name String
- The disk name.
- source
Resource ApiEntity Reference Response - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to
Be BooleanDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd
Virtual
Hard Disk Response - The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option string - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun number
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching string
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option string - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach
Option string - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk
Size numberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters Response - The managed disk parameters.
- name string
- The disk name.
- source
Resource ApiEntity Reference Response - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to
Be booleanDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd
Virtual
Hard Disk Response - The virtual hard disk.
- write
Accelerator booleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create_
option str - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun int
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching str
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete_
option str - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach_
option str - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk_
size_ intgb - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed_
disk ManagedDisk Parameters Response - The managed disk parameters.
- name str
- The disk name.
- source_
resource ApiEntity Reference Response - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to_
be_ booldetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd
Virtual
Hard Disk Response - The virtual hard disk.
- write_
accelerator_ boolenabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage, Empty, Copy, Restore.
- lun Number
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
- caching String
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String - Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach.
- detach
Option String - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. This feature is still in preview. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
- disk
Size NumberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- image Property Map
- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk Property Map - The managed disk parameters.
- name String
- The disk name.
- source
Resource Property Map - The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk.
- to
Be BooleanDetached - Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset.
- vhd Property Map
- The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
DeleteOptions, DeleteOptionsArgs
- Delete
DeleteDelete network interface when the VM is deleted- Detach
DetachDetach network interface when the VM is deleted
- Delete
Options Delete DeleteDelete network interface when the VM is deleted- Delete
Options Detach DetachDetach network interface when the VM is deleted
- Delete
DeleteDelete network interface when the VM is deleted- Detach
DetachDetach network interface when the VM is deleted
- Delete
DeleteDelete network interface when the VM is deleted- Detach
DetachDetach network interface when the VM is deleted
- DELETE
DeleteDelete network interface when the VM is deleted- DETACH
DetachDetach network interface when the VM is deleted
- "Delete"
DeleteDelete network interface when the VM is deleted- "Detach"
DetachDetach network interface when the VM is deleted
DiagnosticsProfile, DiagnosticsProfileArgs
Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.- Boot
Diagnostics Pulumi.Azure Native. Compute Bulk Actions. Inputs. Boot Diagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- Boot
Diagnostics BootDiagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot
Diagnostics BootDiagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot
Diagnostics BootDiagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot_
diagnostics BootDiagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot
Diagnostics Property Map - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
DiagnosticsProfileResponse, DiagnosticsProfileResponseArgs
Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.- Boot
Diagnostics Pulumi.Azure Native. Compute Bulk Actions. Inputs. Boot Diagnostics Response - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- Boot
Diagnostics BootDiagnostics Response - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot
Diagnostics BootDiagnostics Response - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot
Diagnostics BootDiagnostics Response - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot_
diagnostics BootDiagnostics Response - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
- boot
Diagnostics Property Map - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. NOTE: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
DiffDiskOptions, DiffDiskOptionsArgs
- Local
LocalLocal Ephemeral disk option: Local
- Diff
Disk Options Local LocalLocal Ephemeral disk option: Local
- Local
LocalLocal Ephemeral disk option: Local
- Local
LocalLocal Ephemeral disk option: Local
- LOCAL
LocalLocal Ephemeral disk option: Local
- "Local"
LocalLocal Ephemeral disk option: Local
DiffDiskPlacement, DiffDiskPlacementArgs
- Cache
Disk CacheDiskCacheDisk disk placement- Resource
Disk ResourceDiskResourceDisk disk placement- Nvme
Disk NvmeDiskNvmeDisk disk placement
- Diff
Disk Placement Cache Disk CacheDiskCacheDisk disk placement- Diff
Disk Placement Resource Disk ResourceDiskResourceDisk disk placement- Diff
Disk Placement Nvme Disk NvmeDiskNvmeDisk disk placement
- Cache
Disk CacheDiskCacheDisk disk placement- Resource
Disk ResourceDiskResourceDisk disk placement- Nvme
Disk NvmeDiskNvmeDisk disk placement
- Cache
Disk CacheDiskCacheDisk disk placement- Resource
Disk ResourceDiskResourceDisk disk placement- Nvme
Disk NvmeDiskNvmeDisk disk placement
- CACHE_DISK
CacheDiskCacheDisk disk placement- RESOURCE_DISK
ResourceDiskResourceDisk disk placement- NVME_DISK
NvmeDiskNvmeDisk disk placement
- "Cache
Disk" CacheDiskCacheDisk disk placement- "Resource
Disk" ResourceDiskResourceDisk disk placement- "Nvme
Disk" NvmeDiskNvmeDisk disk placement
DiffDiskSettings, DiffDiskSettingsArgs
Describes the parameters of ephemeral disk settings that can be specified for operating system disk. Note: The ephemeral disk settings can only be specified for managed disk.- Option
string | Pulumi.
Azure Native. Compute Bulk Actions. Diff Disk Options - Specifies the ephemeral disk settings for operating system disk.
- Placement
string | Pulumi.
Azure Native. Compute Bulk Actions. Diff Disk Placement - Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- Option
string | Diff
Disk Options - Specifies the ephemeral disk settings for operating system disk.
- Placement
string | Diff
Disk Placement - Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option
String | Diff
Disk Options - Specifies the ephemeral disk settings for operating system disk.
- placement
String | Diff
Disk Placement - Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option
string | Diff
Disk Options - Specifies the ephemeral disk settings for operating system disk.
- placement
string | Diff
Disk Placement - Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option
str | Diff
Disk Options - Specifies the ephemeral disk settings for operating system disk.
- placement
str | Diff
Disk Placement - Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option String | "Local"
- Specifies the ephemeral disk settings for operating system disk.
- placement
String | "Cache
Disk" | "Resource Disk" | "Nvme Disk" - Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
DiffDiskSettingsResponse, DiffDiskSettingsResponseArgs
Describes the parameters of ephemeral disk settings that can be specified for operating system disk. Note: The ephemeral disk settings can only be specified for managed disk.- Option string
- Specifies the ephemeral disk settings for operating system disk.
- Placement string
- Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- Option string
- Specifies the ephemeral disk settings for operating system disk.
- Placement string
- Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option String
- Specifies the ephemeral disk settings for operating system disk.
- placement String
- Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option string
- Specifies the ephemeral disk settings for operating system disk.
- placement string
- Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option str
- Specifies the ephemeral disk settings for operating system disk.
- placement str
- Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
- option String
- Specifies the ephemeral disk settings for operating system disk.
- placement String
- Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
DiskControllerTypes, DiskControllerTypesArgs
- SCSI
SCSISCSI disk controller type- NVMe
NVMeNVMe disk controller type
- Disk
Controller Types SCSI SCSISCSI disk controller type- Disk
Controller Types NVMe NVMeNVMe disk controller type
- SCSI
SCSISCSI disk controller type- NVMe
NVMeNVMe disk controller type
- SCSI
SCSISCSI disk controller type- NVMe
NVMeNVMe disk controller type
- SCSI
SCSISCSI disk controller type- NV_ME
NVMeNVMe disk controller type
- "SCSI"
SCSISCSI disk controller type- "NVMe"
NVMeNVMe disk controller type
DiskCreateOptionTypes, DiskCreateOptionTypesArgs
- From
Image FromImageCreate disk FromImage- Empty
EmptyEmpty value- Attach
AttachCreate disk by Attach- Copy
CopyCreate disk by Copy- Restore
RestoreCreate disk by Restore
- Disk
Create Option Types From Image FromImageCreate disk FromImage- Disk
Create Option Types Empty EmptyEmpty value- Disk
Create Option Types Attach AttachCreate disk by Attach- Disk
Create Option Types Copy CopyCreate disk by Copy- Disk
Create Option Types Restore RestoreCreate disk by Restore
- From
Image FromImageCreate disk FromImage- Empty
EmptyEmpty value- Attach
AttachCreate disk by Attach- Copy
CopyCreate disk by Copy- Restore
RestoreCreate disk by Restore
- From
Image FromImageCreate disk FromImage- Empty
EmptyEmpty value- Attach
AttachCreate disk by Attach- Copy
CopyCreate disk by Copy- Restore
RestoreCreate disk by Restore
- FROM_IMAGE
FromImageCreate disk FromImage- EMPTY
EmptyEmpty value- ATTACH
AttachCreate disk by Attach- COPY
CopyCreate disk by Copy- RESTORE
RestoreCreate disk by Restore
- "From
Image" FromImageCreate disk FromImage- "Empty"
EmptyEmpty value- "Attach"
AttachCreate disk by Attach- "Copy"
CopyCreate disk by Copy- "Restore"
RestoreCreate disk by Restore
DiskDeleteOptionTypes, DiskDeleteOptionTypesArgs
- Delete
DeleteDelete the disk upon VM deletion- Detach
DetachDetach the disk upon VM deletion
- Disk
Delete Option Types Delete DeleteDelete the disk upon VM deletion- Disk
Delete Option Types Detach DetachDetach the disk upon VM deletion
- Delete
DeleteDelete the disk upon VM deletion- Detach
DetachDetach the disk upon VM deletion
- Delete
DeleteDelete the disk upon VM deletion- Detach
DetachDetach the disk upon VM deletion
- DELETE
DeleteDelete the disk upon VM deletion- DETACH
DetachDetach the disk upon VM deletion
- "Delete"
DeleteDelete the disk upon VM deletion- "Detach"
DetachDetach the disk upon VM deletion
DiskDetachOptionTypes, DiskDetachOptionTypesArgs
- Force
Detach ForceDetachForceDetach the disk
- Disk
Detach Option Types Force Detach ForceDetachForceDetach the disk
- Force
Detach ForceDetachForceDetach the disk
- Force
Detach ForceDetachForceDetach the disk
- FORCE_DETACH
ForceDetachForceDetach the disk
- "Force
Detach" ForceDetachForceDetach the disk
DiskEncryptionSetParameters, DiskEncryptionSetParametersArgs
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.- Id string
- The ID of the sub-resource.
- Id string
- The ID of the sub-resource.
- id String
- The ID of the sub-resource.
- id string
- The ID of the sub-resource.
- id str
- The ID of the sub-resource.
- id String
- The ID of the sub-resource.
DiskEncryptionSetParametersResponse, DiskEncryptionSetParametersResponseArgs
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.- Id string
- The ID of the sub-resource.
- Id string
- The ID of the sub-resource.
- id String
- The ID of the sub-resource.
- id string
- The ID of the sub-resource.
- id str
- The ID of the sub-resource.
- id String
- The ID of the sub-resource.
DiskEncryptionSettings, DiskEncryptionSettingsArgs
Describes a Encryption Settings for a Disk- Disk
Encryption Pulumi.Key Azure Native. Compute Bulk Actions. Inputs. Key Vault Secret Reference - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- Enabled bool
- Specifies whether disk encryption should be enabled on the virtual machine.
- Key
Encryption Pulumi.Key Azure Native. Compute Bulk Actions. Inputs. Key Vault Key Reference - Specifies the location of the key encryption key in Key Vault.
- Disk
Encryption KeyKey Vault Secret Reference - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- Enabled bool
- Specifies whether disk encryption should be enabled on the virtual machine.
- Key
Encryption KeyKey Vault Key Reference - Specifies the location of the key encryption key in Key Vault.
- disk
Encryption KeyKey Vault Secret Reference - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled Boolean
- Specifies whether disk encryption should be enabled on the virtual machine.
- key
Encryption KeyKey Vault Key Reference - Specifies the location of the key encryption key in Key Vault.
- disk
Encryption KeyKey Vault Secret Reference - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled boolean
- Specifies whether disk encryption should be enabled on the virtual machine.
- key
Encryption KeyKey Vault Key Reference - Specifies the location of the key encryption key in Key Vault.
- disk_
encryption_ Keykey Vault Secret Reference - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled bool
- Specifies whether disk encryption should be enabled on the virtual machine.
- key_
encryption_ Keykey Vault Key Reference - Specifies the location of the key encryption key in Key Vault.
- disk
Encryption Property MapKey - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled Boolean
- Specifies whether disk encryption should be enabled on the virtual machine.
- key
Encryption Property MapKey - Specifies the location of the key encryption key in Key Vault.
DiskEncryptionSettingsResponse, DiskEncryptionSettingsResponseArgs
Describes a Encryption Settings for a Disk- Disk
Encryption Pulumi.Key Azure Native. Compute Bulk Actions. Inputs. Key Vault Secret Reference Response - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- Enabled bool
- Specifies whether disk encryption should be enabled on the virtual machine.
- Key
Encryption Pulumi.Key Azure Native. Compute Bulk Actions. Inputs. Key Vault Key Reference Response - Specifies the location of the key encryption key in Key Vault.
- Disk
Encryption KeyKey Vault Secret Reference Response - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- Enabled bool
- Specifies whether disk encryption should be enabled on the virtual machine.
- Key
Encryption KeyKey Vault Key Reference Response - Specifies the location of the key encryption key in Key Vault.
- disk
Encryption KeyKey Vault Secret Reference Response - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled Boolean
- Specifies whether disk encryption should be enabled on the virtual machine.
- key
Encryption KeyKey Vault Key Reference Response - Specifies the location of the key encryption key in Key Vault.
- disk
Encryption KeyKey Vault Secret Reference Response - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled boolean
- Specifies whether disk encryption should be enabled on the virtual machine.
- key
Encryption KeyKey Vault Key Reference Response - Specifies the location of the key encryption key in Key Vault.
- disk_
encryption_ Keykey Vault Secret Reference Response - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled bool
- Specifies whether disk encryption should be enabled on the virtual machine.
- key_
encryption_ Keykey Vault Key Reference Response - Specifies the location of the key encryption key in Key Vault.
- disk
Encryption Property MapKey - Specifies the location of the disk encryption key, which is a Key Vault Secret.
- enabled Boolean
- Specifies whether disk encryption should be enabled on the virtual machine.
- key
Encryption Property MapKey - Specifies the location of the key encryption key in Key Vault.
DomainNameLabelScopeTypes, DomainNameLabelScopeTypesArgs
- Tenant
Reuse TenantReuseTenantReuse scope type- Subscription
Reuse SubscriptionReuseSubscriptionReuse scope type- Resource
Group Reuse ResourceGroupReuseResourceGroupReuse scope type- No
Reuse NoReuseNoReuse scope type
- Domain
Name Label Scope Types Tenant Reuse TenantReuseTenantReuse scope type- Domain
Name Label Scope Types Subscription Reuse SubscriptionReuseSubscriptionReuse scope type- Domain
Name Label Scope Types Resource Group Reuse ResourceGroupReuseResourceGroupReuse scope type- Domain
Name Label Scope Types No Reuse NoReuseNoReuse scope type
- Tenant
Reuse TenantReuseTenantReuse scope type- Subscription
Reuse SubscriptionReuseSubscriptionReuse scope type- Resource
Group Reuse ResourceGroupReuseResourceGroupReuse scope type- No
Reuse NoReuseNoReuse scope type
- Tenant
Reuse TenantReuseTenantReuse scope type- Subscription
Reuse SubscriptionReuseSubscriptionReuse scope type- Resource
Group Reuse ResourceGroupReuseResourceGroupReuse scope type- No
Reuse NoReuseNoReuse scope type
- TENANT_REUSE
TenantReuseTenantReuse scope type- SUBSCRIPTION_REUSE
SubscriptionReuseSubscriptionReuse scope type- RESOURCE_GROUP_REUSE
ResourceGroupReuseResourceGroupReuse scope type- NO_REUSE
NoReuseNoReuse scope type
- "Tenant
Reuse" TenantReuseTenantReuse scope type- "Subscription
Reuse" SubscriptionReuseSubscriptionReuse scope type- "Resource
Group Reuse" ResourceGroupReuseResourceGroupReuse scope type- "No
Reuse" NoReuseNoReuse scope type
EncryptionIdentity, EncryptionIdentityArgs
Specifies the Managed Identity used by ADE to get access token for keyvault operations.- User
Assigned stringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- User
Assigned stringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user
Assigned StringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user
Assigned stringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user_
assigned_ stridentity_ resource_ id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user
Assigned StringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
EncryptionIdentityResponse, EncryptionIdentityResponseArgs
Specifies the Managed Identity used by ADE to get access token for keyvault operations.- User
Assigned stringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- User
Assigned stringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user
Assigned StringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user
Assigned stringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user_
assigned_ stridentity_ resource_ id - Specifies ARM Resource ID of one of the user identities associated with the VM.
- user
Assigned StringIdentity Resource Id - Specifies ARM Resource ID of one of the user identities associated with the VM.
EventGridAndResourceGraph, EventGridAndResourceGraphArgs
Specifies eventGridAndResourceGraph related Scheduled Event related configurations.- Enable bool
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- Scheduled
Events stringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- Enable bool
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- Scheduled
Events stringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable Boolean
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled
Events StringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable boolean
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled
Events stringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable bool
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled_
events_ strapi_ version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable Boolean
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled
Events StringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
EventGridAndResourceGraphResponse, EventGridAndResourceGraphResponseArgs
Specifies eventGridAndResourceGraph related Scheduled Event related configurations.- Enable bool
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- Scheduled
Events stringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- Enable bool
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- Scheduled
Events stringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable Boolean
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled
Events StringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable boolean
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled
Events stringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable bool
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled_
events_ strapi_ version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
- enable Boolean
- Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduled
Events StringApi Version - Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
EvictionPolicy, EvictionPolicyArgs
- Delete
DeleteWhen evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.- Deallocate
DeallocateWhen evicted, the Spot VM will be deallocated/stopped
- Eviction
Policy Delete DeleteWhen evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.- Eviction
Policy Deallocate DeallocateWhen evicted, the Spot VM will be deallocated/stopped
- Delete
DeleteWhen evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.- Deallocate
DeallocateWhen evicted, the Spot VM will be deallocated/stopped
- Delete
DeleteWhen evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.- Deallocate
DeallocateWhen evicted, the Spot VM will be deallocated/stopped
- DELETE
DeleteWhen evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.- DEALLOCATE
DeallocateWhen evicted, the Spot VM will be deallocated/stopped
- "Delete"
DeleteWhen evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.- "Deallocate"
DeallocateWhen evicted, the Spot VM will be deallocated/stopped
HostEndpointSettings, HostEndpointSettingsArgs
Specifies particular host endpoint settings.- In
VMAccess stringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- Mode
string | Pulumi.
Azure Native. Compute Bulk Actions. Modes - Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- In
VMAccess stringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- Mode string | Modes
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in
VMAccess StringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode String | Modes
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in
VMAccess stringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode string | Modes
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in_
vm_ straccess_ control_ profile_ reference_ id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode str | Modes
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in
VMAccess StringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode String | "Audit" | "Enforce" | "Disabled"
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
HostEndpointSettingsResponse, HostEndpointSettingsResponseArgs
Specifies particular host endpoint settings.- In
VMAccess stringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- Mode string
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- In
VMAccess stringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- Mode string
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in
VMAccess StringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode String
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in
VMAccess stringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode string
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in_
vm_ straccess_ control_ profile_ reference_ id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode str
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
- in
VMAccess StringControl Profile Reference Id - Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}
- mode String
- Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.
HyperVGeneration, HyperVGenerationArgs
- Gen1
Gen1Gen1 hyperV.- Gen2
Gen2Gen2 hyperV.
- Hyper
VGeneration Gen1 Gen1Gen1 hyperV.- Hyper
VGeneration Gen2 Gen2Gen2 hyperV.
- Gen1
Gen1Gen1 hyperV.- Gen2
Gen2Gen2 hyperV.
- Gen1
Gen1Gen1 hyperV.- Gen2
Gen2Gen2 hyperV.
- GEN1
Gen1Gen1 hyperV.- GEN2
Gen2Gen2 hyperV.
- "Gen1"
Gen1Gen1 hyperV.- "Gen2"
Gen2Gen2 hyperV.
IPVersions, IPVersionsArgs
- IPv4
IPv4IPv4 version- IPv6
IPv6IPv6 version
- IPVersions
IPv4 IPv4IPv4 version- IPVersions
IPv6 IPv6IPv6 version
- IPv4
IPv4IPv4 version- IPv6
IPv6IPv6 version
- IPv4
IPv4IPv4 version- IPv6
IPv6IPv6 version
- I_PV4
IPv4IPv4 version- I_PV6
IPv6IPv6 version
- "IPv4"
IPv4IPv4 version- "IPv6"
IPv6IPv6 version
ImageReference, ImageReferenceArgs
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.- Community
Gallery stringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- Id string
- The ID of the sub-resource.
- Offer string
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- Publisher string
- The image publisher.
- string
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- Sku string
- The image SKU.
- Version string
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- Community
Gallery stringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- Id string
- The ID of the sub-resource.
- Offer string
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- Publisher string
- The image publisher.
- string
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- Sku string
- The image SKU.
- Version string
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community
Gallery StringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id String
- The ID of the sub-resource.
- offer String
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher String
- The image publisher.
- String
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku String
- The image SKU.
- version String
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community
Gallery stringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id string
- The ID of the sub-resource.
- offer string
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher string
- The image publisher.
- string
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku string
- The image SKU.
- version string
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community_
gallery_ strimage_ id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id str
- The ID of the sub-resource.
- offer str
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher str
- The image publisher.
- str
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku str
- The image SKU.
- version str
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community
Gallery StringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id String
- The ID of the sub-resource.
- offer String
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher String
- The image publisher.
- String
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku String
- The image SKU.
- version String
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
ImageReferenceResponse, ImageReferenceResponseArgs
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.- Community
Gallery stringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- Id string
- The ID of the sub-resource.
- Offer string
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- Publisher string
- The image publisher.
- string
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- Sku string
- The image SKU.
- Version string
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- Community
Gallery stringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- Id string
- The ID of the sub-resource.
- Offer string
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- Publisher string
- The image publisher.
- string
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- Sku string
- The image SKU.
- Version string
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community
Gallery StringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id String
- The ID of the sub-resource.
- offer String
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher String
- The image publisher.
- String
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku String
- The image SKU.
- version String
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community
Gallery stringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id string
- The ID of the sub-resource.
- offer string
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher string
- The image publisher.
- string
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku string
- The image SKU.
- version string
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community_
gallery_ strimage_ id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id str
- The ID of the sub-resource.
- offer str
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher str
- The image publisher.
- str
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku str
- The image SKU.
- version str
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
- community
Gallery StringImage Id - Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
- id String
- The ID of the sub-resource.
- offer String
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
- publisher String
- The image publisher.
- String
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
- sku String
- The image SKU.
- version String
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
KeyVaultKeyReference, KeyVaultKeyReferenceArgs
Describes a reference to Key Vault Key- Key
Url string - The URL referencing a key encryption key in Key Vault.
- Source
Vault Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource - The relative URL of the Key Vault containing the key.
- Key
Url string - The URL referencing a key encryption key in Key Vault.
- Source
Vault SubResource - The relative URL of the Key Vault containing the key.
- key
Url String - The URL referencing a key encryption key in Key Vault.
- source
Vault SubResource - The relative URL of the Key Vault containing the key.
- key
Url string - The URL referencing a key encryption key in Key Vault.
- source
Vault SubResource - The relative URL of the Key Vault containing the key.
- key_
url str - The URL referencing a key encryption key in Key Vault.
- source_
vault SubResource - The relative URL of the Key Vault containing the key.
- key
Url String - The URL referencing a key encryption key in Key Vault.
- source
Vault Property Map - The relative URL of the Key Vault containing the key.
KeyVaultKeyReferenceResponse, KeyVaultKeyReferenceResponseArgs
Describes a reference to Key Vault Key- Key
Url string - The URL referencing a key encryption key in Key Vault.
- Source
Vault Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - The relative URL of the Key Vault containing the key.
- Key
Url string - The URL referencing a key encryption key in Key Vault.
- Source
Vault SubResource Response - The relative URL of the Key Vault containing the key.
- key
Url String - The URL referencing a key encryption key in Key Vault.
- source
Vault SubResource Response - The relative URL of the Key Vault containing the key.
- key
Url string - The URL referencing a key encryption key in Key Vault.
- source
Vault SubResource Response - The relative URL of the Key Vault containing the key.
- key_
url str - The URL referencing a key encryption key in Key Vault.
- source_
vault SubResource Response - The relative URL of the Key Vault containing the key.
- key
Url String - The URL referencing a key encryption key in Key Vault.
- source
Vault Property Map - The relative URL of the Key Vault containing the key.
KeyVaultSecretReference, KeyVaultSecretReferenceArgs
Describes a reference to Key Vault Secret- Secret
Url string - The URL referencing a secret in a Key Vault.
- Source
Vault Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource - The relative URL of the Key Vault containing the secret.
- Secret
Url string - The URL referencing a secret in a Key Vault.
- Source
Vault SubResource - The relative URL of the Key Vault containing the secret.
- secret
Url String - The URL referencing a secret in a Key Vault.
- source
Vault SubResource - The relative URL of the Key Vault containing the secret.
- secret
Url string - The URL referencing a secret in a Key Vault.
- source
Vault SubResource - The relative URL of the Key Vault containing the secret.
- secret_
url str - The URL referencing a secret in a Key Vault.
- source_
vault SubResource - The relative URL of the Key Vault containing the secret.
- secret
Url String - The URL referencing a secret in a Key Vault.
- source
Vault Property Map - The relative URL of the Key Vault containing the secret.
KeyVaultSecretReferenceResponse, KeyVaultSecretReferenceResponseArgs
Describes a reference to Key Vault Secret- Secret
Url string - The URL referencing a secret in a Key Vault.
- Source
Vault Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - The relative URL of the Key Vault containing the secret.
- Secret
Url string - The URL referencing a secret in a Key Vault.
- Source
Vault SubResource Response - The relative URL of the Key Vault containing the secret.
- secret
Url String - The URL referencing a secret in a Key Vault.
- source
Vault SubResource Response - The relative URL of the Key Vault containing the secret.
- secret
Url string - The URL referencing a secret in a Key Vault.
- source
Vault SubResource Response - The relative URL of the Key Vault containing the secret.
- secret_
url str - The URL referencing a secret in a Key Vault.
- source_
vault SubResource Response - The relative URL of the Key Vault containing the secret.
- secret
Url String - The URL referencing a secret in a Key Vault.
- source
Vault Property Map - The relative URL of the Key Vault containing the secret.
LaunchBulkInstancesOperationProperties, LaunchBulkInstancesOperationPropertiesArgs
Details of the LaunchBulkInstancesOperation.- Capacity int
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- Compute
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Compute Profile - Compute Profile to configure the Virtual Machines.
- Priority
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Priority Profile - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- Capacity
Type string | Pulumi.Azure Native. Compute Bulk Actions. Capacity Type - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- Retry
Policy Pulumi.Azure Native. Compute Bulk Actions. Inputs. Retry Policy - Retry policy the user can pass
- Vm
Attributes Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMAttributes - Attributes to launch instances.
- Vm
Sizes List<Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Vm Size Profile> - List of VM sizes supported for LaunchBulkInstancesOperation
- Zone
Allocation Pulumi.Policy Azure Native. Compute Bulk Actions. Inputs. Zone Allocation Policy - Zone Allocation Policy for launching instances.
- Capacity int
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- Compute
Profile ComputeProfile - Compute Profile to configure the Virtual Machines.
- Priority
Profile PriorityProfile - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- Capacity
Type string | CapacityType - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- Retry
Policy RetryPolicy - Retry policy the user can pass
- Vm
Attributes VMAttributes - Attributes to launch instances.
- Vm
Sizes []VmProfile Size Profile - List of VM sizes supported for LaunchBulkInstancesOperation
- Zone
Allocation ZonePolicy Allocation Policy - Zone Allocation Policy for launching instances.
- capacity Integer
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute
Profile ComputeProfile - Compute Profile to configure the Virtual Machines.
- priority
Profile PriorityProfile - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- capacity
Type String | CapacityType - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry
Policy RetryPolicy - Retry policy the user can pass
- vm
Attributes VMAttributes - Attributes to launch instances.
- vm
Sizes List<VmProfile Size Profile> - List of VM sizes supported for LaunchBulkInstancesOperation
- zone
Allocation ZonePolicy Allocation Policy - Zone Allocation Policy for launching instances.
- capacity number
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute
Profile ComputeProfile - Compute Profile to configure the Virtual Machines.
- priority
Profile PriorityProfile - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- capacity
Type string | CapacityType - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry
Policy RetryPolicy - Retry policy the user can pass
- vm
Attributes VMAttributes - Attributes to launch instances.
- vm
Sizes VmProfile Size Profile[] - List of VM sizes supported for LaunchBulkInstancesOperation
- zone
Allocation ZonePolicy Allocation Policy - Zone Allocation Policy for launching instances.
- capacity int
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute_
profile ComputeProfile - Compute Profile to configure the Virtual Machines.
- priority_
profile PriorityProfile - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- capacity_
type str | CapacityType - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry_
policy RetryPolicy - Retry policy the user can pass
- vm_
attributes VMAttributes - Attributes to launch instances.
- vm_
sizes_ Sequence[Vmprofile Size Profile] - List of VM sizes supported for LaunchBulkInstancesOperation
- zone_
allocation_ Zonepolicy Allocation Policy - Zone Allocation Policy for launching instances.
- capacity Number
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute
Profile Property Map - Compute Profile to configure the Virtual Machines.
- priority
Profile Property Map - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- capacity
Type String | "VM" | "VCpu" - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry
Policy Property Map - Retry policy the user can pass
- vm
Attributes Property Map - Attributes to launch instances.
- vm
Sizes List<Property Map>Profile - List of VM sizes supported for LaunchBulkInstancesOperation
- zone
Allocation Property MapPolicy - Zone Allocation Policy for launching instances.
LaunchBulkInstancesOperationPropertiesResponse, LaunchBulkInstancesOperationPropertiesResponseArgs
Details of the LaunchBulkInstancesOperation.- Capacity int
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- Compute
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Compute Profile Response - Compute Profile to configure the Virtual Machines.
- Priority
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Priority Profile Response - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- Provisioning
State string - The status of the last operation.
- Capacity
Type string - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- Retry
Policy Pulumi.Azure Native. Compute Bulk Actions. Inputs. Retry Policy Response - Retry policy the user can pass
- Vm
Attributes Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMAttributes Response - Attributes to launch instances.
- Vm
Sizes List<Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Vm Size Profile Response> - List of VM sizes supported for LaunchBulkInstancesOperation
- Zone
Allocation Pulumi.Policy Azure Native. Compute Bulk Actions. Inputs. Zone Allocation Policy Response - Zone Allocation Policy for launching instances.
- Capacity int
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- Compute
Profile ComputeProfile Response - Compute Profile to configure the Virtual Machines.
- Priority
Profile PriorityProfile Response - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- Provisioning
State string - The status of the last operation.
- Capacity
Type string - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- Retry
Policy RetryPolicy Response - Retry policy the user can pass
- Vm
Attributes VMAttributesResponse - Attributes to launch instances.
- Vm
Sizes []VmProfile Size Profile Response - List of VM sizes supported for LaunchBulkInstancesOperation
- Zone
Allocation ZonePolicy Allocation Policy Response - Zone Allocation Policy for launching instances.
- capacity Integer
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute
Profile ComputeProfile Response - Compute Profile to configure the Virtual Machines.
- priority
Profile PriorityProfile Response - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- provisioning
State String - The status of the last operation.
- capacity
Type String - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry
Policy RetryPolicy Response - Retry policy the user can pass
- vm
Attributes VMAttributesResponse - Attributes to launch instances.
- vm
Sizes List<VmProfile Size Profile Response> - List of VM sizes supported for LaunchBulkInstancesOperation
- zone
Allocation ZonePolicy Allocation Policy Response - Zone Allocation Policy for launching instances.
- capacity number
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute
Profile ComputeProfile Response - Compute Profile to configure the Virtual Machines.
- priority
Profile PriorityProfile Response - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- provisioning
State string - The status of the last operation.
- capacity
Type string - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry
Policy RetryPolicy Response - Retry policy the user can pass
- vm
Attributes VMAttributesResponse - Attributes to launch instances.
- vm
Sizes VmProfile Size Profile Response[] - List of VM sizes supported for LaunchBulkInstancesOperation
- zone
Allocation ZonePolicy Allocation Policy Response - Zone Allocation Policy for launching instances.
- capacity int
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute_
profile ComputeProfile Response - Compute Profile to configure the Virtual Machines.
- priority_
profile PriorityProfile Response - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- provisioning_
state str - The status of the last operation.
- capacity_
type str - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry_
policy RetryPolicy Response - Retry policy the user can pass
- vm_
attributes VMAttributesResponse - Attributes to launch instances.
- vm_
sizes_ Sequence[Vmprofile Size Profile Response] - List of VM sizes supported for LaunchBulkInstancesOperation
- zone_
allocation_ Zonepolicy Allocation Policy Response - Zone Allocation Policy for launching instances.
- capacity Number
- Total capacity to achieve. It can be in terms of VMs or vCPUs.
- compute
Profile Property Map - Compute Profile to configure the Virtual Machines.
- priority
Profile Property Map - Configuration Options for Regular or Spot instances in LaunchBulkInstancesOperation.
- provisioning
State String - The status of the last operation.
- capacity
Type String - Specifies capacity type for launching instances. It can be in terms of VMs or vCPUs.
- retry
Policy Property Map - Retry policy the user can pass
- vm
Attributes Property Map - Attributes to launch instances.
- vm
Sizes List<Property Map>Profile - List of VM sizes supported for LaunchBulkInstancesOperation
- zone
Allocation Property MapPolicy - Zone Allocation Policy for launching instances.
LinuxConfiguration, LinuxConfigurationArgs
Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.- Disable
Password boolAuthentication - Specifies whether password authentication should be disabled.
- Enable
VMAgent boolPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- Patch
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Linux Patch Settings - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Ssh
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Ssh Configuration - Specifies the ssh key configuration for a Linux OS.
- Disable
Password boolAuthentication - Specifies whether password authentication should be disabled.
- Enable
VMAgent boolPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- Patch
Settings LinuxPatch Settings - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Ssh
Ssh
Configuration - Specifies the ssh key configuration for a Linux OS.
- disable
Password BooleanAuthentication - Specifies whether password authentication should be disabled.
- enable
VMAgent BooleanPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch
Settings LinuxPatch Settings - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh
Ssh
Configuration - Specifies the ssh key configuration for a Linux OS.
- disable
Password booleanAuthentication - Specifies whether password authentication should be disabled.
- enable
VMAgent booleanPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch
Settings LinuxPatch Settings - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision
VMAgent boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh
Ssh
Configuration - Specifies the ssh key configuration for a Linux OS.
- disable_
password_ boolauthentication - Specifies whether password authentication should be disabled.
- enable_
vm_ boolagent_ platform_ updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch_
settings LinuxPatch Settings - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision_
vm_ boolagent - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh
Ssh
Configuration - Specifies the ssh key configuration for a Linux OS.
- disable
Password BooleanAuthentication - Specifies whether password authentication should be disabled.
- enable
VMAgent BooleanPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch
Settings Property Map - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh Property Map
- Specifies the ssh key configuration for a Linux OS.
LinuxConfigurationResponse, LinuxConfigurationResponseArgs
Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.- Disable
Password boolAuthentication - Specifies whether password authentication should be disabled.
- Enable
VMAgent boolPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- Patch
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Linux Patch Settings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Ssh
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Ssh Configuration Response - Specifies the ssh key configuration for a Linux OS.
- Disable
Password boolAuthentication - Specifies whether password authentication should be disabled.
- Enable
VMAgent boolPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- Patch
Settings LinuxPatch Settings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Ssh
Ssh
Configuration Response - Specifies the ssh key configuration for a Linux OS.
- disable
Password BooleanAuthentication - Specifies whether password authentication should be disabled.
- enable
VMAgent BooleanPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch
Settings LinuxPatch Settings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh
Ssh
Configuration Response - Specifies the ssh key configuration for a Linux OS.
- disable
Password booleanAuthentication - Specifies whether password authentication should be disabled.
- enable
VMAgent booleanPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch
Settings LinuxPatch Settings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision
VMAgent boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh
Ssh
Configuration Response - Specifies the ssh key configuration for a Linux OS.
- disable_
password_ boolauthentication - Specifies whether password authentication should be disabled.
- enable_
vm_ boolagent_ platform_ updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch_
settings LinuxPatch Settings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision_
vm_ boolagent - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh
Ssh
Configuration Response - Specifies the ssh key configuration for a Linux OS.
- disable
Password BooleanAuthentication - Specifies whether password authentication should be disabled.
- enable
VMAgent BooleanPlatform Updates - Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
- patch
Settings Property Map - [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- ssh Property Map
- Specifies the ssh key configuration for a Linux OS.
LinuxPatchAssessmentMode, LinuxPatchAssessmentModeArgs
- Image
Default ImageDefaultImageDefault mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform mode
- Linux
Patch Assessment Mode Image Default ImageDefaultImageDefault mode- Linux
Patch Assessment Mode Automatic By Platform AutomaticByPlatformAutomaticByPlatform mode
- Image
Default ImageDefaultImageDefault mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform mode
- Image
Default ImageDefaultImageDefault mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform mode
- IMAGE_DEFAULT
ImageDefaultImageDefault mode- AUTOMATIC_BY_PLATFORM
AutomaticByPlatformAutomaticByPlatform mode
- "Image
Default" ImageDefaultImageDefault mode- "Automatic
By Platform" AutomaticByPlatformAutomaticByPlatform mode
LinuxPatchSettings, LinuxPatchSettingsArgs
Specifies settings related to VM Guest Patching on Linux.- Assessment
Mode string | Pulumi.Azure Native. Compute Bulk Actions. Linux Patch Assessment Mode - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By Pulumi.Platform Settings Azure Native. Compute Bulk Actions. Inputs. Linux VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- Patch
Mode string | Pulumi.Azure Native. Compute Bulk Actions. Linux VMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- Assessment
Mode string | LinuxPatch Assessment Mode - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By LinuxPlatform Settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- Patch
Mode string | LinuxVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment
Mode String | LinuxPatch Assessment Mode - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By LinuxPlatform Settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch
Mode String | LinuxVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment
Mode string | LinuxPatch Assessment Mode - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By LinuxPlatform Settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch
Mode string | LinuxVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment_
mode str | LinuxPatch Assessment Mode - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic_
by_ Linuxplatform_ settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch_
mode str | LinuxVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment
Mode String | "ImageDefault" | "Automatic By Platform" - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By Property MapPlatform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch
Mode String | "ImageDefault" | "Automatic By Platform" - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
LinuxPatchSettingsResponse, LinuxPatchSettingsResponseArgs
Specifies settings related to VM Guest Patching on Linux.- Assessment
Mode string - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By Pulumi.Platform Settings Azure Native. Compute Bulk Actions. Inputs. Linux VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- Patch
Mode string - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- Assessment
Mode string - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By LinuxPlatform Settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- Patch
Mode string - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment
Mode String - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By LinuxPlatform Settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch
Mode String - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment
Mode string - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By LinuxPlatform Settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch
Mode string - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment_
mode str - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic_
by_ Linuxplatform_ settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch_
mode str - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
- assessment
Mode String - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By Property MapPlatform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
- patch
Mode String - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
LinuxVMGuestPatchAutomaticByPlatformRebootSetting, LinuxVMGuestPatchAutomaticByPlatformRebootSettingArgs
- Unknown
UnknownUnknown reboot setting- If
Required IfRequiredReboot if required- Never
NeverNever reboot- Always
AlwaysAlways reboot
- Linux
VMGuest Patch Automatic By Platform Reboot Setting Unknown UnknownUnknown reboot setting- Linux
VMGuest Patch Automatic By Platform Reboot Setting If Required IfRequiredReboot if required- Linux
VMGuest Patch Automatic By Platform Reboot Setting Never NeverNever reboot- Linux
VMGuest Patch Automatic By Platform Reboot Setting Always AlwaysAlways reboot
- Unknown
UnknownUnknown reboot setting- If
Required IfRequiredReboot if required- Never
NeverNever reboot- Always
AlwaysAlways reboot
- Unknown
UnknownUnknown reboot setting- If
Required IfRequiredReboot if required- Never
NeverNever reboot- Always
AlwaysAlways reboot
- UNKNOWN
UnknownUnknown reboot setting- IF_REQUIRED
IfRequiredReboot if required- NEVER
NeverNever reboot- ALWAYS
AlwaysAlways reboot
- "Unknown"
UnknownUnknown reboot setting- "If
Required" IfRequiredReboot if required- "Never"
NeverNever reboot- "Always"
AlwaysAlways reboot
LinuxVMGuestPatchAutomaticByPlatformSettings, LinuxVMGuestPatchAutomaticByPlatformSettingsArgs
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string | Pulumi.Azure Native. Compute Bulk Actions. Linux VMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string | LinuxVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String | LinuxVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform booleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting string | LinuxVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass_
platform_ boolsafety_ checks_ on_ user_ schedule - Enables customer to schedule patching without accidental upgrades
- reboot_
setting str | LinuxVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String | "Unknown" | "IfRequired" | "Never" | "Always" - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
LinuxVMGuestPatchAutomaticByPlatformSettingsResponse, LinuxVMGuestPatchAutomaticByPlatformSettingsResponseArgs
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform booleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting string - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass_
platform_ boolsafety_ checks_ on_ user_ schedule - Enables customer to schedule patching without accidental upgrades
- reboot_
setting str - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
LinuxVMGuestPatchMode, LinuxVMGuestPatchModeArgs
- Image
Default ImageDefaultImageDefault linux VM guest patch mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform linux VM guest patch mode
- Linux
VMGuest Patch Mode Image Default ImageDefaultImageDefault linux VM guest patch mode- Linux
VMGuest Patch Mode Automatic By Platform AutomaticByPlatformAutomaticByPlatform linux VM guest patch mode
- Image
Default ImageDefaultImageDefault linux VM guest patch mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform linux VM guest patch mode
- Image
Default ImageDefaultImageDefault linux VM guest patch mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform linux VM guest patch mode
- IMAGE_DEFAULT
ImageDefaultImageDefault linux VM guest patch mode- AUTOMATIC_BY_PLATFORM
AutomaticByPlatformAutomaticByPlatform linux VM guest patch mode
- "Image
Default" ImageDefaultImageDefault linux VM guest patch mode- "Automatic
By Platform" AutomaticByPlatformAutomaticByPlatform linux VM guest patch mode
LocalStorageDiskType, LocalStorageDiskTypeArgs
- HDD
HDDHDD DiskType.- SSD
SSDSSD DiskType.
- Local
Storage Disk Type HDD HDDHDD DiskType.- Local
Storage Disk Type SSD SSDSSD DiskType.
- HDD
HDDHDD DiskType.- SSD
SSDSSD DiskType.
- HDD
HDDHDD DiskType.- SSD
SSDSSD DiskType.
- HDD
HDDHDD DiskType.- SSD
SSDSSD DiskType.
- "HDD"
HDDHDD DiskType.- "SSD"
SSDSSD DiskType.
ManagedDiskParameters, ManagedDiskParametersArgs
The parameters of a managed disk.- Disk
Encryption Pulumi.Set Azure Native. Compute Bulk Actions. Inputs. Disk Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk.
- Id string
- The ID of the sub-resource.
- Security
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMDisk Security Profile - Specifies the security profile for the managed disk.
- Storage
Account string | Pulumi.Type Azure Native. Compute Bulk Actions. Storage Account Types - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- Disk
Encryption DiskSet Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk.
- Id string
- The ID of the sub-resource.
- Security
Profile VMDiskSecurity Profile - Specifies the security profile for the managed disk.
- Storage
Account string | StorageType Account Types - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk
Encryption DiskSet Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk.
- id String
- The ID of the sub-resource.
- security
Profile VMDiskSecurity Profile - Specifies the security profile for the managed disk.
- storage
Account String | StorageType Account Types - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk
Encryption DiskSet Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk.
- id string
- The ID of the sub-resource.
- security
Profile VMDiskSecurity Profile - Specifies the security profile for the managed disk.
- storage
Account string | StorageType Account Types - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk_
encryption_ Diskset Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk.
- id str
- The ID of the sub-resource.
- security_
profile VMDiskSecurity Profile - Specifies the security profile for the managed disk.
- storage_
account_ str | Storagetype Account Types - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk
Encryption Property MapSet - Specifies the customer managed disk encryption set resource id for the managed disk.
- id String
- The ID of the sub-resource.
- security
Profile Property Map - Specifies the security profile for the managed disk.
- storage
Account String | "Standard_LRS" | "Premium_LRS" | "StandardType SSD_LRS" | "Ultra SSD_LRS" | "Premium_ZRS" | "Standard SSD_ZRS" | "Premium V2_LRS" - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
ManagedDiskParametersResponse, ManagedDiskParametersResponseArgs
The parameters of a managed disk.- Disk
Encryption Pulumi.Set Azure Native. Compute Bulk Actions. Inputs. Disk Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk.
- Id string
- The ID of the sub-resource.
- Security
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMDisk Security Profile Response - Specifies the security profile for the managed disk.
- Storage
Account stringType - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- Disk
Encryption DiskSet Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk.
- Id string
- The ID of the sub-resource.
- Security
Profile VMDiskSecurity Profile Response - Specifies the security profile for the managed disk.
- Storage
Account stringType - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk
Encryption DiskSet Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk.
- id String
- The ID of the sub-resource.
- security
Profile VMDiskSecurity Profile Response - Specifies the security profile for the managed disk.
- storage
Account StringType - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk
Encryption DiskSet Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk.
- id string
- The ID of the sub-resource.
- security
Profile VMDiskSecurity Profile Response - Specifies the security profile for the managed disk.
- storage
Account stringType - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk_
encryption_ Diskset Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk.
- id str
- The ID of the sub-resource.
- security_
profile VMDiskSecurity Profile Response - Specifies the security profile for the managed disk.
- storage_
account_ strtype - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
- disk
Encryption Property MapSet - Specifies the customer managed disk encryption set resource id for the managed disk.
- id String
- The ID of the sub-resource.
- security
Profile Property Map - Specifies the security profile for the managed disk.
- storage
Account StringType - Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
ManagedServiceIdentity, ManagedServiceIdentityArgs
Managed service identity (system assigned and/or user assigned identities)- Type
string | Pulumi.
Azure Native. Compute Bulk Actions. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
string | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
String | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
string | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
str | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
String | "None" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
Managed service identity (system assigned and/or user assigned identities)- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Compute Bulk Actions. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type str
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
None- System
Assigned SystemAssigned- User
Assigned UserAssigned- System
Assigned_User Assigned SystemAssigned,UserAssigned
- Managed
Service Identity Type None None- Managed
Service Identity Type System Assigned SystemAssigned- Managed
Service Identity Type User Assigned UserAssigned- Managed
Service Identity Type_System Assigned_User Assigned SystemAssigned,UserAssigned
- None
None- System
Assigned SystemAssigned- User
Assigned UserAssigned- System
Assigned_User Assigned SystemAssigned,UserAssigned
- None
None- System
Assigned SystemAssigned- User
Assigned UserAssigned- System
Assigned_User Assigned SystemAssigned,UserAssigned
- NONE
None- SYSTEM_ASSIGNED
SystemAssigned- USER_ASSIGNED
UserAssigned- SYSTEM_ASSIGNED_USER_ASSIGNED
SystemAssigned,UserAssigned
- "None"
None- "System
Assigned" SystemAssigned- "User
Assigned" UserAssigned- "System
Assigned,User Assigned" SystemAssigned,UserAssigned
Mode, ModeArgs
- Audit
AuditAudit mode- Enforce
EnforceEnforce mode
- Mode
Audit AuditAudit mode- Mode
Enforce EnforceEnforce mode
- Audit
AuditAudit mode- Enforce
EnforceEnforce mode
- Audit
AuditAudit mode- Enforce
EnforceEnforce mode
- AUDIT
AuditAudit mode- ENFORCE
EnforceEnforce mode
- "Audit"
AuditAudit mode- "Enforce"
EnforceEnforce mode
Modes, ModesArgs
- Audit
AuditAudit mode- Enforce
EnforceEnforce mode- Disabled
DisabledDisabled mode
- Modes
Audit AuditAudit mode- Modes
Enforce EnforceEnforce mode- Modes
Disabled DisabledDisabled mode
- Audit
AuditAudit mode- Enforce
EnforceEnforce mode- Disabled
DisabledDisabled mode
- Audit
AuditAudit mode- Enforce
EnforceEnforce mode- Disabled
DisabledDisabled mode
- AUDIT
AuditAudit mode- ENFORCE
EnforceEnforce mode- DISABLED
DisabledDisabled mode
- "Audit"
AuditAudit mode- "Enforce"
EnforceEnforce mode- "Disabled"
DisabledDisabled mode
NetworkApiVersion, NetworkApiVersionArgs
- Network
Api Version_2020_11_01 2020-11-012020-11-01 version- Network
Api Version_2022_11_01 2022-11-012022-11-01 version
- Network
Api Version_2020_11_01 2020-11-012020-11-01 version- Network
Api Version_2022_11_01 2022-11-012022-11-01 version
- _20201101
2020-11-012020-11-01 version- _20221101
2022-11-012022-11-01 version
- Network
Api Version_2020_11_01 2020-11-012020-11-01 version- Network
Api Version_2022_11_01 2022-11-012022-11-01 version
- NETWORK_API_VERSION_2020_11_01
2020-11-012020-11-01 version- NETWORK_API_VERSION_2022_11_01
2022-11-012022-11-01 version
- "2020-11-01"
2020-11-012020-11-01 version- "2022-11-01"
2022-11-012022-11-01 version
NetworkInterfaceAuxiliaryMode, NetworkInterfaceAuxiliaryModeArgs
- None
NoneNone mode- Accelerated
Connections AcceleratedConnectionsAcceleratedConnections mode- Floating
FloatingFloating mode
- Network
Interface Auxiliary Mode None NoneNone mode- Network
Interface Auxiliary Mode Accelerated Connections AcceleratedConnectionsAcceleratedConnections mode- Network
Interface Auxiliary Mode Floating FloatingFloating mode
- None
NoneNone mode- Accelerated
Connections AcceleratedConnectionsAcceleratedConnections mode- Floating
FloatingFloating mode
- None
NoneNone mode- Accelerated
Connections AcceleratedConnectionsAcceleratedConnections mode- Floating
FloatingFloating mode
- NONE
NoneNone mode- ACCELERATED_CONNECTIONS
AcceleratedConnectionsAcceleratedConnections mode- FLOATING
FloatingFloating mode
- "None"
NoneNone mode- "Accelerated
Connections" AcceleratedConnectionsAcceleratedConnections mode- "Floating"
FloatingFloating mode
NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySkuArgs
- None
NoneNone: None sku- A1
A1A1 sku- A2
A2A2 sku- A4
A4A4 sku- A8
A8A8 sku
- Network
Interface Auxiliary Sku None NoneNone: None sku- Network
Interface Auxiliary Sku A1 A1A1 sku- Network
Interface Auxiliary Sku A2 A2A2 sku- Network
Interface Auxiliary Sku A4 A4A4 sku- Network
Interface Auxiliary Sku A8 A8A8 sku
- None
NoneNone: None sku- A1
A1A1 sku- A2
A2A2 sku- A4
A4A4 sku- A8
A8A8 sku
- None
NoneNone: None sku- A1
A1A1 sku- A2
A2A2 sku- A4
A4A4 sku- A8
A8A8 sku
- NONE
NoneNone: None sku- A1
A1A1 sku- A2
A2A2 sku- A4
A4A4 sku- A8
A8A8 sku
- "None"
NoneNone: None sku- "A1"
A1A1 sku- "A2"
A2A2 sku- "A4"
A4A4 sku- "A8"
A8A8 sku
NetworkInterfaceReference, NetworkInterfaceReferenceArgs
Describes a network interface reference.- Id string
- The ID of the sub-resource.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Network Interface Reference Properties - Describes a network interface reference properties.
- Id string
- The ID of the sub-resource.
- Properties
Network
Interface Reference Properties - Describes a network interface reference properties.
- id String
- The ID of the sub-resource.
- properties
Network
Interface Reference Properties - Describes a network interface reference properties.
- id string
- The ID of the sub-resource.
- properties
Network
Interface Reference Properties - Describes a network interface reference properties.
- id str
- The ID of the sub-resource.
- properties
Network
Interface Reference Properties - Describes a network interface reference properties.
- id String
- The ID of the sub-resource.
- properties Property Map
- Describes a network interface reference properties.
NetworkInterfaceReferenceProperties, NetworkInterfaceReferencePropertiesArgs
Describes a network interface reference properties.- Delete
Option string | Pulumi.Azure Native. Compute Bulk Actions. Delete Options - Specify what happens to the network interface when the VM is deleted
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Delete
Option string | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete
Option String | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete
Option string | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- primary boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete_
option str | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete
Option String | "Delete" | "Detach" - Specify what happens to the network interface when the VM is deleted
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
NetworkInterfaceReferencePropertiesResponse, NetworkInterfaceReferencePropertiesResponseArgs
Describes a network interface reference properties.- Delete
Option string - Specify what happens to the network interface when the VM is deleted
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Delete
Option string - Specify what happens to the network interface when the VM is deleted
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete
Option String - Specify what happens to the network interface when the VM is deleted
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete
Option string - Specify what happens to the network interface when the VM is deleted
- primary boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete_
option str - Specify what happens to the network interface when the VM is deleted
- primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- delete
Option String - Specify what happens to the network interface when the VM is deleted
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
NetworkInterfaceReferenceResponse, NetworkInterfaceReferenceResponseArgs
Describes a network interface reference.- Id string
- The ID of the sub-resource.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Network Interface Reference Properties Response - Describes a network interface reference properties.
- Id string
- The ID of the sub-resource.
- Properties
Network
Interface Reference Properties Response - Describes a network interface reference properties.
- id String
- The ID of the sub-resource.
- properties
Network
Interface Reference Properties Response - Describes a network interface reference properties.
- id string
- The ID of the sub-resource.
- properties
Network
Interface Reference Properties Response - Describes a network interface reference properties.
- id str
- The ID of the sub-resource.
- properties
Network
Interface Reference Properties Response - Describes a network interface reference properties.
- id String
- The ID of the sub-resource.
- properties Property Map
- Describes a network interface reference properties.
NetworkProfile, NetworkProfileArgs
Specifies the network interfaces or the networking configuration of the virtual machine.- Network
Api string | Pulumi.Version Azure Native. Compute Bulk Actions. Network Api Version - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- Network
Interface List<Pulumi.Configurations Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface Configuration> - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- Network
Interfaces List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Network Interface Reference> - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- Network
Api string | NetworkVersion Api Version - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- Network
Interface []VirtualConfigurations Machine Network Interface Configuration - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- Network
Interfaces []NetworkInterface Reference - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network
Api String | NetworkVersion Api Version - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network
Interface List<VirtualConfigurations Machine Network Interface Configuration> - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network
Interfaces List<NetworkInterface Reference> - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network
Api string | NetworkVersion Api Version - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network
Interface VirtualConfigurations Machine Network Interface Configuration[] - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network
Interfaces NetworkInterface Reference[] - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network_
api_ str | Networkversion Api Version - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network_
interface_ Sequence[Virtualconfigurations Machine Network Interface Configuration] - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network_
interfaces Sequence[NetworkInterface Reference] - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network
Api String | "2020-11-01" | "2022-11-01"Version - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network
Interface List<Property Map>Configurations - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network
Interfaces List<Property Map> - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
NetworkProfileResponse, NetworkProfileResponseArgs
Specifies the network interfaces or the networking configuration of the virtual machine.- Network
Api stringVersion - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- Network
Interface List<Pulumi.Configurations Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface Configuration Response> - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- Network
Interfaces List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Network Interface Reference Response> - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- Network
Api stringVersion - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- Network
Interface []VirtualConfigurations Machine Network Interface Configuration Response - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- Network
Interfaces []NetworkInterface Reference Response - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network
Api StringVersion - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network
Interface List<VirtualConfigurations Machine Network Interface Configuration Response> - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network
Interfaces List<NetworkInterface Reference Response> - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network
Api stringVersion - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network
Interface VirtualConfigurations Machine Network Interface Configuration Response[] - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network
Interfaces NetworkInterface Reference Response[] - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network_
api_ strversion - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network_
interface_ Sequence[Virtualconfigurations Machine Network Interface Configuration Response] - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network_
interfaces Sequence[NetworkInterface Reference Response] - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
- network
Api StringVersion - specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
- network
Interface List<Property Map>Configurations - Specifies the networking configurations that will be used to create the virtual machine networking resources.
- network
Interfaces List<Property Map> - Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
OSDisk, OSDiskArgs
Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.- Create
Option string | Pulumi.Azure Native. Compute Bulk Actions. Disk Create Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- Caching
string | Pulumi.
Azure Native. Compute Bulk Actions. Caching Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string | Pulumi.Azure Native. Compute Bulk Actions. Disk Delete Option Types - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- Diff
Disk Pulumi.Settings Azure Native. Compute Bulk Actions. Inputs. Diff Disk Settings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Encryption
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Disk Encryption Settings - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- Image
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk Pulumi.Azure Native. Compute Bulk Actions. Inputs. Managed Disk Parameters - The managed disk parameters.
- Name string
- The disk name.
- Os
Type string | Pulumi.Azure Native. Compute Bulk Actions. Operating System Types - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- Vhd
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- Create
Option string | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- Caching
string | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string | DiskDelete Option Types - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- Diff
Disk DiffSettings Disk Settings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Encryption
Settings DiskEncryption Settings - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- Image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk ManagedDisk Parameters - The managed disk parameters.
- Name string
- The disk name.
- Os
Type string | OperatingSystem Types - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- Vhd
Virtual
Hard Disk - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching
String | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String | DiskDelete Option Types - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff
Disk DiffSettings Disk Settings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk
Size IntegerGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption
Settings DiskEncryption Settings - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters - The managed disk parameters.
- name String
- The disk name.
- os
Type String | OperatingSystem Types - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd
Virtual
Hard Disk - The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option string | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching
string | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option string | DiskDelete Option Types - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff
Disk DiffSettings Disk Settings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk
Size numberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption
Settings DiskEncryption Settings - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters - The managed disk parameters.
- name string
- The disk name.
- os
Type string | OperatingSystem Types - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd
Virtual
Hard Disk - The virtual hard disk.
- write
Accelerator booleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create_
option str | DiskCreate Option Types - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching
str | Caching
Types - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete_
option str | DiskDelete Option Types - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff_
disk_ Diffsettings Disk Settings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk_
size_ intgb - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption_
settings DiskEncryption Settings - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image
Virtual
Hard Disk - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed_
disk ManagedDisk Parameters - The managed disk parameters.
- name str
- The disk name.
- os_
type str | OperatingSystem Types - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd
Virtual
Hard Disk - The virtual hard disk.
- write_
accelerator_ boolenabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String | "FromImage" | "Empty" | "Attach" | "Copy" | "Restore" - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching
String | "None" | "Read
Only" | "Read Write" - Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String | "Delete" | "Detach" - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff
Disk Property MapSettings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk
Size NumberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption
Settings Property Map - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image Property Map
- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk Property Map - The managed disk parameters.
- name String
- The disk name.
- os
Type String | "Windows" | "Linux" - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd Property Map
- The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
OSDiskResponse, OSDiskResponseArgs
Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.- Create
Option string - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- Caching string
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- Diff
Disk Pulumi.Settings Azure Native. Compute Bulk Actions. Inputs. Diff Disk Settings Response - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Encryption
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Disk Encryption Settings Response - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- Image
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk Pulumi.Azure Native. Compute Bulk Actions. Inputs. Managed Disk Parameters Response - The managed disk parameters.
- Name string
- The disk name.
- Os
Type string - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- Vhd
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Hard Disk Response - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- Create
Option string - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- Caching string
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- Delete
Option string - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- Diff
Disk DiffSettings Disk Settings Response - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- Disk
Size intGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- Encryption
Settings DiskEncryption Settings Response - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- Image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- Managed
Disk ManagedDisk Parameters Response - The managed disk parameters.
- Name string
- The disk name.
- Os
Type string - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- Vhd
Virtual
Hard Disk Response - The virtual hard disk.
- Write
Accelerator boolEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching String
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff
Disk DiffSettings Disk Settings Response - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk
Size IntegerGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption
Settings DiskEncryption Settings Response - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters Response - The managed disk parameters.
- name String
- The disk name.
- os
Type String - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd
Virtual
Hard Disk Response - The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option string - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching string
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option string - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff
Disk DiffSettings Disk Settings Response - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk
Size numberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption
Settings DiskEncryption Settings Response - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk ManagedDisk Parameters Response - The managed disk parameters.
- name string
- The disk name.
- os
Type string - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd
Virtual
Hard Disk Response - The virtual hard disk.
- write
Accelerator booleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create_
option str - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching str
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete_
option str - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff_
disk_ Diffsettings Disk Settings Response - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk_
size_ intgb - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption_
settings DiskEncryption Settings Response - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image
Virtual
Hard Disk Response - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed_
disk ManagedDisk Parameters Response - The managed disk parameters.
- name str
- The disk name.
- os_
type str - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd
Virtual
Hard Disk Response - The virtual hard disk.
- write_
accelerator_ boolenabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
- create
Option String - Specifies how the virtual machine disk should be created. Possible values are Attach, FromImage. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
- caching String
- Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The defaulting behavior is: None for Standard storage. ReadOnly for Premium storage.
- delete
Option String - Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: Delete, Detach. The default value is set to Detach. For an ephemeral OS Disk, the default value is set to Delete. The user cannot change the delete option for an ephemeral OS Disk.
- diff
Disk Property MapSettings - Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
- disk
Size NumberGB - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
- encryption
Settings Property Map - Specifies the encryption settings for the OS Disk. Minimum compute api-version: 2015-06-15.
- image Property Map
- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
- managed
Disk Property Map - The managed disk parameters.
- name String
- The disk name.
- os
Type String - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
- vhd Property Map
- The virtual hard disk.
- write
Accelerator BooleanEnabled - Specifies whether writeAccelerator should be enabled or disabled on the disk.
OSImageNotificationProfile, OSImageNotificationProfileArgs
Profile for the OS Image Scheduled event.- Enable bool
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- Enable bool
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable Boolean
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not
Before StringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable boolean
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not
Before stringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable bool
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not_
before_ strtimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable Boolean
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not
Before StringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
OSImageNotificationProfileResponse, OSImageNotificationProfileResponseArgs
Profile for the OS Image Scheduled event.- Enable bool
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- Enable bool
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable Boolean
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not
Before StringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable boolean
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not
Before stringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable bool
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not_
before_ strtimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
- enable Boolean
- Specifies whether the OS Image Scheduled event is enabled or disabled.
- not
Before StringTimeout - Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
OSProfile, OSProfileArgs
Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.- Admin
Password string - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- Admin
Username string - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- Allow
Extension boolOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- Computer
Name string - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- Custom
Data string - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- Linux
Configuration Pulumi.Azure Native. Compute Bulk Actions. Inputs. Linux Configuration - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- Require
Guest boolProvision Signal - Optional property which must either be set to True or omitted.
- Secrets
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Vault Secret Group> - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Windows
Configuration Pulumi.Azure Native. Compute Bulk Actions. Inputs. Windows Configuration - Specifies Windows operating system settings on the virtual machine.
- Admin
Password string - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- Admin
Username string - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- Allow
Extension boolOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- Computer
Name string - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- Custom
Data string - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- Linux
Configuration LinuxConfiguration - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- Require
Guest boolProvision Signal - Optional property which must either be set to True or omitted.
- Secrets
[]Vault
Secret Group - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Windows
Configuration WindowsConfiguration - Specifies Windows operating system settings on the virtual machine.
- admin
Password String - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin
Username String - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow
Extension BooleanOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer
Name String - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom
Data String - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux
Configuration LinuxConfiguration - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require
Guest BooleanProvision Signal - Optional property which must either be set to True or omitted.
- secrets
List<Vault
Secret Group> - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows
Configuration WindowsConfiguration - Specifies Windows operating system settings on the virtual machine.
- admin
Password string - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin
Username string - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow
Extension booleanOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer
Name string - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom
Data string - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux
Configuration LinuxConfiguration - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require
Guest booleanProvision Signal - Optional property which must either be set to True or omitted.
- secrets
Vault
Secret Group[] - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows
Configuration WindowsConfiguration - Specifies Windows operating system settings on the virtual machine.
- admin_
password str - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin_
username str - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow_
extension_ booloperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer_
name str - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom_
data str - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux_
configuration LinuxConfiguration - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require_
guest_ boolprovision_ signal - Optional property which must either be set to True or omitted.
- secrets
Sequence[Vault
Secret Group] - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows_
configuration WindowsConfiguration - Specifies Windows operating system settings on the virtual machine.
- admin
Password String - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin
Username String - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow
Extension BooleanOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer
Name String - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom
Data String - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux
Configuration Property Map - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require
Guest BooleanProvision Signal - Optional property which must either be set to True or omitted.
- secrets List<Property Map>
- Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows
Configuration Property Map - Specifies Windows operating system settings on the virtual machine.
OSProfileResponse, OSProfileResponseArgs
Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.- Admin
Password string - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- Admin
Username string - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- Allow
Extension boolOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- Computer
Name string - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- Custom
Data string - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- Linux
Configuration Pulumi.Azure Native. Compute Bulk Actions. Inputs. Linux Configuration Response - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- Require
Guest boolProvision Signal - Optional property which must either be set to True or omitted.
- Secrets
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Vault Secret Group Response> - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Windows
Configuration Pulumi.Azure Native. Compute Bulk Actions. Inputs. Windows Configuration Response - Specifies Windows operating system settings on the virtual machine.
- Admin
Password string - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- Admin
Username string - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- Allow
Extension boolOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- Computer
Name string - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- Custom
Data string - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- Linux
Configuration LinuxConfiguration Response - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- Require
Guest boolProvision Signal - Optional property which must either be set to True or omitted.
- Secrets
[]Vault
Secret Group Response - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Windows
Configuration WindowsConfiguration Response - Specifies Windows operating system settings on the virtual machine.
- admin
Password String - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin
Username String - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow
Extension BooleanOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer
Name String - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom
Data String - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux
Configuration LinuxConfiguration Response - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require
Guest BooleanProvision Signal - Optional property which must either be set to True or omitted.
- secrets
List<Vault
Secret Group Response> - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows
Configuration WindowsConfiguration Response - Specifies Windows operating system settings on the virtual machine.
- admin
Password string - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin
Username string - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow
Extension booleanOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer
Name string - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom
Data string - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux
Configuration LinuxConfiguration Response - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require
Guest booleanProvision Signal - Optional property which must either be set to True or omitted.
- secrets
Vault
Secret Group Response[] - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows
Configuration WindowsConfiguration Response - Specifies Windows operating system settings on the virtual machine.
- admin_
password str - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin_
username str - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow_
extension_ booloperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer_
name str - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom_
data str - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux_
configuration LinuxConfiguration Response - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require_
guest_ boolprovision_ signal - Optional property which must either be set to True or omitted.
- secrets
Sequence[Vault
Secret Group Response] - Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows_
configuration WindowsConfiguration Response - Specifies Windows operating system settings on the virtual machine.
- admin
Password String - Specifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
- admin
Username String - Specifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
- allow
Extension BooleanOperations - Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
- computer
Name String - Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters. Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
- custom
Data String - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property. This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs. For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation.
- linux
Configuration Property Map - Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
- require
Guest BooleanProvision Signal - Optional property which must either be set to True or omitted.
- secrets List<Property Map>
- Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- windows
Configuration Property Map - Specifies Windows operating system settings on the virtual machine.
OperatingSystemTypes, OperatingSystemTypesArgs
- Windows
WindowsWindows OS- Linux
LinuxLinux OS
- Operating
System Types Windows WindowsWindows OS- Operating
System Types Linux LinuxLinux OS
- Windows
WindowsWindows OS- Linux
LinuxLinux OS
- Windows
WindowsWindows OS- Linux
LinuxLinux OS
- WINDOWS
WindowsWindows OS- LINUX
LinuxLinux OS
- "Windows"
WindowsWindows OS- "Linux"
LinuxLinux OS
PassName, PassNameArgs
- Oobe
System OobeSystem
- Pass
Name Oobe System OobeSystem
- Oobe
System OobeSystem
- Oobe
System OobeSystem
- OOBE_SYSTEM
OobeSystem
- "Oobe
System" OobeSystem
PatchSettings, PatchSettingsArgs
Specifies settings related to VM Guest Patching on Windows.- Assessment
Mode string | Pulumi.Azure Native. Compute Bulk Actions. Windows Patch Assessment Mode - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By Pulumi.Platform Settings Azure Native. Compute Bulk Actions. Inputs. Windows VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- Enable
Hotpatching bool - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- Patch
Mode string | Pulumi.Azure Native. Compute Bulk Actions. Windows VMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- Assessment
Mode string | WindowsPatch Assessment Mode - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By WindowsPlatform Settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- Enable
Hotpatching bool - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- Patch
Mode string | WindowsVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment
Mode String | WindowsPatch Assessment Mode - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By WindowsPlatform Settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable
Hotpatching Boolean - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch
Mode String | WindowsVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment
Mode string | WindowsPatch Assessment Mode - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By WindowsPlatform Settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable
Hotpatching boolean - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch
Mode string | WindowsVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment_
mode str | WindowsPatch Assessment Mode - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic_
by_ Windowsplatform_ settings VMGuest Patch Automatic By Platform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable_
hotpatching bool - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch_
mode str | WindowsVMGuest Patch Mode - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment
Mode String | "ImageDefault" | "Automatic By Platform" - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By Property MapPlatform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable
Hotpatching Boolean - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch
Mode String | "Manual" | "AutomaticBy OS" | "Automatic By Platform" - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
PatchSettingsResponse, PatchSettingsResponseArgs
Specifies settings related to VM Guest Patching on Windows.- Assessment
Mode string - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By Pulumi.Platform Settings Azure Native. Compute Bulk Actions. Inputs. Windows VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- Enable
Hotpatching bool - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- Patch
Mode string - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- Assessment
Mode string - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- Automatic
By WindowsPlatform Settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- Enable
Hotpatching bool - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- Patch
Mode string - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment
Mode String - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By WindowsPlatform Settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable
Hotpatching Boolean - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch
Mode String - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment
Mode string - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By WindowsPlatform Settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable
Hotpatching boolean - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch
Mode string - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment_
mode str - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic_
by_ Windowsplatform_ settings VMGuest Patch Automatic By Platform Settings Response - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable_
hotpatching bool - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch_
mode str - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
- assessment
Mode String - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
- automatic
By Property MapPlatform Settings - Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
- enable
Hotpatching Boolean - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
- patch
Mode String - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
Plan, PlanArgs
Plan for the resource.- Name string
- A user defined name of the 3rd Party Artifact that is being procured.
- Product string
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher string
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- Name string
- A user defined name of the 3rd Party Artifact that is being procured.
- Product string
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher string
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- name String
- A user defined name of the 3rd Party Artifact that is being procured.
- product String
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher String
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
- name string
- A user defined name of the 3rd Party Artifact that is being procured.
- product string
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher string
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version string
- The version of the desired product/artifact.
- name str
- A user defined name of the 3rd Party Artifact that is being procured.
- product str
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher str
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion_
code str - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version str
- The version of the desired product/artifact.
- name String
- A user defined name of the 3rd Party Artifact that is being procured.
- product String
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher String
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
PlanResponse, PlanResponseArgs
Plan for the resource.- Name string
- A user defined name of the 3rd Party Artifact that is being procured.
- Product string
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher string
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- Name string
- A user defined name of the 3rd Party Artifact that is being procured.
- Product string
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher string
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- name String
- A user defined name of the 3rd Party Artifact that is being procured.
- product String
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher String
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
- name string
- A user defined name of the 3rd Party Artifact that is being procured.
- product string
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher string
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version string
- The version of the desired product/artifact.
- name str
- A user defined name of the 3rd Party Artifact that is being procured.
- product str
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher str
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion_
code str - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version str
- The version of the desired product/artifact.
- name String
- A user defined name of the 3rd Party Artifact that is being procured.
- product String
- The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher String
- The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
PriorityProfile, PriorityProfileArgs
Contains properties that are applicable to both Spot and Regular.- Allocation
Strategy string | Pulumi.Azure Native. Compute Bulk Actions. Allocation Strategy - Allocation strategy to follow when determining the VM sizes distribution.
- Eviction
Policy string | Pulumi.Azure Native. Compute Bulk Actions. Eviction Policy - Eviction Policy to follow when evicting Spot VMs.
- Max
Price doublePer VM - Price per hour of each Spot VM will never exceed this.
- Type
string | Pulumi.
Azure Native. Compute Bulk Actions. Virtual Machine Type - Specifies the type of Virtual Machine.
- Allocation
Strategy string | AllocationStrategy - Allocation strategy to follow when determining the VM sizes distribution.
- Eviction
Policy string | EvictionPolicy - Eviction Policy to follow when evicting Spot VMs.
- Max
Price float64Per VM - Price per hour of each Spot VM will never exceed this.
- Type
string | Virtual
Machine Type - Specifies the type of Virtual Machine.
- allocation
Strategy String | AllocationStrategy - Allocation strategy to follow when determining the VM sizes distribution.
- eviction
Policy String | EvictionPolicy - Eviction Policy to follow when evicting Spot VMs.
- max
Price DoublePer VM - Price per hour of each Spot VM will never exceed this.
- type
String | Virtual
Machine Type - Specifies the type of Virtual Machine.
- allocation
Strategy string | AllocationStrategy - Allocation strategy to follow when determining the VM sizes distribution.
- eviction
Policy string | EvictionPolicy - Eviction Policy to follow when evicting Spot VMs.
- max
Price numberPer VM - Price per hour of each Spot VM will never exceed this.
- type
string | Virtual
Machine Type - Specifies the type of Virtual Machine.
- allocation_
strategy str | AllocationStrategy - Allocation strategy to follow when determining the VM sizes distribution.
- eviction_
policy str | EvictionPolicy - Eviction Policy to follow when evicting Spot VMs.
- max_
price_ floatper_ vm - Price per hour of each Spot VM will never exceed this.
- type
str | Virtual
Machine Type - Specifies the type of Virtual Machine.
- allocation
Strategy String | "LowestPrice" | "Capacity Optimized" | "Prioritized" - Allocation strategy to follow when determining the VM sizes distribution.
- eviction
Policy String | "Delete" | "Deallocate" - Eviction Policy to follow when evicting Spot VMs.
- max
Price NumberPer VM - Price per hour of each Spot VM will never exceed this.
- type String | "Regular" | "Spot"
- Specifies the type of Virtual Machine.
PriorityProfileResponse, PriorityProfileResponseArgs
Contains properties that are applicable to both Spot and Regular.- Allocation
Strategy string - Allocation strategy to follow when determining the VM sizes distribution.
- Eviction
Policy string - Eviction Policy to follow when evicting Spot VMs.
- Max
Price doublePer VM - Price per hour of each Spot VM will never exceed this.
- Type string
- Specifies the type of Virtual Machine.
- Allocation
Strategy string - Allocation strategy to follow when determining the VM sizes distribution.
- Eviction
Policy string - Eviction Policy to follow when evicting Spot VMs.
- Max
Price float64Per VM - Price per hour of each Spot VM will never exceed this.
- Type string
- Specifies the type of Virtual Machine.
- allocation
Strategy String - Allocation strategy to follow when determining the VM sizes distribution.
- eviction
Policy String - Eviction Policy to follow when evicting Spot VMs.
- max
Price DoublePer VM - Price per hour of each Spot VM will never exceed this.
- type String
- Specifies the type of Virtual Machine.
- allocation
Strategy string - Allocation strategy to follow when determining the VM sizes distribution.
- eviction
Policy string - Eviction Policy to follow when evicting Spot VMs.
- max
Price numberPer VM - Price per hour of each Spot VM will never exceed this.
- type string
- Specifies the type of Virtual Machine.
- allocation_
strategy str - Allocation strategy to follow when determining the VM sizes distribution.
- eviction_
policy str - Eviction Policy to follow when evicting Spot VMs.
- max_
price_ floatper_ vm - Price per hour of each Spot VM will never exceed this.
- type str
- Specifies the type of Virtual Machine.
- allocation
Strategy String - Allocation strategy to follow when determining the VM sizes distribution.
- eviction
Policy String - Eviction Policy to follow when evicting Spot VMs.
- max
Price NumberPer VM - Price per hour of each Spot VM will never exceed this.
- type String
- Specifies the type of Virtual Machine.
ProtocolTypes, ProtocolTypesArgs
- Http
HttpHttp protocol- Https
HttpsHttps protocol
- Protocol
Types Http HttpHttp protocol- Protocol
Types Https HttpsHttps protocol
- Http
HttpHttp protocol- Https
HttpsHttps protocol
- Http
HttpHttp protocol- Https
HttpsHttps protocol
- HTTP
HttpHttp protocol- HTTPS
HttpsHttps protocol
- "Http"
HttpHttp protocol- "Https"
HttpsHttps protocol
ProxyAgentSettings, ProxyAgentSettingsArgs
Specifies ProxyAgent settings for the virtual machine or virtual machine scale set. Minimum api-version: 2023-09-01.- Add
Proxy boolAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- Enabled bool
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- Imds
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Host Endpoint Settings - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- Key
Incarnation intId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- Mode
string | Pulumi.
Azure Native. Compute Bulk Actions. Mode - Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- Wire
Server Pulumi.Azure Native. Compute Bulk Actions. Inputs. Host Endpoint Settings - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- Add
Proxy boolAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- Enabled bool
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- Imds
Host
Endpoint Settings - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- Key
Incarnation intId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- Mode string | Mode
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- Wire
Server HostEndpoint Settings - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add
Proxy BooleanAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled Boolean
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds
Host
Endpoint Settings - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key
Incarnation IntegerId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode String | Mode
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire
Server HostEndpoint Settings - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add
Proxy booleanAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled boolean
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds
Host
Endpoint Settings - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key
Incarnation numberId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode string | Mode
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire
Server HostEndpoint Settings - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add_
proxy_ boolagent_ extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled bool
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds
Host
Endpoint Settings - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key_
incarnation_ intid - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode str | Mode
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire_
server HostEndpoint Settings - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add
Proxy BooleanAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled Boolean
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds Property Map
- Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key
Incarnation NumberId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode String | "Audit" | "Enforce"
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire
Server Property Map - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
ProxyAgentSettingsResponse, ProxyAgentSettingsResponseArgs
Specifies ProxyAgent settings for the virtual machine or virtual machine scale set. Minimum api-version: 2023-09-01.- Add
Proxy boolAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- Enabled bool
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- Imds
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Host Endpoint Settings Response - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- Key
Incarnation intId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- Mode string
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- Wire
Server Pulumi.Azure Native. Compute Bulk Actions. Inputs. Host Endpoint Settings Response - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- Add
Proxy boolAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- Enabled bool
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- Imds
Host
Endpoint Settings Response - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- Key
Incarnation intId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- Mode string
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- Wire
Server HostEndpoint Settings Response - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add
Proxy BooleanAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled Boolean
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds
Host
Endpoint Settings Response - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key
Incarnation IntegerId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode String
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire
Server HostEndpoint Settings Response - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add
Proxy booleanAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled boolean
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds
Host
Endpoint Settings Response - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key
Incarnation numberId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode string
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire
Server HostEndpoint Settings Response - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add_
proxy_ boolagent_ extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled bool
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds
Host
Endpoint Settings Response - Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key_
incarnation_ intid - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode str
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire_
server HostEndpoint Settings Response - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- add
Proxy BooleanAgent Extension - Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
- enabled Boolean
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
- imds Property Map
- Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
- key
Incarnation NumberId - Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
- mode String
- Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.
- wire
Server Property Map - Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
PublicIPAddressSku, PublicIPAddressSkuArgs
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.- Name
string | Pulumi.
Azure Native. Compute Bulk Actions. Public IPAddress Sku Name - Specify public IP sku name
- Tier
string | Pulumi.
Azure Native. Compute Bulk Actions. Public IPAddress Sku Tier - Specify public IP sku tier
- Name
string | Public
IPAddress Sku Name - Specify public IP sku name
- Tier
string | Public
IPAddress Sku Tier - Specify public IP sku tier
- name
String | Public
IPAddress Sku Name - Specify public IP sku name
- tier
String | Public
IPAddress Sku Tier - Specify public IP sku tier
- name
string | Public
IPAddress Sku Name - Specify public IP sku name
- tier
string | Public
IPAddress Sku Tier - Specify public IP sku tier
- name
str | Public
IPAddress Sku Name - Specify public IP sku name
- tier
str | Public
IPAddress Sku Tier - Specify public IP sku tier
- name String | "Basic" | "Standard"
- Specify public IP sku name
- tier String | "Regional" | "Global"
- Specify public IP sku tier
PublicIPAddressSkuName, PublicIPAddressSkuNameArgs
- Basic
BasicBasic IP sku name- Standard
StandardStandard IP sku name
- Public
IPAddress Sku Name Basic BasicBasic IP sku name- Public
IPAddress Sku Name Standard StandardStandard IP sku name
- Basic
BasicBasic IP sku name- Standard
StandardStandard IP sku name
- Basic
BasicBasic IP sku name- Standard
StandardStandard IP sku name
- BASIC
BasicBasic IP sku name- STANDARD
StandardStandard IP sku name
- "Basic"
BasicBasic IP sku name- "Standard"
StandardStandard IP sku name
PublicIPAddressSkuResponse, PublicIPAddressSkuResponseArgs
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.PublicIPAddressSkuTier, PublicIPAddressSkuTierArgs
- Regional
RegionalRegional IP address sku tier- Global
GlobalGlobal IP address sku tier
- Public
IPAddress Sku Tier Regional RegionalRegional IP address sku tier- Public
IPAddress Sku Tier Global GlobalGlobal IP address sku tier
- Regional
RegionalRegional IP address sku tier- Global
GlobalGlobal IP address sku tier
- Regional
RegionalRegional IP address sku tier- Global
GlobalGlobal IP address sku tier
- REGIONAL
RegionalRegional IP address sku tier- GLOBAL_
GlobalGlobal IP address sku tier
- "Regional"
RegionalRegional IP address sku tier- "Global"
GlobalGlobal IP address sku tier
PublicIPAllocationMethod, PublicIPAllocationMethodArgs
- Dynamic
DynamicDynamic IP allocation- Static
StaticStatic IP allocation
- Public
IPAllocation Method Dynamic DynamicDynamic IP allocation- Public
IPAllocation Method Static StaticStatic IP allocation
- Dynamic
DynamicDynamic IP allocation- Static
StaticStatic IP allocation
- Dynamic
DynamicDynamic IP allocation- Static
StaticStatic IP allocation
- DYNAMIC
DynamicDynamic IP allocation- STATIC
StaticStatic IP allocation
- "Dynamic"
DynamicDynamic IP allocation- "Static"
StaticStatic IP allocation
RetryPolicy, RetryPolicyArgs
The retry policy for the user request- Retry
Count int - Retry count for user request
- Retry
Window intIn Minutes - Retry window in minutes for user request
- Retry
Count int - Retry count for user request
- Retry
Window intIn Minutes - Retry window in minutes for user request
- retry
Count Integer - Retry count for user request
- retry
Window IntegerIn Minutes - Retry window in minutes for user request
- retry
Count number - Retry count for user request
- retry
Window numberIn Minutes - Retry window in minutes for user request
- retry_
count int - Retry count for user request
- retry_
window_ intin_ minutes - Retry window in minutes for user request
- retry
Count Number - Retry count for user request
- retry
Window NumberIn Minutes - Retry window in minutes for user request
RetryPolicyResponse, RetryPolicyResponseArgs
The retry policy for the user request- Retry
Count int - Retry count for user request
- Retry
Window intIn Minutes - Retry window in minutes for user request
- Retry
Count int - Retry count for user request
- Retry
Window intIn Minutes - Retry window in minutes for user request
- retry
Count Integer - Retry count for user request
- retry
Window IntegerIn Minutes - Retry window in minutes for user request
- retry
Count number - Retry count for user request
- retry
Window numberIn Minutes - Retry window in minutes for user request
- retry_
count int - Retry count for user request
- retry_
window_ intin_ minutes - Retry window in minutes for user request
- retry
Count Number - Retry count for user request
- retry
Window NumberIn Minutes - Retry window in minutes for user request
ScheduledEventsAdditionalPublishingTargets, ScheduledEventsAdditionalPublishingTargetsArgs
Specifies additional publishing targets for scheduled events.- Event
Grid Pulumi.And Resource Graph Azure Native. Compute Bulk Actions. Inputs. Event Grid And Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- Event
Grid EventAnd Resource Graph Grid And Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event
Grid EventAnd Resource Graph Grid And Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event
Grid EventAnd Resource Graph Grid And Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event_
grid_ Eventand_ resource_ graph Grid And Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event
Grid Property MapAnd Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
ScheduledEventsAdditionalPublishingTargetsResponse, ScheduledEventsAdditionalPublishingTargetsResponseArgs
Specifies additional publishing targets for scheduled events.- Event
Grid Pulumi.And Resource Graph Azure Native. Compute Bulk Actions. Inputs. Event Grid And Resource Graph Response - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- Event
Grid EventAnd Resource Graph Grid And Resource Graph Response - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event
Grid EventAnd Resource Graph Grid And Resource Graph Response - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event
Grid EventAnd Resource Graph Grid And Resource Graph Response - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event_
grid_ Eventand_ resource_ graph Grid And Resource Graph Response - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
- event
Grid Property MapAnd Resource Graph - The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting.
ScheduledEventsPolicy, ScheduledEventsPolicyArgs
Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.- All
Instances Pulumi.Down Azure Native. Compute Bulk Actions. Inputs. All Instances Down - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- Scheduled
Events Pulumi.Additional Publishing Targets Azure Native. Compute Bulk Actions. Inputs. Scheduled Events Additional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- User
Initiated Pulumi.Reboot Azure Native. Compute Bulk Actions. Inputs. User Initiated Reboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- User
Initiated Pulumi.Redeploy Azure Native. Compute Bulk Actions. Inputs. User Initiated Redeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- All
Instances AllDown Instances Down - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- Scheduled
Events ScheduledAdditional Publishing Targets Events Additional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- User
Initiated UserReboot Initiated Reboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- User
Initiated UserRedeploy Initiated Redeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all
Instances AllDown Instances Down - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled
Events ScheduledAdditional Publishing Targets Events Additional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user
Initiated UserReboot Initiated Reboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user
Initiated UserRedeploy Initiated Redeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all
Instances AllDown Instances Down - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled
Events ScheduledAdditional Publishing Targets Events Additional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user
Initiated UserReboot Initiated Reboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user
Initiated UserRedeploy Initiated Redeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all_
instances_ Alldown Instances Down - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled_
events_ Scheduledadditional_ publishing_ targets Events Additional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user_
initiated_ Userreboot Initiated Reboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user_
initiated_ Userredeploy Initiated Redeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all
Instances Property MapDown - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled
Events Property MapAdditional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user
Initiated Property MapReboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user
Initiated Property MapRedeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
ScheduledEventsPolicyResponse, ScheduledEventsPolicyResponseArgs
Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.- All
Instances Pulumi.Down Azure Native. Compute Bulk Actions. Inputs. All Instances Down Response - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- Scheduled
Events Pulumi.Additional Publishing Targets Azure Native. Compute Bulk Actions. Inputs. Scheduled Events Additional Publishing Targets Response - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- User
Initiated Pulumi.Reboot Azure Native. Compute Bulk Actions. Inputs. User Initiated Reboot Response - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- User
Initiated Pulumi.Redeploy Azure Native. Compute Bulk Actions. Inputs. User Initiated Redeploy Response - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- All
Instances AllDown Instances Down Response - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- Scheduled
Events ScheduledAdditional Publishing Targets Events Additional Publishing Targets Response - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- User
Initiated UserReboot Initiated Reboot Response - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- User
Initiated UserRedeploy Initiated Redeploy Response - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all
Instances AllDown Instances Down Response - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled
Events ScheduledAdditional Publishing Targets Events Additional Publishing Targets Response - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user
Initiated UserReboot Initiated Reboot Response - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user
Initiated UserRedeploy Initiated Redeploy Response - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all
Instances AllDown Instances Down Response - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled
Events ScheduledAdditional Publishing Targets Events Additional Publishing Targets Response - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user
Initiated UserReboot Initiated Reboot Response - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user
Initiated UserRedeploy Initiated Redeploy Response - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all_
instances_ Alldown Instances Down Response - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled_
events_ Scheduledadditional_ publishing_ targets Events Additional Publishing Targets Response - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user_
initiated_ Userreboot Initiated Reboot Response - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user_
initiated_ Userredeploy Initiated Redeploy Response - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
- all
Instances Property MapDown - The configuration parameters used while creating AllInstancesDown scheduled event setting creation.
- scheduled
Events Property MapAdditional Publishing Targets - The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.
- user
Initiated Property MapReboot - The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.
- user
Initiated Property MapRedeploy - The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.
ScheduledEventsProfile, ScheduledEventsProfileArgs
Profile for the scheduled events.- Os
Image Pulumi.Notification Profile Azure Native. Compute Bulk Actions. Inputs. OSImage Notification Profile - Specifies OS Image Scheduled Event related configurations.
- Terminate
Notification Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Terminate Notification Profile - Specifies Terminate Scheduled Event related configurations.
- Os
Image OSImageNotification Profile Notification Profile - Specifies OS Image Scheduled Event related configurations.
- Terminate
Notification TerminateProfile Notification Profile - Specifies Terminate Scheduled Event related configurations.
- os
Image OSImageNotification Profile Notification Profile - Specifies OS Image Scheduled Event related configurations.
- terminate
Notification TerminateProfile Notification Profile - Specifies Terminate Scheduled Event related configurations.
- os
Image OSImageNotification Profile Notification Profile - Specifies OS Image Scheduled Event related configurations.
- terminate
Notification TerminateProfile Notification Profile - Specifies Terminate Scheduled Event related configurations.
- os_
image_ OSImagenotification_ profile Notification Profile - Specifies OS Image Scheduled Event related configurations.
- terminate_
notification_ Terminateprofile Notification Profile - Specifies Terminate Scheduled Event related configurations.
- os
Image Property MapNotification Profile - Specifies OS Image Scheduled Event related configurations.
- terminate
Notification Property MapProfile - Specifies Terminate Scheduled Event related configurations.
ScheduledEventsProfileResponse, ScheduledEventsProfileResponseArgs
Profile for the scheduled events.- Os
Image Pulumi.Notification Profile Azure Native. Compute Bulk Actions. Inputs. OSImage Notification Profile Response - Specifies OS Image Scheduled Event related configurations.
- Terminate
Notification Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Terminate Notification Profile Response - Specifies Terminate Scheduled Event related configurations.
- Os
Image OSImageNotification Profile Notification Profile Response - Specifies OS Image Scheduled Event related configurations.
- Terminate
Notification TerminateProfile Notification Profile Response - Specifies Terminate Scheduled Event related configurations.
- os
Image OSImageNotification Profile Notification Profile Response - Specifies OS Image Scheduled Event related configurations.
- terminate
Notification TerminateProfile Notification Profile Response - Specifies Terminate Scheduled Event related configurations.
- os
Image OSImageNotification Profile Notification Profile Response - Specifies OS Image Scheduled Event related configurations.
- terminate
Notification TerminateProfile Notification Profile Response - Specifies Terminate Scheduled Event related configurations.
- os_
image_ OSImagenotification_ profile Notification Profile Response - Specifies OS Image Scheduled Event related configurations.
- terminate_
notification_ Terminateprofile Notification Profile Response - Specifies Terminate Scheduled Event related configurations.
- os
Image Property MapNotification Profile - Specifies OS Image Scheduled Event related configurations.
- terminate
Notification Property MapProfile - Specifies Terminate Scheduled Event related configurations.
SecurityEncryptionTypes, SecurityEncryptionTypesArgs
- VMGuest
State Only VMGuestStateOnlyVMGuestStateOnly encryption- Disk
With VMGuest State DiskWithVMGuestStateDiskWithVMGuestState encryption- Non
Persisted TPM NonPersistedTPMNonPersistedTPM encryption
- Security
Encryption Types VMGuest State Only VMGuestStateOnlyVMGuestStateOnly encryption- Security
Encryption Types Disk With VMGuest State DiskWithVMGuestStateDiskWithVMGuestState encryption- Security
Encryption Types Non Persisted TPM NonPersistedTPMNonPersistedTPM encryption
- VMGuest
State Only VMGuestStateOnlyVMGuestStateOnly encryption- Disk
With VMGuest State DiskWithVMGuestStateDiskWithVMGuestState encryption- Non
Persisted TPM NonPersistedTPMNonPersistedTPM encryption
- VMGuest
State Only VMGuestStateOnlyVMGuestStateOnly encryption- Disk
With VMGuest State DiskWithVMGuestStateDiskWithVMGuestState encryption- Non
Persisted TPM NonPersistedTPMNonPersistedTPM encryption
- VM_GUEST_STATE_ONLY
VMGuestStateOnlyVMGuestStateOnly encryption- DISK_WITH_VM_GUEST_STATE
DiskWithVMGuestStateDiskWithVMGuestState encryption- NON_PERSISTED_TPM
NonPersistedTPMNonPersistedTPM encryption
- "VMGuest
State Only" VMGuestStateOnlyVMGuestStateOnly encryption- "Disk
With VMGuest State" DiskWithVMGuestStateDiskWithVMGuestState encryption- "Non
Persisted TPM" NonPersistedTPMNonPersistedTPM encryption
SecurityProfile, SecurityProfileArgs
Specifies the Security profile settings for the virtual machine or virtual machine scale set.- Encryption
At boolHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- Encryption
Identity Pulumi.Azure Native. Compute Bulk Actions. Inputs. Encryption Identity - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- Proxy
Agent Pulumi.Settings Azure Native. Compute Bulk Actions. Inputs. Proxy Agent Settings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- Security
Type string | Pulumi.Azure Native. Compute Bulk Actions. Security Types - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- Uefi
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Uefi Settings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- Encryption
At boolHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- Encryption
Identity EncryptionIdentity - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- Proxy
Agent ProxySettings Agent Settings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- Security
Type string | SecurityTypes - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- Uefi
Settings UefiSettings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption
At BooleanHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption
Identity EncryptionIdentity - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy
Agent ProxySettings Agent Settings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security
Type String | SecurityTypes - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi
Settings UefiSettings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption
At booleanHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption
Identity EncryptionIdentity - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy
Agent ProxySettings Agent Settings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security
Type string | SecurityTypes - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi
Settings UefiSettings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption_
at_ boolhost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption_
identity EncryptionIdentity - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy_
agent_ Proxysettings Agent Settings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security_
type str | SecurityTypes - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi_
settings UefiSettings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption
At BooleanHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption
Identity Property Map - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy
Agent Property MapSettings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security
Type String | "TrustedLaunch" | "Confidential VM" - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi
Settings Property Map - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
SecurityProfileResponse, SecurityProfileResponseArgs
Specifies the Security profile settings for the virtual machine or virtual machine scale set.- Encryption
At boolHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- Encryption
Identity Pulumi.Azure Native. Compute Bulk Actions. Inputs. Encryption Identity Response - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- Proxy
Agent Pulumi.Settings Azure Native. Compute Bulk Actions. Inputs. Proxy Agent Settings Response - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- Security
Type string - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- Uefi
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Uefi Settings Response - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- Encryption
At boolHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- Encryption
Identity EncryptionIdentity Response - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- Proxy
Agent ProxySettings Agent Settings Response - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- Security
Type string - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- Uefi
Settings UefiSettings Response - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption
At BooleanHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption
Identity EncryptionIdentity Response - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy
Agent ProxySettings Agent Settings Response - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security
Type String - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi
Settings UefiSettings Response - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption
At booleanHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption
Identity EncryptionIdentity Response - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy
Agent ProxySettings Agent Settings Response - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security
Type string - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi
Settings UefiSettings Response - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption_
at_ boolhost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption_
identity EncryptionIdentity Response - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy_
agent_ Proxysettings Agent Settings Response - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security_
type str - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi_
settings UefiSettings Response - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
- encryption
At BooleanHost - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
- encryption
Identity Property Map - Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- proxy
Agent Property MapSettings - Specifies ProxyAgent settings while creating the virtual machine. Minimum compute api-version: 2023-09-01.
- security
Type String - Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
- uefi
Settings Property Map - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum compute api-version: 2020-12-01.
SecurityTypes, SecurityTypesArgs
- Trusted
Launch TrustedLaunchTrustedLaunch security type- Confidential
VM ConfidentialVMConfidentialVM security type
- Security
Types Trusted Launch TrustedLaunchTrustedLaunch security type- Security
Types Confidential VM ConfidentialVMConfidentialVM security type
- Trusted
Launch TrustedLaunchTrustedLaunch security type- Confidential
VM ConfidentialVMConfidentialVM security type
- Trusted
Launch TrustedLaunchTrustedLaunch security type- Confidential
VM ConfidentialVMConfidentialVM security type
- TRUSTED_LAUNCH
TrustedLaunchTrustedLaunch security type- CONFIDENTIAL_VM
ConfidentialVMConfidentialVM security type
- "Trusted
Launch" TrustedLaunchTrustedLaunch security type- "Confidential
VM" ConfidentialVMConfidentialVM security type
SettingNames, SettingNamesArgs
- Auto
Logon AutoLogonAutoLogon mode- First
Logon Commands FirstLogonCommandsFirstLogonCommands mode
- Setting
Names Auto Logon AutoLogonAutoLogon mode- Setting
Names First Logon Commands FirstLogonCommandsFirstLogonCommands mode
- Auto
Logon AutoLogonAutoLogon mode- First
Logon Commands FirstLogonCommandsFirstLogonCommands mode
- Auto
Logon AutoLogonAutoLogon mode- First
Logon Commands FirstLogonCommandsFirstLogonCommands mode
- AUTO_LOGON
AutoLogonAutoLogon mode- FIRST_LOGON_COMMANDS
FirstLogonCommandsFirstLogonCommands mode
- "Auto
Logon" AutoLogonAutoLogon mode- "First
Logon Commands" FirstLogonCommandsFirstLogonCommands mode
SshConfiguration, SshConfigurationArgs
SSH configuration for Linux based VMs running on Azure- Public
Keys List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Ssh Public Key> - The list of SSH public keys used to authenticate with linux based VMs.
- Public
Keys []SshPublic Key - The list of SSH public keys used to authenticate with linux based VMs.
- public
Keys List<SshPublic Key> - The list of SSH public keys used to authenticate with linux based VMs.
- public
Keys SshPublic Key[] - The list of SSH public keys used to authenticate with linux based VMs.
- public_
keys Sequence[SshPublic Key] - The list of SSH public keys used to authenticate with linux based VMs.
- public
Keys List<Property Map> - The list of SSH public keys used to authenticate with linux based VMs.
SshConfigurationResponse, SshConfigurationResponseArgs
SSH configuration for Linux based VMs running on Azure- Public
Keys List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Ssh Public Key Response> - The list of SSH public keys used to authenticate with linux based VMs.
- Public
Keys []SshPublic Key Response - The list of SSH public keys used to authenticate with linux based VMs.
- public
Keys List<SshPublic Key Response> - The list of SSH public keys used to authenticate with linux based VMs.
- public
Keys SshPublic Key Response[] - The list of SSH public keys used to authenticate with linux based VMs.
- public_
keys Sequence[SshPublic Key Response] - The list of SSH public keys used to authenticate with linux based VMs.
- public
Keys List<Property Map> - The list of SSH public keys used to authenticate with linux based VMs.
SshPublicKey, SshPublicKeyArgs
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.- Key
Data string - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- Path string
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- Key
Data string - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- Path string
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key
Data String - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path String
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key
Data string - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path string
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key_
data str - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path str
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key
Data String - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path String
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
SshPublicKeyResponse, SshPublicKeyResponseArgs
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.- Key
Data string - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- Path string
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- Key
Data string - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- Path string
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key
Data String - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path String
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key
Data string - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path string
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key_
data str - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path str
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- key
Data String - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
- path String
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
StorageAccountTypes, StorageAccountTypesArgs
- Standard_LRS
Standard_LRSStandard_LRS storage account type- Premium_LRS
Premium_LRSPremium_LRS storage account type- Standard
SSD_LRS StandardSSD_LRSStandardSSD_LRS storage account type- Ultra
SSD_LRS UltraSSD_LRSUltraSSD_LRS storage account type- Premium_ZRS
Premium_ZRSPremium_ZRS storage account type- Standard
SSD_ZRS StandardSSD_ZRSStandardSSD_ZRS storage account type- Premium
V2_LRS PremiumV2_LRSPremiumV2_LRS storage account type
- Storage
Account Types_Standard_LRS Standard_LRSStandard_LRS storage account type- Storage
Account Types_Premium_LRS Premium_LRSPremium_LRS storage account type- Storage
Account Types_Standard SSD_LRS StandardSSD_LRSStandardSSD_LRS storage account type- Storage
Account Types_Ultra SSD_LRS UltraSSD_LRSUltraSSD_LRS storage account type- Storage
Account Types_Premium_ZRS Premium_ZRSPremium_ZRS storage account type- Storage
Account Types_Standard SSD_ZRS StandardSSD_ZRSStandardSSD_ZRS storage account type- Storage
Account Types_Premium V2_LRS PremiumV2_LRSPremiumV2_LRS storage account type
- Standard_LRS
Standard_LRSStandard_LRS storage account type- Premium_LRS
Premium_LRSPremium_LRS storage account type- Standard
SSD_LRS StandardSSD_LRSStandardSSD_LRS storage account type- Ultra
SSD_LRS UltraSSD_LRSUltraSSD_LRS storage account type- Premium_ZRS
Premium_ZRSPremium_ZRS storage account type- Standard
SSD_ZRS StandardSSD_ZRSStandardSSD_ZRS storage account type- Premium
V2_LRS PremiumV2_LRSPremiumV2_LRS storage account type
- Standard_LRS
Standard_LRSStandard_LRS storage account type- Premium_LRS
Premium_LRSPremium_LRS storage account type- Standard
SSD_LRS StandardSSD_LRSStandardSSD_LRS storage account type- Ultra
SSD_LRS UltraSSD_LRSUltraSSD_LRS storage account type- Premium_ZRS
Premium_ZRSPremium_ZRS storage account type- Standard
SSD_ZRS StandardSSD_ZRSStandardSSD_ZRS storage account type- Premium
V2_LRS PremiumV2_LRSPremiumV2_LRS storage account type
- STANDARD_LRS
Standard_LRSStandard_LRS storage account type- PREMIUM_LRS
Premium_LRSPremium_LRS storage account type- STANDARD_SS_D_LRS
StandardSSD_LRSStandardSSD_LRS storage account type- ULTRA_SS_D_LRS
UltraSSD_LRSUltraSSD_LRS storage account type- PREMIUM_ZRS
Premium_ZRSPremium_ZRS storage account type- STANDARD_SS_D_ZRS
StandardSSD_ZRSStandardSSD_ZRS storage account type- PREMIUM_V2_LRS
PremiumV2_LRSPremiumV2_LRS storage account type
- "Standard_LRS"
Standard_LRSStandard_LRS storage account type- "Premium_LRS"
Premium_LRSPremium_LRS storage account type- "Standard
SSD_LRS" StandardSSD_LRSStandardSSD_LRS storage account type- "Ultra
SSD_LRS" UltraSSD_LRSUltraSSD_LRS storage account type- "Premium_ZRS"
Premium_ZRSPremium_ZRS storage account type- "Standard
SSD_ZRS" StandardSSD_ZRSStandardSSD_ZRS storage account type- "Premium
V2_LRS" PremiumV2_LRSPremiumV2_LRS storage account type
StorageProfile, StorageProfileArgs
Specifies the storage settings for the virtual machine disks.- Data
Disks List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Data Disk> - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- Disk
Controller string | Pulumi.Type Azure Native. Compute Bulk Actions. Disk Controller Types - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- Image
Reference Pulumi.Azure Native. Compute Bulk Actions. Inputs. Image Reference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- Os
Disk Pulumi.Azure Native. Compute Bulk Actions. Inputs. OSDisk - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- Data
Disks []DataDisk - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- Disk
Controller string | DiskType Controller Types - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- Image
Reference ImageReference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- Os
Disk OSDisk - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data
Disks List<DataDisk> - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk
Controller String | DiskType Controller Types - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image
Reference ImageReference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os
Disk OSDisk - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data
Disks DataDisk[] - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk
Controller string | DiskType Controller Types - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image
Reference ImageReference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os
Disk OSDisk - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data_
disks Sequence[DataDisk] - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk_
controller_ str | Disktype Controller Types - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image_
reference ImageReference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os_
disk OSDisk - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data
Disks List<Property Map> - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk
Controller String | "SCSI" | "NVMe"Type - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image
Reference Property Map - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os
Disk Property Map - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
StorageProfileResponse, StorageProfileResponseArgs
Specifies the storage settings for the virtual machine disks.- Data
Disks List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Data Disk Response> - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- Disk
Controller stringType - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- Image
Reference Pulumi.Azure Native. Compute Bulk Actions. Inputs. Image Reference Response - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- Os
Disk Pulumi.Azure Native. Compute Bulk Actions. Inputs. OSDisk Response - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- Data
Disks []DataDisk Response - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- Disk
Controller stringType - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- Image
Reference ImageReference Response - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- Os
Disk OSDiskResponse - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data
Disks List<DataDisk Response> - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk
Controller StringType - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image
Reference ImageReference Response - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os
Disk OSDiskResponse - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data
Disks DataDisk Response[] - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk
Controller stringType - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image
Reference ImageReference Response - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os
Disk OSDiskResponse - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data_
disks Sequence[DataDisk Response] - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk_
controller_ strtype - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image_
reference ImageReference Response - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os_
disk OSDiskResponse - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- data
Disks List<Property Map> - Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
- disk
Controller StringType - Specifies the disk controller type configured for the VM. Note: This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
- image
Reference Property Map - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
- os
Disk Property Map - Specifies information about the operating system disk used by the virtual machine. For more information about disks, see About disks and VHDs for Azure virtual machines.
SubResource, SubResourceArgs
Describes a reference to a sub-resource.- Id string
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
- Id string
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
- id String
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
- id string
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
- id str
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
- id String
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
SubResourceResponse, SubResourceResponseArgs
Describes a reference to a sub-resource.- Id string
- The ID of the sub-resource.
- Id string
- The ID of the sub-resource.
- id String
- The ID of the sub-resource.
- id string
- The ID of the sub-resource.
- id str
- The ID of the sub-resource.
- id String
- The ID of the sub-resource.
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of the resource.- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TerminateNotificationProfile, TerminateNotificationProfileArgs
Profile properties for the Terminate Scheduled event.- Enable bool
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- Enable bool
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable Boolean
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not
Before StringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable boolean
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not
Before stringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable bool
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not_
before_ strtimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable Boolean
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not
Before StringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
TerminateNotificationProfileResponse, TerminateNotificationProfileResponseArgs
Profile properties for the Terminate Scheduled event.- Enable bool
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- Enable bool
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- Not
Before stringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable Boolean
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not
Before StringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable boolean
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not
Before stringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable bool
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not_
before_ strtimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
- enable Boolean
- Specifies whether the Terminate Scheduled event is enabled or disabled.
- not
Before StringTimeout - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
UefiSettings, UefiSettingsArgs
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.- Secure
Boot boolEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- VTpm
Enabled bool - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- Secure
Boot boolEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- VTpm
Enabled bool - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure
Boot BooleanEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v
Tpm BooleanEnabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure
Boot booleanEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v
Tpm booleanEnabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure_
boot_ boolenabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v_
tpm_ boolenabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure
Boot BooleanEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v
Tpm BooleanEnabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
UefiSettingsResponse, UefiSettingsResponseArgs
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.- Secure
Boot boolEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- VTpm
Enabled bool - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- Secure
Boot boolEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- VTpm
Enabled bool - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure
Boot BooleanEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v
Tpm BooleanEnabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure
Boot booleanEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v
Tpm booleanEnabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure_
boot_ boolenabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v_
tpm_ boolenabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- secure
Boot BooleanEnabled - Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
- v
Tpm BooleanEnabled - Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
User assigned identity properties- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
UserInitiatedReboot, UserInitiatedRebootArgs
Specifies Reboot related Scheduled Event related configurations.- Automatically
Approve bool - Specifies Reboot Scheduled Event related configurations.
- Automatically
Approve bool - Specifies Reboot Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Reboot Scheduled Event related configurations.
- automatically
Approve boolean - Specifies Reboot Scheduled Event related configurations.
- automatically_
approve bool - Specifies Reboot Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Reboot Scheduled Event related configurations.
UserInitiatedRebootResponse, UserInitiatedRebootResponseArgs
Specifies Reboot related Scheduled Event related configurations.- Automatically
Approve bool - Specifies Reboot Scheduled Event related configurations.
- Automatically
Approve bool - Specifies Reboot Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Reboot Scheduled Event related configurations.
- automatically
Approve boolean - Specifies Reboot Scheduled Event related configurations.
- automatically_
approve bool - Specifies Reboot Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Reboot Scheduled Event related configurations.
UserInitiatedRedeploy, UserInitiatedRedeployArgs
Specifies Redeploy related Scheduled Event related configurations.- Automatically
Approve bool - Specifies Redeploy Scheduled Event related configurations.
- Automatically
Approve bool - Specifies Redeploy Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Redeploy Scheduled Event related configurations.
- automatically
Approve boolean - Specifies Redeploy Scheduled Event related configurations.
- automatically_
approve bool - Specifies Redeploy Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Redeploy Scheduled Event related configurations.
UserInitiatedRedeployResponse, UserInitiatedRedeployResponseArgs
Specifies Redeploy related Scheduled Event related configurations.- Automatically
Approve bool - Specifies Redeploy Scheduled Event related configurations.
- Automatically
Approve bool - Specifies Redeploy Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Redeploy Scheduled Event related configurations.
- automatically
Approve boolean - Specifies Redeploy Scheduled Event related configurations.
- automatically_
approve bool - Specifies Redeploy Scheduled Event related configurations.
- automatically
Approve Boolean - Specifies Redeploy Scheduled Event related configurations.
VMAttributeMinMaxDouble, VMAttributeMinMaxDoubleArgs
VMAttributes using double values.VMAttributeMinMaxDoubleResponse, VMAttributeMinMaxDoubleResponseArgs
VMAttributes using double values.VMAttributeMinMaxInteger, VMAttributeMinMaxIntegerArgs
While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.VMAttributeMinMaxIntegerResponse, VMAttributeMinMaxIntegerResponseArgs
While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.VMAttributeSupport, VMAttributeSupportArgs
- Excluded
ExcludedAll VMSizes having the feature support will be excluded.- Included
IncludedVMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.- Required
RequiredOnly the VMSizes having the feature support will be used.
- VMAttribute
Support Excluded ExcludedAll VMSizes having the feature support will be excluded.- VMAttribute
Support Included IncludedVMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.- VMAttribute
Support Required RequiredOnly the VMSizes having the feature support will be used.
- Excluded
ExcludedAll VMSizes having the feature support will be excluded.- Included
IncludedVMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.- Required
RequiredOnly the VMSizes having the feature support will be used.
- Excluded
ExcludedAll VMSizes having the feature support will be excluded.- Included
IncludedVMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.- Required
RequiredOnly the VMSizes having the feature support will be used.
- EXCLUDED
ExcludedAll VMSizes having the feature support will be excluded.- INCLUDED
IncludedVMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.- REQUIRED
RequiredOnly the VMSizes having the feature support will be used.
- "Excluded"
ExcludedAll VMSizes having the feature support will be excluded.- "Included"
IncludedVMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.- "Required"
RequiredOnly the VMSizes having the feature support will be used.
VMAttributes, VMAttributesArgs
VMAttributes that will be used to filter VMSizes which will be used to launch instances.- Architecture
Types List<Union<string, Pulumi.Azure Native. Compute Bulk Actions. Architecture Type>> - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- Memory
In Pulumi.Gi B Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- VCpu
Count Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- Accelerator
Count Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Manufacturers List<Union<string, Pulumi.Azure Native. Compute Bulk Actions. Accelerator Manufacturer>> - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Support string | Pulumi.Azure Native. Compute Bulk Actions. VMAttribute Support - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Types List<Union<string, Pulumi.Azure Native. Compute Bulk Actions. Accelerator Type>> - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Allowed
VMSizes List<string> - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Burstable
Support string | Pulumi.Azure Native. Compute Bulk Actions. VMAttribute Support - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- Cpu
Manufacturers List<Union<string, Pulumi.Azure Native. Compute Bulk Actions. Cpu Manufacturer>> - The VM CPU manufacturers specified as a list. Optional parameter.
- Data
Disk Pulumi.Count Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Excluded
VMSizes List<string> - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Hyper
VGenerations List<Union<string, Pulumi.Azure Native. Compute Bulk Actions. Hyper VGeneration>> - The hyperV generations specified as a list. Optional parameter.
- Local
Storage List<Union<string, Pulumi.Disk Types Azure Native. Compute Bulk Actions. Local Storage Disk Type>> - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage Pulumi.In Gi B Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage string | Pulumi.Support Azure Native. Compute Bulk Actions. VMAttribute Support - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- Memory
In Pulumi.Gi BPer VCpu Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- Network
Bandwidth Pulumi.In Mbps Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Network
Interface Pulumi.Count Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Rdma
Network Pulumi.Interface Count Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- Rdma
Support string | Pulumi.Azure Native. Compute Bulk Actions. VMAttribute Support - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- Vm
Categories List<Union<string, Pulumi.Azure Native. Compute Bulk Actions. VMCategory>> - The VM category specified as a list. Optional parameter.
- Architecture
Types []string - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- Memory
In VMAttributeGi B Min Max Double - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- VCpu
Count VMAttributeMin Max Integer - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- Accelerator
Count VMAttributeMin Max Integer - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Manufacturers []string - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Support string | VMAttributeSupport - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Types []string - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Allowed
VMSizes []string - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Burstable
Support string | VMAttributeSupport - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- Cpu
Manufacturers []string - The VM CPU manufacturers specified as a list. Optional parameter.
- Data
Disk VMAttributeCount Min Max Integer - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Excluded
VMSizes []string - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Hyper
VGenerations []string - The hyperV generations specified as a list. Optional parameter.
- Local
Storage []stringDisk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage VMAttributeIn Gi B Min Max Double - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage string | VMAttributeSupport Support - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- Memory
In VMAttributeGi BPer VCpu Min Max Double - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- Network
Bandwidth VMAttributeIn Mbps Min Max Double - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Network
Interface VMAttributeCount Min Max Integer - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Rdma
Network VMAttributeInterface Count Min Max Integer - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- Rdma
Support string | VMAttributeSupport - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- Vm
Categories []string - The VM category specified as a list. Optional parameter.
- architecture
Types List<Either<String,ArchitectureType>> - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory
In VMAttributeGi B Min Max Double - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v
Cpu VMAttributeCount Min Max Integer - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator
Count VMAttributeMin Max Integer - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Manufacturers List<Either<String,AcceleratorManufacturer>> - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Support String | VMAttributeSupport - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Types List<Either<String,AcceleratorType>> - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed
VMSizes List<String> - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable
Support String | VMAttributeSupport - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu
Manufacturers List<Either<String,CpuManufacturer>> - The VM CPU manufacturers specified as a list. Optional parameter.
- data
Disk VMAttributeCount Min Max Integer - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded
VMSizes List<String> - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper
VGenerations List<Either<String,HyperVGeneration>> - The hyperV generations specified as a list. Optional parameter.
- local
Storage List<Either<String,LocalDisk Types Storage Disk Type>> - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage VMAttributeIn Gi B Min Max Double - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage String | VMAttributeSupport Support - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory
In VMAttributeGi BPer VCpu Min Max Double - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network
Bandwidth VMAttributeIn Mbps Min Max Double - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network
Interface VMAttributeCount Min Max Integer - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma
Network VMAttributeInterface Count Min Max Integer - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma
Support String | VMAttributeSupport - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm
Categories List<Either<String,VMCategory>> - The VM category specified as a list. Optional parameter.
- architecture
Types (string | ArchitectureType)[] - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory
In VMAttributeGi B Min Max Double - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v
Cpu VMAttributeCount Min Max Integer - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator
Count VMAttributeMin Max Integer - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Manufacturers (string | AcceleratorManufacturer)[] - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Support string | VMAttributeSupport - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Types (string | AcceleratorType)[] - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed
VMSizes string[] - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable
Support string | VMAttributeSupport - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu
Manufacturers (string | CpuManufacturer)[] - The VM CPU manufacturers specified as a list. Optional parameter.
- data
Disk VMAttributeCount Min Max Integer - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded
VMSizes string[] - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper
VGenerations (string | HyperVGeneration)[] - The hyperV generations specified as a list. Optional parameter.
- local
Storage (string | LocalDisk Types Storage Disk Type)[] - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage VMAttributeIn Gi B Min Max Double - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage string | VMAttributeSupport Support - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory
In VMAttributeGi BPer VCpu Min Max Double - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network
Bandwidth VMAttributeIn Mbps Min Max Double - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network
Interface VMAttributeCount Min Max Integer - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma
Network VMAttributeInterface Count Min Max Integer - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma
Support string | VMAttributeSupport - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm
Categories (string | VMCategory)[] - The VM category specified as a list. Optional parameter.
- architecture_
types Sequence[Union[str, ArchitectureType]] - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory_
in_ VMAttributegi_ b Min Max Double - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v_
cpu_ VMAttributecount Min Max Integer - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator_
count VMAttributeMin Max Integer - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator_
manufacturers Sequence[Union[str, AcceleratorManufacturer]] - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator_
support str | VMAttributeSupport - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator_
types Sequence[Union[str, AcceleratorType]] - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed_
vm_ Sequence[str]sizes - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable_
support str | VMAttributeSupport - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu_
manufacturers Sequence[Union[str, CpuManufacturer]] - The VM CPU manufacturers specified as a list. Optional parameter.
- data_
disk_ VMAttributecount Min Max Integer - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded_
vm_ Sequence[str]sizes - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper_
v_ Sequence[Union[str, Hypergenerations VGeneration]] - The hyperV generations specified as a list. Optional parameter.
- local_
storage_ Sequence[Union[str, Localdisk_ types Storage Disk Type]] - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local_
storage_ VMAttributein_ gi_ b Min Max Double - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local_
storage_ str | VMAttributesupport Support - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory_
in_ VMAttributegi_ b_ per_ v_ cpu Min Max Double - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network_
bandwidth_ VMAttributein_ mbps Min Max Double - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network_
interface_ VMAttributecount Min Max Integer - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma_
network_ VMAttributeinterface_ count Min Max Integer - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma_
support str | VMAttributeSupport - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm_
categories Sequence[Union[str, VMCategory]] - The VM category specified as a list. Optional parameter.
- architecture
Types List<String | "ARM64" | "X64"> - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory
In Property MapGi B - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v
Cpu Property MapCount - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator
Count Property Map - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Manufacturers List<String | "AMD" | "Nvidia" | "Xilinx"> - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Support String | "Excluded" | "Included" | "Required" - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Types List<String | "GPU" | "FPGA"> - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed
VMSizes List<String> - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable
Support String | "Excluded" | "Included" | "Required" - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu
Manufacturers List<String | "Intel" | "AMD" | "Microsoft" | "Ampere"> - The VM CPU manufacturers specified as a list. Optional parameter.
- data
Disk Property MapCount - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded
VMSizes List<String> - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper
VGenerations List<String | "Gen1" | "Gen2"> - The hyperV generations specified as a list. Optional parameter.
- local
Storage List<String | "HDD" | "SSD">Disk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage Property MapIn Gi B - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage String | "Excluded" | "Included" | "Required"Support - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory
In Property MapGi BPer VCpu - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network
Bandwidth Property MapIn Mbps - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network
Interface Property MapCount - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma
Network Property MapInterface Count - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma
Support String | "Excluded" | "Included" | "Required" - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm
Categories List<String | "GeneralPurpose" | "Compute Optimized" | "Memory Optimized" | "Storage Optimized" | "Gpu Accelerated" | "Fpga Accelerated" | "High Performance Compute"> - The VM category specified as a list. Optional parameter.
VMAttributesResponse, VMAttributesResponseArgs
VMAttributes that will be used to filter VMSizes which will be used to launch instances.- Architecture
Types List<string> - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- Memory
In Pulumi.Gi B Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double Response - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- VCpu
Count Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer Response - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- Accelerator
Count Pulumi.Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer Response - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Manufacturers List<string> - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Support string - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Types List<string> - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Allowed
VMSizes List<string> - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Burstable
Support string - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- Cpu
Manufacturers List<string> - The VM CPU manufacturers specified as a list. Optional parameter.
- Data
Disk Pulumi.Count Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer Response - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Excluded
VMSizes List<string> - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Hyper
VGenerations List<string> - The hyperV generations specified as a list. Optional parameter.
- Local
Storage List<string>Disk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage Pulumi.In Gi B Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double Response - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage stringSupport - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- Memory
In Pulumi.Gi BPer VCpu Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double Response - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- Network
Bandwidth Pulumi.In Mbps Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Double Response - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Network
Interface Pulumi.Count Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer Response - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Rdma
Network Pulumi.Interface Count Azure Native. Compute Bulk Actions. Inputs. VMAttribute Min Max Integer Response - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- Rdma
Support string - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- Vm
Categories List<string> - The VM category specified as a list. Optional parameter.
- Architecture
Types []string - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- Memory
In VMAttributeGi B Min Max Double Response - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- VCpu
Count VMAttributeMin Max Integer Response - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- Accelerator
Count VMAttributeMin Max Integer Response - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Manufacturers []string - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Support string - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Accelerator
Types []string - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- Allowed
VMSizes []string - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Burstable
Support string - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- Cpu
Manufacturers []string - The VM CPU manufacturers specified as a list. Optional parameter.
- Data
Disk VMAttributeCount Min Max Integer Response - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Excluded
VMSizes []string - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- Hyper
VGenerations []string - The hyperV generations specified as a list. Optional parameter.
- Local
Storage []stringDisk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage VMAttributeIn Gi B Min Max Double Response - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- Local
Storage stringSupport - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- Memory
In VMAttributeGi BPer VCpu Min Max Double Response - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- Network
Bandwidth VMAttributeIn Mbps Min Max Double Response - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Network
Interface VMAttributeCount Min Max Integer Response - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- Rdma
Network VMAttributeInterface Count Min Max Integer Response - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- Rdma
Support string - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- Vm
Categories []string - The VM category specified as a list. Optional parameter.
- architecture
Types List<String> - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory
In VMAttributeGi B Min Max Double Response - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v
Cpu VMAttributeCount Min Max Integer Response - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator
Count VMAttributeMin Max Integer Response - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Manufacturers List<String> - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Support String - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Types List<String> - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed
VMSizes List<String> - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable
Support String - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu
Manufacturers List<String> - The VM CPU manufacturers specified as a list. Optional parameter.
- data
Disk VMAttributeCount Min Max Integer Response - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded
VMSizes List<String> - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper
VGenerations List<String> - The hyperV generations specified as a list. Optional parameter.
- local
Storage List<String>Disk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage VMAttributeIn Gi B Min Max Double Response - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage StringSupport - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory
In VMAttributeGi BPer VCpu Min Max Double Response - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network
Bandwidth VMAttributeIn Mbps Min Max Double Response - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network
Interface VMAttributeCount Min Max Integer Response - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma
Network VMAttributeInterface Count Min Max Integer Response - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma
Support String - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm
Categories List<String> - The VM category specified as a list. Optional parameter.
- architecture
Types string[] - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory
In VMAttributeGi B Min Max Double Response - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v
Cpu VMAttributeCount Min Max Integer Response - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator
Count VMAttributeMin Max Integer Response - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Manufacturers string[] - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Support string - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Types string[] - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed
VMSizes string[] - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable
Support string - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu
Manufacturers string[] - The VM CPU manufacturers specified as a list. Optional parameter.
- data
Disk VMAttributeCount Min Max Integer Response - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded
VMSizes string[] - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper
VGenerations string[] - The hyperV generations specified as a list. Optional parameter.
- local
Storage string[]Disk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage VMAttributeIn Gi B Min Max Double Response - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage stringSupport - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory
In VMAttributeGi BPer VCpu Min Max Double Response - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network
Bandwidth VMAttributeIn Mbps Min Max Double Response - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network
Interface VMAttributeCount Min Max Integer Response - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma
Network VMAttributeInterface Count Min Max Integer Response - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma
Support string - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm
Categories string[] - The VM category specified as a list. Optional parameter.
- architecture_
types Sequence[str] - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory_
in_ VMAttributegi_ b Min Max Double Response - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v_
cpu_ VMAttributecount Min Max Integer Response - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator_
count VMAttributeMin Max Integer Response - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator_
manufacturers Sequence[str] - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator_
support str - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator_
types Sequence[str] - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed_
vm_ Sequence[str]sizes - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable_
support str - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu_
manufacturers Sequence[str] - The VM CPU manufacturers specified as a list. Optional parameter.
- data_
disk_ VMAttributecount Min Max Integer Response - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded_
vm_ Sequence[str]sizes - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper_
v_ Sequence[str]generations - The hyperV generations specified as a list. Optional parameter.
- local_
storage_ Sequence[str]disk_ types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local_
storage_ VMAttributein_ gi_ b Min Max Double Response - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local_
storage_ strsupport - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory_
in_ VMAttributegi_ b_ per_ v_ cpu Min Max Double Response - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network_
bandwidth_ VMAttributein_ mbps Min Max Double Response - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network_
interface_ VMAttributecount Min Max Integer Response - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma_
network_ VMAttributeinterface_ count Min Max Integer Response - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma_
support str - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm_
categories Sequence[str] - The VM category specified as a list. Optional parameter.
- architecture
Types List<String> - The VM architecture types specified as a list. Must be specified if VMAttributes are specified. Must be compatible with image used.
- memory
In Property MapGi B - The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- v
Cpu Property MapCount - The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- accelerator
Count Property Map - The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Manufacturers List<String> - The accelerator manufacturers specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Support String - Specifies whether the VMSize supporting accelerator should be used to launch instances or not. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- accelerator
Types List<String> - The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.
- allowed
VMSizes List<String> - Specifies which VMSizes should be allowed while filtering on VMAttributes. Cannot be specified together with excludedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- burstable
Support String - Specifies whether the VMSize supporting burstable capability should be used to launch instances or not.
- cpu
Manufacturers List<String> - The VM CPU manufacturers specified as a list. Optional parameter.
- data
Disk Property MapCount - The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- excluded
VMSizes List<String> - Specifies which VMSizes should be excluded while filtering on VMAttributes. Cannot be specified together with allowedVMSizes. Maximum of 10 VM sizes allowed. Optional parameter.
- hyper
VGenerations List<String> - The hyperV generations specified as a list. Optional parameter.
- local
Storage List<String>Disk Types - The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage Property MapIn Gi B - LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.
- local
Storage StringSupport - Specifies whether the VMSize supporting local storage should be used to launch instances or not. Included - Default if not specified as most Azure VMs support local storage.
- memory
In Property MapGi BPer VCpu - The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.
- network
Bandwidth Property MapIn Mbps - The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- network
Interface Property MapCount - The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.
- rdma
Network Property MapInterface Count - The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified. rdmaSupport should be set to "Included" or "Required" to use this VMAttribute. If rdmaSupport is "Excluded", this VMAttribute can not be used.
- rdma
Support String - Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build launch instances or not.
- vm
Categories List<String> - The VM category specified as a list. Optional parameter.
VMCategory, VMCategoryArgs
- General
Purpose GeneralPurposeGeneral purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.- Compute
Optimized ComputeOptimizedCompute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.- Memory
Optimized MemoryOptimizedMemory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.- Storage
Optimized StorageOptimizedStorage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. Examples include Cassandra, MongoDB, Cloudera, and Redis.- Gpu
Accelerated GpuAcceleratedGPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.- Fpga
Accelerated FpgaAcceleratedFPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. Storage throughput and network bandwidth are also included for each size in this grouping.- High
Performance Compute HighPerformanceComputeAzure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
- VMCategory
General Purpose GeneralPurposeGeneral purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.- VMCategory
Compute Optimized ComputeOptimizedCompute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.- VMCategory
Memory Optimized MemoryOptimizedMemory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.- VMCategory
Storage Optimized StorageOptimizedStorage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. Examples include Cassandra, MongoDB, Cloudera, and Redis.- VMCategory
Gpu Accelerated GpuAcceleratedGPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.- VMCategory
Fpga Accelerated FpgaAcceleratedFPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. Storage throughput and network bandwidth are also included for each size in this grouping.- VMCategory
High Performance Compute HighPerformanceComputeAzure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
- General
Purpose GeneralPurposeGeneral purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.- Compute
Optimized ComputeOptimizedCompute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.- Memory
Optimized MemoryOptimizedMemory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.- Storage
Optimized StorageOptimizedStorage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. Examples include Cassandra, MongoDB, Cloudera, and Redis.- Gpu
Accelerated GpuAcceleratedGPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.- Fpga
Accelerated FpgaAcceleratedFPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. Storage throughput and network bandwidth are also included for each size in this grouping.- High
Performance Compute HighPerformanceComputeAzure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
- General
Purpose GeneralPurposeGeneral purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.- Compute
Optimized ComputeOptimizedCompute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.- Memory
Optimized MemoryOptimizedMemory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.- Storage
Optimized StorageOptimizedStorage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. Examples include Cassandra, MongoDB, Cloudera, and Redis.- Gpu
Accelerated GpuAcceleratedGPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.- Fpga
Accelerated FpgaAcceleratedFPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. Storage throughput and network bandwidth are also included for each size in this grouping.- High
Performance Compute HighPerformanceComputeAzure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
- GENERAL_PURPOSE
GeneralPurposeGeneral purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.- COMPUTE_OPTIMIZED
ComputeOptimizedCompute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.- MEMORY_OPTIMIZED
MemoryOptimizedMemory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.- STORAGE_OPTIMIZED
StorageOptimizedStorage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. Examples include Cassandra, MongoDB, Cloudera, and Redis.- GPU_ACCELERATED
GpuAcceleratedGPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.- FPGA_ACCELERATED
FpgaAcceleratedFPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. Storage throughput and network bandwidth are also included for each size in this grouping.- HIGH_PERFORMANCE_COMPUTE
HighPerformanceComputeAzure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
- "General
Purpose" GeneralPurposeGeneral purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.- "Compute
Optimized" ComputeOptimizedCompute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.- "Memory
Optimized" MemoryOptimizedMemory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.- "Storage
Optimized" StorageOptimizedStorage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. Examples include Cassandra, MongoDB, Cloudera, and Redis.- "Gpu
Accelerated" GpuAcceleratedGPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. These sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.- "Fpga
Accelerated" FpgaAcceleratedFPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. These sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. Storage throughput and network bandwidth are also included for each size in this grouping.- "High
Performance Compute" HighPerformanceComputeAzure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, rendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.
VMDiskSecurityProfile, VMDiskSecurityProfileArgs
Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs.- Disk
Encryption Pulumi.Set Azure Native. Compute Bulk Actions. Inputs. Disk Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- Security
Encryption string | Pulumi.Type Azure Native. Compute Bulk Actions. Security Encryption Types - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- Disk
Encryption DiskSet Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- Security
Encryption string | SecurityType Encryption Types - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk
Encryption DiskSet Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security
Encryption String | SecurityType Encryption Types - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk
Encryption DiskSet Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security
Encryption string | SecurityType Encryption Types - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk_
encryption_ Diskset Encryption Set Parameters - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security_
encryption_ str | Securitytype Encryption Types - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk
Encryption Property MapSet - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security
Encryption String | "VMGuestType State Only" | "Disk With VMGuest State" | "Non Persisted TPM" - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
VMDiskSecurityProfileResponse, VMDiskSecurityProfileResponseArgs
Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs.- Disk
Encryption Pulumi.Set Azure Native. Compute Bulk Actions. Inputs. Disk Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- Security
Encryption stringType - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- Disk
Encryption DiskSet Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- Security
Encryption stringType - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk
Encryption DiskSet Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security
Encryption StringType - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk
Encryption DiskSet Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security
Encryption stringType - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk_
encryption_ Diskset Encryption Set Parameters Response - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security_
encryption_ strtype - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
- disk
Encryption Property MapSet - Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
- security
Encryption StringType - Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.
VMGalleryApplication, VMGalleryApplicationArgs
Specifies the required information to reference a compute gallery application version- Package
Reference stringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- Configuration
Reference string - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- Enable
Automatic boolUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- Order int
- Optional, Specifies the order in which the packages have to be installed
- string
- Optional, Specifies a passthrough value for more generic context.
- Treat
Failure boolAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- Package
Reference stringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- Configuration
Reference string - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- Enable
Automatic boolUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- Order int
- Optional, Specifies the order in which the packages have to be installed
- string
- Optional, Specifies a passthrough value for more generic context.
- Treat
Failure boolAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package
Reference StringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration
Reference String - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable
Automatic BooleanUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order Integer
- Optional, Specifies the order in which the packages have to be installed
- String
- Optional, Specifies a passthrough value for more generic context.
- treat
Failure BooleanAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package
Reference stringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration
Reference string - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable
Automatic booleanUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order number
- Optional, Specifies the order in which the packages have to be installed
- string
- Optional, Specifies a passthrough value for more generic context.
- treat
Failure booleanAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package_
reference_ strid - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration_
reference str - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable_
automatic_ boolupgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order int
- Optional, Specifies the order in which the packages have to be installed
- str
- Optional, Specifies a passthrough value for more generic context.
- treat_
failure_ boolas_ deployment_ failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package
Reference StringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration
Reference String - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable
Automatic BooleanUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order Number
- Optional, Specifies the order in which the packages have to be installed
- String
- Optional, Specifies a passthrough value for more generic context.
- treat
Failure BooleanAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
VMGalleryApplicationResponse, VMGalleryApplicationResponseArgs
Specifies the required information to reference a compute gallery application version- Package
Reference stringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- Configuration
Reference string - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- Enable
Automatic boolUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- Order int
- Optional, Specifies the order in which the packages have to be installed
- string
- Optional, Specifies a passthrough value for more generic context.
- Treat
Failure boolAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- Package
Reference stringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- Configuration
Reference string - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- Enable
Automatic boolUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- Order int
- Optional, Specifies the order in which the packages have to be installed
- string
- Optional, Specifies a passthrough value for more generic context.
- Treat
Failure boolAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package
Reference StringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration
Reference String - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable
Automatic BooleanUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order Integer
- Optional, Specifies the order in which the packages have to be installed
- String
- Optional, Specifies a passthrough value for more generic context.
- treat
Failure BooleanAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package
Reference stringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration
Reference string - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable
Automatic booleanUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order number
- Optional, Specifies the order in which the packages have to be installed
- string
- Optional, Specifies a passthrough value for more generic context.
- treat
Failure booleanAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package_
reference_ strid - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration_
reference str - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable_
automatic_ boolupgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order int
- Optional, Specifies the order in which the packages have to be installed
- str
- Optional, Specifies a passthrough value for more generic context.
- treat_
failure_ boolas_ deployment_ failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
- package
Reference StringId - Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
- configuration
Reference String - Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
- enable
Automatic BooleanUpgrade - If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
- order Number
- Optional, Specifies the order in which the packages have to be installed
- String
- Optional, Specifies a passthrough value for more generic context.
- treat
Failure BooleanAs Deployment Failure - Optional, If true, any failure for any operation in the VmApplication will fail the deployment
VaultCertificate, VaultCertificateArgs
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.- Certificate
Store string - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Certificate
Store string - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate
Store String - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate
Store string - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate_
store str - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate_
url str - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate
Store String - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
VaultCertificateResponse, VaultCertificateResponseArgs
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.- Certificate
Store string - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Certificate
Store string - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate
Store String - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate
Store string - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate_
store str - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate_
url str - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- certificate
Store String - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { 'data':'', 'dataType':'pfx', 'password':''} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
VaultSecretGroup, VaultSecretGroupArgs
Describes a set of certificates which are all in the same Key Vault.- Source
Vault Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- Vault
Certificates List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Vault Certificate> - The list of key vault references in SourceVault which contain certificates.
- Source
Vault SubResource - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- Vault
Certificates []VaultCertificate - The list of key vault references in SourceVault which contain certificates.
- source
Vault SubResource - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault
Certificates List<VaultCertificate> - The list of key vault references in SourceVault which contain certificates.
- source
Vault SubResource - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault
Certificates VaultCertificate[] - The list of key vault references in SourceVault which contain certificates.
- source_
vault SubResource - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault_
certificates Sequence[VaultCertificate] - The list of key vault references in SourceVault which contain certificates.
- source
Vault Property Map - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault
Certificates List<Property Map> - The list of key vault references in SourceVault which contain certificates.
VaultSecretGroupResponse, VaultSecretGroupResponseArgs
Describes a set of certificates which are all in the same Key Vault.- Source
Vault Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- Vault
Certificates List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Vault Certificate Response> - The list of key vault references in SourceVault which contain certificates.
- Source
Vault SubResource Response - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- Vault
Certificates []VaultCertificate Response - The list of key vault references in SourceVault which contain certificates.
- source
Vault SubResource Response - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault
Certificates List<VaultCertificate Response> - The list of key vault references in SourceVault which contain certificates.
- source
Vault SubResource Response - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault
Certificates VaultCertificate Response[] - The list of key vault references in SourceVault which contain certificates.
- source_
vault SubResource Response - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault_
certificates Sequence[VaultCertificate Response] - The list of key vault references in SourceVault which contain certificates.
- source
Vault Property Map - The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vault
Certificates List<Property Map> - The list of key vault references in SourceVault which contain certificates.
VirtualHardDisk, VirtualHardDiskArgs
Describes the uri of a disk.- Uri string
- Specifies the virtual hard disk's uri.
- Uri string
- Specifies the virtual hard disk's uri.
- uri String
- Specifies the virtual hard disk's uri.
- uri string
- Specifies the virtual hard disk's uri.
- uri str
- Specifies the virtual hard disk's uri.
- uri String
- Specifies the virtual hard disk's uri.
VirtualHardDiskResponse, VirtualHardDiskResponseArgs
Describes the uri of a disk.- Uri string
- Specifies the virtual hard disk's uri.
- Uri string
- Specifies the virtual hard disk's uri.
- uri String
- Specifies the virtual hard disk's uri.
- uri string
- Specifies the virtual hard disk's uri.
- uri str
- Specifies the virtual hard disk's uri.
- uri String
- Specifies the virtual hard disk's uri.
VirtualMachineExtension, VirtualMachineExtensionArgs
Defines a virtual machine extension.- Name string
- The name of the virtual machine extension.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Extension Properties - Properties of the virtual machine extension.
- Name string
- The name of the virtual machine extension.
- Properties
Virtual
Machine Extension Properties - Properties of the virtual machine extension.
- name String
- The name of the virtual machine extension.
- properties
Virtual
Machine Extension Properties - Properties of the virtual machine extension.
- name string
- The name of the virtual machine extension.
- properties
Virtual
Machine Extension Properties - Properties of the virtual machine extension.
- name str
- The name of the virtual machine extension.
- properties
Virtual
Machine Extension Properties - Properties of the virtual machine extension.
- name String
- The name of the virtual machine extension.
- properties Property Map
- Properties of the virtual machine extension.
VirtualMachineExtensionProperties, VirtualMachineExtensionPropertiesArgs
Describes the properties of a Virtual Machine Extension.- Auto
Upgrade boolMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- Enable
Automatic boolUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Force
Update stringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- Protected
Settings object - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- Protected
Settings Pulumi.From Key Vault Azure Native. Compute Bulk Actions. Inputs. Key Vault Secret Reference - The extensions protected settings that are passed by reference, and consumed from key vault
- Provision
After List<string>Extensions - Collection of extension names after which this extension needs to be provisioned.
- Publisher string
- The name of the extension handler publisher.
- Settings object
- JSON formatted public settings for the extension.
- Suppress
Failures bool - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- Type string
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- Type
Handler stringVersion - Specifies the version of the script handler.
- Auto
Upgrade boolMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- Enable
Automatic boolUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Force
Update stringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- Protected
Settings interface{} - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- Protected
Settings KeyFrom Key Vault Vault Secret Reference - The extensions protected settings that are passed by reference, and consumed from key vault
- Provision
After []stringExtensions - Collection of extension names after which this extension needs to be provisioned.
- Publisher string
- The name of the extension handler publisher.
- Settings interface{}
- JSON formatted public settings for the extension.
- Suppress
Failures bool - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- Type string
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- Type
Handler stringVersion - Specifies the version of the script handler.
- auto
Upgrade BooleanMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable
Automatic BooleanUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update StringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected
Settings Object - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected
Settings KeyFrom Key Vault Vault Secret Reference - The extensions protected settings that are passed by reference, and consumed from key vault
- provision
After List<String>Extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher String
- The name of the extension handler publisher.
- settings Object
- JSON formatted public settings for the extension.
- suppress
Failures Boolean - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type String
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type
Handler StringVersion - Specifies the version of the script handler.
- auto
Upgrade booleanMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable
Automatic booleanUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update stringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected
Settings any - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected
Settings KeyFrom Key Vault Vault Secret Reference - The extensions protected settings that are passed by reference, and consumed from key vault
- provision
After string[]Extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher string
- The name of the extension handler publisher.
- settings any
- JSON formatted public settings for the extension.
- suppress
Failures boolean - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type string
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type
Handler stringVersion - Specifies the version of the script handler.
- auto_
upgrade_ boolminor_ version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable_
automatic_ boolupgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force_
update_ strtag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected_
settings Any - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected_
settings_ Keyfrom_ key_ vault Vault Secret Reference - The extensions protected settings that are passed by reference, and consumed from key vault
- provision_
after_ Sequence[str]extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher str
- The name of the extension handler publisher.
- settings Any
- JSON formatted public settings for the extension.
- suppress_
failures bool - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type str
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type_
handler_ strversion - Specifies the version of the script handler.
- auto
Upgrade BooleanMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable
Automatic BooleanUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update StringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected
Settings Any - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected
Settings Property MapFrom Key Vault - The extensions protected settings that are passed by reference, and consumed from key vault
- provision
After List<String>Extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher String
- The name of the extension handler publisher.
- settings Any
- JSON formatted public settings for the extension.
- suppress
Failures Boolean - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type String
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type
Handler StringVersion - Specifies the version of the script handler.
VirtualMachineExtensionPropertiesResponse, VirtualMachineExtensionPropertiesResponseArgs
Describes the properties of a Virtual Machine Extension.- Auto
Upgrade boolMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- Enable
Automatic boolUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Force
Update stringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- Protected
Settings object - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- Protected
Settings Pulumi.From Key Vault Azure Native. Compute Bulk Actions. Inputs. Key Vault Secret Reference Response - The extensions protected settings that are passed by reference, and consumed from key vault
- Provision
After List<string>Extensions - Collection of extension names after which this extension needs to be provisioned.
- Publisher string
- The name of the extension handler publisher.
- Settings object
- JSON formatted public settings for the extension.
- Suppress
Failures bool - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- Type string
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- Type
Handler stringVersion - Specifies the version of the script handler.
- Auto
Upgrade boolMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- Enable
Automatic boolUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Force
Update stringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- Protected
Settings interface{} - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- Protected
Settings KeyFrom Key Vault Vault Secret Reference Response - The extensions protected settings that are passed by reference, and consumed from key vault
- Provision
After []stringExtensions - Collection of extension names after which this extension needs to be provisioned.
- Publisher string
- The name of the extension handler publisher.
- Settings interface{}
- JSON formatted public settings for the extension.
- Suppress
Failures bool - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- Type string
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- Type
Handler stringVersion - Specifies the version of the script handler.
- auto
Upgrade BooleanMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable
Automatic BooleanUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update StringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected
Settings Object - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected
Settings KeyFrom Key Vault Vault Secret Reference Response - The extensions protected settings that are passed by reference, and consumed from key vault
- provision
After List<String>Extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher String
- The name of the extension handler publisher.
- settings Object
- JSON formatted public settings for the extension.
- suppress
Failures Boolean - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type String
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type
Handler StringVersion - Specifies the version of the script handler.
- auto
Upgrade booleanMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable
Automatic booleanUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update stringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected
Settings any - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected
Settings KeyFrom Key Vault Vault Secret Reference Response - The extensions protected settings that are passed by reference, and consumed from key vault
- provision
After string[]Extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher string
- The name of the extension handler publisher.
- settings any
- JSON formatted public settings for the extension.
- suppress
Failures boolean - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type string
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type
Handler stringVersion - Specifies the version of the script handler.
- auto_
upgrade_ boolminor_ version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable_
automatic_ boolupgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force_
update_ strtag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected_
settings Any - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected_
settings_ Keyfrom_ key_ vault Vault Secret Reference Response - The extensions protected settings that are passed by reference, and consumed from key vault
- provision_
after_ Sequence[str]extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher str
- The name of the extension handler publisher.
- settings Any
- JSON formatted public settings for the extension.
- suppress_
failures bool - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type str
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type_
handler_ strversion - Specifies the version of the script handler.
- auto
Upgrade BooleanMinor Version - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable
Automatic BooleanUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update StringTag - How the extension handler should be forced to update even if the extension configuration has not changed.
- protected
Settings Any - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- protected
Settings Property MapFrom Key Vault - The extensions protected settings that are passed by reference, and consumed from key vault
- provision
After List<String>Extensions - Collection of extension names after which this extension needs to be provisioned.
- publisher String
- The name of the extension handler publisher.
- settings Any
- JSON formatted public settings for the extension.
- suppress
Failures Boolean - Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
- type String
- Specifies the type of the extension; an example is 'CustomScriptExtension'.
- type
Handler StringVersion - Specifies the version of the script handler.
VirtualMachineExtensionResponse, VirtualMachineExtensionResponseArgs
Defines a virtual machine extension.- Name string
- The name of the virtual machine extension.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Extension Properties Response - Properties of the virtual machine extension.
- Name string
- The name of the virtual machine extension.
- Properties
Virtual
Machine Extension Properties Response - Properties of the virtual machine extension.
- name String
- The name of the virtual machine extension.
- properties
Virtual
Machine Extension Properties Response - Properties of the virtual machine extension.
- name string
- The name of the virtual machine extension.
- properties
Virtual
Machine Extension Properties Response - Properties of the virtual machine extension.
- name str
- The name of the virtual machine extension.
- properties
Virtual
Machine Extension Properties Response - Properties of the virtual machine extension.
- name String
- The name of the virtual machine extension.
- properties Property Map
- Properties of the virtual machine extension.
VirtualMachineIpTag, VirtualMachineIpTagArgs
Contains the IP tag associated with the public IP address.- ip_
tag_ strtype - IP tag type. Example: FirstPartyUsage.
- tag str
- IP tag associated with the public IP. Example: SQL, Storage etc.
VirtualMachineIpTagResponse, VirtualMachineIpTagResponseArgs
Contains the IP tag associated with the public IP address.- ip_
tag_ strtype - IP tag type. Example: FirstPartyUsage.
- tag str
- IP tag associated with the public IP. Example: SQL, Storage etc.
VirtualMachineNetworkInterfaceConfiguration, VirtualMachineNetworkInterfaceConfigurationArgs
Describes a virtual machine network interface configurations.- Name string
- The network interface configuration name.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface Configuration Properties - Describes a virtual machine network profile's IP configuration.
- Dictionary<string, string>
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- Name string
- The network interface configuration name.
- Properties
Virtual
Machine Network Interface Configuration Properties - Describes a virtual machine network profile's IP configuration.
- map[string]string
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name String
- The network interface configuration name.
- properties
Virtual
Machine Network Interface Configuration Properties - Describes a virtual machine network profile's IP configuration.
- Map<String,String>
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name string
- The network interface configuration name.
- properties
Virtual
Machine Network Interface Configuration Properties - Describes a virtual machine network profile's IP configuration.
- {[key: string]: string}
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name str
- The network interface configuration name.
- properties
Virtual
Machine Network Interface Configuration Properties - Describes a virtual machine network profile's IP configuration.
- Mapping[str, str]
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name String
- The network interface configuration name.
- properties Property Map
- Describes a virtual machine network profile's IP configuration.
- Map<String>
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
VirtualMachineNetworkInterfaceConfigurationProperties, VirtualMachineNetworkInterfaceConfigurationPropertiesArgs
Describes a virtual machine network profile's IP configuration.- Ip
Configurations List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface IPConfiguration> - Specifies the IP configurations of the network interface.
- Auxiliary
Mode string | Pulumi.Azure Native. Compute Bulk Actions. Network Interface Auxiliary Mode - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- Auxiliary
Sku string | Pulumi.Azure Native. Compute Bulk Actions. Network Interface Auxiliary Sku - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- Delete
Option string | Pulumi.Azure Native. Compute Bulk Actions. Delete Options - Specify what happens to the network interface when the VM is deleted
- Disable
Tcp boolState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- Dns
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface Dns Settings Configuration - The dns settings to be applied on the network interfaces.
- Dscp
Configuration Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource - The DSCP configuration for the network interface.
- Enable
Accelerated boolNetworking - Specifies whether the network interface is accelerated networking-enabled.
- Enable
Fpga bool - Specifies whether the network interface is FPGA networking-enabled.
- Enable
IPForwarding bool - Whether IP forwarding enabled on this NIC.
- Network
Security Pulumi.Group Azure Native. Compute Bulk Actions. Inputs. Sub Resource - The network security group.
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Ip
Configurations []VirtualMachine Network Interface IPConfiguration - Specifies the IP configurations of the network interface.
- Auxiliary
Mode string | NetworkInterface Auxiliary Mode - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- Auxiliary
Sku string | NetworkInterface Auxiliary Sku - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- Delete
Option string | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- Disable
Tcp boolState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- Dns
Settings VirtualMachine Network Interface Dns Settings Configuration - The dns settings to be applied on the network interfaces.
- Dscp
Configuration SubResource - The DSCP configuration for the network interface.
- Enable
Accelerated boolNetworking - Specifies whether the network interface is accelerated networking-enabled.
- Enable
Fpga bool - Specifies whether the network interface is FPGA networking-enabled.
- Enable
IPForwarding bool - Whether IP forwarding enabled on this NIC.
- Network
Security SubGroup Resource - The network security group.
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip
Configurations List<VirtualMachine Network Interface IPConfiguration> - Specifies the IP configurations of the network interface.
- auxiliary
Mode String | NetworkInterface Auxiliary Mode - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary
Sku String | NetworkInterface Auxiliary Sku - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete
Option String | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- disable
Tcp BooleanState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns
Settings VirtualMachine Network Interface Dns Settings Configuration - The dns settings to be applied on the network interfaces.
- dscp
Configuration SubResource - The DSCP configuration for the network interface.
- enable
Accelerated BooleanNetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable
Fpga Boolean - Specifies whether the network interface is FPGA networking-enabled.
- enable
IPForwarding Boolean - Whether IP forwarding enabled on this NIC.
- network
Security SubGroup Resource - The network security group.
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip
Configurations VirtualMachine Network Interface IPConfiguration[] - Specifies the IP configurations of the network interface.
- auxiliary
Mode string | NetworkInterface Auxiliary Mode - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary
Sku string | NetworkInterface Auxiliary Sku - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete
Option string | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- disable
Tcp booleanState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns
Settings VirtualMachine Network Interface Dns Settings Configuration - The dns settings to be applied on the network interfaces.
- dscp
Configuration SubResource - The DSCP configuration for the network interface.
- enable
Accelerated booleanNetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable
Fpga boolean - Specifies whether the network interface is FPGA networking-enabled.
- enable
IPForwarding boolean - Whether IP forwarding enabled on this NIC.
- network
Security SubGroup Resource - The network security group.
- primary boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip_
configurations Sequence[VirtualMachine Network Interface IPConfiguration] - Specifies the IP configurations of the network interface.
- auxiliary_
mode str | NetworkInterface Auxiliary Mode - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary_
sku str | NetworkInterface Auxiliary Sku - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete_
option str | DeleteOptions - Specify what happens to the network interface when the VM is deleted
- disable_
tcp_ boolstate_ tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns_
settings VirtualMachine Network Interface Dns Settings Configuration - The dns settings to be applied on the network interfaces.
- dscp_
configuration SubResource - The DSCP configuration for the network interface.
- enable_
accelerated_ boolnetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable_
fpga bool - Specifies whether the network interface is FPGA networking-enabled.
- enable_
ip_ boolforwarding - Whether IP forwarding enabled on this NIC.
- network_
security_ Subgroup Resource - The network security group.
- primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip
Configurations List<Property Map> - Specifies the IP configurations of the network interface.
- auxiliary
Mode String | "None" | "AcceleratedConnections" | "Floating" - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary
Sku String | "None" | "A1" | "A2" | "A4" | "A8" - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete
Option String | "Delete" | "Detach" - Specify what happens to the network interface when the VM is deleted
- disable
Tcp BooleanState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns
Settings Property Map - The dns settings to be applied on the network interfaces.
- dscp
Configuration Property Map - The DSCP configuration for the network interface.
- enable
Accelerated BooleanNetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable
Fpga Boolean - Specifies whether the network interface is FPGA networking-enabled.
- enable
IPForwarding Boolean - Whether IP forwarding enabled on this NIC.
- network
Security Property MapGroup - The network security group.
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
VirtualMachineNetworkInterfaceConfigurationPropertiesResponse, VirtualMachineNetworkInterfaceConfigurationPropertiesResponseArgs
Describes a virtual machine network profile's IP configuration.- Ip
Configurations List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface IPConfiguration Response> - Specifies the IP configurations of the network interface.
- Auxiliary
Mode string - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- Auxiliary
Sku string - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- Delete
Option string - Specify what happens to the network interface when the VM is deleted
- Disable
Tcp boolState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- Dns
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface Dns Settings Configuration Response - The dns settings to be applied on the network interfaces.
- Dscp
Configuration Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - The DSCP configuration for the network interface.
- Enable
Accelerated boolNetworking - Specifies whether the network interface is accelerated networking-enabled.
- Enable
Fpga bool - Specifies whether the network interface is FPGA networking-enabled.
- Enable
IPForwarding bool - Whether IP forwarding enabled on this NIC.
- Network
Security Pulumi.Group Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - The network security group.
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Ip
Configurations []VirtualMachine Network Interface IPConfiguration Response - Specifies the IP configurations of the network interface.
- Auxiliary
Mode string - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- Auxiliary
Sku string - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- Delete
Option string - Specify what happens to the network interface when the VM is deleted
- Disable
Tcp boolState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- Dns
Settings VirtualMachine Network Interface Dns Settings Configuration Response - The dns settings to be applied on the network interfaces.
- Dscp
Configuration SubResource Response - The DSCP configuration for the network interface.
- Enable
Accelerated boolNetworking - Specifies whether the network interface is accelerated networking-enabled.
- Enable
Fpga bool - Specifies whether the network interface is FPGA networking-enabled.
- Enable
IPForwarding bool - Whether IP forwarding enabled on this NIC.
- Network
Security SubGroup Resource Response - The network security group.
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip
Configurations List<VirtualMachine Network Interface IPConfiguration Response> - Specifies the IP configurations of the network interface.
- auxiliary
Mode String - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary
Sku String - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete
Option String - Specify what happens to the network interface when the VM is deleted
- disable
Tcp BooleanState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns
Settings VirtualMachine Network Interface Dns Settings Configuration Response - The dns settings to be applied on the network interfaces.
- dscp
Configuration SubResource Response - The DSCP configuration for the network interface.
- enable
Accelerated BooleanNetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable
Fpga Boolean - Specifies whether the network interface is FPGA networking-enabled.
- enable
IPForwarding Boolean - Whether IP forwarding enabled on this NIC.
- network
Security SubGroup Resource Response - The network security group.
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip
Configurations VirtualMachine Network Interface IPConfiguration Response[] - Specifies the IP configurations of the network interface.
- auxiliary
Mode string - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary
Sku string - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete
Option string - Specify what happens to the network interface when the VM is deleted
- disable
Tcp booleanState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns
Settings VirtualMachine Network Interface Dns Settings Configuration Response - The dns settings to be applied on the network interfaces.
- dscp
Configuration SubResource Response - The DSCP configuration for the network interface.
- enable
Accelerated booleanNetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable
Fpga boolean - Specifies whether the network interface is FPGA networking-enabled.
- enable
IPForwarding boolean - Whether IP forwarding enabled on this NIC.
- network
Security SubGroup Resource Response - The network security group.
- primary boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip_
configurations Sequence[VirtualMachine Network Interface IPConfiguration Response] - Specifies the IP configurations of the network interface.
- auxiliary_
mode str - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary_
sku str - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete_
option str - Specify what happens to the network interface when the VM is deleted
- disable_
tcp_ boolstate_ tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns_
settings VirtualMachine Network Interface Dns Settings Configuration Response - The dns settings to be applied on the network interfaces.
- dscp_
configuration SubResource Response - The DSCP configuration for the network interface.
- enable_
accelerated_ boolnetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable_
fpga bool - Specifies whether the network interface is FPGA networking-enabled.
- enable_
ip_ boolforwarding - Whether IP forwarding enabled on this NIC.
- network_
security_ Subgroup Resource Response - The network security group.
- primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- ip
Configurations List<Property Map> - Specifies the IP configurations of the network interface.
- auxiliary
Mode String - Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
- auxiliary
Sku String - Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
- delete
Option String - Specify what happens to the network interface when the VM is deleted
- disable
Tcp BooleanState Tracking - Specifies whether the network interface is disabled for tcp state tracking.
- dns
Settings Property Map - The dns settings to be applied on the network interfaces.
- dscp
Configuration Property Map - The DSCP configuration for the network interface.
- enable
Accelerated BooleanNetworking - Specifies whether the network interface is accelerated networking-enabled.
- enable
Fpga Boolean - Specifies whether the network interface is FPGA networking-enabled.
- enable
IPForwarding Boolean - Whether IP forwarding enabled on this NIC.
- network
Security Property MapGroup - The network security group.
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
VirtualMachineNetworkInterfaceConfigurationResponse, VirtualMachineNetworkInterfaceConfigurationResponseArgs
Describes a virtual machine network interface configurations.- Name string
- The network interface configuration name.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface Configuration Properties Response - Describes a virtual machine network profile's IP configuration.
- Dictionary<string, string>
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- Name string
- The network interface configuration name.
- Properties
Virtual
Machine Network Interface Configuration Properties Response - Describes a virtual machine network profile's IP configuration.
- map[string]string
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name String
- The network interface configuration name.
- properties
Virtual
Machine Network Interface Configuration Properties Response - Describes a virtual machine network profile's IP configuration.
- Map<String,String>
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name string
- The network interface configuration name.
- properties
Virtual
Machine Network Interface Configuration Properties Response - Describes a virtual machine network profile's IP configuration.
- {[key: string]: string}
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name str
- The network interface configuration name.
- properties
Virtual
Machine Network Interface Configuration Properties Response - Describes a virtual machine network profile's IP configuration.
- Mapping[str, str]
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
- name String
- The network interface configuration name.
- properties Property Map
- Describes a virtual machine network profile's IP configuration.
- Map<String>
- Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
VirtualMachineNetworkInterfaceDnsSettingsConfiguration, VirtualMachineNetworkInterfaceDnsSettingsConfigurationArgs
Describes a virtual machines network configuration's DNS settings.- Dns
Servers List<string> - List of DNS servers IP addresses
- Dns
Servers []string - List of DNS servers IP addresses
- dns
Servers List<String> - List of DNS servers IP addresses
- dns
Servers string[] - List of DNS servers IP addresses
- dns_
servers Sequence[str] - List of DNS servers IP addresses
- dns
Servers List<String> - List of DNS servers IP addresses
VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse, VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponseArgs
Describes a virtual machines network configuration's DNS settings.- Dns
Servers List<string> - List of DNS servers IP addresses
- Dns
Servers []string - List of DNS servers IP addresses
- dns
Servers List<String> - List of DNS servers IP addresses
- dns
Servers string[] - List of DNS servers IP addresses
- dns_
servers Sequence[str] - List of DNS servers IP addresses
- dns
Servers List<String> - List of DNS servers IP addresses
VirtualMachineNetworkInterfaceIPConfiguration, VirtualMachineNetworkInterfaceIPConfigurationArgs
Describes a virtual machine network profile's IP configuration.- Name string
- The IP configuration name.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface IPConfiguration Properties - Describes a virtual machine network interface IP configuration properties.
- Name string
- The IP configuration name.
- Properties
Virtual
Machine Network Interface IPConfiguration Properties - Describes a virtual machine network interface IP configuration properties.
- name String
- The IP configuration name.
- properties
Virtual
Machine Network Interface IPConfiguration Properties - Describes a virtual machine network interface IP configuration properties.
- name string
- The IP configuration name.
- properties
Virtual
Machine Network Interface IPConfiguration Properties - Describes a virtual machine network interface IP configuration properties.
- name str
- The IP configuration name.
- properties
Virtual
Machine Network Interface IPConfiguration Properties - Describes a virtual machine network interface IP configuration properties.
- name String
- The IP configuration name.
- properties Property Map
- Describes a virtual machine network interface IP configuration properties.
VirtualMachineNetworkInterfaceIPConfigurationProperties, VirtualMachineNetworkInterfaceIPConfigurationPropertiesArgs
Describes a virtual machine network interface IP configuration properties.- Application
Gateway List<Pulumi.Backend Address Pools Azure Native. Compute Bulk Actions. Inputs. Sub Resource> - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- Application
Security List<Pulumi.Groups Azure Native. Compute Bulk Actions. Inputs. Sub Resource> - Specifies an array of references to application security group.
- Load
Balancer List<Pulumi.Backend Address Pools Azure Native. Compute Bulk Actions. Inputs. Sub Resource> - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Private
IPAddress string | Pulumi.Version Azure Native. Compute Bulk Actions. IPVersions - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAddress Pulumi.Configuration Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Public IPAddress Configuration - The publicIPAddressConfiguration.
- Subnet
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Sub Resource - Specifies the identifier of the subnet.
- Application
Gateway []SubBackend Address Pools Resource - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- Application
Security []SubGroups Resource - Specifies an array of references to application security group.
- Load
Balancer []SubBackend Address Pools Resource - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Private
IPAddress string | IPVersionsVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAddress VirtualConfiguration Machine Public IPAddress Configuration - The publicIPAddressConfiguration.
- Subnet
Sub
Resource - Specifies the identifier of the subnet.
- application
Gateway List<SubBackend Address Pools Resource> - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application
Security List<SubGroups Resource> - Specifies an array of references to application security group.
- load
Balancer List<SubBackend Address Pools Resource> - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private
IPAddress String | IPVersionsVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAddress VirtualConfiguration Machine Public IPAddress Configuration - The publicIPAddressConfiguration.
- subnet
Sub
Resource - Specifies the identifier of the subnet.
- application
Gateway SubBackend Address Pools Resource[] - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application
Security SubGroups Resource[] - Specifies an array of references to application security group.
- load
Balancer SubBackend Address Pools Resource[] - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private
IPAddress string | IPVersionsVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAddress VirtualConfiguration Machine Public IPAddress Configuration - The publicIPAddressConfiguration.
- subnet
Sub
Resource - Specifies the identifier of the subnet.
- application_
gateway_ Sequence[Subbackend_ address_ pools Resource] - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application_
security_ Sequence[Subgroups Resource] - Specifies an array of references to application security group.
- load_
balancer_ Sequence[Subbackend_ address_ pools Resource] - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private_
ip_ str | IPVersionsaddress_ version - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public_
ip_ Virtualaddress_ configuration Machine Public IPAddress Configuration - The publicIPAddressConfiguration.
- subnet
Sub
Resource - Specifies the identifier of the subnet.
- application
Gateway List<Property Map>Backend Address Pools - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application
Security List<Property Map>Groups - Specifies an array of references to application security group.
- load
Balancer List<Property Map>Backend Address Pools - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private
IPAddress String | "IPv4" | "IPv6"Version - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAddress Property MapConfiguration - The publicIPAddressConfiguration.
- subnet Property Map
- Specifies the identifier of the subnet.
VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponse, VirtualMachineNetworkInterfaceIPConfigurationPropertiesResponseArgs
Describes a virtual machine network interface IP configuration properties.- Application
Gateway List<Pulumi.Backend Address Pools Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response> - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- Application
Security List<Pulumi.Groups Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response> - Specifies an array of references to application security group.
- Load
Balancer List<Pulumi.Backend Address Pools Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response> - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Private
IPAddress stringVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAddress Pulumi.Configuration Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Public IPAddress Configuration Response - The publicIPAddressConfiguration.
- Subnet
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - Specifies the identifier of the subnet.
- Application
Gateway []SubBackend Address Pools Resource Response - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- Application
Security []SubGroups Resource Response - Specifies an array of references to application security group.
- Load
Balancer []SubBackend Address Pools Resource Response - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- Primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- Private
IPAddress stringVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAddress VirtualConfiguration Machine Public IPAddress Configuration Response - The publicIPAddressConfiguration.
- Subnet
Sub
Resource Response - Specifies the identifier of the subnet.
- application
Gateway List<SubBackend Address Pools Resource Response> - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application
Security List<SubGroups Resource Response> - Specifies an array of references to application security group.
- load
Balancer List<SubBackend Address Pools Resource Response> - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private
IPAddress StringVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAddress VirtualConfiguration Machine Public IPAddress Configuration Response - The publicIPAddressConfiguration.
- subnet
Sub
Resource Response - Specifies the identifier of the subnet.
- application
Gateway SubBackend Address Pools Resource Response[] - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application
Security SubGroups Resource Response[] - Specifies an array of references to application security group.
- load
Balancer SubBackend Address Pools Resource Response[] - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private
IPAddress stringVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAddress VirtualConfiguration Machine Public IPAddress Configuration Response - The publicIPAddressConfiguration.
- subnet
Sub
Resource Response - Specifies the identifier of the subnet.
- application_
gateway_ Sequence[Subbackend_ address_ pools Resource Response] - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application_
security_ Sequence[Subgroups Resource Response] - Specifies an array of references to application security group.
- load_
balancer_ Sequence[Subbackend_ address_ pools Resource Response] - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary bool
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private_
ip_ straddress_ version - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public_
ip_ Virtualaddress_ configuration Machine Public IPAddress Configuration Response - The publicIPAddressConfiguration.
- subnet
Sub
Resource Response - Specifies the identifier of the subnet.
- application
Gateway List<Property Map>Backend Address Pools - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
- application
Security List<Property Map>Groups - Specifies an array of references to application security group.
- load
Balancer List<Property Map>Backend Address Pools - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].
- primary Boolean
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- private
IPAddress StringVersion - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAddress Property MapConfiguration - The publicIPAddressConfiguration.
- subnet Property Map
- Specifies the identifier of the subnet.
VirtualMachineNetworkInterfaceIPConfigurationResponse, VirtualMachineNetworkInterfaceIPConfigurationResponseArgs
Describes a virtual machine network profile's IP configuration.- Name string
- The IP configuration name.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Network Interface IPConfiguration Properties Response - Describes a virtual machine network interface IP configuration properties.
- Name string
- The IP configuration name.
- Properties
Virtual
Machine Network Interface IPConfiguration Properties Response - Describes a virtual machine network interface IP configuration properties.
- name String
- The IP configuration name.
- properties
Virtual
Machine Network Interface IPConfiguration Properties Response - Describes a virtual machine network interface IP configuration properties.
- name string
- The IP configuration name.
- properties
Virtual
Machine Network Interface IPConfiguration Properties Response - Describes a virtual machine network interface IP configuration properties.
- name str
- The IP configuration name.
- properties
Virtual
Machine Network Interface IPConfiguration Properties Response - Describes a virtual machine network interface IP configuration properties.
- name String
- The IP configuration name.
- properties Property Map
- Describes a virtual machine network interface IP configuration properties.
VirtualMachineProfile, VirtualMachineProfileArgs
Describes the properties of a Virtual Machine.- Additional
Capabilities Pulumi.Azure Native. Compute Bulk Actions. Inputs. Additional Capabilities - Specifies additional capabilities enabled or disabled on the virtual machine.
- Application
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Application Profile - Specifies the gallery applications that should be made available to the VM.
- Capacity
Reservation Pulumi.Azure Native. Compute Bulk Actions. Inputs. Capacity Reservation Profile - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- Diagnostics
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Diagnostics Profile - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- Extensions
Time stringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- License
Type string - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- Network
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Network Profile - Specifies the network interfaces of the virtual machine.
- Os
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. OSProfile - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- Scheduled
Events Pulumi.Policy Azure Native. Compute Bulk Actions. Inputs. Scheduled Events Policy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- Scheduled
Events Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Scheduled Events Profile - Specifies Scheduled Event related configurations.
- Security
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Security Profile - Specifies the Security related profile settings for the virtual machine.
- Storage
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Storage Profile - Specifies the storage settings for the virtual machine disks.
- User
Data string - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- Additional
Capabilities AdditionalCapabilities - Specifies additional capabilities enabled or disabled on the virtual machine.
- Application
Profile ApplicationProfile - Specifies the gallery applications that should be made available to the VM.
- Capacity
Reservation CapacityReservation Profile - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- Diagnostics
Profile DiagnosticsProfile - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- Extensions
Time stringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- License
Type string - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- Network
Profile NetworkProfile - Specifies the network interfaces of the virtual machine.
- Os
Profile OSProfile - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- Scheduled
Events ScheduledPolicy Events Policy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- Scheduled
Events ScheduledProfile Events Profile - Specifies Scheduled Event related configurations.
- Security
Profile SecurityProfile - Specifies the Security related profile settings for the virtual machine.
- Storage
Profile StorageProfile - Specifies the storage settings for the virtual machine disks.
- User
Data string - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional
Capabilities AdditionalCapabilities - Specifies additional capabilities enabled or disabled on the virtual machine.
- application
Profile ApplicationProfile - Specifies the gallery applications that should be made available to the VM.
- capacity
Reservation CapacityReservation Profile - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics
Profile DiagnosticsProfile - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions
Time StringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license
Type String - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network
Profile NetworkProfile - Specifies the network interfaces of the virtual machine.
- os
Profile OSProfile - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled
Events ScheduledPolicy Events Policy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled
Events ScheduledProfile Events Profile - Specifies Scheduled Event related configurations.
- security
Profile SecurityProfile - Specifies the Security related profile settings for the virtual machine.
- storage
Profile StorageProfile - Specifies the storage settings for the virtual machine disks.
- user
Data String - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional
Capabilities AdditionalCapabilities - Specifies additional capabilities enabled or disabled on the virtual machine.
- application
Profile ApplicationProfile - Specifies the gallery applications that should be made available to the VM.
- capacity
Reservation CapacityReservation Profile - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics
Profile DiagnosticsProfile - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions
Time stringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license
Type string - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network
Profile NetworkProfile - Specifies the network interfaces of the virtual machine.
- os
Profile OSProfile - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled
Events ScheduledPolicy Events Policy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled
Events ScheduledProfile Events Profile - Specifies Scheduled Event related configurations.
- security
Profile SecurityProfile - Specifies the Security related profile settings for the virtual machine.
- storage
Profile StorageProfile - Specifies the storage settings for the virtual machine disks.
- user
Data string - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional_
capabilities AdditionalCapabilities - Specifies additional capabilities enabled or disabled on the virtual machine.
- application_
profile ApplicationProfile - Specifies the gallery applications that should be made available to the VM.
- capacity_
reservation CapacityReservation Profile - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics_
profile DiagnosticsProfile - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions_
time_ strbudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license_
type str - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network_
profile NetworkProfile - Specifies the network interfaces of the virtual machine.
- os_
profile OSProfile - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled_
events_ Scheduledpolicy Events Policy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled_
events_ Scheduledprofile Events Profile - Specifies Scheduled Event related configurations.
- security_
profile SecurityProfile - Specifies the Security related profile settings for the virtual machine.
- storage_
profile StorageProfile - Specifies the storage settings for the virtual machine disks.
- user_
data str - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional
Capabilities Property Map - Specifies additional capabilities enabled or disabled on the virtual machine.
- application
Profile Property Map - Specifies the gallery applications that should be made available to the VM.
- capacity
Reservation Property Map - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics
Profile Property Map - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions
Time StringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license
Type String - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network
Profile Property Map - Specifies the network interfaces of the virtual machine.
- os
Profile Property Map - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled
Events Property MapPolicy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled
Events Property MapProfile - Specifies Scheduled Event related configurations.
- security
Profile Property Map - Specifies the Security related profile settings for the virtual machine.
- storage
Profile Property Map - Specifies the storage settings for the virtual machine disks.
- user
Data String - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
VirtualMachineProfileResponse, VirtualMachineProfileResponseArgs
Describes the properties of a Virtual Machine.- Additional
Capabilities Pulumi.Azure Native. Compute Bulk Actions. Inputs. Additional Capabilities Response - Specifies additional capabilities enabled or disabled on the virtual machine.
- Application
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Application Profile Response - Specifies the gallery applications that should be made available to the VM.
- Capacity
Reservation Pulumi.Azure Native. Compute Bulk Actions. Inputs. Capacity Reservation Profile Response - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- Diagnostics
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Diagnostics Profile Response - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- Extensions
Time stringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- License
Type string - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- Network
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Network Profile Response - Specifies the network interfaces of the virtual machine.
- Os
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. OSProfile Response - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- Scheduled
Events Pulumi.Policy Azure Native. Compute Bulk Actions. Inputs. Scheduled Events Policy Response - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- Scheduled
Events Pulumi.Profile Azure Native. Compute Bulk Actions. Inputs. Scheduled Events Profile Response - Specifies Scheduled Event related configurations.
- Security
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Security Profile Response - Specifies the Security related profile settings for the virtual machine.
- Storage
Profile Pulumi.Azure Native. Compute Bulk Actions. Inputs. Storage Profile Response - Specifies the storage settings for the virtual machine disks.
- User
Data string - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- Additional
Capabilities AdditionalCapabilities Response - Specifies additional capabilities enabled or disabled on the virtual machine.
- Application
Profile ApplicationProfile Response - Specifies the gallery applications that should be made available to the VM.
- Capacity
Reservation CapacityReservation Profile Response - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- Diagnostics
Profile DiagnosticsProfile Response - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- Extensions
Time stringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- License
Type string - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- Network
Profile NetworkProfile Response - Specifies the network interfaces of the virtual machine.
- Os
Profile OSProfileResponse - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- Scheduled
Events ScheduledPolicy Events Policy Response - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- Scheduled
Events ScheduledProfile Events Profile Response - Specifies Scheduled Event related configurations.
- Security
Profile SecurityProfile Response - Specifies the Security related profile settings for the virtual machine.
- Storage
Profile StorageProfile Response - Specifies the storage settings for the virtual machine disks.
- User
Data string - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional
Capabilities AdditionalCapabilities Response - Specifies additional capabilities enabled or disabled on the virtual machine.
- application
Profile ApplicationProfile Response - Specifies the gallery applications that should be made available to the VM.
- capacity
Reservation CapacityReservation Profile Response - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics
Profile DiagnosticsProfile Response - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions
Time StringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license
Type String - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network
Profile NetworkProfile Response - Specifies the network interfaces of the virtual machine.
- os
Profile OSProfileResponse - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled
Events ScheduledPolicy Events Policy Response - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled
Events ScheduledProfile Events Profile Response - Specifies Scheduled Event related configurations.
- security
Profile SecurityProfile Response - Specifies the Security related profile settings for the virtual machine.
- storage
Profile StorageProfile Response - Specifies the storage settings for the virtual machine disks.
- user
Data String - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional
Capabilities AdditionalCapabilities Response - Specifies additional capabilities enabled or disabled on the virtual machine.
- application
Profile ApplicationProfile Response - Specifies the gallery applications that should be made available to the VM.
- capacity
Reservation CapacityReservation Profile Response - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics
Profile DiagnosticsProfile Response - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions
Time stringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license
Type string - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network
Profile NetworkProfile Response - Specifies the network interfaces of the virtual machine.
- os
Profile OSProfileResponse - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled
Events ScheduledPolicy Events Policy Response - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled
Events ScheduledProfile Events Profile Response - Specifies Scheduled Event related configurations.
- security
Profile SecurityProfile Response - Specifies the Security related profile settings for the virtual machine.
- storage
Profile StorageProfile Response - Specifies the storage settings for the virtual machine disks.
- user
Data string - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional_
capabilities AdditionalCapabilities Response - Specifies additional capabilities enabled or disabled on the virtual machine.
- application_
profile ApplicationProfile Response - Specifies the gallery applications that should be made available to the VM.
- capacity_
reservation CapacityReservation Profile Response - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics_
profile DiagnosticsProfile Response - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions_
time_ strbudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license_
type str - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network_
profile NetworkProfile Response - Specifies the network interfaces of the virtual machine.
- os_
profile OSProfileResponse - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled_
events_ Scheduledpolicy Events Policy Response - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled_
events_ Scheduledprofile Events Profile Response - Specifies Scheduled Event related configurations.
- security_
profile SecurityProfile Response - Specifies the Security related profile settings for the virtual machine.
- storage_
profile StorageProfile Response - Specifies the storage settings for the virtual machine disks.
- user_
data str - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
- additional
Capabilities Property Map - Specifies additional capabilities enabled or disabled on the virtual machine.
- application
Profile Property Map - Specifies the gallery applications that should be made available to the VM.
- capacity
Reservation Property Map - Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum compute api-version: 2021-04-01.
- diagnostics
Profile Property Map - Specifies the boot diagnostic settings state. Minimum compute api-version: 2015-06-15.
- extensions
Time StringBudget - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum compute api-version: 2020-06-01.
- license
Type String - Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
- network
Profile Property Map - Specifies the network interfaces of the virtual machine.
- os
Profile Property Map - Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
- scheduled
Events Property MapPolicy - Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.
- scheduled
Events Property MapProfile - Specifies Scheduled Event related configurations.
- security
Profile Property Map - Specifies the Security related profile settings for the virtual machine.
- storage
Profile Property Map - Specifies the storage settings for the virtual machine disks.
- user
Data String - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum compute api-version: 2021-03-01.
VirtualMachinePublicIPAddressConfiguration, VirtualMachinePublicIPAddressConfigurationArgs
Describes a virtual machines IP Configuration's PublicIPAddress configuration- Name string
- The publicIP address configuration name.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Public IPAddress Configuration Properties - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- Sku
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Public IPAddress Sku - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Dictionary<string, string>
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- Name string
- The publicIP address configuration name.
- Properties
Virtual
Machine Public IPAddress Configuration Properties - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- Sku
Public
IPAddress Sku - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- map[string]string
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name String
- The publicIP address configuration name.
- properties
Virtual
Machine Public IPAddress Configuration Properties - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku
Public
IPAddress Sku - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Map<String,String>
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name string
- The publicIP address configuration name.
- properties
Virtual
Machine Public IPAddress Configuration Properties - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku
Public
IPAddress Sku - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- {[key: string]: string}
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name str
- The publicIP address configuration name.
- properties
Virtual
Machine Public IPAddress Configuration Properties - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku
Public
IPAddress Sku - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Mapping[str, str]
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name String
- The publicIP address configuration name.
- properties Property Map
- Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku Property Map
- Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Map<String>
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
VirtualMachinePublicIPAddressConfigurationProperties, VirtualMachinePublicIPAddressConfigurationPropertiesArgs
Describes a virtual machines IP Configuration's PublicIPAddress configuration- Delete
Option string | Pulumi.Azure Native. Compute Bulk Actions. Delete Options - Specify what happens to the public IP address when the VM is deleted
- Dns
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Public IPAddress Dns Settings Configuration - The dns settings to be applied on the publicIP addresses .
- Idle
Timeout intIn Minutes - The idle timeout of the public IP address.
-
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Ip Tag> - The list of IP tags associated with the public IP address.
- Public
IPAddress string | Pulumi.Version Azure Native. Compute Bulk Actions. IPVersions - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAllocation string | Pulumi.Method Azure Native. Compute Bulk Actions. Public IPAllocation Method - Specify the public IP allocation type
- Public
IPPrefix Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource - The PublicIPPrefix from which to allocate publicIP addresses.
- Delete
Option string | DeleteOptions - Specify what happens to the public IP address when the VM is deleted
- Dns
Settings VirtualMachine Public IPAddress Dns Settings Configuration - The dns settings to be applied on the publicIP addresses .
- Idle
Timeout intIn Minutes - The idle timeout of the public IP address.
-
[]Virtual
Machine Ip Tag - The list of IP tags associated with the public IP address.
- Public
IPAddress string | IPVersionsVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAllocation string | PublicMethod IPAllocation Method - Specify the public IP allocation type
- Public
IPPrefix SubResource - The PublicIPPrefix from which to allocate publicIP addresses.
- delete
Option String | DeleteOptions - Specify what happens to the public IP address when the VM is deleted
- dns
Settings VirtualMachine Public IPAddress Dns Settings Configuration - The dns settings to be applied on the publicIP addresses .
- idle
Timeout IntegerIn Minutes - The idle timeout of the public IP address.
-
List<Virtual
Machine Ip Tag> - The list of IP tags associated with the public IP address.
- public
IPAddress String | IPVersionsVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAllocation String | PublicMethod IPAllocation Method - Specify the public IP allocation type
- public
IPPrefix SubResource - The PublicIPPrefix from which to allocate publicIP addresses.
- delete
Option string | DeleteOptions - Specify what happens to the public IP address when the VM is deleted
- dns
Settings VirtualMachine Public IPAddress Dns Settings Configuration - The dns settings to be applied on the publicIP addresses .
- idle
Timeout numberIn Minutes - The idle timeout of the public IP address.
-
Virtual
Machine Ip Tag[] - The list of IP tags associated with the public IP address.
- public
IPAddress string | IPVersionsVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAllocation string | PublicMethod IPAllocation Method - Specify the public IP allocation type
- public
IPPrefix SubResource - The PublicIPPrefix from which to allocate publicIP addresses.
- delete_
option str | DeleteOptions - Specify what happens to the public IP address when the VM is deleted
- dns_
settings VirtualMachine Public IPAddress Dns Settings Configuration - The dns settings to be applied on the publicIP addresses .
- idle_
timeout_ intin_ minutes - The idle timeout of the public IP address.
-
Sequence[Virtual
Machine Ip Tag] - The list of IP tags associated with the public IP address.
- public_
ip_ str | IPVersionsaddress_ version - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public_
ip_ str | Publicallocation_ method IPAllocation Method - Specify the public IP allocation type
- public_
ip_ Subprefix Resource - The PublicIPPrefix from which to allocate publicIP addresses.
- delete
Option String | "Delete" | "Detach" - Specify what happens to the public IP address when the VM is deleted
- dns
Settings Property Map - The dns settings to be applied on the publicIP addresses .
- idle
Timeout NumberIn Minutes - The idle timeout of the public IP address.
- List<Property Map>
- The list of IP tags associated with the public IP address.
- public
IPAddress String | "IPv4" | "IPv6"Version - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAllocation String | "Dynamic" | "Static"Method - Specify the public IP allocation type
- public
IPPrefix Property Map - The PublicIPPrefix from which to allocate publicIP addresses.
VirtualMachinePublicIPAddressConfigurationPropertiesResponse, VirtualMachinePublicIPAddressConfigurationPropertiesResponseArgs
Describes a virtual machines IP Configuration's PublicIPAddress configuration- Delete
Option string - Specify what happens to the public IP address when the VM is deleted
- Dns
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Public IPAddress Dns Settings Configuration Response - The dns settings to be applied on the publicIP addresses .
- Idle
Timeout intIn Minutes - The idle timeout of the public IP address.
-
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Ip Tag Response> - The list of IP tags associated with the public IP address.
- Public
IPAddress stringVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAllocation stringMethod - Specify the public IP allocation type
- Public
IPPrefix Pulumi.Azure Native. Compute Bulk Actions. Inputs. Sub Resource Response - The PublicIPPrefix from which to allocate publicIP addresses.
- Delete
Option string - Specify what happens to the public IP address when the VM is deleted
- Dns
Settings VirtualMachine Public IPAddress Dns Settings Configuration Response - The dns settings to be applied on the publicIP addresses .
- Idle
Timeout intIn Minutes - The idle timeout of the public IP address.
-
[]Virtual
Machine Ip Tag Response - The list of IP tags associated with the public IP address.
- Public
IPAddress stringVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Public
IPAllocation stringMethod - Specify the public IP allocation type
- Public
IPPrefix SubResource Response - The PublicIPPrefix from which to allocate publicIP addresses.
- delete
Option String - Specify what happens to the public IP address when the VM is deleted
- dns
Settings VirtualMachine Public IPAddress Dns Settings Configuration Response - The dns settings to be applied on the publicIP addresses .
- idle
Timeout IntegerIn Minutes - The idle timeout of the public IP address.
-
List<Virtual
Machine Ip Tag Response> - The list of IP tags associated with the public IP address.
- public
IPAddress StringVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAllocation StringMethod - Specify the public IP allocation type
- public
IPPrefix SubResource Response - The PublicIPPrefix from which to allocate publicIP addresses.
- delete
Option string - Specify what happens to the public IP address when the VM is deleted
- dns
Settings VirtualMachine Public IPAddress Dns Settings Configuration Response - The dns settings to be applied on the publicIP addresses .
- idle
Timeout numberIn Minutes - The idle timeout of the public IP address.
-
Virtual
Machine Ip Tag Response[] - The list of IP tags associated with the public IP address.
- public
IPAddress stringVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAllocation stringMethod - Specify the public IP allocation type
- public
IPPrefix SubResource Response - The PublicIPPrefix from which to allocate publicIP addresses.
- delete_
option str - Specify what happens to the public IP address when the VM is deleted
- dns_
settings VirtualMachine Public IPAddress Dns Settings Configuration Response - The dns settings to be applied on the publicIP addresses .
- idle_
timeout_ intin_ minutes - The idle timeout of the public IP address.
-
Sequence[Virtual
Machine Ip Tag Response] - The list of IP tags associated with the public IP address.
- public_
ip_ straddress_ version - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public_
ip_ strallocation_ method - Specify the public IP allocation type
- public_
ip_ Subprefix Resource Response - The PublicIPPrefix from which to allocate publicIP addresses.
- delete
Option String - Specify what happens to the public IP address when the VM is deleted
- dns
Settings Property Map - The dns settings to be applied on the publicIP addresses .
- idle
Timeout NumberIn Minutes - The idle timeout of the public IP address.
- List<Property Map>
- The list of IP tags associated with the public IP address.
- public
IPAddress StringVersion - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- public
IPAllocation StringMethod - Specify the public IP allocation type
- public
IPPrefix Property Map - The PublicIPPrefix from which to allocate publicIP addresses.
VirtualMachinePublicIPAddressConfigurationResponse, VirtualMachinePublicIPAddressConfigurationResponseArgs
Describes a virtual machines IP Configuration's PublicIPAddress configuration- Name string
- The publicIP address configuration name.
- Properties
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Virtual Machine Public IPAddress Configuration Properties Response - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- Sku
Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Public IPAddress Sku Response - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Dictionary<string, string>
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- Name string
- The publicIP address configuration name.
- Properties
Virtual
Machine Public IPAddress Configuration Properties Response - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- Sku
Public
IPAddress Sku Response - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- map[string]string
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name String
- The publicIP address configuration name.
- properties
Virtual
Machine Public IPAddress Configuration Properties Response - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku
Public
IPAddress Sku Response - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Map<String,String>
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name string
- The publicIP address configuration name.
- properties
Virtual
Machine Public IPAddress Configuration Properties Response - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku
Public
IPAddress Sku Response - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- {[key: string]: string}
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name str
- The publicIP address configuration name.
- properties
Virtual
Machine Public IPAddress Configuration Properties Response - Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku
Public
IPAddress Sku Response - Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Mapping[str, str]
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
- name String
- The publicIP address configuration name.
- properties Property Map
- Describes a virtual machines IP Configuration's PublicIPAddress configuration
- sku Property Map
- Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Map<String>
- Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration
VirtualMachinePublicIPAddressDnsSettingsConfiguration, VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs
Describes a virtual machines network configuration's DNS settings.- Domain
Name stringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- Domain
Name string | Pulumi.Label Scope Azure Native. Compute Bulk Actions. Domain Name Label Scope Types - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- Domain
Name stringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- Domain
Name string | DomainLabel Scope Name Label Scope Types - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain
Name StringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain
Name String | DomainLabel Scope Name Label Scope Types - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain
Name stringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain
Name string | DomainLabel Scope Name Label Scope Types - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain_
name_ strlabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain_
name_ str | Domainlabel_ scope Name Label Scope Types - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain
Name StringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain
Name String | "TenantLabel Scope Reuse" | "Subscription Reuse" | "Resource Group Reuse" | "No Reuse" - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
VirtualMachinePublicIPAddressDnsSettingsConfigurationResponse, VirtualMachinePublicIPAddressDnsSettingsConfigurationResponseArgs
Describes a virtual machines network configuration's DNS settings.- Domain
Name stringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- Domain
Name stringLabel Scope - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- Domain
Name stringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- Domain
Name stringLabel Scope - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain
Name StringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain
Name StringLabel Scope - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain
Name stringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain
Name stringLabel Scope - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain_
name_ strlabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain_
name_ strlabel_ scope - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
- domain
Name StringLabel - The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domain
Name StringLabel Scope - The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
VirtualMachineType, VirtualMachineTypeArgs
- Regular
RegularDefault. Regular/On-demand VMs will be launched- Spot
SpotSpot VMs will be launched.
- Virtual
Machine Type Regular RegularDefault. Regular/On-demand VMs will be launched- Virtual
Machine Type Spot SpotSpot VMs will be launched.
- Regular
RegularDefault. Regular/On-demand VMs will be launched- Spot
SpotSpot VMs will be launched.
- Regular
RegularDefault. Regular/On-demand VMs will be launched- Spot
SpotSpot VMs will be launched.
- REGULAR
RegularDefault. Regular/On-demand VMs will be launched- SPOT
SpotSpot VMs will be launched.
- "Regular"
RegularDefault. Regular/On-demand VMs will be launched- "Spot"
SpotSpot VMs will be launched.
VmSizeProfile, VmSizeProfileArgs
Specifications about a VM Size. This will also contain the corresponding rank and weight in future.VmSizeProfileResponse, VmSizeProfileResponseArgs
Specifications about a VM Size. This will also contain the corresponding rank and weight in future.WinRMConfiguration, WinRMConfigurationArgs
Describes Windows Remote Management configuration of the VM- Listeners
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Win RMListener> - The list of Windows Remote Management listeners
- Listeners
[]Win
RMListener - The list of Windows Remote Management listeners
- listeners
List<Win
RMListener> - The list of Windows Remote Management listeners
- listeners
Win
RMListener[] - The list of Windows Remote Management listeners
- listeners
Sequence[Win
RMListener] - The list of Windows Remote Management listeners
- listeners List<Property Map>
- The list of Windows Remote Management listeners
WinRMConfigurationResponse, WinRMConfigurationResponseArgs
Describes Windows Remote Management configuration of the VM- Listeners
List<Pulumi.
Azure Native. Compute Bulk Actions. Inputs. Win RMListener Response> - The list of Windows Remote Management listeners
- Listeners
[]Win
RMListener Response - The list of Windows Remote Management listeners
- listeners
List<Win
RMListener Response> - The list of Windows Remote Management listeners
- listeners
Win
RMListener Response[] - The list of Windows Remote Management listeners
- listeners
Sequence[Win
RMListener Response] - The list of Windows Remote Management listeners
- listeners List<Property Map>
- The list of Windows Remote Management listeners
WinRMListener, WinRMListenerArgs
Describes Protocol and thumbprint of Windows Remote Management listener- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Protocol
string | Pulumi.
Azure Native. Compute Bulk Actions. Protocol Types - Specifies the protocol of WinRM listener. Possible values are: http, https.
- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Protocol
string | Protocol
Types - Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol
String | Protocol
Types - Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol
string | Protocol
Types - Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate_
url str - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol
str | Protocol
Types - Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol String | "Http" | "Https"
- Specifies the protocol of WinRM listener. Possible values are: http, https.
WinRMListenerResponse, WinRMListenerResponseArgs
Describes Protocol and thumbprint of Windows Remote Management listener- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Protocol string
- Specifies the protocol of WinRM listener. Possible values are: http, https.
- Certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- Protocol string
- Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol String
- Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate
Url string - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol string
- Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate_
url str - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol str
- Specifies the protocol of WinRM listener. Possible values are: http, https.
- certificate
Url String - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""} To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
- protocol String
- Specifies the protocol of WinRM listener. Possible values are: http, https.
WindowsConfiguration, WindowsConfigurationArgs
Specifies Windows operating system settings on the virtual machine.- Additional
Unattend List<Pulumi.Content Azure Native. Compute Bulk Actions. Inputs. Additional Unattend Content> - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- Enable
Automatic boolUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- Patch
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Patch Settings - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Time
Zone string - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- Win
RM Pulumi.Azure Native. Compute Bulk Actions. Inputs. Win RMConfiguration - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- Additional
Unattend []AdditionalContent Unattend Content - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- Enable
Automatic boolUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- Patch
Settings PatchSettings - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Time
Zone string - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- Win
RM WinRMConfiguration - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional
Unattend List<AdditionalContent Unattend Content> - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable
Automatic BooleanUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch
Settings PatchSettings - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time
Zone String - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win
RM WinRMConfiguration - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional
Unattend AdditionalContent Unattend Content[] - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable
Automatic booleanUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch
Settings PatchSettings - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision
VMAgent boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time
Zone string - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win
RM WinRMConfiguration - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional_
unattend_ Sequence[Additionalcontent Unattend Content] - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable_
automatic_ boolupdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch_
settings PatchSettings - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision_
vm_ boolagent - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time_
zone str - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win_
rm WinRMConfiguration - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional
Unattend List<Property Map>Content - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable
Automatic BooleanUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch
Settings Property Map - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time
Zone String - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win
RM Property Map - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
WindowsConfigurationResponse, WindowsConfigurationResponseArgs
Specifies Windows operating system settings on the virtual machine.- Additional
Unattend List<Pulumi.Content Azure Native. Compute Bulk Actions. Inputs. Additional Unattend Content Response> - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- Enable
Automatic boolUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- Patch
Settings Pulumi.Azure Native. Compute Bulk Actions. Inputs. Patch Settings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Time
Zone string - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- Win
RM Pulumi.Azure Native. Compute Bulk Actions. Inputs. Win RMConfiguration Response - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- Additional
Unattend []AdditionalContent Unattend Content Response - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- Enable
Automatic boolUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- Patch
Settings PatchSettings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- Provision
VMAgent bool - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- Time
Zone string - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- Win
RM WinRMConfiguration Response - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional
Unattend List<AdditionalContent Unattend Content Response> - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable
Automatic BooleanUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch
Settings PatchSettings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time
Zone String - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win
RM WinRMConfiguration Response - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional
Unattend AdditionalContent Unattend Content Response[] - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable
Automatic booleanUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch
Settings PatchSettings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision
VMAgent boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time
Zone string - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win
RM WinRMConfiguration Response - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional_
unattend_ Sequence[Additionalcontent Unattend Content Response] - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable_
automatic_ boolupdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch_
settings PatchSettings Response - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision_
vm_ boolagent - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time_
zone str - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win_
rm WinRMConfiguration Response - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
- additional
Unattend List<Property Map>Content - Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
- enable
Automatic BooleanUpdates - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
- patch
Settings Property Map - [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
- provision
VMAgent Boolean - Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
- time
Zone String - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
- win
RM Property Map - Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
WindowsPatchAssessmentMode, WindowsPatchAssessmentModeArgs
- Image
Default ImageDefaultImageDefault patch assessment mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform patch assessment mode
- Windows
Patch Assessment Mode Image Default ImageDefaultImageDefault patch assessment mode- Windows
Patch Assessment Mode Automatic By Platform AutomaticByPlatformAutomaticByPlatform patch assessment mode
- Image
Default ImageDefaultImageDefault patch assessment mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform patch assessment mode
- Image
Default ImageDefaultImageDefault patch assessment mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform patch assessment mode
- IMAGE_DEFAULT
ImageDefaultImageDefault patch assessment mode- AUTOMATIC_BY_PLATFORM
AutomaticByPlatformAutomaticByPlatform patch assessment mode
- "Image
Default" ImageDefaultImageDefault patch assessment mode- "Automatic
By Platform" AutomaticByPlatformAutomaticByPlatform patch assessment mode
WindowsVMGuestPatchAutomaticByPlatformRebootSetting, WindowsVMGuestPatchAutomaticByPlatformRebootSettingArgs
- Unknown
UnknownReboot setting for Unknown- If
Required IfRequiredReboot setting for IfRequired- Never
NeverReboot setting for Never- Always
AlwaysReboot setting for Always
- Windows
VMGuest Patch Automatic By Platform Reboot Setting Unknown UnknownReboot setting for Unknown- Windows
VMGuest Patch Automatic By Platform Reboot Setting If Required IfRequiredReboot setting for IfRequired- Windows
VMGuest Patch Automatic By Platform Reboot Setting Never NeverReboot setting for Never- Windows
VMGuest Patch Automatic By Platform Reboot Setting Always AlwaysReboot setting for Always
- Unknown
UnknownReboot setting for Unknown- If
Required IfRequiredReboot setting for IfRequired- Never
NeverReboot setting for Never- Always
AlwaysReboot setting for Always
- Unknown
UnknownReboot setting for Unknown- If
Required IfRequiredReboot setting for IfRequired- Never
NeverReboot setting for Never- Always
AlwaysReboot setting for Always
- UNKNOWN
UnknownReboot setting for Unknown- IF_REQUIRED
IfRequiredReboot setting for IfRequired- NEVER
NeverReboot setting for Never- ALWAYS
AlwaysReboot setting for Always
- "Unknown"
UnknownReboot setting for Unknown- "If
Required" IfRequiredReboot setting for IfRequired- "Never"
NeverReboot setting for Never- "Always"
AlwaysReboot setting for Always
WindowsVMGuestPatchAutomaticByPlatformSettings, WindowsVMGuestPatchAutomaticByPlatformSettingsArgs
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string | Pulumi.Azure Native. Compute Bulk Actions. Windows VMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string | WindowsVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String | WindowsVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform booleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting string | WindowsVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass_
platform_ boolsafety_ checks_ on_ user_ schedule - Enables customer to schedule patching without accidental upgrades
- reboot_
setting str | WindowsVMGuest Patch Automatic By Platform Reboot Setting - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String | "Unknown" | "IfRequired" | "Never" | "Always" - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
WindowsVMGuestPatchAutomaticByPlatformSettingsResponse, WindowsVMGuestPatchAutomaticByPlatformSettingsResponseArgs
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- Bypass
Platform boolSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- Reboot
Setting string - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform booleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting string - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass_
platform_ boolsafety_ checks_ on_ user_ schedule - Enables customer to schedule patching without accidental upgrades
- reboot_
setting str - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
- bypass
Platform BooleanSafety Checks On User Schedule - Enables customer to schedule patching without accidental upgrades
- reboot
Setting String - Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
WindowsVMGuestPatchMode, WindowsVMGuestPatchModeArgs
- Manual
ManualManual VM guest patch mode- Automatic
By OS AutomaticByOSAutomaticByOS VM guest patch mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform VM guest patch mode
- Windows
VMGuest Patch Mode Manual ManualManual VM guest patch mode- Windows
VMGuest Patch Mode Automatic By OS AutomaticByOSAutomaticByOS VM guest patch mode- Windows
VMGuest Patch Mode Automatic By Platform AutomaticByPlatformAutomaticByPlatform VM guest patch mode
- Manual
ManualManual VM guest patch mode- Automatic
By OS AutomaticByOSAutomaticByOS VM guest patch mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform VM guest patch mode
- Manual
ManualManual VM guest patch mode- Automatic
By OS AutomaticByOSAutomaticByOS VM guest patch mode- Automatic
By Platform AutomaticByPlatformAutomaticByPlatform VM guest patch mode
- MANUAL
ManualManual VM guest patch mode- AUTOMATIC_BY_OS
AutomaticByOSAutomaticByOS VM guest patch mode- AUTOMATIC_BY_PLATFORM
AutomaticByPlatformAutomaticByPlatform VM guest patch mode
- "Manual"
ManualManual VM guest patch mode- "Automatic
By OS" AutomaticByOSAutomaticByOS VM guest patch mode- "Automatic
By Platform" AutomaticByPlatformAutomaticByPlatform VM guest patch mode
ZoneAllocationPolicy, ZoneAllocationPolicyArgs
ZoneAllocationPolicy for LaunchBulkInstancesOperation.- Distribution
Strategy string | Pulumi.Azure Native. Compute Bulk Actions. Zone Distribution Strategy - Distribution strategy used for zone allocation policy.
- Zone
Preferences List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Zone Preference> - Zone preferences, required when zone distribution strategy is Prioritized.
- Distribution
Strategy string | ZoneDistribution Strategy - Distribution strategy used for zone allocation policy.
- Zone
Preferences []ZonePreference - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution
Strategy String | ZoneDistribution Strategy - Distribution strategy used for zone allocation policy.
- zone
Preferences List<ZonePreference> - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution
Strategy string | ZoneDistribution Strategy - Distribution strategy used for zone allocation policy.
- zone
Preferences ZonePreference[] - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution_
strategy str | ZoneDistribution Strategy - Distribution strategy used for zone allocation policy.
- zone_
preferences Sequence[ZonePreference] - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution
Strategy String | "BestEffort Single Zone" | "Prioritized" | "Best Effort Balanced" | "Strict Balanced" - Distribution strategy used for zone allocation policy.
- zone
Preferences List<Property Map> - Zone preferences, required when zone distribution strategy is Prioritized.
ZoneAllocationPolicyResponse, ZoneAllocationPolicyResponseArgs
ZoneAllocationPolicy for LaunchBulkInstancesOperation.- Distribution
Strategy string - Distribution strategy used for zone allocation policy.
- Zone
Preferences List<Pulumi.Azure Native. Compute Bulk Actions. Inputs. Zone Preference Response> - Zone preferences, required when zone distribution strategy is Prioritized.
- Distribution
Strategy string - Distribution strategy used for zone allocation policy.
- Zone
Preferences []ZonePreference Response - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution
Strategy String - Distribution strategy used for zone allocation policy.
- zone
Preferences List<ZonePreference Response> - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution
Strategy string - Distribution strategy used for zone allocation policy.
- zone
Preferences ZonePreference Response[] - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution_
strategy str - Distribution strategy used for zone allocation policy.
- zone_
preferences Sequence[ZonePreference Response] - Zone preferences, required when zone distribution strategy is Prioritized.
- distribution
Strategy String - Distribution strategy used for zone allocation policy.
- zone
Preferences List<Property Map> - Zone preferences, required when zone distribution strategy is Prioritized.
ZoneDistributionStrategy, ZoneDistributionStrategyArgs
- Best
Effort Single Zone BestEffortSingleZoneDefault. Launch instances in a single zone based on best effort. If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.- Prioritized
PrioritizedLaunch instances based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones.- Best
Effort Balanced BestEffortBalancedBalance launching instances across zones specified based on best effort. If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.- Strict
Balanced StrictBalancedLaunch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
- Zone
Distribution Strategy Best Effort Single Zone BestEffortSingleZoneDefault. Launch instances in a single zone based on best effort. If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.- Zone
Distribution Strategy Prioritized PrioritizedLaunch instances based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones.- Zone
Distribution Strategy Best Effort Balanced BestEffortBalancedBalance launching instances across zones specified based on best effort. If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.- Zone
Distribution Strategy Strict Balanced StrictBalancedLaunch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
- Best
Effort Single Zone BestEffortSingleZoneDefault. Launch instances in a single zone based on best effort. If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.- Prioritized
PrioritizedLaunch instances based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones.- Best
Effort Balanced BestEffortBalancedBalance launching instances across zones specified based on best effort. If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.- Strict
Balanced StrictBalancedLaunch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
- Best
Effort Single Zone BestEffortSingleZoneDefault. Launch instances in a single zone based on best effort. If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.- Prioritized
PrioritizedLaunch instances based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones.- Best
Effort Balanced BestEffortBalancedBalance launching instances across zones specified based on best effort. If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.- Strict
Balanced StrictBalancedLaunch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
- BEST_EFFORT_SINGLE_ZONE
BestEffortSingleZoneDefault. Launch instances in a single zone based on best effort. If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.- PRIORITIZED
PrioritizedLaunch instances based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones.- BEST_EFFORT_BALANCED
BestEffortBalancedBalance launching instances across zones specified based on best effort. If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.- STRICT_BALANCED
StrictBalancedLaunch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
- "Best
Effort Single Zone" BestEffortSingleZoneDefault. Launch instances in a single zone based on best effort. If capacity is not available, LaunchBulkInstancesOperation can allocate capacity in different zones.- "Prioritized"
PrioritizedLaunch instances based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones.- "Best
Effort Balanced" BestEffortBalancedBalance launching instances across zones specified based on best effort. If capacity is not available, LaunchBulkInstancesOperation can deviate balancing across all zones.- "Strict
Balanced" StrictBalancedLaunch instances across all provided zones, ensuring the difference between any two zones is no more than one instance.
ZonePreference, ZonePreferenceArgs
Zone preferences for LaunchBulkInstancesOperation zone allocation policy.ZonePreferenceResponse, ZonePreferenceResponseArgs
Zone preferences for LaunchBulkInstancesOperation zone allocation policy.Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Friday, Mar 20, 2026 by Pulumi
