GitHubConnectorInner Class

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 GitHubConnectorInner class.

Method Summary

Modifier and Type Method and Description
GitHubConnectorProperties properties()

Get the properties property: Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.

SystemData systemData()

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

void validate()

Validates the instance.

GitHubConnectorInner withLocation(String location)
GitHubConnectorInner withProperties(GitHubConnectorProperties properties)

Set the properties property: Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.

GitHubConnectorInner 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:

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.

withLocation

public GitHubConnectorInner withLocation(String location)

Overrides:

GitHubConnectorInner.withLocation(String location)

Parameters:

location

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:

properties - the properties value to set.

Returns:

the GitHubConnectorInner object itself.

withTags

public GitHubConnectorInner withTags(Map<String,String> tags)

Overrides:

GitHubConnectorInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to