1. Packages
  2. Azure Classic
  3. API Docs
  4. paloalto
  5. VirtualNetworkAppliance

We recommend using Azure Native.

Azure Classic v5.77.1 published on Monday, May 13, 2024 by Pulumi

azure.paloalto.VirtualNetworkAppliance

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.77.1 published on Monday, May 13, 2024 by Pulumi

    Create VirtualNetworkAppliance Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VirtualNetworkAppliance(name: string, args: VirtualNetworkApplianceArgs, opts?: CustomResourceOptions);
    @overload
    def VirtualNetworkAppliance(resource_name: str,
                                args: VirtualNetworkApplianceArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def VirtualNetworkAppliance(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                virtual_hub_id: Optional[str] = None,
                                name: Optional[str] = None)
    func NewVirtualNetworkAppliance(ctx *Context, name string, args VirtualNetworkApplianceArgs, opts ...ResourceOption) (*VirtualNetworkAppliance, error)
    public VirtualNetworkAppliance(string name, VirtualNetworkApplianceArgs args, CustomResourceOptions? opts = null)
    public VirtualNetworkAppliance(String name, VirtualNetworkApplianceArgs args)
    public VirtualNetworkAppliance(String name, VirtualNetworkApplianceArgs args, CustomResourceOptions options)
    
    type: azure:paloalto:VirtualNetworkAppliance
    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 VirtualNetworkApplianceArgs
    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 VirtualNetworkApplianceArgs
    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 VirtualNetworkApplianceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VirtualNetworkApplianceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VirtualNetworkApplianceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var virtualNetworkApplianceResource = new Azure.PaloAlto.VirtualNetworkAppliance("virtualNetworkApplianceResource", new()
    {
        VirtualHubId = "string",
        Name = "string",
    });
    
    example, err := paloalto.NewVirtualNetworkAppliance(ctx, "virtualNetworkApplianceResource", &paloalto.VirtualNetworkApplianceArgs{
    	VirtualHubId: pulumi.String("string"),
    	Name:         pulumi.String("string"),
    })
    
    var virtualNetworkApplianceResource = new VirtualNetworkAppliance("virtualNetworkApplianceResource", VirtualNetworkApplianceArgs.builder()        
        .virtualHubId("string")
        .name("string")
        .build());
    
    virtual_network_appliance_resource = azure.paloalto.VirtualNetworkAppliance("virtualNetworkApplianceResource",
        virtual_hub_id="string",
        name="string")
    
    const virtualNetworkApplianceResource = new azure.paloalto.VirtualNetworkAppliance("virtualNetworkApplianceResource", {
        virtualHubId: "string",
        name: "string",
    });
    
    type: azure:paloalto:VirtualNetworkAppliance
    properties:
        name: string
        virtualHubId: string
    

    VirtualNetworkAppliance Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VirtualNetworkAppliance resource accepts the following input properties:

    VirtualHubId string
    Name string
    VirtualHubId string
    Name string
    virtualHubId String
    name String
    virtualHubId string
    name string
    virtualHubId String
    name String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VirtualNetworkAppliance resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing VirtualNetworkAppliance Resource

    Get an existing VirtualNetworkAppliance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: VirtualNetworkApplianceState, opts?: CustomResourceOptions): VirtualNetworkAppliance
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            name: Optional[str] = None,
            virtual_hub_id: Optional[str] = None) -> VirtualNetworkAppliance
    func GetVirtualNetworkAppliance(ctx *Context, name string, id IDInput, state *VirtualNetworkApplianceState, opts ...ResourceOption) (*VirtualNetworkAppliance, error)
    public static VirtualNetworkAppliance Get(string name, Input<string> id, VirtualNetworkApplianceState? state, CustomResourceOptions? opts = null)
    public static VirtualNetworkAppliance get(String name, Output<String> id, VirtualNetworkApplianceState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Name string
    VirtualHubId string
    Name string
    VirtualHubId string
    name String
    virtualHubId String
    name string
    virtualHubId string
    name String
    virtualHubId String

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the azurerm Terraform Provider.
    azure logo

    We recommend using Azure Native.

    Azure Classic v5.77.1 published on Monday, May 13, 2024 by Pulumi