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

84 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification"
fullName: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification"
name: "OperationPropertiesFormatServiceSpecification"
nameWithType: "OperationPropertiesFormatServiceSpecification"
summary: "Specification of the service."
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 **OperationPropertiesFormatServiceSpecification**"
constructors:
- uid: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.OperationPropertiesFormatServiceSpecification()"
fullName: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.OperationPropertiesFormatServiceSpecification()"
name: "OperationPropertiesFormatServiceSpecification()"
nameWithType: "OperationPropertiesFormatServiceSpecification.OperationPropertiesFormatServiceSpecification()"
syntax: "public OperationPropertiesFormatServiceSpecification()"
methods:
- uid: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.logSpecifications()"
fullName: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.logSpecifications()"
name: "logSpecifications()"
nameWithType: "OperationPropertiesFormatServiceSpecification.logSpecifications()"
summary: "Get operation log specification."
syntax: "public List<LogSpecification> logSpecifications()"
desc: "Get operation log specification."
returns:
description: "the logSpecifications value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.LogSpecification?alt=com.microsoft.azure.management.network.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.metricSpecifications()"
fullName: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.metricSpecifications()"
name: "metricSpecifications()"
nameWithType: "OperationPropertiesFormatServiceSpecification.metricSpecifications()"
summary: "Get operation service specification."
syntax: "public List<MetricSpecification> metricSpecifications()"
desc: "Get operation service specification."
returns:
description: "the metricSpecifications value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.MetricSpecification?alt=com.microsoft.azure.management.network.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.withLogSpecifications(java.util.List<com.microsoft.azure.management.network.LogSpecification>)"
fullName: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications)"
name: "withLogSpecifications(List<LogSpecification> logSpecifications)"
nameWithType: "OperationPropertiesFormatServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications)"
summary: "Set operation log specification."
parameters:
- description: "the logSpecifications value to set"
name: "logSpecifications"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.LogSpecification?alt=com.microsoft.azure.management.network.LogSpecification&text=LogSpecification\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OperationPropertiesFormatServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)"
desc: "Set operation log specification."
returns:
description: "the OperationPropertiesFormatServiceSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification?alt=com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification&text=OperationPropertiesFormatServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.withMetricSpecifications(java.util.List<com.microsoft.azure.management.network.MetricSpecification>)"
fullName: "com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
name: "withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
nameWithType: "OperationPropertiesFormatServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
summary: "Set operation service specification."
parameters:
- description: "the metricSpecifications value to set"
name: "metricSpecifications"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.MetricSpecification?alt=com.microsoft.azure.management.network.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OperationPropertiesFormatServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
desc: "Set operation service specification."
returns:
description: "the OperationPropertiesFormatServiceSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification?alt=com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification&text=OperationPropertiesFormatServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specification of the service."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4