We recommend using Azure Native.
Azure v6.28.0 published on Friday, Oct 3, 2025 by Pulumi
azure.compute.getVirtualMachineScaleSet
Start a Neo task
Explain and create an azure.compute.getVirtualMachineScaleSet resource
Use this data source to access information about an existing Virtual Machine Scale Set.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.compute.getVirtualMachineScaleSet({
name: "existing",
resourceGroupName: "existing",
});
export const id = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.compute.get_virtual_machine_scale_set(name="existing",
resource_group_name="existing")
pulumi.export("id", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/compute"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := compute.GetVirtualMachineScaleSet(ctx, &compute.GetVirtualMachineScaleSetArgs{
Name: "existing",
ResourceGroupName: "existing",
}, nil)
if err != nil {
return err
}
ctx.Export("id", example.Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Compute.GetVirtualMachineScaleSet.Invoke(new()
{
Name = "existing",
ResourceGroupName = "existing",
});
return new Dictionary<string, object?>
{
["id"] = example.Apply(getVirtualMachineScaleSetResult => getVirtualMachineScaleSetResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.compute.ComputeFunctions;
import com.pulumi.azure.compute.inputs.GetVirtualMachineScaleSetArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = ComputeFunctions.getVirtualMachineScaleSet(GetVirtualMachineScaleSetArgs.builder()
.name("existing")
.resourceGroupName("existing")
.build());
ctx.export("id", example.id());
}
}
variables:
example:
fn::invoke:
function: azure:compute:getVirtualMachineScaleSet
arguments:
name: existing
resourceGroupName: existing
outputs:
id: ${example.id}
API Providers
This data source uses the following Azure API Providers:
Microsoft.Compute- 2024-11-01, 2024-03-01, 2023-09-01
Using getVirtualMachineScaleSet
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualMachineScaleSet(args: GetVirtualMachineScaleSetArgs, opts?: InvokeOptions): Promise<GetVirtualMachineScaleSetResult>
function getVirtualMachineScaleSetOutput(args: GetVirtualMachineScaleSetOutputArgs, opts?: InvokeOptions): Output<GetVirtualMachineScaleSetResult>def get_virtual_machine_scale_set(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualMachineScaleSetResult
def get_virtual_machine_scale_set_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualMachineScaleSetResult]func GetVirtualMachineScaleSet(ctx *Context, args *GetVirtualMachineScaleSetArgs, opts ...InvokeOption) (*GetVirtualMachineScaleSetResult, error)
func GetVirtualMachineScaleSetOutput(ctx *Context, args *GetVirtualMachineScaleSetOutputArgs, opts ...InvokeOption) GetVirtualMachineScaleSetResultOutput> Note: This function is named GetVirtualMachineScaleSet in the Go SDK.
public static class GetVirtualMachineScaleSet
{
public static Task<GetVirtualMachineScaleSetResult> InvokeAsync(GetVirtualMachineScaleSetArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualMachineScaleSetResult> Invoke(GetVirtualMachineScaleSetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualMachineScaleSetResult> getVirtualMachineScaleSet(GetVirtualMachineScaleSetArgs args, InvokeOptions options)
public static Output<GetVirtualMachineScaleSetResult> getVirtualMachineScaleSet(GetVirtualMachineScaleSetArgs args, InvokeOptions options)
fn::invoke:
function: azure:compute/getVirtualMachineScaleSet:getVirtualMachineScaleSet
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of this Virtual Machine Scale Set.
- Resource
Group stringName - The name of the Resource Group where the Virtual Machine Scale Set exists.
- Name string
- The name of this Virtual Machine Scale Set.
- Resource
Group stringName - The name of the Resource Group where the Virtual Machine Scale Set exists.
- name String
- The name of this Virtual Machine Scale Set.
- resource
Group StringName - The name of the Resource Group where the Virtual Machine Scale Set exists.
- name string
- The name of this Virtual Machine Scale Set.
- resource
Group stringName - The name of the Resource Group where the Virtual Machine Scale Set exists.
- name str
- The name of this Virtual Machine Scale Set.
- resource_
group_ strname - The name of the Resource Group where the Virtual Machine Scale Set exists.
- name String
- The name of this Virtual Machine Scale Set.
- resource
Group StringName - The name of the Resource Group where the Virtual Machine Scale Set exists.
getVirtualMachineScaleSet Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
List<Get
Virtual Machine Scale Set Identity> - A
identityblock as defined below. - Instances
List<Get
Virtual Machine Scale Set Instance> - A list of
instancesblocks as defined below. - Location string
- The Azure Region in which this Virtual Machine Scale Set exists.
- Name string
- The name of the public IP address configuration
- Network
Interfaces List<GetVirtual Machine Scale Set Network Interface> - A list of
network_interfaceblocks as defined below. - Resource
Group stringName
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
[]Get
Virtual Machine Scale Set Identity - A
identityblock as defined below. - Instances
[]Get
Virtual Machine Scale Set Instance - A list of
instancesblocks as defined below. - Location string
- The Azure Region in which this Virtual Machine Scale Set exists.
- Name string
- The name of the public IP address configuration
- Network
Interfaces []GetVirtual Machine Scale Set Network Interface - A list of
network_interfaceblocks as defined below. - Resource
Group stringName
- id String
- The provider-assigned unique ID for this managed resource.
- identities
List<Get
Virtual Machine Scale Set Identity> - A
identityblock as defined below. - instances
List<Get
Virtual Machine Scale Set Instance> - A list of
instancesblocks as defined below. - location String
- The Azure Region in which this Virtual Machine Scale Set exists.
- name String
- The name of the public IP address configuration
- network
Interfaces List<GetVirtual Machine Scale Set Network Interface> - A list of
network_interfaceblocks as defined below. - resource
Group StringName
- id string
- The provider-assigned unique ID for this managed resource.
- identities
Get
Virtual Machine Scale Set Identity[] - A
identityblock as defined below. - instances
Get
Virtual Machine Scale Set Instance[] - A list of
instancesblocks as defined below. - location string
- The Azure Region in which this Virtual Machine Scale Set exists.
- name string
- The name of the public IP address configuration
- network
Interfaces GetVirtual Machine Scale Set Network Interface[] - A list of
network_interfaceblocks as defined below. - resource
Group stringName
- id str
- The provider-assigned unique ID for this managed resource.
- identities
Sequence[Get
Virtual Machine Scale Set Identity] - A
identityblock as defined below. - instances
Sequence[Get
Virtual Machine Scale Set Instance] - A list of
instancesblocks as defined below. - location str
- The Azure Region in which this Virtual Machine Scale Set exists.
- name str
- The name of the public IP address configuration
- network_
interfaces Sequence[GetVirtual Machine Scale Set Network Interface] - A list of
network_interfaceblocks as defined below. - resource_
group_ strname
- id String
- The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
- A
identityblock as defined below. - instances List<Property Map>
- A list of
instancesblocks as defined below. - location String
- The Azure Region in which this Virtual Machine Scale Set exists.
- name String
- The name of the public IP address configuration
- network
Interfaces List<Property Map> - A list of
network_interfaceblocks as defined below. - resource
Group StringName
Supporting Types
GetVirtualMachineScaleSetIdentity
- Identity
Ids List<string> - The list of User Assigned Managed Identity IDs assigned to this Virtual Machine Scale Set.
- Principal
Id string - The Principal ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- Tenant
Id string - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- Type string
- The Type of IP Tag.
- Identity
Ids []string - The list of User Assigned Managed Identity IDs assigned to this Virtual Machine Scale Set.
- Principal
Id string - The Principal ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- Tenant
Id string - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- Type string
- The Type of IP Tag.
- identity
Ids List<String> - The list of User Assigned Managed Identity IDs assigned to this Virtual Machine Scale Set.
- principal
Id String - The Principal ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- tenant
Id String - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- type String
- The Type of IP Tag.
- identity
Ids string[] - The list of User Assigned Managed Identity IDs assigned to this Virtual Machine Scale Set.
- principal
Id string - The Principal ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- tenant
Id string - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- type string
- The Type of IP Tag.
- identity_
ids Sequence[str] - The list of User Assigned Managed Identity IDs assigned to this Virtual Machine Scale Set.
- principal_
id str - The Principal ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- tenant_
id str - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- type str
- The Type of IP Tag.
- identity
Ids List<String> - The list of User Assigned Managed Identity IDs assigned to this Virtual Machine Scale Set.
- principal
Id String - The Principal ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- tenant
Id String - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Virtual Machine Scale Set.
- type String
- The Type of IP Tag.
GetVirtualMachineScaleSetInstance
- Computer
Name string - The Hostname of this Virtual Machine.
- Instance
Id string - The Instance ID of this Virtual Machine.
- Latest
Model boolApplied - Whether the latest model has been applied to this Virtual Machine.
- Name string
- The name of this Virtual Machine Scale Set.
- Power
State string - The power state of the virtual machine.
- Private
Ip stringAddress - The Primary Private IP Address assigned to this Virtual Machine.
- Private
Ip List<string>Addresses - A list of Private IP Addresses assigned to this Virtual Machine.
- Public
Ip stringAddress - A
public_ip_addressblock as defined below. - Public
Ip List<string>Addresses - A list of the Public IP Addresses assigned to this Virtual Machine.
- Virtual
Machine stringId - The unique ID of the virtual machine.
- Zone string
- The zones of the virtual machine.
- Computer
Name string - The Hostname of this Virtual Machine.
- Instance
Id string - The Instance ID of this Virtual Machine.
- Latest
Model boolApplied - Whether the latest model has been applied to this Virtual Machine.
- Name string
- The name of this Virtual Machine Scale Set.
- Power
State string - The power state of the virtual machine.
- Private
Ip stringAddress - The Primary Private IP Address assigned to this Virtual Machine.
- Private
Ip []stringAddresses - A list of Private IP Addresses assigned to this Virtual Machine.
- Public
Ip stringAddress - A
public_ip_addressblock as defined below. - Public
Ip []stringAddresses - A list of the Public IP Addresses assigned to this Virtual Machine.
- Virtual
Machine stringId - The unique ID of the virtual machine.
- Zone string
- The zones of the virtual machine.
- computer
Name String - The Hostname of this Virtual Machine.
- instance
Id String - The Instance ID of this Virtual Machine.
- latest
Model BooleanApplied - Whether the latest model has been applied to this Virtual Machine.
- name String
- The name of this Virtual Machine Scale Set.
- power
State String - The power state of the virtual machine.
- private
Ip StringAddress - The Primary Private IP Address assigned to this Virtual Machine.
- private
Ip List<String>Addresses - A list of Private IP Addresses assigned to this Virtual Machine.
- public
Ip StringAddress - A
public_ip_addressblock as defined below. - public
Ip List<String>Addresses - A list of the Public IP Addresses assigned to this Virtual Machine.
- virtual
Machine StringId - The unique ID of the virtual machine.
- zone String
- The zones of the virtual machine.
- computer
Name string - The Hostname of this Virtual Machine.
- instance
Id string - The Instance ID of this Virtual Machine.
- latest
Model booleanApplied - Whether the latest model has been applied to this Virtual Machine.
- name string
- The name of this Virtual Machine Scale Set.
- power
State string - The power state of the virtual machine.
- private
Ip stringAddress - The Primary Private IP Address assigned to this Virtual Machine.
- private
Ip string[]Addresses - A list of Private IP Addresses assigned to this Virtual Machine.
- public
Ip stringAddress - A
public_ip_addressblock as defined below. - public
Ip string[]Addresses - A list of the Public IP Addresses assigned to this Virtual Machine.
- virtual
Machine stringId - The unique ID of the virtual machine.
- zone string
- The zones of the virtual machine.
- computer_
name str - The Hostname of this Virtual Machine.
- instance_
id str - The Instance ID of this Virtual Machine.
- latest_
model_ boolapplied - Whether the latest model has been applied to this Virtual Machine.
- name str
- The name of this Virtual Machine Scale Set.
- power_
state str - The power state of the virtual machine.
- private_
ip_ straddress - The Primary Private IP Address assigned to this Virtual Machine.
- private_
ip_ Sequence[str]addresses - A list of Private IP Addresses assigned to this Virtual Machine.
- public_
ip_ straddress - A
public_ip_addressblock as defined below. - public_
ip_ Sequence[str]addresses - A list of the Public IP Addresses assigned to this Virtual Machine.
- virtual_
machine_ strid - The unique ID of the virtual machine.
- zone str
- The zones of the virtual machine.
- computer
Name String - The Hostname of this Virtual Machine.
- instance
Id String - The Instance ID of this Virtual Machine.
- latest
Model BooleanApplied - Whether the latest model has been applied to this Virtual Machine.
- name String
- The name of this Virtual Machine Scale Set.
- power
State String - The power state of the virtual machine.
- private
Ip StringAddress - The Primary Private IP Address assigned to this Virtual Machine.
- private
Ip List<String>Addresses - A list of Private IP Addresses assigned to this Virtual Machine.
- public
Ip StringAddress - A
public_ip_addressblock as defined below. - public
Ip List<String>Addresses - A list of the Public IP Addresses assigned to this Virtual Machine.
- virtual
Machine StringId - The unique ID of the virtual machine.
- zone String
- The zones of the virtual machine.
GetVirtualMachineScaleSetNetworkInterface
- Auxiliary
Mode string - The auxiliary mode for the network interface.
- Auxiliary
Sku string - The auxiliary SKU for the network interface.
- Dns
Servers List<string> - An array of the DNS servers in use.
- Enable
Accelerated boolNetworking - Whether accelerated networking is enabled.
- Enable
Ip boolForwarding - Whether IP forwarding is enabled on this NIC.
- Ip
Configurations List<GetVirtual Machine Scale Set Network Interface Ip Configuration> - An
ip_configurationblock as defined below. - Name string
- The name of this Virtual Machine Scale Set.
- Network
Security stringGroup Id - The identifier for the network security group.
- Primary bool
- If this ip_configuration is the primary one.
- Auxiliary
Mode string - The auxiliary mode for the network interface.
- Auxiliary
Sku string - The auxiliary SKU for the network interface.
- Dns
Servers []string - An array of the DNS servers in use.
- Enable
Accelerated boolNetworking - Whether accelerated networking is enabled.
- Enable
Ip boolForwarding - Whether IP forwarding is enabled on this NIC.
- Ip
Configurations []GetVirtual Machine Scale Set Network Interface Ip Configuration - An
ip_configurationblock as defined below. - Name string
- The name of this Virtual Machine Scale Set.
- Network
Security stringGroup Id - The identifier for the network security group.
- Primary bool
- If this ip_configuration is the primary one.
- auxiliary
Mode String - The auxiliary mode for the network interface.
- auxiliary
Sku String - The auxiliary SKU for the network interface.
- dns
Servers List<String> - An array of the DNS servers in use.
- enable
Accelerated BooleanNetworking - Whether accelerated networking is enabled.
- enable
Ip BooleanForwarding - Whether IP forwarding is enabled on this NIC.
- ip
Configurations List<GetVirtual Machine Scale Set Network Interface Ip Configuration> - An
ip_configurationblock as defined below. - name String
- The name of this Virtual Machine Scale Set.
- network
Security StringGroup Id - The identifier for the network security group.
- primary Boolean
- If this ip_configuration is the primary one.
- auxiliary
Mode string - The auxiliary mode for the network interface.
- auxiliary
Sku string - The auxiliary SKU for the network interface.
- dns
Servers string[] - An array of the DNS servers in use.
- enable
Accelerated booleanNetworking - Whether accelerated networking is enabled.
- enable
Ip booleanForwarding - Whether IP forwarding is enabled on this NIC.
- ip
Configurations GetVirtual Machine Scale Set Network Interface Ip Configuration[] - An
ip_configurationblock as defined below. - name string
- The name of this Virtual Machine Scale Set.
- network
Security stringGroup Id - The identifier for the network security group.
- primary boolean
- If this ip_configuration is the primary one.
- auxiliary_
mode str - The auxiliary mode for the network interface.
- auxiliary_
sku str - The auxiliary SKU for the network interface.
- dns_
servers Sequence[str] - An array of the DNS servers in use.
- enable_
accelerated_ boolnetworking - Whether accelerated networking is enabled.
- enable_
ip_ boolforwarding - Whether IP forwarding is enabled on this NIC.
- ip_
configurations Sequence[GetVirtual Machine Scale Set Network Interface Ip Configuration] - An
ip_configurationblock as defined below. - name str
- The name of this Virtual Machine Scale Set.
- network_
security_ strgroup_ id - The identifier for the network security group.
- primary bool
- If this ip_configuration is the primary one.
- auxiliary
Mode String - The auxiliary mode for the network interface.
- auxiliary
Sku String - The auxiliary SKU for the network interface.
- dns
Servers List<String> - An array of the DNS servers in use.
- enable
Accelerated BooleanNetworking - Whether accelerated networking is enabled.
- enable
Ip BooleanForwarding - Whether IP forwarding is enabled on this NIC.
- ip
Configurations List<Property Map> - An
ip_configurationblock as defined below. - name String
- The name of this Virtual Machine Scale Set.
- network
Security StringGroup Id - The identifier for the network security group.
- primary Boolean
- If this ip_configuration is the primary one.
GetVirtualMachineScaleSetNetworkInterfaceIpConfiguration
- Application
Gateway List<string>Backend Address Pool Ids - An array of references to backend address pools of application gateways.
- Application
Security List<string>Group Ids - The application security group IDs to use.
- Load
Balancer List<string>Backend Address Pool Ids - An array of references to backend address pools of load balancers.
- Load
Balancer List<string>Inbound Nat Rules Ids - An array of references to inbound NAT pools for load balancers.
- Name string
- The name of this Virtual Machine Scale Set.
- Primary bool
- If this ip_configuration is the primary one.
- Public
Ip List<GetAddresses Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address> - A
public_ip_addressblock as defined below. - Subnet
Id string - The identifier of the subnet.
- Version string
- The Internet Protocol Version of the public IP address.
- Application
Gateway []stringBackend Address Pool Ids - An array of references to backend address pools of application gateways.
- Application
Security []stringGroup Ids - The application security group IDs to use.
- Load
Balancer []stringBackend Address Pool Ids - An array of references to backend address pools of load balancers.
- Load
Balancer []stringInbound Nat Rules Ids - An array of references to inbound NAT pools for load balancers.
- Name string
- The name of this Virtual Machine Scale Set.
- Primary bool
- If this ip_configuration is the primary one.
- Public
Ip []GetAddresses Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address - A
public_ip_addressblock as defined below. - Subnet
Id string - The identifier of the subnet.
- Version string
- The Internet Protocol Version of the public IP address.
- application
Gateway List<String>Backend Address Pool Ids - An array of references to backend address pools of application gateways.
- application
Security List<String>Group Ids - The application security group IDs to use.
- load
Balancer List<String>Backend Address Pool Ids - An array of references to backend address pools of load balancers.
- load
Balancer List<String>Inbound Nat Rules Ids - An array of references to inbound NAT pools for load balancers.
- name String
- The name of this Virtual Machine Scale Set.
- primary Boolean
- If this ip_configuration is the primary one.
- public
Ip List<GetAddresses Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address> - A
public_ip_addressblock as defined below. - subnet
Id String - The identifier of the subnet.
- version String
- The Internet Protocol Version of the public IP address.
- application
Gateway string[]Backend Address Pool Ids - An array of references to backend address pools of application gateways.
- application
Security string[]Group Ids - The application security group IDs to use.
- load
Balancer string[]Backend Address Pool Ids - An array of references to backend address pools of load balancers.
- load
Balancer string[]Inbound Nat Rules Ids - An array of references to inbound NAT pools for load balancers.
- name string
- The name of this Virtual Machine Scale Set.
- primary boolean
- If this ip_configuration is the primary one.
- public
Ip GetAddresses Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address[] - A
public_ip_addressblock as defined below. - subnet
Id string - The identifier of the subnet.
- version string
- The Internet Protocol Version of the public IP address.
- application_
gateway_ Sequence[str]backend_ address_ pool_ ids - An array of references to backend address pools of application gateways.
- application_
security_ Sequence[str]group_ ids - The application security group IDs to use.
- load_
balancer_ Sequence[str]backend_ address_ pool_ ids - An array of references to backend address pools of load balancers.
- load_
balancer_ Sequence[str]inbound_ nat_ rules_ ids - An array of references to inbound NAT pools for load balancers.
- name str
- The name of this Virtual Machine Scale Set.
- primary bool
- If this ip_configuration is the primary one.
- public_
ip_ Sequence[Getaddresses Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address] - A
public_ip_addressblock as defined below. - subnet_
id str - The identifier of the subnet.
- version str
- The Internet Protocol Version of the public IP address.
- application
Gateway List<String>Backend Address Pool Ids - An array of references to backend address pools of application gateways.
- application
Security List<String>Group Ids - The application security group IDs to use.
- load
Balancer List<String>Backend Address Pool Ids - An array of references to backend address pools of load balancers.
- load
Balancer List<String>Inbound Nat Rules Ids - An array of references to inbound NAT pools for load balancers.
- name String
- The name of this Virtual Machine Scale Set.
- primary Boolean
- If this ip_configuration is the primary one.
- public
Ip List<Property Map>Addresses - A
public_ip_addressblock as defined below. - subnet
Id String - The identifier of the subnet.
- version String
- The Internet Protocol Version of the public IP address.
GetVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress
- Domain
Name stringLabel - The domain name label for the DNS settings.
- Idle
Timeout intIn Minutes - The idle timeout in minutes.
-
List<Get
Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Ip Tag> - A list of
ip_tagblocks as defined below. - Name string
- The name of this Virtual Machine Scale Set.
- Public
Ip stringPrefix Id - The ID of the public IP prefix.
- Version string
- The Internet Protocol Version of the public IP address.
- Domain
Name stringLabel - The domain name label for the DNS settings.
- Idle
Timeout intIn Minutes - The idle timeout in minutes.
-
[]Get
Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Ip Tag - A list of
ip_tagblocks as defined below. - Name string
- The name of this Virtual Machine Scale Set.
- Public
Ip stringPrefix Id - The ID of the public IP prefix.
- Version string
- The Internet Protocol Version of the public IP address.
- domain
Name StringLabel - The domain name label for the DNS settings.
- idle
Timeout IntegerIn Minutes - The idle timeout in minutes.
-
List<Get
Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Ip Tag> - A list of
ip_tagblocks as defined below. - name String
- The name of this Virtual Machine Scale Set.
- public
Ip StringPrefix Id - The ID of the public IP prefix.
- version String
- The Internet Protocol Version of the public IP address.
- domain
Name stringLabel - The domain name label for the DNS settings.
- idle
Timeout numberIn Minutes - The idle timeout in minutes.
-
Get
Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Ip Tag[] - A list of
ip_tagblocks as defined below. - name string
- The name of this Virtual Machine Scale Set.
- public
Ip stringPrefix Id - The ID of the public IP prefix.
- version string
- The Internet Protocol Version of the public IP address.
- domain_
name_ strlabel - The domain name label for the DNS settings.
- idle_
timeout_ intin_ minutes - The idle timeout in minutes.
-
Sequence[Get
Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Ip Tag] - A list of
ip_tagblocks as defined below. - name str
- The name of this Virtual Machine Scale Set.
- public_
ip_ strprefix_ id - The ID of the public IP prefix.
- version str
- The Internet Protocol Version of the public IP address.
- domain
Name StringLabel - The domain name label for the DNS settings.
- idle
Timeout NumberIn Minutes - The idle timeout in minutes.
- List<Property Map>
- A list of
ip_tagblocks as defined below. - name String
- The name of this Virtual Machine Scale Set.
- public
Ip StringPrefix Id - The ID of the public IP prefix.
- version String
- The Internet Protocol Version of the public IP address.
GetVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTag
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
