Reference documentation and code samples for the Google BigQuery Connection V1 Client class AzureProperties.
Container for connection properties specific to Azure.
Generated from protobuf messagegoogle.cloud.bigquery.connection.v1.AzureProperties
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ application
string
Output only. The name of the Azure Active Directory Application.
↳ client_id
string
Output only. The client id of the Azure Active Directory Application.
↳ object_id
string
Output only. The object id of the Azure Active Directory Application.
↳ customer_tenant_id
string
The id of customer's directory that host the data.
↳ redirect_uri
string
The URL user will be redirected to after granting consent during connection setup.
↳ federated_application_client_id
string
The client ID of the user's Azure Active Directory Application used for a federated connection.
↳ identity
string
Output only. A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.
getApplication
Output only. The name of the Azure Active Directory Application.
Returns
Type
Description
string
setApplication
Output only. The name of the Azure Active Directory Application.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getClientId
Output only. The client id of the Azure Active Directory Application.
Returns
Type
Description
string
setClientId
Output only. The client id of the Azure Active Directory Application.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getObjectId
Output only. The object id of the Azure Active Directory Application.
Returns
Type
Description
string
setObjectId
Output only. The object id of the Azure Active Directory Application.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getCustomerTenantId
The id of customer's directory that host the data.
Returns
Type
Description
string
setCustomerTenantId
The id of customer's directory that host the data.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getRedirectUri
The URL user will be redirected to after granting consent during connection
setup.
Returns
Type
Description
string
setRedirectUri
The URL user will be redirected to after granting consent during connection
setup.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFederatedApplicationClientId
The client ID of the user's Azure Active Directory Application used for a
federated connection.
Returns
Type
Description
string
setFederatedApplicationClientId
The client ID of the user's Azure Active Directory Application used for a
federated connection.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIdentity
Output only. A unique Google-owned and Google-generated identity for the
Connection. This identity will be used to access the user's Azure Active
Directory Application.
Returns
Type
Description
string
setIdentity
Output only. A unique Google-owned and Google-generated identity for the
Connection. This identity will be used to access the user's Azure Active
Directory Application.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google BigQuery Connection V1 Client - Class AzureProperties (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-bigquery-connection/latest/V1.AzureProperties)\n- [2.0.4](/php/docs/reference/cloud-bigquery-connection/2.0.4/V1.AzureProperties)\n- [1.5.5](/php/docs/reference/cloud-bigquery-connection/1.5.5/V1.AzureProperties)\n- [1.4.1](/php/docs/reference/cloud-bigquery-connection/1.4.1/V1.AzureProperties)\n- [1.3.1](/php/docs/reference/cloud-bigquery-connection/1.3.1/V1.AzureProperties)\n- [1.2.2](/php/docs/reference/cloud-bigquery-connection/1.2.2/V1.AzureProperties)\n- [1.1.0](/php/docs/reference/cloud-bigquery-connection/1.1.0/V1.AzureProperties)\n- [1.0.3](/php/docs/reference/cloud-bigquery-connection/1.0.3/V1.AzureProperties) \nReference documentation and code samples for the Google BigQuery Connection V1 Client class AzureProperties.\n\nContainer for connection properties specific to Azure.\n\nGenerated from protobuf message `google.cloud.bigquery.connection.v1.AzureProperties`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ Connection \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getApplication\n\nOutput only. The name of the Azure Active Directory Application.\n\n### setApplication\n\nOutput only. The name of the Azure Active Directory Application.\n\n### getClientId\n\nOutput only. The client id of the Azure Active Directory Application.\n\n### setClientId\n\nOutput only. The client id of the Azure Active Directory Application.\n\n### getObjectId\n\nOutput only. The object id of the Azure Active Directory Application.\n\n### setObjectId\n\nOutput only. The object id of the Azure Active Directory Application.\n\n### getCustomerTenantId\n\nThe id of customer's directory that host the data.\n\n### setCustomerTenantId\n\nThe id of customer's directory that host the data.\n\n### getRedirectUri\n\nThe URL user will be redirected to after granting consent during connection\nsetup.\n\n### setRedirectUri\n\nThe URL user will be redirected to after granting consent during connection\nsetup.\n\n### getFederatedApplicationClientId\n\nThe client ID of the user's Azure Active Directory Application used for a\nfederated connection.\n\n### setFederatedApplicationClientId\n\nThe client ID of the user's Azure Active Directory Application used for a\nfederated connection.\n\n### getIdentity\n\nOutput only. A unique Google-owned and Google-generated identity for the\nConnection. This identity will be used to access the user's Azure Active\nDirectory Application.\n\n### setIdentity\n\nOutput only. A unique Google-owned and Google-generated identity for the\nConnection. This identity will be used to access the user's Azure Active\nDirectory Application."]]