ComponentsResource Class

public class ComponentsResource
extends Resource

An azure resource object.

Constructor Summary

Constructor Description
ComponentsResource()

Creates an instance of ComponentsResource class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

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

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ComponentsResource

public ComponentsResource()

Creates an instance of ComponentsResource class.

Method Details

validate

public void validate()

Validates the instance.

withLocation

public ComponentsResource withLocation(String location)

Overrides:

ComponentsResource.withLocation(String location)

Parameters:

location

withTags

public ComponentsResource withTags(Map tags)

Overrides:

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

Parameters:

tags

Applies to