LogSpecification Class

  • java.lang.Object
    • com.microsoft.azure.management.network.LogSpecification

public class LogSpecification

Description of logging specification.

Constructor Summary

Constructor Description
LogSpecification()

Method Summary

Modifier and Type Method and Description
java.lang.String blobDuration()

Get duration of the blob.

java.lang.String displayName()

Get the display name of the specification.

java.lang.String name()

Get the name of the specification.

LogSpecification withBlobDuration(String blobDuration)

Set duration of the blob.

LogSpecification withDisplayName(String displayName)

Set the display name of the specification.

LogSpecification withName(String name)

Set the name of the specification.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

LogSpecification

public LogSpecification()

Method Details

blobDuration

public String blobDuration()

Get duration of the blob.

Returns:

the blobDuration value

displayName

public String displayName()

Get the display name of the specification.

Returns:

the displayName value

name

public String name()

Get the name of the specification.

Returns:

the name value

withBlobDuration

public LogSpecification withBlobDuration(String blobDuration)

Set duration of the blob.

Parameters:

blobDuration - the blobDuration value to set

Returns:

the LogSpecification object itself.

withDisplayName

public LogSpecification withDisplayName(String displayName)

Set the display name of the specification.

Parameters:

displayName - the displayName value to set

Returns:

the LogSpecification object itself.

withName

public LogSpecification withName(String name)

Set the name of the specification.

Parameters:

name - the name value to set

Returns:

the LogSpecification object itself.

Applies to