External Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. External
- com.
Implements
public final class External
implements JsonSerializable<External>
The storage account where the custom code artifacts are located.
Constructor Summary
Constructor | Description |
---|---|
External() |
Creates an instance of External class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
container()
Get the container property: The User |
static External |
fromJson(JsonReader jsonReader)
Reads an instance of External from the Json |
String |
path()
Get the path property: The User |
Refresh |
refreshConfiguration()
Get the refresh |
Storage |
storageAccount()
Get the storage |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
External |
withContainer(String container)
Set the container property: The User |
External |
withPath(String path)
Set the path property: The User |
External |
withRefreshConfiguration(RefreshConfiguration refreshConfiguration)
Set the refresh |
External |
withStorageAccount(StorageAccount storageAccount)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
External
public External()
Creates an instance of External class.
Method Details
container
public String container()
Get the container property: The UserCustomCode container.
Returns:
fromJson
public static External fromJson(JsonReader jsonReader)
Reads an instance of External from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The UserCustomCode path.
Returns:
refreshConfiguration
public RefreshConfiguration refreshConfiguration()
Get the refreshConfiguration property: The refresh parameters for any/all updatable user defined functions present in the job config.
Returns:
storageAccount
public StorageAccount storageAccount()
Get the storageAccount property: The properties that are associated with an Azure Storage account.
Returns:
toJson
validate
public void validate()
Validates the instance.
withContainer
public External withContainer(String container)
Set the container property: The UserCustomCode container.
Parameters:
Returns:
withPath
public External withPath(String path)
Set the path property: The UserCustomCode path.
Parameters:
Returns:
withRefreshConfiguration
public External withRefreshConfiguration(RefreshConfiguration refreshConfiguration)
Set the refreshConfiguration property: The refresh parameters for any/all updatable user defined functions present in the job config.
Parameters:
Returns:
withStorageAccount
public External withStorageAccount(StorageAccount storageAccount)
Set the storageAccount property: The properties that are associated with an Azure Storage account.
Parameters:
Returns:
Applies to
Azure SDK for Java