共用方式為


CreatorInner Class

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 CreatorInner class.

Method Summary

Modifier and Type Method and Description
CreatorProperties properties()

Get the properties property: The Creator resource properties.

SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

void validate()

Validates the instance.

CreatorInner withLocation(String location)
CreatorInner withProperties(CreatorProperties properties)

Set the properties property: The Creator resource properties.

CreatorInner 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:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withLocation

public CreatorInner withLocation(String location)

Overrides:

CreatorInner.withLocation(String location)

Parameters:

location

withProperties

public CreatorInner withProperties(CreatorProperties properties)

Set the properties property: The Creator resource properties.

Parameters:

properties - the properties value to set.

Returns:

the CreatorInner object itself.

withTags

public CreatorInner withTags(Map<String,String> tags)

Overrides:

CreatorInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to