public final class ImportExtensionProperties extends ExportRequest
| Constructor and Description |
|---|
ImportExtensionProperties()
Creates an instance of ImportExtensionProperties class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
operationMode()
Get the operationMode property: The type of import operation being performed.
|
void |
validate()
Validates the instance.
|
ImportExtensionProperties |
withOperationMode(String operationMode)
Set the operationMode property: The type of import operation being performed.
|
administratorLogin, administratorLoginPassword, authenticationType, storageKey, storageKeyType, storageUri, withAdministratorLogin, withAdministratorLoginPassword, withAuthenticationType, withStorageKey, withStorageKeyType, withStorageUripublic ImportExtensionProperties()
public String operationMode()
public ImportExtensionProperties withOperationMode(String operationMode)
operationMode - the operationMode value to set.public void validate()
validate in class ExportRequestIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.