Experiment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Experiment information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Experiment : Microsoft.Azure.Management.BatchAI.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Experiment = class
inherit ProxyResource
Public Class Experiment
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Experiment() |
Initializes a new instance of the Experiment class. |
Experiment(String, String, String, Nullable<DateTime>, String, Nullable<DateTime>) |
Initializes a new instance of the Experiment class. |
Properties
CreationTime |
Gets creation time. |
Id |
Gets the ID of the resource. (Inherited from ProxyResource) |
Name |
Gets the name of the resource. (Inherited from ProxyResource) |
ProvisioningState |
Gets provisioning state. |
ProvisioningStateTransitionTime |
Gets provisioning state transition time. |
Type |
Gets the type of the resource. (Inherited from ProxyResource) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET