public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
Creates, updates, deletes, gets or lists a public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
resource.
Overview
Name | public_ip_addresses_virtual_machine_scale_set_public_ip_addresses |
Type | Resource |
Id | azure.network.public_ip_addresses_virtual_machine_scale_set_public_ip_addresses |
Fields
- vw_public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
- public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | Resource name. |
ddos_settings | text | field from the properties object |
delete_option | text | field from the properties object |
dns_settings | text | field from the properties object |
etag | text | A unique read-only string that changes whenever the resource is updated. |
extended_location | text | field from the properties object |
idle_timeout_in_minutes | text | field from the properties object |
ipConfigurationName | text | field from the properties object |
ip_address | text | field from the properties object |
ip_configuration | text | field from the properties object |
ip_tags | text | field from the properties object |
linked_public_ip_address | text | field from the properties object |
location | text | Resource location. |
migration_phase | text | field from the properties object |
nat_gateway | text | field from the properties object |
networkInterfaceName | text | field from the properties object |
provisioning_state | text | field from the properties object |
publicIpAddressName | text | field from the properties object |
public_ip_address_version | text | field from the properties object |
public_ip_allocation_method | text | field from the properties object |
public_ip_prefix | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resource_guid | text | field from the properties object |
service_public_ip_address | text | field from the properties object |
sku | text | SKU of a public IP address. |
subscriptionId | text | field from the properties object |
tags | text | Resource tags. |
type | text | Resource type. |
virtualMachineScaleSetName | text | field from the properties object |
virtualmachineIndex | text | field from the properties object |
zones | text | A list of availability zones denoting the IP allocated for the resource needs to come from. |
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
extendedLocation | object | ExtendedLocation complex type. |
location | string | Resource location. |
properties | object | Public IP address properties. |
sku | object | SKU of a public IP address. |
tags | object | Resource tags. |
type | string | Resource type. |
zones | array | A list of availability zones denoting the IP allocated for the resource needs to come from. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | ipConfigurationName, networkInterfaceName, publicIpAddressName, resourceGroupName, subscriptionId, virtualMachineScaleSetName, virtualmachineIndex | Get the specified public IP address in a virtual machine scale set. |
list | SELECT | resourceGroupName, subscriptionId, virtualMachineScaleSetName | Gets information about all public IP addresses on a virtual machine scale set level. |
SELECT
examples
Gets information about all public IP addresses on a virtual machine scale set level.
- vw_public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
- public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
SELECT
id,
name,
ddos_settings,
delete_option,
dns_settings,
etag,
extended_location,
idle_timeout_in_minutes,
ipConfigurationName,
ip_address,
ip_configuration,
ip_tags,
linked_public_ip_address,
location,
migration_phase,
nat_gateway,
networkInterfaceName,
provisioning_state,
publicIpAddressName,
public_ip_address_version,
public_ip_allocation_method,
public_ip_prefix,
resourceGroupName,
resource_guid,
service_public_ip_address,
sku,
subscriptionId,
tags,
type,
virtualMachineScaleSetName,
virtualmachineIndex,
zones
FROM azure.network.vw_public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualMachineScaleSetName = '{{ virtualMachineScaleSetName }}';
SELECT
id,
name,
etag,
extendedLocation,
location,
properties,
sku,
tags,
type,
zones
FROM azure.network.public_ip_addresses_virtual_machine_scale_set_public_ip_addresses
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualMachineScaleSetName = '{{ virtualMachineScaleSetName }}';