GitHubOwnerInner Class

public final class GitHubOwnerInner
extends ProxyResource

GitHub repo owner Proxy Resource.

Constructor Summary

Constructor Description
GitHubOwnerInner()

Creates an instance of GitHubOwnerInner class.

Method Summary

Modifier and Type Method and Description
GitHubOwnerProperties properties()

Get the properties property: GitHub Repo Owner properties.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

GitHubOwnerInner withProperties(GitHubOwnerProperties properties)

Set the properties property: GitHub Repo Owner properties.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

GitHubOwnerInner

public GitHubOwnerInner()

Creates an instance of GitHubOwnerInner class.

Method Details

properties

public GitHubOwnerProperties properties()

Get the properties property: GitHub Repo Owner properties.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public GitHubOwnerInner withProperties(GitHubOwnerProperties properties)

Set the properties property: GitHub Repo Owner properties.

Parameters:

properties - the properties value to set.

Returns:

the GitHubOwnerInner object itself.

Applies to