Show / Hide Table of Contents

Class CpuShapeTaskProfileExtendedInformation

Extended information for the CPU-specific task profile.

Inheritance
object
BatchTaskProfileExtendedInformation
CpuShapeTaskProfileExtendedInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class CpuShapeTaskProfileExtendedInformation : BatchTaskProfileExtendedInformation

Properties

ShapeName

Declaration
[Required(ErrorMessage = "ShapeName is required.")]
[JsonProperty(PropertyName = "shapeName")]
public string ShapeName { get; set; }
Property Value
Type Description
string

A name of the CPU shape.

Remarks

Required

In this article
Back to top