Class FunctionsDeploymentStorage
java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage
Storage for deployed package used by the function app.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FunctionsDeploymentStorage class. -
Method Summary
Modifier and TypeMethodDescriptionGet the authentication property: Authentication method to access the storage account for deployment.type()Get the type property: Property to select Azure Storage type.voidvalidate()Validates the instance.value()Get the value property: Property to set the URL for the selected Azure Storage type.withAuthentication(FunctionsDeploymentStorageAuthentication authentication) Set the authentication property: Authentication method to access the storage account for deployment.Set the type property: Property to select Azure Storage type.Set the value property: Property to set the URL for the selected Azure Storage type.
-
Constructor Details
-
FunctionsDeploymentStorage
public FunctionsDeploymentStorage()Creates an instance of FunctionsDeploymentStorage class.
-
-
Method Details
-
type
Get the type property: Property to select Azure Storage type. Available options: blobContainer.- Returns:
- the type value.
-
withType
Set the type property: Property to select Azure Storage type. Available options: blobContainer.- Parameters:
type- the type value to set.- Returns:
- the FunctionsDeploymentStorage object itself.
-
value
Get the value property: Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>.- Returns:
- the value value.
-
withValue
Set the value property: Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>.- Parameters:
value- the value value to set.- Returns:
- the FunctionsDeploymentStorage object itself.
-
authentication
Get the authentication property: Authentication method to access the storage account for deployment.- Returns:
- the authentication value.
-
withAuthentication
public FunctionsDeploymentStorage withAuthentication(FunctionsDeploymentStorageAuthentication authentication) Set the authentication property: Authentication method to access the storage account for deployment.- Parameters:
authentication- the authentication value to set.- Returns:
- the FunctionsDeploymentStorage object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-