38 строки
2.3 KiB
YAML
38 строки
2.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistryCredentials"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryCredentials"
|
|
name: "RegistryCredentials"
|
|
nameWithType: "RegistryCredentials"
|
|
summary: "Response containing the login credentials for a container registry."
|
|
syntax: "public interface **RegistryCredentials**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryCredentials.accessKeys()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryCredentials.accessKeys()"
|
|
name: "accessKeys()"
|
|
nameWithType: "RegistryCredentials.accessKeys()"
|
|
summary: "The admin user access key names and values which can be used to login into the container registry."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<AccessKeyType,String> accessKeys()"
|
|
desc: "The admin user access key names and values which can be used to login into the container registry."
|
|
returns:
|
|
description: "the admin user access keys"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.AccessKeyType?alt=com.microsoft.azure.management.containerregistry.AccessKeyType&text=AccessKeyType\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryCredentials.username()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryCredentials.username()"
|
|
name: "username()"
|
|
nameWithType: "RegistryCredentials.username()"
|
|
summary: "Get the username value which can be used to login into the container registry."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String username()"
|
|
desc: "Get the username value which can be used to login into the container registry."
|
|
returns:
|
|
description: "the username value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Response containing the login credentials for a container registry."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|