Class StorageMigrationOptions
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.models.StorageMigrationOptions
Options for app content migration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageMigrationOptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the azurefilesConnectionString property: AzureFiles connection string.Get the azurefilesShare property: AzureFiles share.Get the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.Get the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.voidvalidate()Validates the instance.withAzurefilesConnectionString(String azurefilesConnectionString) Set the azurefilesConnectionString property: AzureFiles connection string.withAzurefilesShare(String azurefilesShare) Set the azurefilesShare property: AzureFiles share.withBlockWriteAccessToSite(Boolean blockWriteAccessToSite) Set the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.Set the kind property: Kind of resource.withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration) Set the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
StorageMigrationOptions
public StorageMigrationOptions()Creates an instance of StorageMigrationOptions class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
azurefilesConnectionString
Get the azurefilesConnectionString property: AzureFiles connection string.- Returns:
- the azurefilesConnectionString value.
-
withAzurefilesConnectionString
Set the azurefilesConnectionString property: AzureFiles connection string.- Parameters:
azurefilesConnectionString- the azurefilesConnectionString value to set.- Returns:
- the StorageMigrationOptions object itself.
-
switchSiteAfterMigration
Get the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.- Returns:
- the switchSiteAfterMigration value.
-
withSwitchSiteAfterMigration
Set the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.- Parameters:
switchSiteAfterMigration- the switchSiteAfterMigration value to set.- Returns:
- the StorageMigrationOptions object itself.
-
blockWriteAccessToSite
Get the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.- Returns:
- the blockWriteAccessToSite value.
-
withBlockWriteAccessToSite
Set the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.- Parameters:
blockWriteAccessToSite- the blockWriteAccessToSite value to set.- Returns:
- the StorageMigrationOptions object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-