Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class ListAzureClientsResponse.
Response message for AzureClusters.ListAzureClients method.
Generated from protobuf message google.cloud.gkemulticloud.v1.ListAzureClientsResponse
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ azure_clients |
array<AzureClient>
A list of AzureClient resources in the specified Google Cloud project and region region. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getAzureClients
A list of AzureClient resources in the specified Google Cloud project and region region.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAzureClients
A list of AzureClient resources in the specified Google Cloud project and region region.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AzureClient>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|