Show / Hide Table of Contents

Class ImageFamilyViewsResource

The "imageFamilyViews" collection of methods.

Inheritance
object
ImageFamilyViewsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ImageFamilyViewsResource

Constructors

ImageFamilyViewsResource(IClientService)

Constructs a new resource.

Declaration
public ImageFamilyViewsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string, string)

Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.

Declaration
public virtual ImageFamilyViewsResource.GetRequest Get(string project, string zone, string family)
Parameters
Type Name Description
string project

Project ID for this request.

string zone

The name of the zone for this request.

string family

Name of the image family to search for.

Returns
Type Description
ImageFamilyViewsResource.GetRequest
In This Article
Back to top Generated by DocFX