StreamingJobContentStoragePolicy Struct

Definition

Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .

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

Constructors

StreamingJobContentStoragePolicy(String)

Initializes a new instance of StreamingJobContentStoragePolicy.

Properties

JobStorageAccount

JobStorageAccount.

SystemAccount

SystemAccount.

Methods

Equals(StreamingJobContentStoragePolicy)

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(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy)

Determines if two StreamingJobContentStoragePolicy values are the same.

Implicit(String to StreamingJobContentStoragePolicy)

Converts a string to a StreamingJobContentStoragePolicy.

Inequality(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy)

Determines if two StreamingJobContentStoragePolicy values are not the same.

Applies to