Compartir a través de


ServiceSpecification Constructors

Definition

Overloads

ServiceSpecification()
ServiceSpecification(IList<LogSpecification>)

ServiceSpecification()

public ServiceSpecification ();
Public Sub New ()

Applies to

ServiceSpecification(IList<LogSpecification>)

public ServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.LogSpecification> logSpecifications = default);
new Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.ServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.LogSpecification> -> Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.ServiceSpecification
Public Sub New (Optional logSpecifications As IList(Of LogSpecification) = Nothing)

Parameters

logSpecifications
IList<LogSpecification>

Applies to