Show / Hide Table of Contents

Class CreateProfileRequest

CreateProfileRequest describes a profile resource online creation request. The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected.

Inheritance
object
CreateProfileRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudProfiler.v2.Data
Assembly: Google.Apis.CloudProfiler.v2.dll
Syntax
public class CreateProfileRequest : IDirectResponseSchema

Properties

Deployment

Deployment details.

Declaration
[JsonProperty("deployment")]
public virtual Deployment Deployment { get; set; }
Property Value
Type Description
Deployment

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProfileType

One or more profile types that the agent is capable of providing.

Declaration
[JsonProperty("profileType")]
public virtual IList<string> ProfileType { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX