public sealed class GetDeploymentGroupRequest : IMessage<GetDeploymentGroupRequest>, IEquatable<GetDeploymentGroupRequest>, IDeepCloneable<GetDeploymentGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class GetDeploymentGroupRequest.
The request message for the GetDeploymentGroup method.
Implements
IMessageGetDeploymentGroupRequest, IEquatableGetDeploymentGroupRequest, IDeepCloneableGetDeploymentGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
GetDeploymentGroupRequest()
public GetDeploymentGroupRequest()GetDeploymentGroupRequest(GetDeploymentGroupRequest)
public GetDeploymentGroupRequest(GetDeploymentGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDeploymentGroupRequest |
Properties
DeploymentGroupName
public DeploymentGroupName DeploymentGroupName { get; set; }DeploymentGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentGroupName |
|
Name
public string Name { get; set; }Required. The name of the deployment group to retrieve. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
| Property Value | |
|---|---|
| Type | Description |
string |
|