Class IntegrationRuntimeCustomSetupScriptProperties
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomSetupScriptProperties
-
public final class IntegrationRuntimeCustomSetupScriptProperties extends Object
Custom setup script properties for a managed dedicated integration runtime.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeCustomSetupScriptProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
blobContainerUri()
Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.SecureString
sasToken()
Get the sasToken property: The SAS token of the Azure blob container.void
validate()
Validates the instance.IntegrationRuntimeCustomSetupScriptProperties
withBlobContainerUri(String blobContainerUri)
Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.IntegrationRuntimeCustomSetupScriptProperties
withSasToken(SecureString sasToken)
Set the sasToken property: The SAS token of the Azure blob container.
-
-
-
Method Detail
-
blobContainerUri
public String blobContainerUri()
Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.- Returns:
- the blobContainerUri value.
-
withBlobContainerUri
public IntegrationRuntimeCustomSetupScriptProperties withBlobContainerUri(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.
-
sasToken
public SecureString sasToken()
Get the sasToken property: The SAS token of the Azure blob container.- Returns:
- the sasToken value.
-
withSasToken
public IntegrationRuntimeCustomSetupScriptProperties withSasToken(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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-