Uses of Class
com.azure.resourcemanager.monitor.fluent.models.LogProfileResourceInner
-
Packages that use LogProfileResourceInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 LogProfileResourceInner Modifier and Type Method Description LogProfileResourceInnerLogProfilesClient. createOrUpdate(String logProfileName, LogProfileResourceInner parameters)Create or update a log profile in Azure Monitoring REST API.LogProfileResourceInnerLogProfilesClient. get(String logProfileName)Gets the log profile.LogProfileResourceInnerLogProfilesClient. update(String logProfileName, LogProfileResourcePatch logProfilesResource)Updates an existing LogProfilesResource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type LogProfileResourceInner Modifier and Type Method Description Mono<LogProfileResourceInner>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.Mono<LogProfileResourceInner>LogProfilesClient. getAsync(String logProfileName)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.Mono<LogProfileResourceInner>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 LogProfileResourceInner Modifier and Type Method Description LogProfileResourceInnerLogProfilesClient. createOrUpdate(String logProfileName, LogProfileResourceInner parameters)Create or update a log profile in Azure Monitoring REST API.Mono<LogProfileResourceInner>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 LogProfileResourceInner Modifier and Type Method Description LogProfileResourceInnerLogProfileResourceInner. withCategories(List<String> categories)Set the categories property: the categories of the logs.LogProfileResourceInnerLogProfileResourceInner. withLocation(String location)LogProfileResourceInnerLogProfileResourceInner. withLocations(List<String> locations)Set the locations property: List of regions for which Activity Log events should be stored or streamed.LogProfileResourceInnerLogProfileResourceInner. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for the events in the log.LogProfileResourceInnerLogProfileResourceInner. 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.LogProfileResourceInnerLogProfileResourceInner. withStorageAccountId(String storageAccountId)Set the storageAccountId property: the resource id of the storage account to which you would like to send the Activity Log.LogProfileResourceInnerLogProfileResourceInner. withTags(Map<String,String> tags) -
Uses of LogProfileResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LogProfileResourceInner Modifier and Type Method Description List<LogProfileResourceInner>LogProfileCollection. value()Get the value property: the values of the log profiles.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogProfileResourceInner Modifier and Type Method Description LogProfileCollectionLogProfileCollection. withValue(List<LogProfileResourceInner> value)Set the value property: the values of the log profiles.
-