azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.Argument"
fullName: "com.microsoft.azure.management.containerregistry.Argument"
name: "Argument"
nameWithType: "Argument"
summary: "The properties of a run argument."
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 **Argument**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.Argument.Argument()"
fullName: "com.microsoft.azure.management.containerregistry.Argument.Argument()"
name: "Argument()"
nameWithType: "Argument.Argument()"
syntax: "public Argument()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.Argument.isSecret()"
fullName: "com.microsoft.azure.management.containerregistry.Argument.isSecret()"
name: "isSecret()"
nameWithType: "Argument.isSecret()"
summary: "Get flag to indicate whether the argument represents a secret and want to be removed from build logs."
syntax: "public Boolean isSecret()"
desc: "Get flag to indicate whether the argument represents a secret and want to be removed from build logs."
returns:
description: "the isSecret value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Argument.name()"
fullName: "com.microsoft.azure.management.containerregistry.Argument.name()"
name: "name()"
nameWithType: "Argument.name()"
summary: "Get the name of the argument."
syntax: "public String name()"
desc: "Get the name of the argument."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Argument.value()"
fullName: "com.microsoft.azure.management.containerregistry.Argument.value()"
name: "value()"
nameWithType: "Argument.value()"
summary: "Get the value of the argument."
syntax: "public String value()"
desc: "Get the value of the argument."
returns:
description: "the value value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Argument.withIsSecret(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerregistry.Argument.withIsSecret(Boolean isSecret)"
name: "withIsSecret(Boolean isSecret)"
nameWithType: "Argument.withIsSecret(Boolean isSecret)"
summary: "Set flag to indicate whether the argument represents a secret and want to be removed from build logs."
parameters:
- description: "the isSecret value to set"
name: "isSecret"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Argument withIsSecret(Boolean isSecret)"
desc: "Set flag to indicate whether the argument represents a secret and want to be removed from build logs."
returns:
description: "the Argument object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Argument.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Argument.withName(String name)"
name: "withName(String name)"
nameWithType: "Argument.withName(String name)"
summary: "Set the name of the argument."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Argument withName(String name)"
desc: "Set the name of the argument."
returns:
description: "the Argument object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Argument.withValue(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Argument.withValue(String value)"
name: "withValue(String value)"
nameWithType: "Argument.withValue(String value)"
summary: "Set the value of the argument."
parameters:
- description: "the value value to set"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Argument withValue(String value)"
desc: "Set the value of the argument."
returns:
description: "the Argument object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a run argument."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4