C# 클래스 GoogleCloudExtension.Utils.GaeUtils

파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 프로퍼티들

프로퍼티 타입 설명
AppEngineDefaultServiceName string

공개 메소드들

메소드 설명
GetAppUrl ( string hostname, string serviceId = null, string versionId = null ) : string

Gets an url for an App Engine application.

메소드 상세

GetAppUrl() 공개 정적인 메소드

Gets an url for an App Engine application.
public static GetAppUrl ( string hostname, string serviceId = null, string versionId = null ) : string
hostname string The hostname of the App Engine app, normally in the form /// [project-id].appsport.com
serviceId string The App Engine service id.
versionId string The App Engine service id.
리턴 string

프로퍼티 상세

AppEngineDefaultServiceName 공개적으로 정적으로 프로퍼티

public static string AppEngineDefaultServiceName
리턴 string