get Service Fabric Schedule
suspend fun getServiceFabricSchedule(argument: GetServiceFabricSchedulePlainArgs): GetServiceFabricScheduleResult
Get schedule. Azure REST API version: 2018-09-15.
Return
A schedule.
Parameters
argument
null
suspend fun getServiceFabricSchedule(expand: String? = null, labName: String, name: String, resourceGroupName: String, serviceFabricName: String, userName: String): GetServiceFabricScheduleResult
Return
A schedule.
See also
Parameters
expand
Specify the $expand query. Example: 'properties($select=status)'
lab Name
The name of the lab.
name
The name of the schedule.
resource Group Name
The name of the resource group.
service Fabric Name
The name of the service fabric.
user Name
The name of the user profile.
suspend fun getServiceFabricSchedule(argument: suspend GetServiceFabricSchedulePlainArgsBuilder.() -> Unit): GetServiceFabricScheduleResult
Return
A schedule.
See also
Parameters
argument
Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetServiceFabricSchedulePlainArgs.