Azure Native v1.103.0, Jun 2 23
Azure Native v1.103.0, Jun 2 23
azure-native.avs.getWorkloadNetworkDnsService
Explore with Pulumi AI
NSX DNS Service API Version: 2020-07-17-preview.
Using getWorkloadNetworkDnsService
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 getWorkloadNetworkDnsService(args: GetWorkloadNetworkDnsServiceArgs, opts?: InvokeOptions): Promise<GetWorkloadNetworkDnsServiceResult>
function getWorkloadNetworkDnsServiceOutput(args: GetWorkloadNetworkDnsServiceOutputArgs, opts?: InvokeOptions): Output<GetWorkloadNetworkDnsServiceResult>
def get_workload_network_dns_service(dns_service_id: Optional[str] = None,
private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkloadNetworkDnsServiceResult
def get_workload_network_dns_service_output(dns_service_id: Optional[pulumi.Input[str]] = None,
private_cloud_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkloadNetworkDnsServiceResult]
func LookupWorkloadNetworkDnsService(ctx *Context, args *LookupWorkloadNetworkDnsServiceArgs, opts ...InvokeOption) (*LookupWorkloadNetworkDnsServiceResult, error)
func LookupWorkloadNetworkDnsServiceOutput(ctx *Context, args *LookupWorkloadNetworkDnsServiceOutputArgs, opts ...InvokeOption) LookupWorkloadNetworkDnsServiceResultOutput
> Note: This function is named LookupWorkloadNetworkDnsService
in the Go SDK.
public static class GetWorkloadNetworkDnsService
{
public static Task<GetWorkloadNetworkDnsServiceResult> InvokeAsync(GetWorkloadNetworkDnsServiceArgs args, InvokeOptions? opts = null)
public static Output<GetWorkloadNetworkDnsServiceResult> Invoke(GetWorkloadNetworkDnsServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkloadNetworkDnsServiceResult> getWorkloadNetworkDnsService(GetWorkloadNetworkDnsServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getWorkloadNetworkDnsService
arguments:
# arguments dictionary
The following arguments are supported:
- Dns
Service stringId NSX DNS Service identifier. Generally the same as the DNS Service's display name
- Private
Cloud stringName Name of the private cloud
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Dns
Service stringId NSX DNS Service identifier. Generally the same as the DNS Service's display name
- Private
Cloud stringName Name of the private cloud
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- dns
Service StringId NSX DNS Service identifier. Generally the same as the DNS Service's display name
- private
Cloud StringName Name of the private cloud
- resource
Group StringName The name of the resource group. The name is case insensitive.
- dns
Service stringId NSX DNS Service identifier. Generally the same as the DNS Service's display name
- private
Cloud stringName Name of the private cloud
- resource
Group stringName The name of the resource group. The name is case insensitive.
- dns_
service_ strid NSX DNS Service identifier. Generally the same as the DNS Service's display name
- private_
cloud_ strname Name of the private cloud
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- dns
Service StringId NSX DNS Service identifier. Generally the same as the DNS Service's display name
- private
Cloud StringName Name of the private cloud
- resource
Group StringName The name of the resource group. The name is case insensitive.
getWorkloadNetworkDnsService Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Provisioning
State string The provisioning state
- Status string
DNS Service status.
- Type string
Resource type.
- Default
Dns stringZone Default DNS zone of the DNS Service.
- Display
Name string Display name of the DNS Service.
- Dns
Service stringIp DNS service IP of the DNS Service.
- Fqdn
Zones List<string> FQDN zones of the DNS Service.
- Log
Level string DNS Service log level.
- Revision double
NSX revision number.
- Id string
Resource ID.
- Name string
Resource name.
- Provisioning
State string The provisioning state
- Status string
DNS Service status.
- Type string
Resource type.
- Default
Dns stringZone Default DNS zone of the DNS Service.
- Display
Name string Display name of the DNS Service.
- Dns
Service stringIp DNS service IP of the DNS Service.
- Fqdn
Zones []string FQDN zones of the DNS Service.
- Log
Level string DNS Service log level.
- Revision float64
NSX revision number.
- id String
Resource ID.
- name String
Resource name.
- provisioning
State String The provisioning state
- status String
DNS Service status.
- type String
Resource type.
- default
Dns StringZone Default DNS zone of the DNS Service.
- display
Name String Display name of the DNS Service.
- dns
Service StringIp DNS service IP of the DNS Service.
- fqdn
Zones List<String> FQDN zones of the DNS Service.
- log
Level String DNS Service log level.
- revision Double
NSX revision number.
- id string
Resource ID.
- name string
Resource name.
- provisioning
State string The provisioning state
- status string
DNS Service status.
- type string
Resource type.
- default
Dns stringZone Default DNS zone of the DNS Service.
- display
Name string Display name of the DNS Service.
- dns
Service stringIp DNS service IP of the DNS Service.
- fqdn
Zones string[] FQDN zones of the DNS Service.
- log
Level string DNS Service log level.
- revision number
NSX revision number.
- id str
Resource ID.
- name str
Resource name.
- provisioning_
state str The provisioning state
- status str
DNS Service status.
- type str
Resource type.
- default_
dns_ strzone Default DNS zone of the DNS Service.
- display_
name str Display name of the DNS Service.
- dns_
service_ strip DNS service IP of the DNS Service.
- fqdn_
zones Sequence[str] FQDN zones of the DNS Service.
- log_
level str DNS Service log level.
- revision float
NSX revision number.
- id String
Resource ID.
- name String
Resource name.
- provisioning
State String The provisioning state
- status String
DNS Service status.
- type String
Resource type.
- default
Dns StringZone Default DNS zone of the DNS Service.
- display
Name String Display name of the DNS Service.
- dns
Service StringIp DNS service IP of the DNS Service.
- fqdn
Zones List<String> FQDN zones of the DNS Service.
- log
Level String DNS Service log level.
- revision Number
NSX revision number.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0