NewAzureEventGridSubscription.EndpointType Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="CustomTopicEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="DomainEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="DomainTopicEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="ResourceGroupNameParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="ResourceIdEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="EventSubscriptionCustomTopicInputObjectParameterSet", ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="EventSubscriptionDomainInputObjectParameterSet", ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="EventSubscriptionDomainTopicInputObjectParameterSet", ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "webhook", "eventhub", "storagequeue", "hybridconnection", "servicebusqueue", "servicebustopic", "azurefunction" }, IgnoreCase=true)]
public string EndpointType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="CustomTopicEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="DomainEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="DomainTopicEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="ResourceGroupNameParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="ResourceIdEventSubscriptionParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="EventSubscriptionCustomTopicInputObjectParameterSet", ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="EventSubscriptionDomainInputObjectParameterSet", ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.Parameter(HelpMessage="Endpoint Type. This can be webhook, eventhub, storagequeue, hybridconnection, servicebusqueue, servicebustopic or azurefunction. Default value is webhook.", Mandatory=false, ParameterSetName="EventSubscriptionDomainTopicInputObjectParameterSet", ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "webhook", "eventhub", "storagequeue", "hybridconnection", "servicebusqueue", "servicebustopic", "azurefunction" }, IgnoreCase=true)>]
member this.EndpointType : string with get, set
Public Property EndpointType As String

Property Value

String
Attributes

Applies to