GetAzSpringCloudAppResourceUploadUrl_Get Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description("Get an resource upload URL for an App, which may be artifacts or source archive.")]
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.InternalExport]
[System.Management.Automation.Cmdlet("Get", "AzSpringCloudAppResourceUploadUrl_Get", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20200701.IResourceUploadDefinition) })]
public class GetAzSpringCloudAppResourceUploadUrl_Get : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description("Get an resource upload URL for an App, which may be artifacts or source archive.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.InternalExport>]
[<System.Management.Automation.Cmdlet("Get", "AzSpringCloudAppResourceUploadUrl_Get", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20200701.IResourceUploadDefinition) })>]
type GetAzSpringCloudAppResourceUploadUrl_Get = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzSpringCloudAppResourceUploadUrl_Get
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzSpringCloudAppResourceUploadUrl_Get
Attributes
Implements

Constructors

GetAzSpringCloudAppResourceUploadUrl_Get()

Properties

AppName
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
ServiceName
SubscriptionId

Methods

BeginProcessing()
EndProcessing()
ProcessRecord()
ProcessRecordAsync()
StopProcessing()

Explicit Interface Implementations

IEventListener.Cancel
IEventListener.Signal(String, CancellationToken, Func<EventData>)
IEventListener.Token

Applies to