你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentStoragePolicy Struct

Definition

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

Applies to