ServiceSpecification Constructors

Definition

Overloads

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

ServiceSpecification(IList<LogSpecification>)

Initializes a new instance of the ServiceSpecification class.

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

public ServiceSpecification ();
Public Sub New ()

Applies to

ServiceSpecification(IList<LogSpecification>)

Initializes a new instance of the ServiceSpecification class.

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

Parameters

logSpecifications
IList<LogSpecification>

Log specifications of operation.

Applies to