StreamingJobContentStoragePolicy Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET