Class ServicesResource.ConfigsResource.CreateRequest
Creates a new service configuration (version) for a managed service. This method only stores the service configuration. To roll out the service configuration to backend systems please call CreateServiceRollout. Only the 100 most recent service configurations and ones referenced by existing rollouts are kept for each service. The rest will be deleted eventually.
Inheritance
ServicesResource.ConfigsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ServicesResource.ConfigsResource.CreateRequest : ServiceManagementBaseServiceRequest<Service>, IClientServiceRequest<Service>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Service, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Service body, string serviceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| Service | body | |
| string | serviceName |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ServiceName
Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com.
Declaration
[RequestParameter("serviceName", RequestParameterType.Path)]
public virtual string ServiceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()