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

Key attributes from PSH perspective
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
KeyAttributes ( ) : System

Private Methods

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

Method Details

KeyAttributes() public method

public KeyAttributes ( ) : System
return System