AzureBlobStorageHttpLogsConfig Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.AzureBlobStorageHttpLogsConfig

public class AzureBlobStorageHttpLogsConfig

Http logs to azure blob storage configuration.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled value.

Integer retentionInDays()

Get the retentionInDays value.

String sasUrl()

Get the sasUrl value.

AzureBlobStorageHttpLogsConfig withEnabled(Boolean enabled)

Set the enabled value.

AzureBlobStorageHttpLogsConfig withRetentionInDays(Integer retentionInDays)

Set the retentionInDays value.

AzureBlobStorageHttpLogsConfig withSasUrl(String sasUrl)

Set the sasUrl value.

Method Details

enabled

public Boolean enabled()

Get the enabled value.

Returns:

the enabled value

retentionInDays

public Integer retentionInDays()

Get the retentionInDays value.

Returns:

the retentionInDays value

sasUrl

public String sasUrl()

Get the sasUrl value.

Returns:

the sasUrl value

withEnabled

public AzureBlobStorageHttpLogsConfig withEnabled(Boolean enabled)

Set the enabled value.

Parameters:

enabled - the enabled value to set

Returns:

the AzureBlobStorageHttpLogsConfig object itself.

withRetentionInDays

public AzureBlobStorageHttpLogsConfig withRetentionInDays(Integer retentionInDays)

Set the retentionInDays value.

Parameters:

retentionInDays - the retentionInDays value to set

Returns:

the AzureBlobStorageHttpLogsConfig object itself.

withSasUrl

public AzureBlobStorageHttpLogsConfig withSasUrl(String sasUrl)

Set the sasUrl value.

Parameters:

sasUrl - the sasUrl value to set

Returns:

the AzureBlobStorageHttpLogsConfig object itself.

Applies to