ArmResourceProperties Class

public class ArmResourceProperties
extends Resource

The core properties of ARM resources.

Constructor Summary

Constructor Description
ArmResourceProperties()

Creates an instance of ArmResourceProperties class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

ArmResourceProperties withLocation(String location)
ArmResourceProperties withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ArmResourceProperties

public ArmResourceProperties()

Creates an instance of ArmResourceProperties class.

Method Details

validate

public void validate()

Validates the instance.

withLocation

public ArmResourceProperties withLocation(String location)

Overrides:

ArmResourceProperties.withLocation(String location)

Parameters:

location

withTags

public ArmResourceProperties withTags(Map tags)

Overrides:

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

Parameters:

tags

Applies to