GitHubOwnerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. securitydevops. fluent. models. GitHubOwnerInner
- com.
- com.
public final class GitHubOwnerInner
extends ProxyResource
GitHub repo owner Proxy Resource.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubOwnerInner() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Git |
properties()
Get the properties property: Git |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Git |
withProperties(GitHubOwnerProperties properties)
Set the properties property: Git |
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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public GitHubOwnerInner withProperties(GitHubOwnerProperties properties)
Set the properties property: GitHub Repo Owner properties.
Parameters:
Returns: