Class CloudServiceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.compute.fluent.models.CloudServiceInner
public final class CloudServiceInner
extends com.azure.core.management.Resource
Describes the cloud service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Cloud service properties.com.azure.core.management.SystemDataGet the systemData property: The system meta data relating to this resource.voidvalidate()Validates the instance.withLocation(String location) withProperties(CloudServiceProperties properties) Set the properties property: Cloud service properties.withSystemData(com.azure.core.management.SystemData systemData) Set the systemData property: The system meta data relating to this resource.Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CloudServiceInner
public CloudServiceInner()
-
-
Method Details
-
properties
Get the properties property: Cloud service properties.- Returns:
- the properties value.
-
withProperties
Set the properties property: Cloud service properties.- Parameters:
properties- the properties value to set.- Returns:
- the CloudServiceInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: The system meta data relating to this resource.- Returns:
- the systemData value.
-
withSystemData
Set the systemData property: The system meta data relating to this resource.- Parameters:
systemData- the systemData value to set.- Returns:
- the CloudServiceInner object itself.
-
withLocation
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-