CreatorInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. maps. fluent. models. CreatorInner
- com.
- com.
- com.
public final class CreatorInner
extends Resource
An Azure resource which represents Maps Creator product and provides ability to manage private location data.
Constructor Summary
| Constructor | Description |
|---|---|
| CreatorInner() |
Creates an instance of Creator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Creator |
properties()
Get the properties property: The Creator resource properties. |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Creator |
withLocation(String location) |
|
Creator |
withProperties(CreatorProperties properties)
Set the properties property: The Creator resource properties. |
|
Creator |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
CreatorInner
public CreatorInner()
Creates an instance of CreatorInner class.
Method Details
properties
public CreatorProperties properties()
Get the properties property: The Creator resource properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system meta data relating to this resource.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public CreatorInner withLocation(String location)
Overrides:
CreatorInner.withLocation(String location)Parameters:
withProperties
public CreatorInner withProperties(CreatorProperties properties)
Set the properties property: The Creator resource properties.
Parameters:
Returns:
withTags
public CreatorInner withTags(Map<String,String> tags)
Overrides:
CreatorInner.withTags(Map<String,String> tags)Parameters: