getNetwork

Gets the information about the network resource with the given name. The information include the description and other properties of the network. Uses Azure REST API version 2018-09-01-preview.

Return

This type describes a network resource.

Parameters

argument

null


suspend fun getNetwork(networkResourceName: String, resourceGroupName: String): GetNetworkResult

Return

This type describes a network resource.

Parameters

networkResourceName

The identity of the network.

resourceGroupName

Azure resource group name

See also


suspend fun getNetwork(argument: suspend GetNetworkPlainArgsBuilder.() -> Unit): GetNetworkResult

Return

This type describes a network resource.

Parameters

argument

Builder for com.pulumi.azurenative.servicefabricmesh.kotlin.inputs.GetNetworkPlainArgs.

See also