Partilhar via


MapsAccountInner Class

public final class MapsAccountInner
extends Resource

An Azure resource which represents access to a suite of Maps REST APIs.

Constructor Summary

Constructor Description
MapsAccountInner()

Creates an instance of MapsAccountInner class.

Method Summary

Modifier and Type Method and Description
ManagedServiceIdentity identity()

Get the identity property: Managed service identity (system assigned and/or user assigned identities).

Kind kind()

Get the kind property: Get or Set Kind property.

MapsAccountProperties properties()

Get the properties property: The map account properties.

Sku sku()

Get the sku property: The SKU of this account.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

MapsAccountInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: Managed service identity (system assigned and/or user assigned identities).

MapsAccountInner withKind(Kind kind)

Set the kind property: Get or Set Kind property.

MapsAccountInner withLocation(String location)
MapsAccountInner withProperties(MapsAccountProperties properties)

Set the properties property: The map account properties.

MapsAccountInner withSku(Sku sku)

Set the sku property: The SKU of this account.

MapsAccountInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

MapsAccountInner

public MapsAccountInner()

Creates an instance of MapsAccountInner class.

Method Details

identity

public ManagedServiceIdentity identity()

Get the identity property: Managed service identity (system assigned and/or user assigned identities).

Returns:

the identity value.

kind

public Kind kind()

Get the kind property: Get or Set Kind property.

Returns:

the kind value.

properties

public MapsAccountProperties properties()

Get the properties property: The map account properties.

Returns:

the properties value.

sku

public Sku sku()

Get the sku property: The SKU of this account.

Returns:

the sku value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withIdentity

public MapsAccountInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: Managed service identity (system assigned and/or user assigned identities).

Parameters:

identity - the identity value to set.

Returns:

the MapsAccountInner object itself.

withKind

public MapsAccountInner withKind(Kind kind)

Set the kind property: Get or Set Kind property.

Parameters:

kind - the kind value to set.

Returns:

the MapsAccountInner object itself.

withLocation

public MapsAccountInner withLocation(String location)

Overrides:

MapsAccountInner.withLocation(String location)

Parameters:

location

withProperties

public MapsAccountInner withProperties(MapsAccountProperties properties)

Set the properties property: The map account properties.

Parameters:

properties - the properties value to set.

Returns:

the MapsAccountInner object itself.

withSku

public MapsAccountInner withSku(Sku sku)

Set the sku property: The SKU of this account.

Parameters:

sku - the sku value to set.

Returns:

the MapsAccountInner object itself.

withTags

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

Overrides:

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

Parameters:

tags

Applies to