These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.delegatednetwork.getDelegatedSubnetServiceDetails
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets details about the specified dnc DelegatedSubnet Link. API Version: 2021-03-15.
Using getDelegatedSubnetServiceDetails
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 getDelegatedSubnetServiceDetails(args: GetDelegatedSubnetServiceDetailsArgs, opts?: InvokeOptions): Promise<GetDelegatedSubnetServiceDetailsResult>
function getDelegatedSubnetServiceDetailsOutput(args: GetDelegatedSubnetServiceDetailsOutputArgs, opts?: InvokeOptions): Output<GetDelegatedSubnetServiceDetailsResult>
def get_delegated_subnet_service_details(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDelegatedSubnetServiceDetailsResult
def get_delegated_subnet_service_details_output(resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDelegatedSubnetServiceDetailsResult]
func LookupDelegatedSubnetServiceDetails(ctx *Context, args *LookupDelegatedSubnetServiceDetailsArgs, opts ...InvokeOption) (*LookupDelegatedSubnetServiceDetailsResult, error)
func LookupDelegatedSubnetServiceDetailsOutput(ctx *Context, args *LookupDelegatedSubnetServiceDetailsOutputArgs, opts ...InvokeOption) LookupDelegatedSubnetServiceDetailsResultOutput
> Note: This function is named LookupDelegatedSubnetServiceDetails
in the Go SDK.
public static class GetDelegatedSubnetServiceDetails
{
public static Task<GetDelegatedSubnetServiceDetailsResult> InvokeAsync(GetDelegatedSubnetServiceDetailsArgs args, InvokeOptions? opts = null)
public static Output<GetDelegatedSubnetServiceDetailsResult> Invoke(GetDelegatedSubnetServiceDetailsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDelegatedSubnetServiceDetailsResult> getDelegatedSubnetServiceDetails(GetDelegatedSubnetServiceDetailsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:delegatednetwork:getDelegatedSubnetServiceDetails
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- resource
Name string - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- resource_
name str - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
getDelegatedSubnetServiceDetails Result
The following output properties are available:
- Id string
- An identifier that represents the resource.
- Name string
- The name of the resource.
- Provisioning
State string - The current state of dnc delegated subnet resource.
- Resource
Guid string - Resource guid.
- Type string
- The type of resource.
- Controller
Details Pulumi.Azure Native. Delegated Network. Outputs. Controller Details Response - Properties of the controller.
- Location string
- Location of the resource.
- Subnet
Details Pulumi.Azure Native. Delegated Network. Outputs. Subnet Details Response - subnet details
- Dictionary<string, string>
- The resource tags.
- Id string
- An identifier that represents the resource.
- Name string
- The name of the resource.
- Provisioning
State string - The current state of dnc delegated subnet resource.
- Resource
Guid string - Resource guid.
- Type string
- The type of resource.
- Controller
Details ControllerDetails Response - Properties of the controller.
- Location string
- Location of the resource.
- Subnet
Details SubnetDetails Response - subnet details
- map[string]string
- The resource tags.
- id String
- An identifier that represents the resource.
- name String
- The name of the resource.
- provisioning
State String - The current state of dnc delegated subnet resource.
- resource
Guid String - Resource guid.
- type String
- The type of resource.
- controller
Details ControllerDetails Response - Properties of the controller.
- location String
- Location of the resource.
- subnet
Details SubnetDetails Response - subnet details
- Map<String,String>
- The resource tags.
- id string
- An identifier that represents the resource.
- name string
- The name of the resource.
- provisioning
State string - The current state of dnc delegated subnet resource.
- resource
Guid string - Resource guid.
- type string
- The type of resource.
- controller
Details ControllerDetails Response - Properties of the controller.
- location string
- Location of the resource.
- subnet
Details SubnetDetails Response - subnet details
- {[key: string]: string}
- The resource tags.
- id str
- An identifier that represents the resource.
- name str
- The name of the resource.
- provisioning_
state str - The current state of dnc delegated subnet resource.
- resource_
guid str - Resource guid.
- type str
- The type of resource.
- controller_
details ControllerDetails Response - Properties of the controller.
- location str
- Location of the resource.
- subnet_
details SubnetDetails Response - subnet details
- Mapping[str, str]
- The resource tags.
- id String
- An identifier that represents the resource.
- name String
- The name of the resource.
- provisioning
State String - The current state of dnc delegated subnet resource.
- resource
Guid String - Resource guid.
- type String
- The type of resource.
- controller
Details Property Map - Properties of the controller.
- location String
- Location of the resource.
- subnet
Details Property Map - subnet details
- Map<String>
- The resource tags.
Supporting Types
ControllerDetailsResponse
- Id string
- controller arm resource id
- Id string
- controller arm resource id
- id String
- controller arm resource id
- id string
- controller arm resource id
- id str
- controller arm resource id
- id String
- controller arm resource id
SubnetDetailsResponse
- Id string
- subnet arm resource id
- Id string
- subnet arm resource id
- id String
- subnet arm resource id
- id string
- subnet arm resource id
- id str
- subnet arm resource id
- id String
- subnet arm resource id
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi