ContentStoragePolicy Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. streamanalytics. models. ContentStoragePolicy
- com.
- com.
public final class ContentStoragePolicy
extends ExpandableStringEnum<ContentStoragePolicy>
Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Content |
JOB_STORAGE_ACCOUNT
Static value Job |
static final
Content |
SYSTEM_ACCOUNT
Static value System |
Constructor Summary
Constructor | Description |
---|---|
ContentStoragePolicy() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Content |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Content |
fromString(String name)
Creates or finds a Content |
static
Collection<Content |
values()
Gets known Content |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JOB_STORAGE_ACCOUNT
public static final ContentStoragePolicy JOB_STORAGE_ACCOUNT
Static value JobStorageAccount for ContentStoragePolicy.
SYSTEM_ACCOUNT
public static final ContentStoragePolicy SYSTEM_ACCOUNT
Static value SystemAccount for ContentStoragePolicy.
Constructor Details
ContentStoragePolicy
@Deprecated
public ContentStoragePolicy()
Deprecated
Creates a new instance of ContentStoragePolicy value.
Method Details
fromString
public static ContentStoragePolicy fromString(String name)
Creates or finds a ContentStoragePolicy from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ContentStoragePolicy values.
Returns:
Applies to
Azure SDK for Java