ServiceSpecification Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
ServiceSpecification() |
Initierar en ny instans av klassen ServiceSpecification. |
ServiceSpecification(IList<MetricSpecification>, IList<LogSpecification>) |
Initierar en ny instans av klassen ServiceSpecification. |
ServiceSpecification()
Initierar en ny instans av klassen ServiceSpecification.
public ServiceSpecification ();
Public Sub New ()
Gäller för
ServiceSpecification(IList<MetricSpecification>, IList<LogSpecification>)
Initierar en ny instans av klassen ServiceSpecification.
public ServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MetricSpecification> metricSpecifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.LogSpecification> logSpecifications = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MetricSpecification> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.LogSpecification> -> Microsoft.Azure.Management.AppService.Fluent.Models.ServiceSpecification
Public Sub New (Optional metricSpecifications As IList(Of MetricSpecification) = Nothing, Optional logSpecifications As IList(Of LogSpecification) = Nothing)
Parametrar
- metricSpecifications
- IList<MetricSpecification>
- logSpecifications
- IList<LogSpecification>
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET