Class DeleteBatchRequest (4.0.0)

public sealed class DeleteBatchRequest : IMessage<DeleteBatchRequest>, IEquatable<DeleteBatchRequest>, IDeepCloneable<DeleteBatchRequest>, IBufferMessage, IMessage

A request to delete a batch workload.

Inheritance

Object > DeleteBatchRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

DeleteBatchRequest()

public DeleteBatchRequest()

DeleteBatchRequest(DeleteBatchRequest)

public DeleteBatchRequest(DeleteBatchRequest other)
Parameter
NameDescription
otherDeleteBatchRequest

Properties

BatchName

public BatchName BatchName { get; set; }

BatchName-typed view over the Name resource name property.

Property Value
TypeDescription
BatchName

Name

public string Name { get; set; }

Required. The name of the batch resource to delete.

Property Value
TypeDescription
String