public class VirtualMachineCreateDeploymentParameters extends Object
| Constructor and Description |
|---|
VirtualMachineCreateDeploymentParameters()
Initializes a new instance of the
VirtualMachineCreateDeploymentParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlot |
getDeploymentSlot()
Required.
|
DnsSettings |
getDnsSettings()
Optional.
|
String |
getLabel()
Required.
|
ArrayList<LoadBalancer> |
getLoadBalancers()
Optional.
|
String |
getName()
Required.
|
String |
getReservedIPName()
Optional.
|
ArrayList<Role> |
getRoles()
Required.
|
String |
getVirtualNetworkName()
Optional.
|
void |
setDeploymentSlot(DeploymentSlot deploymentSlotValue)
Required.
|
void |
setDnsSettings(DnsSettings dnsSettingsValue)
Optional.
|
void |
setLabel(String labelValue)
Required.
|
void |
setLoadBalancers(ArrayList<LoadBalancer> loadBalancersValue)
Optional.
|
void |
setName(String nameValue)
Required.
|
void |
setReservedIPName(String reservedIPNameValue)
Optional.
|
void |
setRoles(ArrayList<Role> rolesValue)
Required.
|
void |
setVirtualNetworkName(String virtualNetworkNameValue)
Optional.
|
public VirtualMachineCreateDeploymentParameters()
public DeploymentSlot getDeploymentSlot()
public void setDeploymentSlot(DeploymentSlot deploymentSlotValue)
deploymentSlotValue - The DeploymentSlot value.public DnsSettings getDnsSettings()
public void setDnsSettings(DnsSettings dnsSettingsValue)
dnsSettingsValue - The DnsSettings value.public String getLabel()
public void setLabel(String labelValue)
labelValue - The Label value.public ArrayList<LoadBalancer> getLoadBalancers()
public void setLoadBalancers(ArrayList<LoadBalancer> loadBalancersValue)
loadBalancersValue - The LoadBalancers value.public String getName()
public void setName(String nameValue)
nameValue - The Name value.public String getReservedIPName()
public void setReservedIPName(String reservedIPNameValue)
reservedIPNameValue - The ReservedIPName value.public ArrayList<Role> getRoles()
public void setRoles(ArrayList<Role> rolesValue)
rolesValue - The Roles value.public String getVirtualNetworkName()
public void setVirtualNetworkName(String virtualNetworkNameValue)
virtualNetworkNameValue - The VirtualNetworkName 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.
*/