Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamingJobScheduleId ¶
type StreamingJobScheduleId struct { SubscriptionId string ResourceGroup string StreamingJobName string ScheduleName string }
func NewStreamingJobScheduleID ¶
func NewStreamingJobScheduleID(subscriptionId, resourceGroup, streamingJobName, scheduleName string) StreamingJobScheduleId
func StreamingJobScheduleID ¶
func StreamingJobScheduleID(input string) (*StreamingJobScheduleId, error)
StreamingJobScheduleID parses a StreamingJobSchedule ID into an StreamingJobScheduleId struct
func StreamingJobScheduleIDInsensitively ¶
func StreamingJobScheduleIDInsensitively(input string) (*StreamingJobScheduleId, error)
StreamingJobScheduleIDInsensitively parses an StreamingJobSchedule ID into an StreamingJobScheduleId struct, insensitively This should only be used to parse an ID for rewriting, the StreamingJobScheduleID method should be used instead for validation etc.
Whilst this may seem strange, this enables Terraform have consistent casing which works around issues in Core, whilst handling broken API responses.
func (StreamingJobScheduleId) ID ¶
func (id StreamingJobScheduleId) ID() string
func (StreamingJobScheduleId) String ¶
func (id StreamingJobScheduleId) String() string
Click to show internal directories.
Click to hide internal directories.