azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification"
name: "LogSpecification"
nameWithType: "LogSpecification"
summary: "Specifications of the Log for Azure Monitoring."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **LogSpecification**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.LogSpecification()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.LogSpecification()"
name: "LogSpecification()"
nameWithType: "LogSpecification.LogSpecification()"
syntax: "public LogSpecification()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.blobDuration()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.blobDuration()"
name: "blobDuration()"
nameWithType: "LogSpecification.blobDuration()"
summary: "Get blob duration of the log."
syntax: "public String blobDuration()"
desc: "Get blob duration of the log."
returns:
description: "the blobDuration value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.displayName()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.displayName()"
name: "displayName()"
nameWithType: "LogSpecification.displayName()"
summary: "Get localized friendly display name of the log."
syntax: "public String displayName()"
desc: "Get localized friendly display name of the log."
returns:
description: "the displayName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.name()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.name()"
name: "name()"
nameWithType: "LogSpecification.name()"
summary: "Get name of the log."
syntax: "public String name()"
desc: "Get name of the log."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.withBlobDuration(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.withBlobDuration(String blobDuration)"
name: "withBlobDuration(String blobDuration)"
nameWithType: "LogSpecification.withBlobDuration(String blobDuration)"
summary: "Set blob duration of the log."
parameters:
- description: "the blobDuration value to set"
name: "blobDuration"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogSpecification withBlobDuration(String blobDuration)"
desc: "Set blob duration of the log."
returns:
description: "the LogSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "LogSpecification.withDisplayName(String displayName)"
summary: "Set localized friendly display name of the log."
parameters:
- description: "the displayName value to set"
name: "displayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogSpecification withDisplayName(String displayName)"
desc: "Set localized friendly display name of the log."
returns:
description: "the LogSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification.withName(String name)"
name: "withName(String name)"
nameWithType: "LogSpecification.withName(String name)"
summary: "Set name of the log."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogSpecification withName(String name)"
desc: "Set name of the log."
returns:
description: "the LogSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifications of the Log for Azure Monitoring."
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta