132 строки
9.4 KiB
YAML
132 строки
9.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo"
|
|
name: "UserSourceInfo"
|
|
nameWithType: "UserSourceInfo"
|
|
summary: "Source information for a deployment."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **UserSourceInfo**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.UserSourceInfo()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.UserSourceInfo()"
|
|
name: "UserSourceInfo()"
|
|
nameWithType: "UserSourceInfo.UserSourceInfo()"
|
|
syntax: "public UserSourceInfo()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.artifactSelector()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.artifactSelector()"
|
|
name: "artifactSelector()"
|
|
nameWithType: "UserSourceInfo.artifactSelector()"
|
|
summary: "Get selector for the artifact to be used for the deployment for multi-module projects."
|
|
syntax: "public String artifactSelector()"
|
|
desc: "Get selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project."
|
|
returns:
|
|
description: "the artifactSelector value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.relativePath()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.relativePath()"
|
|
name: "relativePath()"
|
|
nameWithType: "UserSourceInfo.relativePath()"
|
|
summary: "Get relative path of the storage which stores the source."
|
|
syntax: "public String relativePath()"
|
|
desc: "Get relative path of the storage which stores the source."
|
|
returns:
|
|
description: "the relativePath value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.type()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.type()"
|
|
name: "type()"
|
|
nameWithType: "UserSourceInfo.type()"
|
|
summary: "Get type of the source uploaded."
|
|
syntax: "public UserSourceType type()"
|
|
desc: "Get type of the source uploaded. Possible values include: 'Jar', 'Source'."
|
|
returns:
|
|
description: "the type value"
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceType?alt=com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceType&text=UserSourceType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.version()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.version()"
|
|
name: "version()"
|
|
nameWithType: "UserSourceInfo.version()"
|
|
summary: "Get version of the source."
|
|
syntax: "public String version()"
|
|
desc: "Get version of the source."
|
|
returns:
|
|
description: "the version value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withArtifactSelector(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withArtifactSelector(String artifactSelector)"
|
|
name: "withArtifactSelector(String artifactSelector)"
|
|
nameWithType: "UserSourceInfo.withArtifactSelector(String artifactSelector)"
|
|
summary: "Set selector for the artifact to be used for the deployment for multi-module projects."
|
|
parameters:
|
|
- description: "the artifactSelector value to set"
|
|
name: "artifactSelector"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserSourceInfo withArtifactSelector(String artifactSelector)"
|
|
desc: "Set selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project."
|
|
returns:
|
|
description: "the UserSourceInfo object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo?alt=com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo&text=UserSourceInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withRelativePath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withRelativePath(String relativePath)"
|
|
name: "withRelativePath(String relativePath)"
|
|
nameWithType: "UserSourceInfo.withRelativePath(String relativePath)"
|
|
summary: "Set relative path of the storage which stores the source."
|
|
parameters:
|
|
- description: "the relativePath value to set"
|
|
name: "relativePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserSourceInfo withRelativePath(String relativePath)"
|
|
desc: "Set relative path of the storage which stores the source."
|
|
returns:
|
|
description: "the UserSourceInfo object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo?alt=com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo&text=UserSourceInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withType(com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceType)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withType(UserSourceType type)"
|
|
name: "withType(UserSourceType type)"
|
|
nameWithType: "UserSourceInfo.withType(UserSourceType type)"
|
|
summary: "Set type of the source uploaded."
|
|
parameters:
|
|
- description: "the type value to set"
|
|
name: "type"
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceType?alt=com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceType&text=UserSourceType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserSourceInfo withType(UserSourceType type)"
|
|
desc: "Set type of the source uploaded. Possible values include: 'Jar', 'Source'."
|
|
returns:
|
|
description: "the UserSourceInfo object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo?alt=com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo&text=UserSourceInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withVersion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo.withVersion(String version)"
|
|
name: "withVersion(String version)"
|
|
nameWithType: "UserSourceInfo.withVersion(String version)"
|
|
summary: "Set version of the source."
|
|
parameters:
|
|
- description: "the version value to set"
|
|
name: "version"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserSourceInfo withVersion(String version)"
|
|
desc: "Set version of the source."
|
|
returns:
|
|
description: "the UserSourceInfo object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo?alt=com.microsoft.azure.management.appplatform.v2020_07_01.UserSourceInfo&text=UserSourceInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Source information for a deployment."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
|
|
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta
|