get Delegated Subnet Service Details
suspend fun getDelegatedSubnetServiceDetails(argument: GetDelegatedSubnetServiceDetailsPlainArgs): GetDelegatedSubnetServiceDetailsResult
Gets details about the specified dnc DelegatedSubnet Link. Uses Azure REST API version 2021-03-15. Other available API versions: 2023-05-18-preview, 2023-06-27-preview.
Return
Represents an instance of a orchestrator.
Parameters
argument
null
suspend fun getDelegatedSubnetServiceDetails(resourceGroupName: String, resourceName: String): GetDelegatedSubnetServiceDetailsResult
Return
Represents an instance of a orchestrator.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
See also
suspend fun getDelegatedSubnetServiceDetails(argument: suspend GetDelegatedSubnetServiceDetailsPlainArgsBuilder.() -> Unit): GetDelegatedSubnetServiceDetailsResult
Return
Represents an instance of a orchestrator.
Parameters
argument
Builder for com.pulumi.azurenative.delegatednetwork.kotlin.inputs.GetDelegatedSubnetServiceDetailsPlainArgs.