Amazon.DirectoryService.AmazonDirectoryServiceClient.GetSnapshotLimits C# (CSharp) Метод

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

Obtains the manual snapshot limits for a directory.
/// A client exception has occurred. /// /// The specified entity could not be found. /// /// An exception has occurred in AWS Directory Service. ///
public GetSnapshotLimits ( Amazon.DirectoryService.Model.GetSnapshotLimitsRequest request ) : Amazon.DirectoryService.Model.GetSnapshotLimitsResponse
request Amazon.DirectoryService.Model.GetSnapshotLimitsRequest Container for the necessary parameters to execute the GetSnapshotLimits service method.
Результат Amazon.DirectoryService.Model.GetSnapshotLimitsResponse
        public GetSnapshotLimitsResponse GetSnapshotLimits(GetSnapshotLimitsRequest request)
        {
            var marshaller = new GetSnapshotLimitsRequestMarshaller();
            var unmarshaller = GetSnapshotLimitsResponseUnmarshaller.Instance;

            return Invoke<GetSnapshotLimitsRequest,GetSnapshotLimitsResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient