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