azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

117 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials"
name: "ImageRepositoryCredentials"
nameWithType: "ImageRepositoryCredentials"
summary: "Image<wbr>Repository<wbr>Credentials represents the credentials used to login to the image repository."
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 **ImageRepositoryCredentials**"
constructors:
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.ImageRepositoryCredentials()"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.ImageRepositoryCredentials()"
name: "ImageRepositoryCredentials()"
nameWithType: "ImageRepositoryCredentials.ImageRepositoryCredentials()"
summary: "Creates an instance of Image<wbr>Repository<wbr>Credentials class."
syntax: "public ImageRepositoryCredentials()"
desc: "Creates an instance of ImageRepositoryCredentials class."
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.password()"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.password()"
name: "password()"
nameWithType: "ImageRepositoryCredentials.password()"
summary: "Get the password property: The password or token used to access an image in the target repository."
syntax: "public String password()"
desc: "Get the password property: The password or token used to access an image in the target repository."
returns:
description: "the password value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.registryUrl()"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.registryUrl()"
name: "registryUrl()"
nameWithType: "ImageRepositoryCredentials.registryUrl()"
summary: "Get the registry<wbr>Url property: The URL of the authentication server used to validate the repository credentials."
syntax: "public String registryUrl()"
desc: "Get the registryUrl property: The URL of the authentication server used to validate the repository credentials."
returns:
description: "the registryUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.username()"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.username()"
name: "username()"
nameWithType: "ImageRepositoryCredentials.username()"
summary: "Get the username property: The username used to access an image in the target repository."
syntax: "public String username()"
desc: "Get the username property: The username used to access an image in the target repository."
returns:
description: "the username value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.validate()"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.validate()"
name: "validate()"
nameWithType: "ImageRepositoryCredentials.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.withPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "ImageRepositoryCredentials.withPassword(String password)"
summary: "Set the password property: The password or token used to access an image in the target repository."
parameters:
- description: "the password value to set."
name: "password"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ImageRepositoryCredentials withPassword(String password)"
desc: "Set the password property: The password or token used to access an image in the target repository."
returns:
description: "the ImageRepositoryCredentials object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials?alt=com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials&text=ImageRepositoryCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.withRegistryUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.withRegistryUrl(String registryUrl)"
name: "withRegistryUrl(String registryUrl)"
nameWithType: "ImageRepositoryCredentials.withRegistryUrl(String registryUrl)"
summary: "Set the registry<wbr>Url property: The URL of the authentication server used to validate the repository credentials."
parameters:
- description: "the registryUrl value to set."
name: "registryUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ImageRepositoryCredentials withRegistryUrl(String registryUrl)"
desc: "Set the registryUrl property: The URL of the authentication server used to validate the repository credentials."
returns:
description: "the ImageRepositoryCredentials object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials?alt=com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials&text=ImageRepositoryCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.withUsername(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials.withUsername(String username)"
name: "withUsername(String username)"
nameWithType: "ImageRepositoryCredentials.withUsername(String username)"
summary: "Set the username property: The username used to access an image in the target repository."
parameters:
- description: "the username value to set."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ImageRepositoryCredentials withUsername(String username)"
desc: "Set the username property: The username used to access an image in the target repository."
returns:
description: "the ImageRepositoryCredentials object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials?alt=com.azure.resourcemanager.networkcloud.models.ImageRepositoryCredentials&text=ImageRepositoryCredentials\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "ImageRepositoryCredentials represents the credentials used to login to the image repository."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0