Partilhar via


NewCertificateParameters Constructors

Definition

Overloads

NewCertificateParameters(BatchAccountContext, String, Byte[], IEnumerable<BatchClientBehavior>)
NewCertificateParameters(BatchAccountContext, String, Byte[], PSCertificateKind, IEnumerable<BatchClientBehavior>)

NewCertificateParameters(BatchAccountContext, String, Byte[], IEnumerable<BatchClientBehavior>)

public NewCertificateParameters (Microsoft.Azure.Commands.Batch.BatchAccountContext context, string filePath, byte[] rawData, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
new Microsoft.Azure.Commands.Batch.Models.NewCertificateParameters : Microsoft.Azure.Commands.Batch.BatchAccountContext * string * byte[] * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Commands.Batch.Models.NewCertificateParameters
Public Sub New (context As BatchAccountContext, filePath As String, rawData As Byte(), Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parameters

filePath
String
rawData
Byte[]
additionalBehaviors
IEnumerable<BatchClientBehavior>

Applies to

NewCertificateParameters(BatchAccountContext, String, Byte[], PSCertificateKind, IEnumerable<BatchClientBehavior>)

public NewCertificateParameters (Microsoft.Azure.Commands.Batch.BatchAccountContext context, string filePath, byte[] rawData, Microsoft.Azure.Commands.Batch.Models.PSCertificateKind certKind, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
new Microsoft.Azure.Commands.Batch.Models.NewCertificateParameters : Microsoft.Azure.Commands.Batch.BatchAccountContext * string * byte[] * Microsoft.Azure.Commands.Batch.Models.PSCertificateKind * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Commands.Batch.Models.NewCertificateParameters
Public Sub New (context As BatchAccountContext, filePath As String, rawData As Byte(), certKind As PSCertificateKind, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parameters

filePath
String
rawData
Byte[]
additionalBehaviors
IEnumerable<BatchClientBehavior>

Applies to