C# Class Microsoft.Azure.Commands.KeyVault.Models.SecretAttributes

Secret attributes from PSH perspective
Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
SecretAttributes ( ) : System

Private Methods

Method Description
SecretAttributes ( bool enabled, System.DateTime expires, System.DateTime notBefore, System.DateTime created, System.DateTime updated, string contentType, string>.IDictionary tags ) : System
SecretAttributes ( bool enabled, System.DateTime expires, System.DateTime notBefore, string contentType, Hashtable tags ) : System

Method Details

SecretAttributes() public method

public SecretAttributes ( ) : System
return System