Show / Hide Table of Contents

Class NetworkProfilesResource

The "networkProfiles" collection of methods.

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

Constructors

NetworkProfilesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Returns the specified network profile.

Declaration
public virtual NetworkProfilesResource.GetRequest Get(string project, string networkProfile)
Parameters
Type Name Description
string project

Project ID for this request.

string networkProfile

Name of the network profile to return.

Returns
Type Description
NetworkProfilesResource.GetRequest

List(string)

Retrieves a list of network profiles available to the specified project.

Declaration
public virtual NetworkProfilesResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
NetworkProfilesResource.ListRequest
In this article
Back to top Generated by DocFX