azure-docs-sdk-java/docs-ref-autogen/system.fabric.CodePackage.yml

85 строки
6.9 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.CodePackage.CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)
name: CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)
nameWithType: CodePackage.CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)
parameters:
- description: <p>path where <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref> is to be created. </p>
name: path
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: >-
<p>
<xref uid="system.fabric.description.CodePackageDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.CodePackageDescription"></xref> for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref></p>
name: description
type: <xref href="system.fabric.description.CodePackageDescription?alt=system.fabric.description.CodePackageDescription&text=CodePackageDescription" data-throw-if-not-resolved="False"/>
- description: <p>Setup Entry point for <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref></p>
name: SetupEntryPointRunAsPolicy
type: <xref href="system.fabric.description.RunAsPolicyDescription?alt=system.fabric.description.RunAsPolicyDescription&text=RunAsPolicyDescription" data-throw-if-not-resolved="False"/>
- description: <p>Code Run entry point for <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref></p>
name: EntryPointRunAsPolicy
type: <xref href="system.fabric.description.RunAsPolicyDescription?alt=system.fabric.description.RunAsPolicyDescription&text=RunAsPolicyDescription" data-throw-if-not-resolved="False"/>
summary: <p>Creates an Instance of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref></p>
syntax: public CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)
uid: system.fabric.CodePackage.CodePackage(String,CodePackageDescription,RunAsPolicyDescription,RunAsPolicyDescription)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.CodePackage.getCodePackageDescription()
name: getCodePackageDescription()
nameWithType: CodePackage.getCodePackageDescription()
returns:
description: <p>The <xref uid="system.fabric.description.CodePackageDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.CodePackageDescription"></xref> for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>. </p>
type: <xref href="system.fabric.description.CodePackageDescription?alt=system.fabric.description.CodePackageDescription&text=CodePackageDescription" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the <xref uid="system.fabric.description.CodePackageDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.CodePackageDescription"></xref> for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>.</p>
<p></p>
syntax: public CodePackageDescription getCodePackageDescription()
uid: system.fabric.CodePackage.getCodePackageDescription()
- fullName: system.fabric.CodePackage.getEntryPointRunAsPolicy()
name: getEntryPointRunAsPolicy()
nameWithType: CodePackage.getEntryPointRunAsPolicy()
returns:
description: <p>The <xref uid="system.fabric.description.RunAsPolicyDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.RunAsPolicyDescription"></xref> associated with Main EntryPoint in the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>. </p>
type: <xref href="system.fabric.description.RunAsPolicyDescription?alt=system.fabric.description.RunAsPolicyDescription&text=RunAsPolicyDescription" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the <xref uid="system.fabric.description.RunAsPolicyDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.RunAsPolicyDescription"></xref> associated with Main EntryPoint in the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>.</p>
<p></p>
syntax: public RunAsPolicyDescription getEntryPointRunAsPolicy()
uid: system.fabric.CodePackage.getEntryPointRunAsPolicy()
- fullName: system.fabric.CodePackage.getPath()
name: getPath()
nameWithType: CodePackage.getPath()
returns:
description: <p>The path to the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the path to the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>.</p>
<p></p>
syntax: public String getPath()
uid: system.fabric.CodePackage.getPath()
- fullName: system.fabric.CodePackage.getSetupEntryPointRunAsPolicy()
name: getSetupEntryPointRunAsPolicy()
nameWithType: CodePackage.getSetupEntryPointRunAsPolicy()
returns:
description: <p>The <xref uid="system.fabric.description.RunAsPolicyDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.RunAsPolicyDescription"></xref> object associated with Setup EntryPoint in <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>. </p>
type: <xref href="system.fabric.description.RunAsPolicyDescription?alt=system.fabric.description.RunAsPolicyDescription&text=RunAsPolicyDescription" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the <xref uid="system.fabric.description.RunAsPolicyDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.RunAsPolicyDescription"></xref> object associated with Setup EntryPoint in <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref>.</p>
<p></p>
syntax: public RunAsPolicyDescription getSetupEntryPointRunAsPolicy()
uid: system.fabric.CodePackage.getSetupEntryPointRunAsPolicy()
nameWithType: CodePackage
syntax: public class CodePackage
type: class
uid: system.fabric.CodePackage
fullName: system.fabric.CodePackage
name: CodePackage
package: system.fabric
summary: <p>Represents the code package definition. </p>
metadata: {}