This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.network.getVirtualApplianceSite
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Gets the specified Virtual Appliance Site. Azure REST API version: 2023-02-01.
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
Using getVirtualApplianceSite
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 getVirtualApplianceSite(args: GetVirtualApplianceSiteArgs, opts?: InvokeOptions): Promise<GetVirtualApplianceSiteResult>
function getVirtualApplianceSiteOutput(args: GetVirtualApplianceSiteOutputArgs, opts?: InvokeOptions): Output<GetVirtualApplianceSiteResult>
def get_virtual_appliance_site(network_virtual_appliance_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
site_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualApplianceSiteResult
def get_virtual_appliance_site_output(network_virtual_appliance_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
site_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualApplianceSiteResult]
func LookupVirtualApplianceSite(ctx *Context, args *LookupVirtualApplianceSiteArgs, opts ...InvokeOption) (*LookupVirtualApplianceSiteResult, error)
func LookupVirtualApplianceSiteOutput(ctx *Context, args *LookupVirtualApplianceSiteOutputArgs, opts ...InvokeOption) LookupVirtualApplianceSiteResultOutput
> Note: This function is named LookupVirtualApplianceSite
in the Go SDK.
public static class GetVirtualApplianceSite
{
public static Task<GetVirtualApplianceSiteResult> InvokeAsync(GetVirtualApplianceSiteArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualApplianceSiteResult> Invoke(GetVirtualApplianceSiteInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualApplianceSiteResult> getVirtualApplianceSite(GetVirtualApplianceSiteArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getVirtualApplianceSite
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Virtual stringAppliance Name - The name of the Network Virtual Appliance.
- Resource
Group stringName - The name of the resource group.
- Site
Name string - The name of the site.
- Network
Virtual stringAppliance Name - The name of the Network Virtual Appliance.
- Resource
Group stringName - The name of the resource group.
- Site
Name string - The name of the site.
- network
Virtual StringAppliance Name - The name of the Network Virtual Appliance.
- resource
Group StringName - The name of the resource group.
- site
Name String - The name of the site.
- network
Virtual stringAppliance Name - The name of the Network Virtual Appliance.
- resource
Group stringName - The name of the resource group.
- site
Name string - The name of the site.
- network_
virtual_ strappliance_ name - The name of the Network Virtual Appliance.
- resource_
group_ strname - The name of the resource group.
- site_
name str - The name of the site.
- network
Virtual StringAppliance Name - The name of the Network Virtual Appliance.
- resource
Group StringName - The name of the resource group.
- site
Name String - The name of the site.
getVirtualApplianceSite Result
The following output properties are available:
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string - The provisioning state of the resource.
- Type string
- Site type.
- Address
Prefix string - Address Prefix.
- Id string
- Resource ID.
- Name string
- Name of the virtual appliance site.
- O365Policy
Pulumi.
Azure Native. Network. Outputs. Office365Policy Properties Response - Office 365 Policy.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string - The provisioning state of the resource.
- Type string
- Site type.
- Address
Prefix string - Address Prefix.
- Id string
- Resource ID.
- Name string
- Name of the virtual appliance site.
- O365Policy
Office365Policy
Properties Response - Office 365 Policy.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- provisioning
State String - The provisioning state of the resource.
- type String
- Site type.
- address
Prefix String - Address Prefix.
- id String
- Resource ID.
- name String
- Name of the virtual appliance site.
- o365Policy
Office365Policy
Properties Response - Office 365 Policy.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- provisioning
State string - The provisioning state of the resource.
- type string
- Site type.
- address
Prefix string - Address Prefix.
- id string
- Resource ID.
- name string
- Name of the virtual appliance site.
- o365Policy
Office365Policy
Properties Response - Office 365 Policy.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- provisioning_
state str - The provisioning state of the resource.
- type str
- Site type.
- address_
prefix str - Address Prefix.
- id str
- Resource ID.
- name str
- Name of the virtual appliance site.
- o365_
policy Office365PolicyProperties Response - Office 365 Policy.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- provisioning
State String - The provisioning state of the resource.
- type String
- Site type.
- address
Prefix String - Address Prefix.
- id String
- Resource ID.
- name String
- Name of the virtual appliance site.
- o365Policy Property Map
- Office 365 Policy.
Supporting Types
BreakOutCategoryPoliciesResponse
Office365PolicyPropertiesResponse
- Break
Out Pulumi.Categories Azure Native. Network. Inputs. Break Out Category Policies Response - Office 365 breakout categories.
- Break
Out BreakCategories Out Category Policies Response - Office 365 breakout categories.
- break
Out BreakCategories Out Category Policies Response - Office 365 breakout categories.
- break
Out BreakCategories Out Category Policies Response - Office 365 breakout categories.
- break_
out_ Breakcategories Out Category Policies Response - Office 365 breakout categories.
- break
Out Property MapCategories - Office 365 breakout categories.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi