public class HostedServiceCreateParameters extends Object
| Constructor and Description |
|---|
HostedServiceCreateParameters()
Initializes a new instance of the HostedServiceCreateParameters class.
|
HostedServiceCreateParameters(String serviceName,
String label)
Initializes a new instance of the HostedServiceCreateParameters class
with required arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAffinityGroup()
Optional.
|
String |
getDescription()
Optional.
|
HashMap<String,String> |
getExtendedProperties()
Optional.
|
String |
getLabel()
Required.
|
String |
getLocation()
Optional.
|
String |
getReverseDnsFqdn()
Optional.
|
String |
getServiceName()
Required.
|
void |
setAffinityGroup(String affinityGroupValue)
Optional.
|
void |
setDescription(String descriptionValue)
Optional.
|
void |
setExtendedProperties(HashMap<String,String> extendedPropertiesValue)
Optional.
|
void |
setLabel(String labelValue)
Required.
|
void |
setLocation(String locationValue)
Optional.
|
void |
setReverseDnsFqdn(String reverseDnsFqdnValue)
Optional.
|
void |
setServiceName(String serviceNameValue)
Required.
|
public HostedServiceCreateParameters()
public String getAffinityGroup()
public void setAffinityGroup(String affinityGroupValue)
affinityGroupValue - The AffinityGroup value.public String getDescription()
public void setDescription(String descriptionValue)
descriptionValue - The Description value.public HashMap<String,String> getExtendedProperties()
public void setExtendedProperties(HashMap<String,String> extendedPropertiesValue)
extendedPropertiesValue - The ExtendedProperties value.public String getLabel()
public void setLabel(String labelValue)
labelValue - The Label value.public String getLocation()
public void setLocation(String locationValue)
locationValue - The Location value.public String getReverseDnsFqdn()
public void setReverseDnsFqdn(String reverseDnsFqdnValue)
reverseDnsFqdnValue - The ReverseDnsFqdn value.public String getServiceName()
public void setServiceName(String serviceNameValue)
serviceNameValue - The ServiceName 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.
*/