CertificateGetResponse Constructor (Certificate)
Initializes a new instance of the CertificateGetResponse class with required arguments.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public CertificateGetResponse(
Certificate certificate
)
public:
CertificateGetResponse(
Certificate^ certificate
)
new :
certificate:Certificate -> CertificateGetResponse
Public Sub New (
certificate As Certificate
)
Parameters
- certificate
Type: Microsoft.Azure.Batch.Protocol.Models.Certificate
See Also
CertificateGetResponse Overload
CertificateGetResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top