Interface LoggerContract
public interface LoggerContract
An immutable client-side representation of LoggerContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the LoggerContract definition.static interfaceThe LoggerContract definition stages.static interfaceThe template for LoggerContract update.static interfaceThe LoggerContract update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger.Gets the description property: Logger description.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.LoggerContractInner object.Gets the isBuffered property: Whether records are buffered in the logger before publishing.Gets the loggerType property: Logger type.name()Gets the name property: The name of the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.Gets the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource).type()Gets the type property: The type of the resource.update()Begins update for the LoggerContract resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
loggerType
LoggerType loggerType()Gets the loggerType property: Logger type.- Returns:
- the loggerType value.
-
description
String description()Gets the description property: Logger description.- Returns:
- the description value.
-
credentials
Gets the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.- Returns:
- the credentials value.
-
isBuffered
Boolean isBuffered()Gets the isBuffered property: Whether records are buffered in the logger before publishing. Default is assumed to be true.- Returns:
- the isBuffered value.
-
resourceId
String resourceId()Gets the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource).- Returns:
- the resourceId value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
LoggerContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.LoggerContractInner object.- Returns:
- the inner object.
-
update
LoggerContract.Update update()Begins update for the LoggerContract resource.- Returns:
- the stage of resource update.
-
refresh
LoggerContract refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-