Uses of Class
com.azure.resourcemanager.containerregistry.models.ParentProperties
Packages that use ParentProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of ParentProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ParentPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.parent()Get the parent property: The parent of the connected registry.ConnectedRegistryProperties.parent()Get the parent property: The parent of the connected registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type ParentPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.withParent(ParentProperties parent) Set the parent property: The parent of the connected registry.ConnectedRegistryProperties.withParent(ParentProperties parent) Set the parent property: The parent of the connected registry. -
Uses of ParentProperties in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type ParentPropertiesModifier and TypeClassDescriptionfinal classThe properties of the connected registry parent.Methods in com.azure.resourcemanager.containerregistry.models that return ParentPropertiesModifier and TypeMethodDescriptionstatic ParentPropertiesParentProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ParentProperties from the JsonReader.Set the id property: The resource ID of the parent to which the connected registry will be associated.ParentProperties.withSyncProperties(SyncProperties syncProperties) Set the syncProperties property: The sync properties of the connected registry with its parent.