PSEndpointType Enum

Definition

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PSEndpointType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PSEndpointType = 
Public Enum PSEndpointType
Inheritance
PSEndpointType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

AzureStorageContainer 3
EventHub 0
ServiceBusQueue 1
ServiceBusTopic 2

Applies to