IDefinition 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.
Container interface for all the definitions related to a RegistryEncodedTaskStep.
public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Definition.IEncodedTaskStepAttachable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ISourceTriggerDefinition>
type IDefinition = interface
interface IBlank
interface IEncodedTaskContent
interface IEncodedTaskStepAttachable
interface IAttachable<ISourceTriggerDefinition>
Public Interface IDefinition
Implements IAttachable(Of ISourceTriggerDefinition), IBlank, IEncodedTaskStepAttachable
- Implements
Methods
Attach() |
Attaches this child object's definition to its parent's definition. (Inherited from IAttachable<ParentT>) |
WithBase64EncodedTaskContent(String) |
The function that specifies the base64 encoded task content. (Inherited from IEncodedTaskContent) |
WithBase64EncodedValueContent(String) |
The function that specifies the base64 encoded value content. (Inherited from IEncodedTaskStepAttachable) |
WithOverridingValue(String, OverridingValue) |
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent(). (Inherited from IEncodedTaskStepAttachable) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent(). (Inherited from IEncodedTaskStepAttachable) |