Class EventSubscriptionWebhookEndpointArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventGrid.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionWebhookEndpointArgs : ResourceArgs
Constructors
View SourceEventSubscriptionWebhookEndpointArgs()
Declaration
public EventSubscriptionWebhookEndpointArgs()
Properties
View SourceUrl
Specifies the url of the webhook where the Event Subscription will receive events.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |