IntegrationRuntimeCustomSetupScriptProperties Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. 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 |
|---|---|
| String |
blobContainerUri()
Get the blob |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Secure |
sasToken()
Get the sas |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withBlobContainerUri(String blobContainerUri)
Set the blob |
|
Integration |
withSasToken(SecureString sasToken)
Set the sas |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeCustomSetupScriptProperties
public IntegrationRuntimeCustomSetupScriptProperties()
Creates an instance of IntegrationRuntimeCustomSetupScriptProperties class.
Method Details
blobContainerUri
public String blobContainerUri()
Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.
Returns:
fromJson
public static IntegrationRuntimeCustomSetupScriptProperties fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeCustomSetupScriptProperties from the JsonReader.
Parameters:
Returns:
Throws:
sasToken
public SecureString sasToken()
Get the sasToken property: The SAS token of the Azure blob container.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBlobContainerUri
public IntegrationRuntimeCustomSetupScriptProperties withBlobContainerUri(String blobContainerUri)
Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.
Parameters:
Returns:
withSasToken
public IntegrationRuntimeCustomSetupScriptProperties withSasToken(SecureString sasToken)
Set the sasToken property: The SAS token of the Azure blob container.
Parameters:
Returns: