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.avs.getWorkloadNetworkPublicIP
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
NSX Public IP Block Azure REST API version: 2022-05-01.
Other available API versions: 2023-03-01, 2023-09-01.
Using getWorkloadNetworkPublicIP
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 getWorkloadNetworkPublicIP(args: GetWorkloadNetworkPublicIPArgs, opts?: InvokeOptions): Promise<GetWorkloadNetworkPublicIPResult>
function getWorkloadNetworkPublicIPOutput(args: GetWorkloadNetworkPublicIPOutputArgs, opts?: InvokeOptions): Output<GetWorkloadNetworkPublicIPResult>
def get_workload_network_public_ip(private_cloud_name: Optional[str] = None,
public_ip_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkloadNetworkPublicIPResult
def get_workload_network_public_ip_output(private_cloud_name: Optional[pulumi.Input[str]] = None,
public_ip_id: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkloadNetworkPublicIPResult]
func LookupWorkloadNetworkPublicIP(ctx *Context, args *LookupWorkloadNetworkPublicIPArgs, opts ...InvokeOption) (*LookupWorkloadNetworkPublicIPResult, error)
func LookupWorkloadNetworkPublicIPOutput(ctx *Context, args *LookupWorkloadNetworkPublicIPOutputArgs, opts ...InvokeOption) LookupWorkloadNetworkPublicIPResultOutput
> Note: This function is named LookupWorkloadNetworkPublicIP
in the Go SDK.
public static class GetWorkloadNetworkPublicIP
{
public static Task<GetWorkloadNetworkPublicIPResult> InvokeAsync(GetWorkloadNetworkPublicIPArgs args, InvokeOptions? opts = null)
public static Output<GetWorkloadNetworkPublicIPResult> Invoke(GetWorkloadNetworkPublicIPInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkloadNetworkPublicIPResult> getWorkloadNetworkPublicIP(GetWorkloadNetworkPublicIPArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getWorkloadNetworkPublicIP
arguments:
# arguments dictionary
The following arguments are supported:
- Private
Cloud stringName - Name of the private cloud
- Public
IPId string - NSX Public IP Block identifier. Generally the same as the Public IP Block's display name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Private
Cloud stringName - Name of the private cloud
- Public
IPId string - NSX Public IP Block identifier. Generally the same as the Public IP Block's display name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- private
Cloud StringName - Name of the private cloud
- public
IPId String - NSX Public IP Block identifier. Generally the same as the Public IP Block's display name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- private
Cloud stringName - Name of the private cloud
- public
IPId string - NSX Public IP Block identifier. Generally the same as the Public IP Block's display name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- private_
cloud_ strname - Name of the private cloud
- public_
ip_ strid - NSX Public IP Block identifier. Generally the same as the Public IP Block's display name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- private
Cloud StringName - Name of the private cloud
- public
IPId String - NSX Public IP Block identifier. Generally the same as the Public IP Block's display name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getWorkloadNetworkPublicIP Result
The following output properties are available:
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state
- Public
IPBlock string - CIDR Block of the Public IP Block.
- Type string
- Resource type.
- Display
Name string - Display name of the Public IP Block.
- Number
Of doublePublic IPs - Number of Public IPs requested.
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state
- Public
IPBlock string - CIDR Block of the Public IP Block.
- Type string
- Resource type.
- Display
Name string - Display name of the Public IP Block.
- Number
Of float64Public IPs - Number of Public IPs requested.
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The provisioning state
- public
IPBlock String - CIDR Block of the Public IP Block.
- type String
- Resource type.
- display
Name String - Display name of the Public IP Block.
- number
Of DoublePublic IPs - Number of Public IPs requested.
- id string
- Resource ID.
- name string
- Resource name.
- provisioning
State string - The provisioning state
- public
IPBlock string - CIDR Block of the Public IP Block.
- type string
- Resource type.
- display
Name string - Display name of the Public IP Block.
- number
Of numberPublic IPs - Number of Public IPs requested.
- id str
- Resource ID.
- name str
- Resource name.
- provisioning_
state str - The provisioning state
- public_
ip_ strblock - CIDR Block of the Public IP Block.
- type str
- Resource type.
- display_
name str - Display name of the Public IP Block.
- number_
of_ floatpublic_ ips - Number of Public IPs requested.
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The provisioning state
- public
IPBlock String - CIDR Block of the Public IP Block.
- type String
- Resource type.
- display
Name String - Display name of the Public IP Block.
- number
Of NumberPublic IPs - Number of Public IPs requested.
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