Share via


LoggerContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.LoggerContractInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface LoggerContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.LoggerContractInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing LoggerContract.

Method Summary

Modifier and Type Method and Description
abstract java.util.Map<java.lang.String,java.lang.String> credentials()
abstract java.lang.String description()
abstract java.lang.String id()
abstract java.lang.Boolean isBuffered()
abstract LoggerType loggerType()
abstract java.lang.String name()
abstract java.lang.String resourceId()
abstract java.lang.String type()

Method Details

credentials

public abstract Map<String,String> credentials()

Returns:

the credentials value.

description

public abstract String description()

Returns:

the description value.

id

public abstract String id()

Returns:

the id value.

isBuffered

public abstract Boolean isBuffered()

Returns:

the isBuffered value.

loggerType

public abstract LoggerType loggerType()

Returns:

the loggerType value.

name

public abstract String name()

Returns:

the name value.

resourceId

public abstract String resourceId()

Returns:

the resourceId value.

type

public abstract String type()

Returns:

the type value.

Applies to