IntegrationRuntimeCustomSetupScriptProperties Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeCustomSetupScriptProperties

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 IntegrationRuntimeCustomSetupScriptProperties class.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeCustomSetupScriptProperties fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeCustomSetupScriptProperties from the JsonReader.

String getBlobContainerUri()

Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.

SecureString getSasToken()

Get the sasToken property: The SAS token of the Azure blob container.

IntegrationRuntimeCustomSetupScriptProperties setBlobContainerUri(String blobContainerUri)

Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.

IntegrationRuntimeCustomSetupScriptProperties setSasToken(SecureString sasToken)

Set the sasToken property: The SAS token of the Azure blob container.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationRuntimeCustomSetupScriptProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IntegrationRuntimeCustomSetupScriptProperties.

getBlobContainerUri

public String getBlobContainerUri()

Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.

Returns:

the blobContainerUri value.

getSasToken

public SecureString getSasToken()

Get the sasToken property: The SAS token of the Azure blob container.

Returns:

the sasToken value.

setBlobContainerUri

public IntegrationRuntimeCustomSetupScriptProperties setBlobContainerUri(String blobContainerUri)

Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.

Parameters:

blobContainerUri - the blobContainerUri value to set.

Returns:

the IntegrationRuntimeCustomSetupScriptProperties object itself.

setSasToken

public IntegrationRuntimeCustomSetupScriptProperties setSasToken(SecureString sasToken)

Set the sasToken property: The SAS token of the Azure blob container.

Parameters:

sasToken - the sasToken value to set.

Returns:

the IntegrationRuntimeCustomSetupScriptProperties object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to