Class DataCollectionEndpointResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner
-
public class DataCollectionEndpointResourceInner extends com.azure.core.management.ResourceDefinition of ARM tracked top level resource.
-
-
Constructor Summary
Constructors Constructor Description DataCollectionEndpointResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCollectionEndpointConfigurationAccessconfigurationAccess()Get the configurationAccess property: The endpoint used by agents to access their configuration.Stringdescription()Get the description property: Description of the data collection endpoint.Stringetag()Get the etag property: Resource entity tag (ETag).StringimmutableId()Get the immutableId property: The immutable ID of this data collection endpoint resource.KnownDataCollectionEndpointResourceKindkind()Get the kind property: The kind of the resource.DataCollectionEndpointLogsIngestionlogsIngestion()Get the logsIngestion property: The endpoint used by clients to ingest logs.DataCollectionEndpointNetworkAclsnetworkAcls()Get the networkAcls property: Network access control rules for the endpoints.KnownDataCollectionEndpointProvisioningStateprovisioningState()Get the provisioningState property: The resource provisioning state.com.azure.core.management.SystemDatasystemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.voidvalidate()Validates the instance.DataCollectionEndpointResourceInnerwithConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess)Set the configurationAccess property: The endpoint used by agents to access their configuration.DataCollectionEndpointResourceInnerwithDescription(String description)Set the description property: Description of the data collection endpoint.DataCollectionEndpointResourceInnerwithImmutableId(String immutableId)Set the immutableId property: The immutable ID of this data collection endpoint resource.DataCollectionEndpointResourceInnerwithKind(KnownDataCollectionEndpointResourceKind kind)Set the kind property: The kind of the resource.DataCollectionEndpointResourceInnerwithLocation(String location)DataCollectionEndpointResourceInnerwithLogsIngestion(DataCollectionEndpointLogsIngestion logsIngestion)Set the logsIngestion property: The endpoint used by clients to ingest logs.DataCollectionEndpointResourceInnerwithNetworkAcls(DataCollectionEndpointNetworkAcls networkAcls)Set the networkAcls property: Network access control rules for the endpoints.DataCollectionEndpointResourceInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
kind
public KnownDataCollectionEndpointResourceKind kind()
Get the kind property: The kind of the resource.- Returns:
- the kind value.
-
withKind
public DataCollectionEndpointResourceInner withKind(KnownDataCollectionEndpointResourceKind kind)
Set the kind property: The kind of the resource.- Parameters:
kind- the kind value to set.- Returns:
- the DataCollectionEndpointResourceInner object itself.
-
etag
public String etag()
Get the etag property: Resource entity tag (ETag).- Returns:
- the etag value.
-
systemData
public com.azure.core.management.SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
description
public String description()
Get the description property: Description of the data collection endpoint.- Returns:
- the description value.
-
withDescription
public DataCollectionEndpointResourceInner withDescription(String description)
Set the description property: Description of the data collection endpoint.- Parameters:
description- the description value to set.- Returns:
- the DataCollectionEndpointResourceInner object itself.
-
immutableId
public String immutableId()
Get the immutableId property: The immutable ID of this data collection endpoint resource. This property is READ-ONLY.- Returns:
- the immutableId value.
-
withImmutableId
public DataCollectionEndpointResourceInner withImmutableId(String immutableId)
Set the immutableId property: The immutable ID of this data collection endpoint resource. This property is READ-ONLY.- Parameters:
immutableId- the immutableId value to set.- Returns:
- the DataCollectionEndpointResourceInner object itself.
-
configurationAccess
public DataCollectionEndpointConfigurationAccess configurationAccess()
Get the configurationAccess property: The endpoint used by agents to access their configuration.- Returns:
- the configurationAccess value.
-
withConfigurationAccess
public DataCollectionEndpointResourceInner withConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess)
Set the configurationAccess property: The endpoint used by agents to access their configuration.- Parameters:
configurationAccess- the configurationAccess value to set.- Returns:
- the DataCollectionEndpointResourceInner object itself.
-
logsIngestion
public DataCollectionEndpointLogsIngestion logsIngestion()
Get the logsIngestion property: The endpoint used by clients to ingest logs.- Returns:
- the logsIngestion value.
-
withLogsIngestion
public DataCollectionEndpointResourceInner withLogsIngestion(DataCollectionEndpointLogsIngestion logsIngestion)
Set the logsIngestion property: The endpoint used by clients to ingest logs.- Parameters:
logsIngestion- the logsIngestion value to set.- Returns:
- the DataCollectionEndpointResourceInner object itself.
-
networkAcls
public DataCollectionEndpointNetworkAcls networkAcls()
Get the networkAcls property: Network access control rules for the endpoints.- Returns:
- the networkAcls value.
-
withNetworkAcls
public DataCollectionEndpointResourceInner withNetworkAcls(DataCollectionEndpointNetworkAcls networkAcls)
Set the networkAcls property: Network access control rules for the endpoints.- Parameters:
networkAcls- the networkAcls value to set.- Returns:
- the DataCollectionEndpointResourceInner object itself.
-
provisioningState
public KnownDataCollectionEndpointProvisioningState provisioningState()
Get the provisioningState property: The resource provisioning state. This property is READ-ONLY.- Returns:
- the provisioningState value.
-
withLocation
public DataCollectionEndpointResourceInner withLocation(String location)
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
public DataCollectionEndpointResourceInner 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.
-
-