get Network Experiment Profile
suspend fun getNetworkExperimentProfile(argument: GetNetworkExperimentProfilePlainArgs): GetNetworkExperimentProfileResult
Defines an Network Experiment Profile and lists of Experiments Uses Azure REST API version 2019-11-01.
Return
Defines an Network Experiment Profile and lists of Experiments
Parameters
argument
null
suspend fun getNetworkExperimentProfile(profileName: String, resourceGroupName: String): GetNetworkExperimentProfileResult
Return
Defines an Network Experiment Profile and lists of Experiments
Parameters
profile Name
The Profile identifier associated with the Tenant and Partner
resource Group Name
Name of the Resource group within the Azure subscription.
See also
suspend fun getNetworkExperimentProfile(argument: suspend GetNetworkExperimentProfilePlainArgsBuilder.() -> Unit): GetNetworkExperimentProfileResult
Return
Defines an Network Experiment Profile and lists of Experiments
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkExperimentProfilePlainArgs.