public sealed class DeleteAlertPolicyRequest : IMessage<DeleteAlertPolicyRequest>, IEquatable<DeleteAlertPolicyRequest>, IDeepCloneable<DeleteAlertPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteAlertPolicyRequest.
The protocol for the DeleteAlertPolicy
request.
Implements
IMessageDeleteAlertPolicyRequest, IEquatableDeleteAlertPolicyRequest, IDeepCloneableDeleteAlertPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
DeleteAlertPolicyRequest()
public DeleteAlertPolicyRequest()
DeleteAlertPolicyRequest(DeleteAlertPolicyRequest)
public DeleteAlertPolicyRequest(DeleteAlertPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteAlertPolicyRequest |
Properties
AlertPolicyName
public AlertPolicyName AlertPolicyName { get; set; }
AlertPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AlertPolicyName |
Name
public string Name { get; set; }
Required. The alerting policy to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
Property Value | |
---|---|
Type | Description |
string |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |