IEncodedTaskStepAttachable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.
public interface IEncodedTaskStepAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ISourceTriggerDefinition>
type IEncodedTaskStepAttachable = interface
interface IAttachable<ISourceTriggerDefinition>
Public Interface IEncodedTaskStepAttachable
Implements IAttachable(Of ISourceTriggerDefinition)
- Derived
- Implements
Methods
Attach() |
Attaches this child object's definition to its parent's definition. (Inherited from IAttachable<ParentT>) |
WithBase64EncodedValueContent(String) |
The function that specifies the base64 encoded value content. |
WithOverridingValue(String, OverridingValue) |
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent(). |
WithOverridingValues(IDictionary<String,OverridingValue>) |
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent(). |