Uses of Class
com.azure.resourcemanager.monitor.fluent.models.LogProfileResourceInner
Packages that use LogProfileResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of LogProfileResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return LogProfileResourceInnerModifier and TypeMethodDescriptionLogProfilesClient.createOrUpdate(String logProfileName, LogProfileResourceInner parameters) Create or update a log profile in Azure Monitoring REST API.Gets the log profile.LogProfilesClient.update(String logProfileName, LogProfileResourcePatch logProfilesResource) Updates an existing LogProfilesResource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type LogProfileResourceInnerModifier and TypeMethodDescriptionLogProfilesClient.createOrUpdateAsync(String logProfileName, LogProfileResourceInner parameters) Create or update a log profile in Azure Monitoring REST API.com.azure.core.http.rest.Response<LogProfileResourceInner> LogProfilesClient.createOrUpdateWithResponse(String logProfileName, LogProfileResourceInner parameters, com.azure.core.util.Context context) Create or update a log profile in Azure Monitoring REST API.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> LogProfilesClient.createOrUpdateWithResponseAsync(String logProfileName, LogProfileResourceInner parameters) Create or update a log profile in Azure Monitoring REST API.Gets the log profile.com.azure.core.http.rest.Response<LogProfileResourceInner> LogProfilesClient.getWithResponse(String logProfileName, com.azure.core.util.Context context) Gets the log profile.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> LogProfilesClient.getWithResponseAsync(String logProfileName) Gets the log profile.com.azure.core.http.rest.PagedIterable<LogProfileResourceInner> LogProfilesClient.list()List the log profiles.com.azure.core.http.rest.PagedIterable<LogProfileResourceInner> LogProfilesClient.list(com.azure.core.util.Context context) List the log profiles.com.azure.core.http.rest.PagedFlux<LogProfileResourceInner> LogProfilesClient.listAsync()List the log profiles.LogProfilesClient.updateAsync(String logProfileName, LogProfileResourcePatch logProfilesResource) Updates an existing LogProfilesResource.com.azure.core.http.rest.Response<LogProfileResourceInner> LogProfilesClient.updateWithResponse(String logProfileName, LogProfileResourcePatch logProfilesResource, com.azure.core.util.Context context) Updates an existing LogProfilesResource.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> LogProfilesClient.updateWithResponseAsync(String logProfileName, LogProfileResourcePatch logProfilesResource) Updates an existing LogProfilesResource.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type LogProfileResourceInnerModifier and TypeMethodDescriptionLogProfilesClient.createOrUpdate(String logProfileName, LogProfileResourceInner parameters) Create or update a log profile in Azure Monitoring REST API.LogProfilesClient.createOrUpdateAsync(String logProfileName, LogProfileResourceInner parameters) Create or update a log profile in Azure Monitoring REST API.com.azure.core.http.rest.Response<LogProfileResourceInner> LogProfilesClient.createOrUpdateWithResponse(String logProfileName, LogProfileResourceInner parameters, com.azure.core.util.Context context) Create or update a log profile in Azure Monitoring REST API.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> LogProfilesClient.createOrUpdateWithResponseAsync(String logProfileName, LogProfileResourceInner parameters) Create or update a log profile in Azure Monitoring REST API. -
Uses of LogProfileResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return LogProfileResourceInnerModifier and TypeMethodDescriptionstatic LogProfileResourceInnerLogProfileResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogProfileResourceInner from the JsonReader.LogProfileResourceInner.withCategories(List<String> categories) Set the categories property: the categories of the logs.LogProfileResourceInner.withLocation(String location) LogProfileResourceInner.withLocations(List<String> locations) Set the locations property: List of regions for which Activity Log events should be stored or streamed.LogProfileResourceInner.withRetentionPolicy(RetentionPolicy retentionPolicy) Set the retentionPolicy property: the retention policy for the events in the log.LogProfileResourceInner.withServiceBusRuleId(String serviceBusRuleId) Set the serviceBusRuleId property: The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log.LogProfileResourceInner.withStorageAccountId(String storageAccountId) Set the storageAccountId property: the resource id of the storage account to which you would like to send the Activity Log. -
Uses of LogProfileResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LogProfileResourceInnerModifier and TypeMethodDescriptionLogProfileCollection.value()Get the value property: the values of the log profiles.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogProfileResourceInnerModifier and TypeMethodDescriptionLogProfileCollection.withValue(List<LogProfileResourceInner> value) Set the value property: the values of the log profiles.