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

204 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.Target"
fullName: "com.microsoft.azure.management.containerregistry.Target"
name: "Target"
nameWithType: "Target"
summary: "The target of the event."
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 **Target**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.Target.Target()"
fullName: "com.microsoft.azure.management.containerregistry.Target.Target()"
name: "Target()"
nameWithType: "Target.Target()"
syntax: "public Target()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.Target.digest()"
fullName: "com.microsoft.azure.management.containerregistry.Target.digest()"
name: "digest()"
nameWithType: "Target.digest()"
summary: "Get the digest of the content, as defined by the Registry V2 HTTP API Specification."
syntax: "public String digest()"
desc: "Get the digest of the content, as defined by the Registry V2 HTTP API Specification."
returns:
description: "the digest 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.Target.length()"
fullName: "com.microsoft.azure.management.containerregistry.Target.length()"
name: "length()"
nameWithType: "Target.length()"
summary: "Get the number of bytes of the content."
syntax: "public Long length()"
desc: "Get the number of bytes of the content. Same as Size field."
returns:
description: "the length value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.mediaType()"
fullName: "com.microsoft.azure.management.containerregistry.Target.mediaType()"
name: "mediaType()"
nameWithType: "Target.mediaType()"
summary: "Get the MIME type of the referenced object."
syntax: "public String mediaType()"
desc: "Get the MIME type of the referenced object."
returns:
description: "the mediaType 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.Target.repository()"
fullName: "com.microsoft.azure.management.containerregistry.Target.repository()"
name: "repository()"
nameWithType: "Target.repository()"
summary: "Get the repository name."
syntax: "public String repository()"
desc: "Get the repository name."
returns:
description: "the repository 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.Target.size()"
fullName: "com.microsoft.azure.management.containerregistry.Target.size()"
name: "size()"
nameWithType: "Target.size()"
summary: "Get the number of bytes of the content."
syntax: "public Long size()"
desc: "Get the number of bytes of the content. Same as Length field."
returns:
description: "the size value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.tag()"
fullName: "com.microsoft.azure.management.containerregistry.Target.tag()"
name: "tag()"
nameWithType: "Target.tag()"
summary: "Get the tag name."
syntax: "public String tag()"
desc: "Get the tag name."
returns:
description: "the tag 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.Target.url()"
fullName: "com.microsoft.azure.management.containerregistry.Target.url()"
name: "url()"
nameWithType: "Target.url()"
summary: "Get the direct URL to the content."
syntax: "public String url()"
desc: "Get the direct URL to the content."
returns:
description: "the url 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.Target.withDigest(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withDigest(String digest)"
name: "withDigest(String digest)"
nameWithType: "Target.withDigest(String digest)"
summary: "Set the digest of the content, as defined by the Registry V2 HTTP API Specification."
parameters:
- description: "the digest value to set"
name: "digest"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withDigest(String digest)"
desc: "Set the digest of the content, as defined by the Registry V2 HTTP API Specification."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.withLength(java.lang.Long)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withLength(Long length)"
name: "withLength(Long length)"
nameWithType: "Target.withLength(Long length)"
summary: "Set the number of bytes of the content."
parameters:
- description: "the length value to set"
name: "length"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withLength(Long length)"
desc: "Set the number of bytes of the content. Same as Size field."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.withMediaType(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withMediaType(String mediaType)"
name: "withMediaType(String mediaType)"
nameWithType: "Target.withMediaType(String mediaType)"
summary: "Set the MIME type of the referenced object."
parameters:
- description: "the mediaType value to set"
name: "mediaType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withMediaType(String mediaType)"
desc: "Set the MIME type of the referenced object."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.withRepository(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withRepository(String repository)"
name: "withRepository(String repository)"
nameWithType: "Target.withRepository(String repository)"
summary: "Set the repository name."
parameters:
- description: "the repository value to set"
name: "repository"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withRepository(String repository)"
desc: "Set the repository name."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.withSize(java.lang.Long)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withSize(Long size)"
name: "withSize(Long size)"
nameWithType: "Target.withSize(Long size)"
summary: "Set the number of bytes of the content."
parameters:
- description: "the size value to set"
name: "size"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withSize(Long size)"
desc: "Set the number of bytes of the content. Same as Length field."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.withTag(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withTag(String tag)"
name: "withTag(String tag)"
nameWithType: "Target.withTag(String tag)"
summary: "Set the tag name."
parameters:
- description: "the tag value to set"
name: "tag"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withTag(String tag)"
desc: "Set the tag name."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Target.withUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Target.withUrl(String url)"
name: "withUrl(String url)"
nameWithType: "Target.withUrl(String url)"
summary: "Set the direct URL to the content."
parameters:
- description: "the url value to set"
name: "url"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Target withUrl(String url)"
desc: "Set the direct URL to the content."
returns:
description: "the Target object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Target?alt=com.microsoft.azure.management.containerregistry.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The target of the event."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4