NewCertificateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- context
- BatchAccountContext
- 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
- context
- BatchAccountContext
- filePath
- String
- rawData
- Byte[]
- certKind
- PSCertificateKind
- additionalBehaviors
- IEnumerable<BatchClientBehavior>