你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotDpsBaseCmdlet.GetIotDpsCertificates Method
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
GetIotDpsCertificates(String, String) | |
GetIotDpsCertificates(String, String, String) |
GetIotDpsCertificates(String, String)
public System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse> GetIotDpsCertificates (string resourceGroupName, string provisioningServiceName);
member this.GetIotDpsCertificates : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse>
Public Function GetIotDpsCertificates (resourceGroupName As String, provisioningServiceName As String) As IList(Of CertificateResponse)
Parameters
- resourceGroupName
- String
- provisioningServiceName
- String
Returns
Applies to
GetIotDpsCertificates(String, String, String)
public Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse GetIotDpsCertificates (string resourceGroupName, string provisioningServiceName, string certificateName);
member this.GetIotDpsCertificates : string * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse
Public Function GetIotDpsCertificates (resourceGroupName As String, provisioningServiceName As String, certificateName As String) As CertificateResponse
Parameters
- resourceGroupName
- String
- provisioningServiceName
- String
- certificateName
- String