Amazon.CloudHSM.AmazonCloudHSMClient.GetConfig C# (CSharp) Метод

GetConfig() публичный Метод

Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.
/// Indicates that an internal error occurred. /// /// Indicates that an exception occurred in the AWS CloudHSM service. /// /// Indicates that one or more of the request parameters are not valid. ///
public GetConfig ( Amazon.CloudHSM.Model.GetConfigRequest request ) : GetConfigResponse
request Amazon.CloudHSM.Model.GetConfigRequest Container for the necessary parameters to execute the GetConfig service method.
Результат Amazon.CloudHSM.Model.GetConfigResponse
        public GetConfigResponse GetConfig(GetConfigRequest request)
        {
            var marshaller = new GetConfigRequestMarshaller();
            var unmarshaller = GetConfigResponseUnmarshaller.Instance;

            return Invoke<GetConfigRequest,GetConfigResponse>(request, marshaller, unmarshaller);
        }