ArmSecurityDevOpsModelFactory.GitHubOwnerData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância do GitHubOwnerData.
public static Azure.ResourceManager.SecurityDevOps.GitHubOwnerData GitHubOwnerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.SecurityDevOps.Models.GitHubOwnerProperties properties = default);
static member GitHubOwnerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.SecurityDevOps.Models.GitHubOwnerProperties -> Azure.ResourceManager.SecurityDevOps.GitHubOwnerData
Public Shared Function GitHubOwnerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As GitHubOwnerProperties = Nothing) As GitHubOwnerData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- properties
- GitHubOwnerProperties
Propriedades do Proprietário do Repositório GitHub.
Retornos
Uma nova GitHubOwnerData instância para simulação.