azure-native.network.getVirtualApplianceSite
Explore with Pulumi AI
Gets the specified Virtual Appliance Site. API Version: 2020-11-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