ArmResourceConnectorModelFactory.ApplianceSshKey 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.
Initializes a new instance of ApplianceSshKey.
public static Azure.ResourceManager.ResourceConnector.Models.ApplianceSshKey ApplianceSshKey(string certificate = default, long? creationTimeStamp = default, long? expirationTimeStamp = default, string privateKey = default, string publicKey = default);
static member ApplianceSshKey : string * Nullable<int64> * Nullable<int64> * string * string -> Azure.ResourceManager.ResourceConnector.Models.ApplianceSshKey
Public Shared Function ApplianceSshKey (Optional certificate As String = Nothing, Optional creationTimeStamp As Nullable(Of Long) = Nothing, Optional expirationTimeStamp As Nullable(Of Long) = Nothing, Optional privateKey As String = Nothing, Optional publicKey As String = Nothing) As ApplianceSshKey
Parameters
- certificate
- String
Certificate associated with the public key if the key is signed.
- privateKey
- String
Private Key.
- publicKey
- String
Public Key.
Returns
A new ApplianceSshKey instance for mocking.
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