Show / Hide Table of Contents

Class GlobalFrontendSettingsResource

The "globalFrontendSettings" collection of methods.

Inheritance
object
GlobalFrontendSettingsResource
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 GlobalFrontendSettingsResource

Constructors

GlobalFrontendSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets the Global Frontend Billing Bundle Settings for a project.

Declaration
public virtual GlobalFrontendSettingsResource.GetRequest Get(string project)
Parameters
Type Name Description
string project

null

Returns
Type Description
GlobalFrontendSettingsResource.GetRequest

Patch(GlobalFrontendSettings, string)

Updates the Global Frontend Billing Bundle Settings for a project.

Declaration
public virtual GlobalFrontendSettingsResource.PatchRequest Patch(GlobalFrontendSettings body, string project)
Parameters
Type Name Description
GlobalFrontendSettings body

The body of the request.

string project

null

Returns
Type Description
GlobalFrontendSettingsResource.PatchRequest
In this article
Back to top Generated by DocFX