Table of Contents

Class DeleteRequestPayload

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

Request payload for deleting an xRegistry entity.

public class DeleteRequestPayload : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
DeleteRequestPayload
Implements
Inherited Members

Properties

GroupId

Group identifier. Uses the default if not specified.

[JsonPropertyName("groupId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? GroupId { get; set; }

Property Value

string

Options

Options that control the behavior of the delete operation.

[JsonPropertyName("options")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public DeleteOptions Options { get; set; }

Property Value

DeleteOptions