Class StorageMigrationOptions
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.models.StorageMigrationOptions
-
public final class StorageMigrationOptions extends ProxyOnlyResource
Options for app content migration.
-
-
Constructor Summary
Constructors Constructor Description StorageMigrationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringazurefilesConnectionString()Get the azurefilesConnectionString property: AzureFiles connection string.StringazurefilesShare()Get the azurefilesShare property: AzureFiles share.BooleanblockWriteAccessToSite()Get the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.BooleanswitchSiteAfterMigration()Get the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.voidvalidate()Validates the instance.StorageMigrationOptionswithAzurefilesConnectionString(String azurefilesConnectionString)Set the azurefilesConnectionString property: AzureFiles connection string.StorageMigrationOptionswithAzurefilesShare(String azurefilesShare)Set the azurefilesShare property: AzureFiles share.StorageMigrationOptionswithBlockWriteAccessToSite(Boolean blockWriteAccessToSite)Set the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.StorageMigrationOptionswithKind(String kind)Set the kind property: Kind of resource.StorageMigrationOptionswithSwitchSiteAfterMigration(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
kind
-
-
-
-
Method Detail
-
withKind
public StorageMigrationOptions withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
azurefilesConnectionString
public String azurefilesConnectionString()
Get the azurefilesConnectionString property: AzureFiles connection string.- Returns:
- the azurefilesConnectionString value.
-
withAzurefilesConnectionString
public StorageMigrationOptions withAzurefilesConnectionString(String azurefilesConnectionString)
Set the azurefilesConnectionString property: AzureFiles connection string.- Parameters:
azurefilesConnectionString- the azurefilesConnectionString value to set.- Returns:
- the StorageMigrationOptions object itself.
-
azurefilesShare
public String azurefilesShare()
Get the azurefilesShare property: AzureFiles share.- Returns:
- the azurefilesShare value.
-
withAzurefilesShare
public StorageMigrationOptions withAzurefilesShare(String azurefilesShare)
Set the azurefilesShare property: AzureFiles share.- Parameters:
azurefilesShare- the azurefilesShare value to set.- Returns:
- the StorageMigrationOptions object itself.
-
switchSiteAfterMigration
public Boolean switchSiteAfterMigration()
Get the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.- Returns:
- the switchSiteAfterMigration value.
-
withSwitchSiteAfterMigration
public StorageMigrationOptions withSwitchSiteAfterMigration(Boolean switchSiteAfterMigration)
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
public Boolean 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
public StorageMigrationOptions withBlockWriteAccessToSite(Boolean blockWriteAccessToSite)
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.
-
-