Class GitHubConnectorInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.securitydevops.fluent.models.GitHubConnectorInner

public final class GitHubConnectorInner extends com.azure.core.management.Resource
Represents an ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
  • 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.
    • 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.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public GitHubConnectorInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public GitHubConnectorInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.