IEncodedTaskContent.WithBase64EncodedTaskContent(String) Method
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 function that specifies the base64 encoded task content.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Definition.IEncodedTaskStepAttachable WithBase64EncodedTaskContent (string encodedTaskContent);
abstract member WithBase64EncodedTaskContent : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Definition.IEncodedTaskStepAttachable
Public Function WithBase64EncodedTaskContent (encodedTaskContent As String) As IEncodedTaskStepAttachable
Parameters
- encodedTaskContent
- String
The base64 encoded task content.