IntegrationRuntimeCustomSetupScriptProperties Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. IntegrationRuntimeCustomSetupScriptProperties
- com.
Implements
public final class IntegrationRuntimeCustomSetupScriptProperties
implements JsonSerializable<IntegrationRuntimeCustomSetupScriptProperties>
Custom setup script properties for a managed dedicated integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeCustomSetupScriptProperties() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
getBlobContainerUri()
Get the blob |
|
Secure |
getSasToken()
Get the sas |
|
Integration |
setBlobContainerUri(String blobContainerUri)
Set the blob |
|
Integration |
setSasToken(SecureString sasToken)
Set the sas |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeCustomSetupScriptProperties
public IntegrationRuntimeCustomSetupScriptProperties()
Creates an instance of IntegrationRuntimeCustomSetupScriptProperties class.
Method Details
fromJson
public static IntegrationRuntimeCustomSetupScriptProperties fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeCustomSetupScriptProperties from the JsonReader.
Parameters:
Returns:
Throws:
getBlobContainerUri
public String getBlobContainerUri()
Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.
Returns:
getSasToken
public SecureString getSasToken()
Get the sasToken property: The SAS token of the Azure blob container.
Returns:
setBlobContainerUri
public IntegrationRuntimeCustomSetupScriptProperties setBlobContainerUri(String blobContainerUri)
Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.
Parameters:
Returns:
setSasToken
public IntegrationRuntimeCustomSetupScriptProperties setSasToken(SecureString sasToken)
Set the sasToken property: The SAS token of the Azure blob container.
Parameters:
Returns: