DeviceProvisioningServicesCertificateResourceVerifyCertificateOptions Constructor
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.
Initializes a new instance of DeviceProvisioningServicesCertificateResourceVerifyCertificateOptions.
public DeviceProvisioningServicesCertificateResourceVerifyCertificateOptions (string ifMatch, Azure.ResourceManager.DeviceProvisioningServices.Models.CertificateVerificationCodeContent content);
new Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceProvisioningServicesCertificateResourceVerifyCertificateOptions : string * Azure.ResourceManager.DeviceProvisioningServices.Models.CertificateVerificationCodeContent -> Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceProvisioningServicesCertificateResourceVerifyCertificateOptions
Public Sub New (ifMatch As String, content As CertificateVerificationCodeContent)
Parameters
- ifMatch
- String
ETag of the certificate.
The name of the certificate.
Exceptions
ifMatch
or content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET