public class VirtualMachineCaptureOSImageParameters extends Object
| Constructor and Description |
|---|
VirtualMachineCaptureOSImageParameters()
Initializes a new instance of the VirtualMachineCaptureOSImageParameters
class.
|
VirtualMachineCaptureOSImageParameters(PostCaptureAction postCaptureAction,
String targetImageLabel,
String targetImageName)
Initializes a new instance of the VirtualMachineCaptureOSImageParameters
class with required arguments.
|
| Modifier and Type | Method and Description |
|---|---|
PostCaptureAction |
getPostCaptureAction()
Required.
|
ConfigurationSet |
getProvisioningConfiguration()
Optional.
|
String |
getTargetImageLabel()
Required.
|
String |
getTargetImageName()
Required.
|
void |
setPostCaptureAction(PostCaptureAction postCaptureActionValue)
Required.
|
void |
setProvisioningConfiguration(ConfigurationSet provisioningConfigurationValue)
Optional.
|
void |
setTargetImageLabel(String targetImageLabelValue)
Required.
|
void |
setTargetImageName(String targetImageNameValue)
Required.
|
public VirtualMachineCaptureOSImageParameters()
public VirtualMachineCaptureOSImageParameters(PostCaptureAction postCaptureAction, String targetImageLabel, String targetImageName)
public PostCaptureAction getPostCaptureAction()
public void setPostCaptureAction(PostCaptureAction postCaptureActionValue)
postCaptureActionValue - The PostCaptureAction value.public ConfigurationSet getProvisioningConfiguration()
public void setProvisioningConfiguration(ConfigurationSet provisioningConfigurationValue)
provisioningConfigurationValue - The ProvisioningConfiguration value.public String getTargetImageLabel()
public void setTargetImageLabel(String targetImageLabelValue)
targetImageLabelValue - The TargetImageLabel value.public String getTargetImageName()
public void setTargetImageName(String targetImageNameValue)
targetImageNameValue - The TargetImageName value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/