Uses of Interface
com.azure.resourcemanager.apimanagement.models.LoggerContract.DefinitionStages.WithCreate
Packages that use LoggerContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of LoggerContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of LoggerContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the LoggerContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return LoggerContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionLoggerContract.DefinitionStages.WithCredentials.withCredentials(Map<String, String> credentials) Specifies the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger.LoggerContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Logger description..LoggerContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.LoggerContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.LoggerContract.DefinitionStages.WithIsBuffered.withIsBuffered(Boolean isBuffered) Specifies the isBuffered property: Whether records are buffered in the logger before publishing.LoggerContract.DefinitionStages.WithLoggerType.withLoggerType(LoggerType loggerType) Specifies the loggerType property: Logger type..LoggerContract.DefinitionStages.WithResourceId.withResourceId(String resourceId) Specifies the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource)..