azure-native-v2.network.IpGroup
Explore with Pulumi AI
The IpGroups resource information. Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2020-11-01.
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.
Create IpGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IpGroup(name: string, args: IpGroupArgs, opts?: CustomResourceOptions);
@overload
def IpGroup(resource_name: str,
args: IpGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IpGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
id: Optional[str] = None,
ip_addresses: Optional[Sequence[str]] = None,
ip_groups_name: Optional[str] = None,
location: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewIpGroup(ctx *Context, name string, args IpGroupArgs, opts ...ResourceOption) (*IpGroup, error)
public IpGroup(string name, IpGroupArgs args, CustomResourceOptions? opts = null)
public IpGroup(String name, IpGroupArgs args)
public IpGroup(String name, IpGroupArgs args, CustomResourceOptions options)
type: azure-native:network:IpGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IpGroupArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. IpGroupArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IpGroupArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IpGroupArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. IpGroupArgs - 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 ipGroupResource = new AzureNative.Network.IpGroup("ipGroupResource", new()
{
ResourceGroupName = "string",
Id = "string",
IpAddresses = new[]
{
"string",
},
IpGroupsName = "string",
Location = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := network.NewIpGroup(ctx, "ipGroupResource", &network.IpGroupArgs{
ResourceGroupName: "string",
Id: "string",
IpAddresses: []string{
"string",
},
IpGroupsName: "string",
Location: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var ipGroupResource = new IpGroup("ipGroupResource", IpGroupArgs.builder()
.resourceGroupName("string")
.id("string")
.ipAddresses("string")
.ipGroupsName("string")
.location("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
ip_group_resource = azure_native.network.IpGroup("ipGroupResource",
resource_group_name=string,
id=string,
ip_addresses=[string],
ip_groups_name=string,
location=string,
tags={
string: string,
})
const ipGroupResource = new azure_native.network.IpGroup("ipGroupResource", {
resourceGroupName: "string",
id: "string",
ipAddresses: ["string"],
ipGroupsName: "string",
location: "string",
tags: {
string: "string",
},
});
type: azure-native:network:IpGroup
properties:
id: string
ipAddresses:
- string
ipGroupsName: string
location: string
resourceGroupName: string
tags:
string: string
IpGroup 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 IpGroup resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Id string
- Resource ID.
- Ip
Addresses List<string> - IpAddresses/IpAddressPrefixes in the IpGroups resource.
- Ip
Groups Name Changes to this property will trigger replacement.
- The name of the ipGroups.
- Location string
- Resource location.
- Dictionary<string, string>
- Resource tags.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Id string
- Resource ID.
- Ip
Addresses []string - IpAddresses/IpAddressPrefixes in the IpGroups resource.
- Ip
Groups Name Changes to this property will trigger replacement.
- The name of the ipGroups.
- Location string
- Resource location.
- map[string]string
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- id String
- Resource ID.
- ip
Addresses List<String> - IpAddresses/IpAddressPrefixes in the IpGroups resource.
- ip
Groups Name Changes to this property will trigger replacement.
- The name of the ipGroups.
- location String
- Resource location.
- Map<String,String>
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- id string
- Resource ID.
- ip
Addresses string[] - IpAddresses/IpAddressPrefixes in the IpGroups resource.
- ip
Groups Name Changes to this property will trigger replacement.
- The name of the ipGroups.
- location string
- Resource location.
- {[key: string]: string}
- Resource tags.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- id str
- Resource ID.
- ip_
addresses Sequence[str] - IpAddresses/IpAddressPrefixes in the IpGroups resource.
- ip_
groups_ name Changes to this property will trigger replacement.
- The name of the ipGroups.
- location str
- Resource location.
- Mapping[str, str]
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- id String
- Resource ID.
- ip
Addresses List<String> - IpAddresses/IpAddressPrefixes in the IpGroups resource.
- ip
Groups Name Changes to this property will trigger replacement.
- The name of the ipGroups.
- location String
- Resource location.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the IpGroup resource produces the following output properties:
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Firewall
Policies List<Pulumi.Azure Native. Network. Outputs. Sub Resource Response> - List of references to Firewall Policies resources that this IpGroups is associated with.
- Firewalls
List<Pulumi.
Azure Native. Network. Outputs. Sub Resource Response> - List of references to Firewall resources that this IpGroups is associated with.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state of the IpGroups resource.
- Type string
- Resource type.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Firewall
Policies []SubResource Response - List of references to Firewall Policies resources that this IpGroups is associated with.
- Firewalls
[]Sub
Resource Response - List of references to Firewall resources that this IpGroups is associated with.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state of the IpGroups resource.
- Type string
- Resource type.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- firewall
Policies List<SubResource Response> - List of references to Firewall Policies resources that this IpGroups is associated with.
- firewalls
List<Sub
Resource Response> - List of references to Firewall resources that this IpGroups is associated with.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- provisioning
State String - The provisioning state of the IpGroups resource.
- type String
- Resource type.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- firewall
Policies SubResource Response[] - List of references to Firewall Policies resources that this IpGroups is associated with.
- firewalls
Sub
Resource Response[] - List of references to Firewall resources that this IpGroups is associated with.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name.
- provisioning
State string - The provisioning state of the IpGroups resource.
- type string
- Resource type.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- firewall_
policies Sequence[SubResource Response] - List of references to Firewall Policies resources that this IpGroups is associated with.
- firewalls
Sequence[Sub
Resource Response] - List of references to Firewall resources that this IpGroups is associated with.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name.
- provisioning_
state str - The provisioning state of the IpGroups resource.
- type str
- Resource type.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- firewall
Policies List<Property Map> - List of references to Firewall Policies resources that this IpGroups is associated with.
- firewalls List<Property Map>
- List of references to Firewall resources that this IpGroups is associated with.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- provisioning
State String - The provisioning state of the IpGroups resource.
- type String
- Resource type.
Supporting Types
SubResourceResponse, SubResourceResponseArgs
- Id
This property is required. string - Resource ID.
- Id
This property is required. string - Resource ID.
- id
This property is required. String - Resource ID.
- id
This property is required. string - Resource ID.
- id
This property is required. str - Resource ID.
- id
This property is required. String - Resource ID.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:network:IpGroup ipGroups1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ipGroups/{ipGroupsName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0