Megosztás a következőn keresztül:


ConfigServerGitPatternRepository(String, Uri) Constructor

Definition

Initializes a new instance of ConfigServerGitPatternRepository.

public ConfigServerGitPatternRepository (string name, Uri uri);
new Azure.ResourceManager.AppPlatform.Models.ConfigServerGitPatternRepository : string * Uri -> Azure.ResourceManager.AppPlatform.Models.ConfigServerGitPatternRepository
Public Sub New (name As String, uri As Uri)

Parameters

name
String

Name of the repository.

uri
Uri

URI of the repository.

Exceptions

name or uri is null.

Applies to