C# Class Microsoft.Azure.Commands.KeyVault.KeyVaultManagementCmdletBase

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Protected Properties

Property Type Description
DefaultPermissionsToCertificates string[]
DefaultPermissionsToKeys string[]
DefaultPermissionsToSecrets string[]
DefaultSkuFamily string
DefaultSkuName string

Protected Methods

Method Description
GetCurrentUsersObjectId ( ) : System.Guid
GetObjectId ( System.Guid objectId, string upn, string spn ) : System.Guid
GetResourceGroupName ( string vaultName ) : string
GetTenantId ( ) : System.Guid
ListVaults ( string resourceGroupName, Hashtable tag ) : List
VaultExistsInCurrentSubscription ( string name ) : bool

Method Details

GetCurrentUsersObjectId() protected method

protected GetCurrentUsersObjectId ( ) : System.Guid
return System.Guid

GetObjectId() protected method

protected GetObjectId ( System.Guid objectId, string upn, string spn ) : System.Guid
objectId System.Guid
upn string
spn string
return System.Guid

GetResourceGroupName() protected method

protected GetResourceGroupName ( string vaultName ) : string
vaultName string
return string

GetTenantId() protected method

protected GetTenantId ( ) : System.Guid
return System.Guid

ListVaults() protected method

protected ListVaults ( string resourceGroupName, Hashtable tag ) : List
resourceGroupName string
tag System.Collections.Hashtable
return List

VaultExistsInCurrentSubscription() protected method

protected VaultExistsInCurrentSubscription ( string name ) : bool
name string
return bool

Property Details

DefaultPermissionsToCertificates protected_oe property

protected string[] DefaultPermissionsToCertificates
return string[]

DefaultPermissionsToKeys protected_oe property

protected string[] DefaultPermissionsToKeys
return string[]

DefaultPermissionsToSecrets protected_oe property

protected string[] DefaultPermissionsToSecrets
return string[]

DefaultSkuFamily protected_oe property

protected string DefaultSkuFamily
return string

DefaultSkuName protected_oe property

protected string DefaultSkuName
return string