ThroughputSettingsGetResultsInner Class

public final class ThroughputSettingsGetResultsInner
extends ArmResourceProperties

An Azure Cosmos DB resource throughput.

Constructor Summary

Constructor Description
ThroughputSettingsGetResultsInner()

Creates an instance of ThroughputSettingsGetResultsInner class.

Method Summary

Modifier and Type Method and Description
ThroughputSettingsGetPropertiesResource resource()

Get the resource property: The resource property.

void validate()

Validates the instance.

ThroughputSettingsGetResultsInner withLocation(String location)
ThroughputSettingsGetResultsInner withResource(ThroughputSettingsGetPropertiesResource resource)

Set the resource property: The resource property.

ThroughputSettingsGetResultsInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from ArmResourceProperties

Methods inherited from java.lang.Object

Constructor Details

ThroughputSettingsGetResultsInner

public ThroughputSettingsGetResultsInner()

Creates an instance of ThroughputSettingsGetResultsInner class.

Method Details

resource

public ThroughputSettingsGetPropertiesResource resource()

Get the resource property: The resource property.

Returns:

the resource value.

validate

public void validate()

Validates the instance.

Overrides:

ThroughputSettingsGetResultsInner.validate()

withLocation

public ThroughputSettingsGetResultsInner withLocation(String location)

Overrides:

ThroughputSettingsGetResultsInner.withLocation(String location)

Parameters:

location

withResource

public ThroughputSettingsGetResultsInner withResource(ThroughputSettingsGetPropertiesResource resource)

Set the resource property: The resource property.

Parameters:

resource - the resource value to set.

Returns:

the ThroughputSettingsGetResultsInner object itself.

withTags

public ThroughputSettingsGetResultsInner withTags(Map tags)

Overrides:

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

Parameters:

tags

Applies to