
src.deploymentmanager.v2.getDeployment.scala Maven / Gradle / Ivy
package besom.api.googlenative.deploymentmanager.v2
def getDeployment(using ctx: besom.types.Context)(
args: besom.api.googlenative.deploymentmanager.v2.GetDeploymentArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.deploymentmanager.v2.GetDeploymentResult] =
ctx.invoke[besom.api.googlenative.deploymentmanager.v2.GetDeploymentArgs, besom.api.googlenative.deploymentmanager.v2.GetDeploymentResult]("google-native:deploymentmanager/v2:getDeployment", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy