get Network Experiment Profile
suspend fun getNetworkExperimentProfile(argument: GetNetworkExperimentProfilePlainArgs): GetNetworkExperimentProfileResult
Defines an Network Experiment Profile and lists of Experiments 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
See also
Parameters
profile Name
The Profile identifier associated with the Tenant and Partner
resource Group Name
Name of the Resource group within the Azure subscription.
suspend fun getNetworkExperimentProfile(argument: suspend GetNetworkExperimentProfilePlainArgsBuilder.() -> Unit): GetNetworkExperimentProfileResult
Return
Defines an Network Experiment Profile and lists of Experiments
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkExperimentProfilePlainArgs.