get Attached Network By Dev Center
suspend fun getAttachedNetworkByDevCenter(argument: GetAttachedNetworkByDevCenterPlainArgs): GetAttachedNetworkByDevCenterResult
Gets an attached NetworkConnection. API Version: 2022-09-01-preview.
Return
Represents an attached NetworkConnection.
Parameters
argument
null
suspend fun getAttachedNetworkByDevCenter(attachedNetworkConnectionName: String, devCenterName: String, resourceGroupName: String): GetAttachedNetworkByDevCenterResult
Return
Represents an attached NetworkConnection.
See also
Parameters
attached Network Connection Name
The name of the attached NetworkConnection.
dev Center Name
The name of the devcenter.
resource Group Name
Name of the resource group within the Azure subscription.
suspend fun getAttachedNetworkByDevCenter(argument: suspend GetAttachedNetworkByDevCenterPlainArgsBuilder.() -> Unit): GetAttachedNetworkByDevCenterResult
Return
Represents an attached NetworkConnection.
See also
Parameters
argument
Builder for com.pulumi.azurenative.devcenter.kotlin.inputs.GetAttachedNetworkByDevCenterPlainArgs.