84 строки
7.4 KiB
YAML
84 строки
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification"
|
|
name: "ServiceSpecification"
|
|
nameWithType: "ServiceSpecification"
|
|
summary: "Service specification payload."
|
|
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 **ServiceSpecification**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.ServiceSpecification()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.ServiceSpecification()"
|
|
name: "ServiceSpecification()"
|
|
nameWithType: "ServiceSpecification.ServiceSpecification()"
|
|
syntax: "public ServiceSpecification()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.logSpecifications()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.logSpecifications()"
|
|
name: "logSpecifications()"
|
|
nameWithType: "ServiceSpecification.logSpecifications()"
|
|
summary: "Get specifications of the Log for Azure Monitoring."
|
|
syntax: "public List<LogSpecification> logSpecifications()"
|
|
desc: "Get specifications of the Log for Azure Monitoring."
|
|
returns:
|
|
description: "the logSpecifications value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.ServiceSpecification.metricSpecifications()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.metricSpecifications()"
|
|
name: "metricSpecifications()"
|
|
nameWithType: "ServiceSpecification.metricSpecifications()"
|
|
summary: "Get specifications of the Metrics for Azure Monitoring."
|
|
syntax: "public List<MetricSpecification> metricSpecifications()"
|
|
desc: "Get specifications of the Metrics for Azure Monitoring."
|
|
returns:
|
|
description: "the metricSpecifications value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MetricSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.withLogSpecifications(java.util.List<com.microsoft.azure.management.appplatform.v2020_07_01.LogSpecification>)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications)"
|
|
name: "withLogSpecifications(List<LogSpecification> logSpecifications)"
|
|
nameWithType: "ServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications)"
|
|
summary: "Set specifications of the Log for Azure Monitoring."
|
|
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\" /><<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\" />>"
|
|
syntax: "public ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)"
|
|
desc: "Set specifications of the Log for Azure Monitoring."
|
|
returns:
|
|
description: "the ServiceSpecification object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification&text=ServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.withMetricSpecifications(java.util.List<com.microsoft.azure.management.appplatform.v2020_07_01.MetricSpecification>)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
|
|
name: "withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
|
|
nameWithType: "ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
|
|
summary: "Set specifications of the Metrics for Azure Monitoring."
|
|
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\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MetricSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)"
|
|
desc: "Set specifications of the Metrics for Azure Monitoring."
|
|
returns:
|
|
description: "the ServiceSpecification object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ServiceSpecification&text=ServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Service specification payload."
|
|
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
|