Class ImageFamilyViewsResource
The "imageFamilyViews" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.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 |