ComponentsResource Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. applicationinsights. models. ComponentsResource
- com.
- com.
- com.
public class ComponentsResource
extends Resource
An azure resource object.
Constructor Summary
Constructor | Description |
---|---|
ComponentsResource() |
Creates an instance of Components |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the instance. |
Components |
withLocation(String location) |
Components |
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
Overrides:
ComponentsResource.withTags(Map<String,String> tags)Parameters:
tags
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java