NewAzureEventGridSubscription.EndpointType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes