93 строки
6.7 KiB
YAML
93 строки
6.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams"
|
|
name: "CheckinManifestParams"
|
|
nameWithType: "CheckinManifestParams"
|
|
summary: "The Checkin<wbr>Manifest<wbr>Params model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CheckinManifestParams**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.CheckinManifestParams()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.CheckinManifestParams()"
|
|
name: "CheckinManifestParams()"
|
|
nameWithType: "CheckinManifestParams.CheckinManifestParams()"
|
|
summary: "Creates an instance of Checkin<wbr>Manifest<wbr>Params class."
|
|
syntax: "public CheckinManifestParams()"
|
|
desc: "Creates an instance of CheckinManifestParams class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.baselineArmManifestLocation()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.baselineArmManifestLocation()"
|
|
name: "baselineArmManifestLocation()"
|
|
nameWithType: "CheckinManifestParams.baselineArmManifestLocation()"
|
|
summary: "Get the baseline<wbr>Arm<wbr>Manifest<wbr>Location property: The baseline ARM manifest location supplied to the checkin manifest operation."
|
|
syntax: "public String baselineArmManifestLocation()"
|
|
desc: "Get the baselineArmManifestLocation property: The baseline ARM manifest location supplied to the checkin manifest operation."
|
|
returns:
|
|
description: "the baselineArmManifestLocation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.environment()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.environment()"
|
|
name: "environment()"
|
|
nameWithType: "CheckinManifestParams.environment()"
|
|
summary: "Get the environment property: The environment supplied to the checkin manifest operation."
|
|
syntax: "public String environment()"
|
|
desc: "Get the environment property: The environment supplied to the checkin manifest operation."
|
|
returns:
|
|
description: "the environment value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.validate()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CheckinManifestParams.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.withBaselineArmManifestLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.withBaselineArmManifestLocation(String baselineArmManifestLocation)"
|
|
name: "withBaselineArmManifestLocation(String baselineArmManifestLocation)"
|
|
nameWithType: "CheckinManifestParams.withBaselineArmManifestLocation(String baselineArmManifestLocation)"
|
|
summary: "Set the baseline<wbr>Arm<wbr>Manifest<wbr>Location property: The baseline ARM manifest location supplied to the checkin manifest operation."
|
|
parameters:
|
|
- description: "the baselineArmManifestLocation value to set."
|
|
name: "baselineArmManifestLocation"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CheckinManifestParams withBaselineArmManifestLocation(String baselineArmManifestLocation)"
|
|
desc: "Set the baselineArmManifestLocation property: The baseline ARM manifest location supplied to the checkin manifest operation."
|
|
returns:
|
|
description: "the CheckinManifestParams object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.CheckinManifestParams?alt=com.azure.resourcemanager.providerhub.models.CheckinManifestParams&text=CheckinManifestParams\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.withEnvironment(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.CheckinManifestParams.withEnvironment(String environment)"
|
|
name: "withEnvironment(String environment)"
|
|
nameWithType: "CheckinManifestParams.withEnvironment(String environment)"
|
|
summary: "Set the environment property: The environment supplied to the checkin manifest operation."
|
|
parameters:
|
|
- description: "the environment value to set."
|
|
name: "environment"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CheckinManifestParams withEnvironment(String environment)"
|
|
desc: "Set the environment property: The environment supplied to the checkin manifest operation."
|
|
returns:
|
|
description: "the CheckinManifestParams object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.CheckinManifestParams?alt=com.azure.resourcemanager.providerhub.models.CheckinManifestParams&text=CheckinManifestParams\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The CheckinManifestParams model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.providerhub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0
|