Class IntegrationRuntimeCustomSetupScriptProperties
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomSetupScriptProperties
Custom setup script properties for a managed dedicated integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeCustomSetupScriptProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.sasToken()
Get the sasToken property: The SAS token of the Azure blob container.void
validate()
Validates the instance.withBlobContainerUri
(String blobContainerUri) Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.withSasToken
(SecureString sasToken) Set the sasToken property: The SAS token of the Azure blob container.
-
Constructor Details
-
IntegrationRuntimeCustomSetupScriptProperties
public IntegrationRuntimeCustomSetupScriptProperties()Creates an instance of IntegrationRuntimeCustomSetupScriptProperties class.
-
-
Method Details
-
blobContainerUri
Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.- Returns:
- the blobContainerUri value.
-
withBlobContainerUri
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
Get the sasToken property: The SAS token of the Azure blob container.- Returns:
- the sasToken value.
-
withSasToken
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.
-