Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionId ¶
type FunctionId struct { SubscriptionId string ResourceGroup string StreamingjobName string Name string }
func FunctionID ¶
func FunctionID(input string) (*FunctionId, error)
FunctionID parses a Function ID into an FunctionId struct
func NewFunctionID ¶
func NewFunctionID(subscriptionId, resourceGroup, streamingjobName, name string) FunctionId
func (FunctionId) ID ¶
func (id FunctionId) ID() string
func (FunctionId) String ¶
func (id FunctionId) String() string
type OutputId ¶
type OutputId struct { SubscriptionId string ResourceGroup string StreamingjobName string Name string }
func NewOutputID ¶
type StreamInputId ¶
type StreamInputId struct { SubscriptionId string ResourceGroup string StreamingjobName string InputName string }
func NewStreamInputID ¶
func NewStreamInputID(subscriptionId, resourceGroup, streamingjobName, inputName string) StreamInputId
func StreamInputID ¶
func StreamInputID(input string) (*StreamInputId, error)
StreamInputID parses a StreamInput ID into an StreamInputId struct
func (StreamInputId) ID ¶
func (id StreamInputId) ID() string
func (StreamInputId) String ¶
func (id StreamInputId) String() string
type StreamingJobId ¶
func NewStreamingJobID ¶
func NewStreamingJobID(subscriptionId, resourceGroup, name string) StreamingJobId
func StreamingJobID ¶
func StreamingJobID(input string) (*StreamingJobId, error)
StreamingJobID parses a StreamingJob ID into an StreamingJobId struct
func (StreamingJobId) ID ¶
func (id StreamingJobId) ID() string
func (StreamingJobId) String ¶
func (id StreamingJobId) String() string
Click to show internal directories.
Click to hide internal directories.