MapsAccountInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. maps. fluent. models. MapsAccountInner
- com.
- com.
- com.
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 Maps |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Managed |
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. |
|
Maps |
properties()
Get the properties property: The map account properties. |
| Sku |
sku()
Get the sku property: The SKU of this account. |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Maps |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities). |
|
Maps |
withKind(Kind kind)
Set the kind property: Get or Set Kind property. |
|
Maps |
withLocation(String location) |
|
Maps |
withProperties(MapsAccountProperties properties)
Set the properties property: The map account properties. |
|
Maps |
withSku(Sku sku)
Set the sku property: The SKU of this account. |
|
Maps |
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:
kind
public Kind kind()
Get the kind property: Get or Set Kind property.
Returns:
properties
public MapsAccountProperties properties()
Get the properties property: The map account properties.
Returns:
sku
public Sku sku()
Get the sku property: The SKU of this account.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
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:
Returns:
withKind
public MapsAccountInner withKind(Kind kind)
Set the kind property: Get or Set Kind property.
Parameters:
Returns:
withLocation
public MapsAccountInner withLocation(String location)
Overrides:
MapsAccountInner.withLocation(String location)Parameters:
withProperties
public MapsAccountInner withProperties(MapsAccountProperties properties)
Set the properties property: The map account properties.
Parameters:
Returns:
withSku
public MapsAccountInner withSku(Sku sku)
Set the sku property: The SKU of this account.
Parameters:
Returns:
withTags
public MapsAccountInner withTags(Map<String,String> tags)
Overrides:
MapsAccountInner.withTags(Map<String,String> tags)Parameters: