LogSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. LogSpecification
- com.
public final class LogSpecification
Specifications of the Logs for Azure Monitoring.
Constructor Summary
| Constructor | Description |
|---|---|
| LogSpecification() |
Creates an instance of Log |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
| String |
name()
Get the name property: Name of the log. |
| void |
validate()
Validates the instance. |
|
Log |
withDisplayName(String displayName)
Set the display |
|
Log |
withName(String name)
Set the name property: Name of the log. |
Methods inherited from java.lang.Object
Constructor Details
LogSpecification
public LogSpecification()
Creates an instance of LogSpecification class.
Method Details
displayName
public String displayName()
Get the displayName property: Localized friendly display name of the log.
Returns:
name
public String name()
Get the name property: Name of the log.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public LogSpecification withDisplayName(String displayName)
Set the displayName property: Localized friendly display name of the log.
Parameters:
Returns:
withName
public LogSpecification withName(String name)
Set the name property: Name of the log.
Parameters:
Returns: