public sealed class DeleteWorkloadRequest : IMessage<DeleteWorkloadRequest>, IEquatable<DeleteWorkloadRequest>, IDeepCloneable<DeleteWorkloadRequest>, IBufferMessage, IMessageRequest for deleting a Workload.
Implements
IMessage<DeleteWorkloadRequest>, IEquatable<DeleteWorkloadRequest>, IDeepCloneable<DeleteWorkloadRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
DeleteWorkloadRequest()
public DeleteWorkloadRequest()DeleteWorkloadRequest(DeleteWorkloadRequest)
public DeleteWorkloadRequest(DeleteWorkloadRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteWorkloadRequest |
Properties
Etag
public string Etag { get; set; }Optional. The etag of the workload. If this is provided, it must match the server's etag.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Required. The name field is used to identify the workload.
Format:
organizations/{org_id}/locations/{location_id}/workloads/{workload_id}
| Property Value | |
|---|---|
| Type | Description |
String |
|
WorkloadName
public WorkloadName WorkloadName { get; set; }WorkloadName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
WorkloadName |
|