Package-level declarations

Types

Link copied to clipboard
data class ActionStatusResponse(val actionId: String, val actionName: String, val endTime: String, val startTime: String, val status: String, val targets: List<ExperimentExecutionActionTargetDetailsPropertiesResponse>)

Model that represents the an action and its status.

Link copied to clipboard
data class BranchResponse(val actions: List<Any>, val name: String)

Model that represents a branch in the step.

Link copied to clipboard
data class BranchStatusResponse(val actions: List<ActionStatusResponse>, val branchId: String, val branchName: String, val status: String)

Model that represents the a list of actions and action statuses.

Link copied to clipboard
data class CapabilityPropertiesResponse(val description: String, val parametersSchema: String, val publisher: String, val targetType: String, val urn: String)

Model that represents the Capability properties model.

Link copied to clipboard
data class ContinuousActionResponse(val duration: String, val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)

Model that represents a continuous action.

Link copied to clipboard
data class DelayActionResponse(val duration: String, val name: String, val type: String)

Model that represents a delay action.

Link copied to clipboard
data class DiscreteActionResponse(val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)

Model that represents a discrete action.

Model that represents the Experiment action target details error model.

data class ExperimentExecutionActionTargetDetailsPropertiesResponse(val error: ExperimentExecutionActionTargetDetailsErrorResponse, val status: String, val target: String, val targetCompletedTime: String, val targetFailedTime: String)

Model that represents the Experiment action target details properties model.

The information of the experiment run.

Link copied to clipboard
data class ExperimentPropertiesResponse(val selectors: List<Either<ListSelectorResponse, QuerySelectorResponse>>, val startOnCreation: Boolean? = null, val steps: List<StepResponse>)

Model that represents the Experiment properties model.

Link copied to clipboard
data class GetCapabilityResult(val id: String, val name: String, val properties: CapabilityPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Model that represents a Capability resource.

Link copied to clipboard
data class GetExperimentExecutionDetailsResult(val failureReason: String, val id: String, val lastActionAt: String, val name: String, val runInformation: ExperimentExecutionDetailsPropertiesResponseRunInformation, val startedAt: String, val status: String, val stoppedAt: String, val type: String)

Model that represents the execution details of an Experiment.

Link copied to clipboard
data class GetExperimentResult(val id: String, val identity: ResourceIdentityResponse? = null, val location: String, val name: String, val properties: ExperimentPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Model that represents a Experiment resource.

Link copied to clipboard
data class GetPrivateAccessResult(val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

PrivateAccesses tracked resource.

Link copied to clipboard
data class GetTargetResult(val id: String, val location: String? = null, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)

Model that represents a Target resource.

Link copied to clipboard
data class KeyValuePairResponse(val key: String, val value: String)

A map to describe the settings of an action.

Link copied to clipboard
data class ListSelectorResponse(val filter: SimpleFilterResponse? = null, val id: String, val targets: List<TargetReferenceResponse>, val type: String)

Model that represents a list selector.

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The private endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class QuerySelectorResponse(val filter: SimpleFilterResponse? = null, val id: String, val queryString: String, val subscriptionIds: List<String>, val type: String)

Model that represents a query selector.

Link copied to clipboard
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

The identity of a resource.

Link copied to clipboard
data class SimpleFilterParametersResponse(val zones: List<String>? = null)

Model that represents the Simple filter parameters.

Link copied to clipboard
data class SimpleFilterResponse(val parameters: SimpleFilterParametersResponse? = null, val type: String)

Model that represents a simple target filter.

Link copied to clipboard
data class StepResponse(val branches: List<BranchResponse>, val name: String)

Model that represents a step in the Experiment resource.

Link copied to clipboard
data class StepStatusResponse(val branches: List<BranchStatusResponse>, val status: String, val stepId: String, val stepName: String)

Model that represents the a list of branches and branch statuses.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class TargetReferenceResponse(val id: String, val type: String)

Model that represents a reference to a Target in the selector.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties