Class PrivateLinkScopesResource
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.monitor.models.PrivateLinkScopesResource
-
- Direct Known Subclasses:
AzureMonitorPrivateLinkScopeInner
public class PrivateLinkScopesResource extends com.azure.core.management.ResourceAn azure resource object.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkScopesResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.PrivateLinkScopesResourcewithLocation(String location)PrivateLinkScopesResourcewithTags(Map<String,String> tags)
-
-
-
Method Detail
-
withLocation
public PrivateLinkScopesResource withLocation(String location)
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
public PrivateLinkScopesResource withTags(Map<String,String> tags)
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-