ContentStoragePolicy 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. .
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ContentStoragePolicyTypeConverter))]
public struct ContentStoragePolicy : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ContentStoragePolicy>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ContentStoragePolicyTypeConverter))>]
type ContentStoragePolicy = struct
interface IArgumentCompleter
Public Structure ContentStoragePolicy
Implements IArgumentCompleter, IEquatable(Of ContentStoragePolicy)
- Inheritance
-
ContentStoragePolicy
- Attributes
- Implements
Fields
JobStorageAccount | |
SystemAccount |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ContentStoragePolicy) |
Compares values of enum type ContentStoragePolicy |
Equals(Object) |
Compares values of enum type ContentStoragePolicy (override for Object) |
GetHashCode() |
Returns hashCode for enum ContentStoragePolicy |
ToString() |
Returns string representation for ContentStoragePolicy |
Operators
Equality(ContentStoragePolicy, ContentStoragePolicy) |
Overriding == operator for enum ContentStoragePolicy |
Implicit(ContentStoragePolicy to String) |
Implicit operator to convert ContentStoragePolicy to string |
Implicit(String to ContentStoragePolicy) |
Implicit operator to convert string to ContentStoragePolicy |
Inequality(ContentStoragePolicy, ContentStoragePolicy) |
Overriding != operator for enum ContentStoragePolicy |