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

108 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.keyvault.LogSpecification"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification"
name: "LogSpecification"
nameWithType: "LogSpecification"
summary: "Log specification of operation."
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.keyvault.LogSpecification.LogSpecification()"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.LogSpecification()"
name: "LogSpecification()"
nameWithType: "LogSpecification.LogSpecification()"
syntax: "public LogSpecification()"
methods:
- uid: "com.microsoft.azure.management.keyvault.LogSpecification.blobDuration()"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.blobDuration()"
name: "blobDuration()"
nameWithType: "LogSpecification.blobDuration()"
summary: "Get the blob<wbr>Duration value."
syntax: "public String blobDuration()"
desc: "Get the blobDuration value."
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.keyvault.LogSpecification.displayName()"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.displayName()"
name: "displayName()"
nameWithType: "LogSpecification.displayName()"
summary: "Get the display<wbr>Name value."
syntax: "public String displayName()"
desc: "Get the displayName value."
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.keyvault.LogSpecification.name()"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.name()"
name: "name()"
nameWithType: "LogSpecification.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
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.keyvault.LogSpecification.withBlobDuration(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.withBlobDuration(String blobDuration)"
name: "withBlobDuration(String blobDuration)"
nameWithType: "LogSpecification.withBlobDuration(String blobDuration)"
summary: "Set the blob<wbr>Duration value."
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 the blobDuration value."
returns:
description: "the LogSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.LogSpecification?alt=com.microsoft.azure.management.keyvault.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.LogSpecification.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "LogSpecification.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name value."
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 the displayName value."
returns:
description: "the LogSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.LogSpecification?alt=com.microsoft.azure.management.keyvault.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.LogSpecification.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.LogSpecification.withName(String name)"
name: "withName(String name)"
nameWithType: "LogSpecification.withName(String name)"
summary: "Set the name value."
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 the name value."
returns:
description: "the LogSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.LogSpecification?alt=com.microsoft.azure.management.keyvault.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Log specification of operation."
metadata: {}
package: "com.microsoft.azure.management.keyvault"
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4