C# Class GoogleCloudExtension.Deployment.NetCorePublishResult

This class represents the result of publishing an ASP.NET Core app to App Engine Flex.
ファイルを表示 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
GetDeploymentUrl ( ) : string

Returns the expected URL for the deployed app.

NetCorePublishResult ( string projectId, string service, string version, bool promoted )

Method Details

GetDeploymentUrl() public method

Returns the expected URL for the deployed app.
public GetDeploymentUrl ( ) : string
return string

NetCorePublishResult() public method

public NetCorePublishResult ( string projectId, string service, string version, bool promoted )
projectId string
service string
version string
promoted bool