Infrastructure Manager v1 API - Class GetDeploymentGroupRequest (1.12.0)

public sealed class GetDeploymentGroupRequest : IMessage<GetDeploymentGroupRequest>, IEquatable<GetDeploymentGroupRequest>, IDeepCloneable<GetDeploymentGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class GetDeploymentGroupRequest.

The request message for the GetDeploymentGroup method.

Inheritance

object > GetDeploymentGroupRequest

Namespace

Google.Cloud.Config.V1

Assembly

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