ProjectAllowedEnvironmentTypes interface
Interfaccia che rappresenta un oggetto ProjectAllowedEnvironmentTypes.
Metodi
get(string, string, string, Project |
Ottiene un tipo di ambiente consentito. |
list(string, string, Project |
Elenca i tipi di ambiente consentiti per un progetto. |
Dettagli metodo
get(string, string, string, ProjectAllowedEnvironmentTypesGetOptionalParams)
Ottiene un tipo di ambiente consentito.
function get(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectAllowedEnvironmentTypesGetOptionalParams): Promise<AllowedEnvironmentType>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- projectName
-
string
Nome del progetto.
- environmentTypeName
-
string
Nome del tipo di ambiente.
Parametri delle opzioni.
Restituisce
Promise<AllowedEnvironmentType>
list(string, string, ProjectAllowedEnvironmentTypesListOptionalParams)
Elenca i tipi di ambiente consentiti per un progetto.
function list(resourceGroupName: string, projectName: string, options?: ProjectAllowedEnvironmentTypesListOptionalParams): PagedAsyncIterableIterator<AllowedEnvironmentType, AllowedEnvironmentType[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- projectName
-
string
Nome del progetto.
Parametri delle opzioni.