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

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Protected Properties

Свойство Type Description
DefaultPermissionsToCertificates string[]
DefaultPermissionsToKeys string[]
DefaultPermissionsToSecrets string[]
DefaultSkuFamily string
DefaultSkuName string

Méthodes protégées

Méthode 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 méthode

protected GetCurrentUsersObjectId ( ) : System.Guid
Résultat System.Guid

GetObjectId() protected méthode

protected GetObjectId ( System.Guid objectId, string upn, string spn ) : System.Guid
objectId System.Guid
upn string
spn string
Résultat System.Guid

GetResourceGroupName() protected méthode

protected GetResourceGroupName ( string vaultName ) : string
vaultName string
Résultat string

GetTenantId() protected méthode

protected GetTenantId ( ) : System.Guid
Résultat System.Guid

ListVaults() protected méthode

protected ListVaults ( string resourceGroupName, Hashtable tag ) : List
resourceGroupName string
tag System.Collections.Hashtable
Résultat List

VaultExistsInCurrentSubscription() protected méthode

protected VaultExistsInCurrentSubscription ( string name ) : bool
name string
Résultat bool

Property Details

DefaultPermissionsToCertificates protected_oe property

protected string[] DefaultPermissionsToCertificates
Résultat string[]

DefaultPermissionsToKeys protected_oe property

protected string[] DefaultPermissionsToKeys
Résultat string[]

DefaultPermissionsToSecrets protected_oe property

protected string[] DefaultPermissionsToSecrets
Résultat string[]

DefaultSkuFamily protected_oe property

protected string DefaultSkuFamily
Résultat string

DefaultSkuName protected_oe property

protected string DefaultSkuName
Résultat string