Uses of Class
com.azure.resourcemanager.containerregistry.models.LoginServerProperties
Packages that use LoginServerProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of LoginServerProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return LoginServerPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.loginServer()Get the loginServer property: The login server properties of the connected registry.ConnectedRegistryProperties.loginServer()Get the loginServer property: The login server properties of the connected registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type LoginServerPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.withLoginServer(LoginServerProperties loginServer) Set the loginServer property: The login server properties of the connected registry.ConnectedRegistryProperties.withLoginServer(LoginServerProperties loginServer) Set the loginServer property: The login server properties of the connected registry. -
Uses of LoginServerProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return LoginServerPropertiesModifier and TypeMethodDescriptionstatic LoginServerPropertiesLoginServerProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoginServerProperties from the JsonReader.