Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable
Packages that use RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryEncodedTaskStep.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachableModifier and TypeMethodDescriptionRegistryEncodedTaskStep.DefinitionStages.EncodedTaskContent.withBase64EncodedTaskContent(String encodedTaskContent) The function that specifies the base64 encoded task content.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable.withBase64EncodedValueContent(String encodedValueContent) The function that specifies the base64 encoded value content.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().