GitHubConnectorInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. securitydevops. fluent. models. GitHubConnectorInner
- com.
- com.
- com.
public final class GitHubConnectorInner
extends Resource
Represents an ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubConnectorInner() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Git |
properties()
Get the properties property: Properties of the ARM resource for /subscriptions/xxx/resource |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Git |
withLocation(String location) |
|
Git |
withProperties(GitHubConnectorProperties properties)
Set the properties property: Properties of the ARM resource for /subscriptions/xxx/resource |
|
Git |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
GitHubConnectorInner
public GitHubConnectorInner()
Creates an instance of GitHubConnectorInner class.
Method Details
properties
public GitHubConnectorProperties properties()
Get the properties property: Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
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.
withLocation
public GitHubConnectorInner withLocation(String location)
Overrides:
GitHubConnectorInner.withLocation(String location)Parameters:
withProperties
public GitHubConnectorInner withProperties(GitHubConnectorProperties properties)
Set the properties property: Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
Parameters:
Returns:
withTags
public GitHubConnectorInner withTags(Map<String,String> tags)
Overrides:
GitHubConnectorInner.withTags(Map<String,String> tags)Parameters: