CodePackage Classe
- java.
lang. Object - system.
fabric. CodePackage
- system.
public class CodePackage
Représente la définition du package de code.
Récapitulatif du constructeur
Constructeur | Description |
---|---|
CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy) |
Crée une instance de system.fabric.CodePackage |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
Code |
getCodePackageDescription()
Obtient l'objet CodePackageDescription pour l'objet system.fabric.CodePackage. |
Run |
getEntryPointRunAsPolicy()
Obtient le RunAsPolicyDescription associé à Main EntryPoint dans le system.fabric.CodePackage. |
String |
getPath()
Obtient le chemin d’accès au system.fabric.CodePackage. |
Run |
getSetupEntryPointRunAsPolicy()
Obtient l’objet RunAsPolicyDescription associé à Setup EntryPoint dans system.fabric.CodePackage. |
Détails du constructeur
CodePackage
public CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)
Crée une instance de system.fabric.CodePackage
Paramètres:
CodePackageDescription pour le system.fabric.CodePackage
Détails de la méthode
getCodePackageDescription
public CodePackageDescription getCodePackageDescription()
Obtient l'objet CodePackageDescription pour l'objet system.fabric.CodePackage.
Retours:
getEntryPointRunAsPolicy
public RunAsPolicyDescription getEntryPointRunAsPolicy()
Obtient le RunAsPolicyDescription associé à Main EntryPoint dans le system.fabric.CodePackage.
Retours:
getPath
public String getPath()
Obtient le chemin d’accès au system.fabric.CodePackage.
Retours:
getSetupEntryPointRunAsPolicy
public RunAsPolicyDescription getSetupEntryPointRunAsPolicy()
Obtient l’objet RunAsPolicyDescription associé à Setup EntryPoint dans system.fabric.CodePackage.
Retours:
S’applique à
Azure SDK for Java