ArmIotOperationsModelFactory.SanForCert 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.
public static Azure.ResourceManager.IotOperations.Models.SanForCert SanForCert(System.Collections.Generic.IEnumerable<string> dns = default, System.Collections.Generic.IEnumerable<string> ip = default);
static member SanForCert : seq<string> * seq<string> -> Azure.ResourceManager.IotOperations.Models.SanForCert
Public Shared Function SanForCert (Optional dns As IEnumerable(Of String) = Nothing, Optional ip As IEnumerable(Of String) = Nothing) As SanForCert
Parameters
- dns
- IEnumerable<String>
DNS SANs.
- ip
- IEnumerable<String>
IP address SANs.
Returns
A new SanForCert instance for mocking.