SetAzureIntegrationAccountAssemblyCommand.AssemblyData Property
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.
[System.Management.Automation.Parameter(HelpMessage="The integration account assembly byte data.", Mandatory=true, ParameterSetName="ByInputObjectAndFileBytes")]
[System.Management.Automation.Parameter(HelpMessage="The integration account assembly byte data.", Mandatory=true, ParameterSetName="ByResourceIdAndFileBytes")]
[System.Management.Automation.Parameter(HelpMessage="The integration account assembly byte data.", Mandatory=true, ParameterSetName="ByIntegrationAccountAndFileBytes")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public byte[] AssemblyData { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The integration account assembly byte data.", Mandatory=true, ParameterSetName="ByInputObjectAndFileBytes")>]
[<System.Management.Automation.Parameter(HelpMessage="The integration account assembly byte data.", Mandatory=true, ParameterSetName="ByResourceIdAndFileBytes")>]
[<System.Management.Automation.Parameter(HelpMessage="The integration account assembly byte data.", Mandatory=true, ParameterSetName="ByIntegrationAccountAndFileBytes")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.AssemblyData : byte[] with get, set
Public Property AssemblyData As Byte()
Property Value
- Byte[]
- Attributes