IngestionSourceType Struct

Definition

Ingestion source type.

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

Constructors

Name Description
IngestionSourceType(String)

Initializes a new instance of IngestionSourceType.

Properties

Name Description
Resource

Resource.

Methods

Name Description
Equals(IngestionSourceType)

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

Name Description
Equality(IngestionSourceType, IngestionSourceType)

Determines if two IngestionSourceType values are the same.

Implicit(String to IngestionSourceType)

Converts a string to a IngestionSourceType.

Implicit(String to Nullable<IngestionSourceType>)
Inequality(IngestionSourceType, IngestionSourceType)

Determines if two IngestionSourceType values are not the same.

Applies to