Azure Network Management

  • Latest Dynatrace
  • Reference
  • 5-min read

Network Interfaces: Create or update

Creates or updates a network interface.

For more information, see the official documentation for Network Interfaces: Create or update.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
networkInterfaceNamestringThe name of the network interface.Required
parametersNetworkInterfaceSee parameters fields.Required

parameters (NetworkInterface)

FieldTypeDescriptionRequired
locationstringResource location.Optional
ipConfigurationsNetworkInterfaceIPConfiguration[]A list of IPConfigurations of the network interface.Optional
networkSecurityGroupNetworkSecurityGroupThe reference to the NetworkSecurityGroup resource.Optional

Outputs

The action may return partial results if the timeout limit for workflow actions has been reached. Returns fields as described in NetworkInterface.

Network Interfaces: Get

Gets information about the specified network interface.

For more information, see the official documentation for Network Interfaces: Get.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
networkInterfaceNamestringThe name of the network interface.Required

Outputs

Returns fields as described in NetworkInterface.

Network Security Groups: Create or update

Creates or updates a network security group in the specified resource group.

For more information, see the official documentation for Network Security Groups: Create or update.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
networkSecurityGroupNamestringThe name of the network security group.Required
parametersNetworkSecurityGroupSee parameters fields.Required

parameters (NetworkSecurityGroup)

FieldTypeDescriptionRequired
locationstringResource location.Optional
flushConnectionbooleanWhen enabled, flows created from Network Security Group connections will be re-evaluated when rules are updated.Optional
securityRulesSecurityRule[]A collection of security rules of the network security group.Optional

Outputs

The action may return partial results if the timeout limit for workflow actions has been reached. Returns fields as described in NetworkSecurityGroup.

Network Security Groups: Get

Gets the specified network security group.

For more information, see the official documentation for Network Security Groups: Get.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
networkSecurityGroupNamestringThe name of the network security group.Required

Outputs

Returns fields as described in NetworkSecurityGroup.

Public IP Addresses: Create or update

Creates or updates a static or dynamic public IP address.

For more information, see the official documentation for Public IP Addresses: Create or update.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
publicIpAddressNamestringThe name of the public IP address.Required
parametersPublicIPAddressSee parameters fields.Required

parameters (PublicIPAddress)

FieldTypeDescriptionRequired
locationstringResource location.Optional
publicIPAllocationMethodstringThe public IP address allocation method.Optional
publicIPAddressVersionstringThe public IP address version.Optional
skuPublicIPAddressSkuThe public IP address SKU.Optional
tagsRecord<string, string>Resource tags.Optional

Outputs

The action may return partial results if the timeout limit for workflow actions has been reached. Returns fields as described in PublicIPAddress.

Security Rules: Create or update

Creates or updates a security rule in the specified network security group.

For more information, see the official documentation for Security Rules: Create or update.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
networkSecurityGroupNamestringThe name of the network security group.Required
securityRuleNamestringThe name of the security rule.Required
securityRuleParametersSecurityRuleSee securityRuleParameters fields.Required

securityRuleParameters (SecurityRule)

FieldTypeDescriptionRequired
prioritynumberThe priority of the rule.Optional
directionstringThe direction of the rule.Optional
accessstringThe network traffic is allowed or denied.Optional
protocolstringNetwork protocol this rule applies to.Optional
sourcePortRangestringThe source port or range.Optional
sourcePortRangesstring[]The source port ranges.Optional
destinationPortRangestringThe destination port or range.Optional
destinationPortRangesstring[]The destination port ranges.Optional
sourceAddressPrefixstringThe CIDR or source IP range.Optional
sourceAddressPrefixesstring[]The CIDR or source IP ranges.Optional
destinationAddressPrefixstringThe destination address prefix.Optional
destinationAddressPrefixesstring[]The destination address prefixes.Optional

Outputs

The action may return partial results if the timeout limit for workflow actions has been reached. Returns fields as described in SecurityRule.

Subnets: Create or update

Creates or updates a subnet in the specified virtual network.

For more information, see the official documentation for Subnets: Create or update.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
virtualNetworkNamestringThe name of the virtual network.Required
subnetNamestringThe name of the subnet.Required
subnetParametersSubnetSee subnetParameters fields.Required

subnetParameters (Subnet)

FieldTypeDescriptionRequired
addressPrefixstringThe address prefix for the subnet.Optional
networkSecurityGroupNetworkSecurityGroupThe reference to the NetworkSecurityGroup resource.Optional

Outputs

The action may return partial results if the timeout limit for workflow actions has been reached. Returns fields as described in Subnet.

Virtual Networks: Create or update

Creates or updates a virtual network in the specified resource group.

For more information, see the official documentation for Virtual Networks: Create or update.

Inputs

FieldTypeDescriptionRequired
subscriptionIdstringThe ID of the target subscription.Required
resourceGroupNamestringThe name of the resource group.Required
virtualNetworkNamestringThe name of the virtual network.Required
parametersVirtualNetworkSee parameters fields.Required

parameters (VirtualNetwork)

FieldTypeDescriptionRequired
locationstringResource location.Optional
addressSpaceAddressSpaceThe AddressSpace that contains an array of IP address ranges that can be used by subnets.Optional
subnetsSubnet[]A list of subnets in a Virtual Network.Optional
tagsRecord<string, string>Resource tags.Optional

Outputs

The action may return partial results if the timeout limit for workflow actions has been reached. Returns fields as described in VirtualNetwork.

Related tags
Software Delivery