Share via


AutomationContentSourceType Struct

Definition

Gets or sets the content source type.

public readonly struct AutomationContentSourceType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationContentSourceType>
type AutomationContentSourceType = struct
Public Structure AutomationContentSourceType
Implements IEquatable(Of AutomationContentSourceType)
Inheritance
AutomationContentSourceType
Implements

Constructors

AutomationContentSourceType(String)

Initializes a new instance of AutomationContentSourceType.

Properties

EmbeddedContent

embeddedContent.

Uri

uri.

Methods

Equals(AutomationContentSourceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AutomationContentSourceType, AutomationContentSourceType)

Determines if two AutomationContentSourceType values are the same.

Implicit(String to AutomationContentSourceType)

Converts a string to a AutomationContentSourceType.

Inequality(AutomationContentSourceType, AutomationContentSourceType)

Determines if two AutomationContentSourceType values are not the same.

Applies to